/* @import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|PT+Serif:400,700'; */
@import 'animate.css';
@import 'owl.css';
@import 'jquery-ui.css';
@import 'jquery.fancybox.min.css';
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%
}

@font-face {
    font-family: 'Georgia';
    src: url("../fonts/7dca09e227fdfe16908cebb4244589e4.woff");
  }
body {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Georgia';
    
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #2d7abf
}

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: 0 0;
    line-height: 1.2em;
    
}
h5 {
    margin-bottom: 10px;
}
.bg-dark {
    background-color: #1c3d5c !important
}

textarea {
    overflow: hidden
}

button {
    outline: none !important;
    cursor: pointer
}
p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin-top: 0px; margin-bottom: 0.6rem;
}
.text {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin-top: 20px
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

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

.auto-container p {
    font-size: 18px
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9
}

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

.white-text {
    color: #fff
}

.dark-blue-text {
    color: #2d7abf
}

.bg-green {
    background: #97ec84
}

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

.theme-btn i {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 18px;
    margin-left: 7px;
    vertical-align: middle
}

.centered {
    text-align: center !important
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 14px 30px;
    font-weight: 600;
    overflow: hidden;
    background-color: #2d7abf;
    letter-spacing: 2px;
    text-transform: uppercase
}

.btn-style-one:hover {
    background-color: #2e5995;
    color: #fff
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #2e5995;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    border: 2px solid #2e5995
}

.btn-style-two:hover {
    background-color: #2e5995;
    color: #fff
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    background-color: #49c7ed
}

.btn-style-three:hover {
    background-color: #fff;
    color: #222
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    border: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px
}

.btn-style-four:hover {
    background-color: #fff;
    color: #222
}

article.area_of_practice {
    margin-bottom: 40px
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    line-height: 27px;
    padding-left: 19px;
    margin: 13px 0
}

.list-style-one li a {
    color: rgb(0, 0, 0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 8px;
    width: 8px;
    border-radius: 6px;
    background-color: #2d7abf;
    content: ""
}

.list-style-one li a:hover {
    color: #44bce2
}

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

.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    padding-left: 20px
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #4ee0b0;
    font-weight: 400;
    font-family: fontawesome;
    content: "\f138"
}

.list-style-three {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.list-style-three li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 10px
}

.list-style-three li a {
    color: #000
}

.list-style-three li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fe6699;
    font-weight: 300;
    font-family: fontawesome;
    content: "\f18e"
}

.theme_color {
    color: #49c7ed
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

.dropdown-toggle::after {
    display: none
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1b1a1c;
    /*display: none;*/
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%
}

.scroll-to-top:hover {
    background: #2e5995
}

.wpcf7-form .wpcf7-form-control:focus {
    border-color: #44bce2
}

.main-header {
    width: 100%
}

.header-span {
    position: relative;
    display: block;
    height: 132px
}

.main-header .header-top {
    position: relative;
    background-color: #007bbf;
    z-index: 999999
}

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

.main-header .top-left .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    margin-top: 0
}

.main-header .top-left .text a {
    color: #fff;
    font-weight: 700
}

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

.main-header .top-right>ul>li {
    position: relative;
    float: left;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin-left: 15px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px
}

.main-header .top-right>ul>li:before {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    content: "|";
    opacity: .3;
    display: none
}

.main-header .top-right>ul>li:first-child:before {
    display: none
}

.main-header .top-right>ul>li>a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .top-right>ul>li>i {
    display: inline-block;
    color: #49c7ed;
    margin-right: 15px
}

.main-header .top-right>ul>li>a:hover {
    color: #49c7ed
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    float: left;
    margin-left: 8px
}

.social-icon-one li:first-child {
    margin-left: 0
}

.social-icon-one li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fefefe;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-one li a:hover {
    color: #49c7ed
}

.main-header .header-upper {
    position: relative;
    top: 0;
    z-index: 5;
    z-index: 99999;
    background-color: #e8eef3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 14px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

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

.main-header.fixed-header .logo-outer .logo img {
    max-width: 70%
}

.main-header .header-upper .nav-outer {
    float: right
}

.main-header .header-lower {
    background-color: #000;
    min-height: auto;
    z-index: 99999;
}

.main-header .header-lower .nav-outer {
    float: left;
    width: 100%
}

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

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

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

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

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

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    /* font-weight: 500; */
    opacity: 1;
    color: #000000;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
    letter-spacing: 1px
}

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

.fa-angle-down{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 220px;
    padding: 0;
    z-index: 100;
    background: rgba(47, 46, 50, .95);
    border-top: 2px solid #007bbf;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
    -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.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .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 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border-left: 2px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

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

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 220px;
    padding: 0;
    z-index: 100;
    background: rgba(47, 46, 50, .95);
    border-top: 2px solid #49c7ed;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -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>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .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 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border-left: 2px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #fff;
    background: #49c7ed;
    border-left: 2px solid rgba(47, 46, 50, .9)
}

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

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

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

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 30px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .search-box-btn {
    position: relative;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: 0 0;
    font-size: 16px;
    color: #000;
    text-align: right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .search-box-btn {
    text-align: left
}

.main-header .search-box-btn:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    border-left: 2px solid #dbdbdb
}

.header-style-two .search-box-btn:before {
    display: none
}

.main-header .search-box-btn:hover {
    color: #03274a
}

.dropdown-toggle::after {
    display: none
}

.main-header .search-box-outer .dropdown-menu {
    top: 70px !important;
    left: auto !important;
    right: 0;
    padding: 0;
    width: 280px;
    border-radius: 0;
    transform: none !important;
    border-top: 3px solid #25262c
}

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

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

.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: 0 0;
    cursor: pointer
}

.header-style-two {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent
}

.header-style-two .header-upper {
    background-color: transparent;
    position: relative
}

.header-style-two .inner-container {
    padding: 0 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .header-upper .logo-outer {
    padding: 27px 0
}

.header-style-two .main-menu .navigation>li {
    padding: 42px 0;
    margin-right: 0;
    margin-left: 40px
}

.header-style-two .main-menu .navigation>li.dropdown>a:before,
.header-style-two .main-menu .navigation>li>a {
    color: #fff !important
}

.header-style-two .outer-box {
    margin-left: 30px;
    padding-left: 30px
}

.header-style-two .outer-box:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    line-height: 40px;
    font-size: 16px;
    height: 16px;
    border-left: 2px solid rgba(255, 255, 255, .5);
    font-weight: 400;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .search-box-outer {
    padding: 37px 0
}

.header-style-two .search-box-btn {
    color: #fff;
    width: 20px;
    text-align: left
}

.header-style-two .nav-toggler {
    position: relative;
    float: right;
    padding: 37px 0;
    margin-left: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .nav-toggler .nav-btn {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    transition: all 300ms ease
}

.header-style-two .search-box-btn:hover,
.header-style-two .nav-toggler .nav-btn:hover {
    color: #49c7ed
}

.main-header.fixed-header .header-upper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-header.fixed-header .logo-outer {
    padding: 10px 0
}

.main-header.fixed-header .main-menu .navigation>li {
    padding: 14px 0
}

.main-header.fixed-header .search-box-outer {
    padding: 22.5px 0
}

.header-style-two.fixed-header .inner-container {
    background-color: rgba(47, 46, 50, .9);
    border-bottom: 1px solid transparent
}

.header-style-two.fixed-header .nav-toggler,
.header-style-two.fixed-header .search-box-outer {
    padding: 20px 0
}

.main-header.fixed-header .search-box-outer .dropdown-menu {
    top: 60px !important
}

.main-header .main-menu .navigation>li.current>a:before,
.main-header .main-menu .navigation>li:hover>a:before,
.main-header .main-menu .navigation>li.current>a,
.main-header .main-menu .navigation>li:hover>a {
    color: #007bbf
}

.hidden-bar {
    position: fixed;
    right: -500px;
    top: 0;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    background-color: #222;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.side-content-visible .hidden-bar {
    right: 0;
    opacity: 1;
    visibility: visible
}

.hidden-bar .inner-box {
    position: relative;
    background-color: #222;
    padding: 55px 30px 50px
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 20px
}

.hidden-bar .inner-box h2 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 20px
}

.hidden-bar .appointment-form {
    position: relative
}

.hidden-bar .appointment-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.hidden-bar .appointment-form input[type=text],
.hidden-bar .appointment-form input[type=email],
.hidden-bar .appointment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: 0 0;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder {
    color: #bdbdbd
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus {
    border-color: #fff
}

.hidden-bar .appointment-form textarea {
    height: 135px;
    resize: none
}

.hidden-bar .appointment-form .form-group button {
    margin-top: 10px;
    display: block;
    width: 100%;
    border-radius: 0;
    font-weight: 500
}

.contact-info-box {
    position: relative;
    padding-top: 20px
}

.contact-info-box .info-list {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px
}

.contact-info-box .info-list li {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.contact-info-box .info-list:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #fff
}

.contact-info-box .social-list {
    position: relative
}

.contact-info-box .social-list li {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 6px;
    display: inline-block
}

.contact-info-box .social-list li a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, .5);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.contact-info-box .social-list li a:hover {
    color: rgba(255, 255, 255, .8)
}

.form-back-drop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    z-index: 99999;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.side-content-visible .form-back-drop {
    opacity: 1;
    visibility: visible
}

.mCSB_inside>.mCSB_container {
    margin-right: 0
}

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

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #03274a;
    opacity: .7
}

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

.page-title h1 {
    position: relative;
    float: left;
    font-size: 38px;
    color: #fff;
    line-height: 55px;
    font-weight: 500
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding: 10px 0
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    cursor: default;
    padding-right: 5px;
    margin-right: 15px;
   
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -8px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    content: "/"
}

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

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

.page-title .bread-crumb li a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.page-title .bread-crumb li a:hover {
    color: #49c7ed
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    color: #000
}

.sec-title h2 {
    position: relative;
    display: block;
    /* font-size: 36px; */
    line-height: 1.2em;
    color: #000;
    font-weight: 600;
    padding-bottom: 23px
}
.con{
    text-decoration: underline;
}
.sec-title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: #007bbf;
    content: "";
    z-index: 1
}

.sec-title h3 {
    text-align: left;
    font-weight: 600
}

.py-5 .sec-title h2:before {
    display: none;
    margin-bottom: 0
}

.py-5 .sec-title {
    margin-bottom: 0
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #787878;
    font-weight: 400;
    margin-top: 25px
}

.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto
}

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

.banner-section {
    position: relative;
    height: 600px;
    overflow: hidden
}
section.banner-section .item:before {
    content: "";
    background: rgb(0 0 0 / 18%);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.banner-carousel {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0
}

.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .owl-item,
.banner-carousel .slide-item {
    height: 100%
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center
}

.banner-carousel:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #007bbf;
    background: -moz-linear-gradient(-45deg, #007bbf 0%, #03274a 70%);
    background: -webkit-linear-gradient(-45deg, #007bbf 0%, #03274a 70%);
    background: linear-gradient(135deg, #007bbf 0%, #03274a 50%);
    opacity: .7
}

.banner-carousel .content-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-carousel h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px #000
}

.banner-carousel .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(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-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms
}

.banner-carousel .content-box .text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    min-height: 80px;
}

.banner-carousel .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(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-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.banner-carousel .link-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px)
}

.banner-carousel .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.banner-carousel .link-box a {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
}

.banner-carousel .link-box a:last-child {
    margin-right: 0
}

.banner-carousel .owl-dots {
    display: none
}

.banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    display: none
}

.banner-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background: #7b7b7b padding-box content-box;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-carousel .owl-dot:hover,
.banner-carousel .owl-dot.active {
    border-color: #d3994c;
    background-color: transparent
}

.banner-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -27px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-carousel:hover .owl-nav {
    opacity: 1
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
    position: absolute;
    top: 0;
    left: 50px;
    height: 55px;
    line-height: 55px;
    width: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-carousel .owl-next {
    left: auto;
    right: 50px
}

.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
    background-color: #fff;
    color: #222
}

.banner-section.style-two .slide-item {
    padding: 415px 0 300px
}

.banner-section.style-two .slide-item .content-box {
    text-align: center
}

.banner-section.style-two .slide-item .text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px
}

.banner-section.style-two .slide-item h2 {
    font-size: 52px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: unset
}

.banner-section.style-two .link-box a {
    text-transform: uppercase;
    min-width: 164px;
    text-align: center
}

.about-section {
    position: relative;
    background-color: #294765
}

.about-section .outer-container {
    position: relative;
    min-height: 400px
}

.about-section .content-column {
    position: relative;
    float: left;
    width: 50%
}

.about-section .content-column .inner-column {
    position: relative;
    float: right;
    max-width: 600px;
    padding: 110px 15px 90px
}

.about-section .content-column .sec-title {
    margin-bottom: 30px
}

.about-section .content-column h2 {
    font-size: 35px;
    letter-spacing: .02em;
    line-height: 47px
}

.about-section .content-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    padding-right: 20px;
    margin-bottom: 20px
}

.about-section .content-column .info {
    position: relative
}

.about-section .content-column .info h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #49c7ed;
    font-weight: 400
}

.about-section .content-column .info h5 span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #fff
}

.about-section .content-column .info .sign-image {
    position: relative;
    margin-top: 20px
}

.about-section .content-column .info .sign-image img {
    max-width: 100%;
    height: auto
}

.about-section .image-column {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover
}

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

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

.about-section-two {
    position: relative
}

.about-section-two .outer-container {
    position: relative;
    min-height: 400px
}

.about-section-two .content-column {
    position: relative;
    float: left;
    width: 50%
}

.about-section-two .content-column .inner-column {
    position: relative;
    float: right;
    max-width: 600px;
    padding: 110px 15px 90px
}

.about-section-two .content-column .sec-title {
    margin-bottom: 30px
}

.about-section-two .content-column h2 {
    font-size: 35px;
    letter-spacing: .02em;
    line-height: 47px
}

.about-section-two .content-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    padding-right: 20px;
    margin-bottom: 20px
}

.about-section-two .content-column .info {
    position: relative
}

.about-section-two .content-column .info h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #49c7ed;
    font-weight: 600
}

.about-section-two .content-column .info h5 span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #222
}

.about-section-two .content-column .info .sign-image {
    position: relative;
    margin-top: 20px
}

.about-section-two .content-column .info .sign-image img {
    max-width: 100%;
    height: auto
}

.about-section-two .features-column {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover
}

.about-section-two .features-column .inner-column {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    padding: 0 15px
}

.about-section-two .features-column .features-tabs {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell
}

.about-section-two .features-tabs .inner {
    position: relative;
    background-color: rgba(255, 255, 255, .95);
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    padding: 60px 60px 50px
}

.about-section-two .features-tabs .tab-btns {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.about-section-two .features-tabs .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    padding: 10px 50px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    transition: all 300ms ease;
   ;
    cursor: pointer
}

.about-section-two .features-tabs .tab-btn:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: -4px;
    content: ""
}

.about-section-two .features-tabs .tab-btn.active-btn:before,
.about-section-two .features-tabs .tab-btn.active-btn {
    border-bottom-color: #49c7ed
}

.about-section-two .features-tabs .text {
    position: relative;
    padding: 0 25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.about-section-two .features-tabs .active-tab .text {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.about-section-two .features-tabs .text p {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.about-section-two .features-tabs .text p strong {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600
}

.content-style h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #000;
    font-weight: 600;
    padding-top: 23px;
    padding-bottom: 23px
}

.content-style h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: #007bbf;
    content: "";
    z-index: 1
}

.features-section {
    position: relative
}

.home .features-section h2 {
    padding-top: 23px
}

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

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

.feature-block .image-box {
    position: relative
}

.feature-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    background: #101010;
    overflow: hidden
}

.feature-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.feature-block .inner-box:hover .image-box img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-block .image-box .icon-box {
    position: absolute;
    left: 30px;
    bottom: 20px
}

.feature-block .image-box .icon {
    display: block;
    text-align: center;
    height: 60px;
    width: 60px;
    font-size: 34px;
    line-height: 60px;
    color: #fff;
    background-color: #49c7ed
}

.feature-block .caption-box {
    position: relative;
    padding: 30px;
    border: 1px solid #d6d6d6;
    border-top: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .caption-box:before {
    position: absolute;
    right: -30px;
    bottom: 0;
    font-size: 105px;
    color: rgba(0, 0, 0, .05);
    font-family: flaticon;
    content: "\f19d"
}

.feature-block:nth-child(2) .caption-box:before {
    content: "\f1a6"
}

.feature-block:nth-child(3) .caption-box:before {
    content: "\f1a7"
}

.feature-block .inner-box:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

.feature-block .caption-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px
}

.feature-block .caption-box h3 a {
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block .caption-box h3 a:hover {
    color: #49c7ed
}

.feature-block .caption-box .text {
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400
}

.features-section-two {
    position: relative;
    padding: 120px 0 80px;
    background-color: #f3f3f3
}

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

.feature-block-two .inner-box {
    position: relative;
    background-color: #fff
}

.feature-block-two .image-box {
    position: relative
}

.feature-block-two .image {
    position: relative;
    margin-bottom: 0;
    display: block;
    background: #101010;
    overflow: hidden
}

.feature-block-two .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-two .inner-box:hover .image img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-block-two .content-box {
    position: relative;
    padding: 45px 29px 25px;
    border: 1px solid #d6d6d6;
    border-top: 0
}

.feature-block-two .content-box .icon {
    position: absolute;
    left: 30px;
    top: -34px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #49c7ed;
    font-size: 36px;
    line-height: 60px;
    color: #fff;
    font-weight: 400
}

.feature-block-two .content-box h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 1.2em;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px
}

.feature-block-two .content-box h4 a {
    color: #000;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-two .content-box h4 a:hover {
    color: #49c7ed
}

.feature-block-two .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    color: #777;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px
}

.feature-block-two .content-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
   ;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-two .content-box .link-box a i {
    margin-left: 7px
}

.feature-block-two .content-box .link-box a:hover {
    color: #49c7ed
}

.history-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0
}

.history-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #03274a;
    opacity: .85;
    content: ""
}

.history-section .content-box {
    position: relative;
    text-align: center
}

.history-section .content-box .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #49c7ed;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.history-section .content-box .title:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background-color: #49c7ed;
    content: ""
}

.history-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}

.history-section .content-box .link-box {
    position: relative
}

.history-section-two {
    position: relative
}

.history-section-two .upper-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 170px 0 175px
}

.history-section-two .upper-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #03274a;
    opacity: .85;
    content: ""
}

.history-tabs {
    position: relative
}

.history-tabs .tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0
}

.history-tabs .tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1
}

.history-tabs .tab-buttons {
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.history-tabs .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    padding-bottom: 20px
}

.history-tabs .tab-buttons .tab-btn:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background-color: #142a44;
    border: 1px solid rgba(255, 255, 255, .15);
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.history-tabs .tab-buttons .tab-btn span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #9aa9ae;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.history-tabs .tab-buttons .tab-btn.active-btn:before {
    background-color: #fff
}

.history-tabs .tab-buttons .tab-btn.active-btn span {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    font-weight: 700;
    color: #fff
}

.history-section-two .lower-content {
    position: relative
}

.history-section-two .lower-content .inner-container {
    position: relative;
    margin: 0 30px;
    margin-top: -110px;
    height: 500px
}

.history-section-two .lower-content .owl-carousel {
    position: relative;
    max-width: 360px;
    margin: 0 auto
}

.history-section-two .lower-content .owl-stage-outer {
    overflow: visible;
    height: 500px
}

.history-section-two .owl-dots {
    display: none
}

.history-section-two .owl-nav {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 0
}

.history-section-two .owl-nav .owl-prev,
.history-section-two .owl-nav .owl-next {
    position: absolute;
    left: -150px;
    font-size: 24px;
    opacity: .5;
    color: #101010;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.history-section-two .owl-nav .owl-next {
    left: auto;
    right: -150px
}

.history-section-two .owl-nav .owl-prev:hover,
.history-section-two .owl-nav .owl-next:hover {
    opacity: 1
}

.history-block {
    position: relative;
    padding: 12px 0
}

.history-block .inner-box {
    position: relative;
    display: block;
    box-shadow: 0 9px 12px rgba(0, 0, 0, .15);
    border-radius: 6px 6px
}

.history-block .image-box {
    position: relative;
    border-radius: 6px 6px;
    overflow: hidden
}

.history-block .image-box .image {
    position: relative;
    margin: 0
}

.history-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.history-block .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    z-index: 1;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.history-block .image-box .title-box h4 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 600
}

.history-block .content-box {
    position: absolute;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.active .history-block .content-box {
    position: relative;
    height: 170px
}

.history-block .content-box .inner {
    position: relative;
    padding: 28px 25px;
    text-align: center;
    background-color: #fff
}

.history-block .content-box h4 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px
}

.history-block .content-box .text {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #777
}

.history-section-two .history-tabs .tab {
    top: 30px;
    visibility: hidden
}

.history-section-two .history-tabs .tab.active-tab {
    top: 0;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.active .history-block .inner-box .image-box .title-box {
    bottom: -60px
}

.active .history-block .inner-box .content-box {
    height: 170px
}

.chart-section {
    position: relative;
    padding: 80px 0;
    border-bottom: 1px solid #e4e4e4
}

.chart-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.chart-section .content-column .sec-title {
    margin-bottom: 25px
}

.chart-section .content-column .sec-title h2 {
    padding-bottom: 30px
}

.chart-section .content-column .inner-column {
    position: relative;
    padding-right: 15px
}

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

.chart-section .content-column .link-box {
    position: relative
}

.chart-section .graph-column {
    position: relative
}

.chart-section .graph-column .inner-column {
    position: relative
}

.chart-section .graph-column .graph-image {
    position: relative;
    margin-bottom: 0
}

.chart-section .graph-column .graph-image img {
    display: block;
    max-width: 100%
}

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

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

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

.case-block .image-box figure {
    position: relative;
    display: block;
    margin-bottom: 0
}

.case-block .image-box img {
    display: block;
    width: 100%
}

.case-block .image-box a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center
}

.case-block .image-box a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #49c7ed;
    content: "";
    opacity: .8;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.case-block .image-box a span {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden
}

.case-block .image-box:hover a span {
    top: 50%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

.case-block .image-box:hover a:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: .7
}

.cases-section-two {
    position: relative;
    padding: 115px 0 120px
}

.cases-section-two .sec-title {
    margin-bottom: 35px
}

.cases-tabs .tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0
}

.cases-tabs .tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1
}

.cases-tabs .tab.active-tab .case-block-two {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(1)
}

.cases-tabs .tab .case-block-two {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.cases-section-two .tab-btns-box {
    position: relative;
    margin-bottom: 45px
}

.cases-section-two .tab-btns .tab-btn {
    position: relative;
    float: left;
    line-height: 25px;
    padding: 0;
    cursor: pointer;
    color: #222;
    font-weight: 600;
    font-size: 15px;
    margin-right: 55px;
   ;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cases-section-two .tab-btns .tab-btn:last-child {
    margin-right: 0
}

.cases-section-two .tab-btns:hover,
.cases-section-two .tab-btns .active-btn {
    color: #49c7ed
}

.cases-section-two .tabs-content {
    position: relative
}

.cases-section-two .tabs-content .case-block-two {
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.case-block-two {
    position: relative
}

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

.case-block-two .image-box figure {
    position: relative;
    margin: 0
}

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

.case-block-two .image-box a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center
}

.case-block-two .image-box a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: "";
    opacity: .7;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.case-block-two .image-box a span {
    position: absolute;
    bottom: 40%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-bottom: -25px;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden
}

.case-block-two .image-box:hover a span {
    bottom: 50%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

.case-block-two .image-box:hover a:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: .7
}

.case-block-two .caption-box {
    position: relative;
    padding: 15px 0 0;
    text-align: center
}

.case-block-two .caption-box h3 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 22px;
    color: #222;
    font-weight: 500
}

.case-block-two .caption-box h3 a {
    color: #222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.case-block-two .caption-box h3 a:hover {
    color: #49c7ed
}

.case-block-two .caption-box .tag {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
    font-weight: 400
}

.cases-section-two .filters {
    margin-bottom: 45px
}

.cases-section-two .filters .filter-tabs {
    position: relative;
    text-align: center
}

.cases-section-two .filters li {
    position: relative;
    float: left;
    line-height: 25px;
    padding: 0;
    cursor: pointer;
    color: #222;
    font-weight: 600;
    font-size: 15px;
    margin-right: 55px;
   ;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cases-section-two .filters li:last-child {
    margin-right: 0
}

.cases-section-two .filters .filter.active,
.cases-section-two .filters .filter:hover {
    color: #49c7ed
}

.cases-section-two .row {
    margin: 0 -11px
}

.cases-section-two .mixitup-gallery .case-block-two {
    position: relative;
    padding: 0 11px;
    margin-bottom: 45px
}

.case-block-two.mix {
    display: none
}

.cases-section-two .styled-pagination {
    margin-top: 15px
}

.case-single {
    position: relative;
    padding: 120px 0
}

.case-single .upper-box {
    position: relative
}

.case-single .upper-box .image-box {
    position: relative
}

.case-single .upper-box .image-box .image {
    position: relative;
    margin-bottom: 0
}

.case-single .upper-box .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.case-single .content-box {
    position: relative
}

.case-single .content-box .title-column {
    position: relative
}

.case-single .content-box .title-column .inner {
    position: relative;
    padding: 30px 0 0
}

.case-single .title-column .title {
    position: relative;
    margin-bottom: 15px
}

.case-single .title-column .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500
}

.case-single .title-column .title span {
    font-size: 18px;
    line-height: 28px;
    color: #aaa;
    font-weight: 400
}

.case-single .content-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 25px
}

.case-single .content-box p strong {
    font-size: 18px;
    color: #000;
    font-weight: 600
}

.case-single .info-column {
    position: relative;
    margin-top: -115px
}

.case-single .info-column .inner {
    position: relative;
    padding: 0 22px
}

.case-single .case-info {
    position: relative;
    background-color: #732eff;
    padding: 80px 85px;
    outline: 1px solid rgba(255, 255, 255, .13);
    outline-offset: -35px;
   
}

.case-single .case-info ul {
    position: relative
}

.case-single .case-info ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px
}

.case-single .case-info ul li:last-child {
    margin-bottom: 0
}

.case-single .case-info ul li a {
    color: #fff
}

.case-single .case-info ul li a:hover {
    text-decoration: underline
}

.case-single .case-info ul li strong {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500
}

.case-single .case-info ul li .rating {
    position: relative;
    display: inline-block
}

.case-single .case-info ul li .rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffe50a
}

.case-single .text-column {
    position: relative;
    margin-bottom: 55px
}

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .tab.active-tab {
    display: block
}

.case-info-tabs {
    position: relative
}

.case-info-tabs .tab-btns {
    position: relative;
    z-index: 1
}

.case-info-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
    padding: 15px;
    min-width: 215px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    margin-right: -1px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.case-info-tabs .tab-btns .tab-btn:hover,
.case-info-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    border-color: #44bce2;
    background: #44bce2
}

.case-info-tabs .tabs-content {
    position: relative;
    padding: 50px 50px 60px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5
}

.case-info-tabs .tabs-content .content {
    position: relative
}

.case-info-tabs .tabs-content .content p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 25px
}

.case-info-tabs .tabs-content .content .list-style-one {
    margin-bottom: 25px;
   
}

.case-info-tabs .tabs-content .content .list-style-one li {
    font-weight: 400;
    color: #474646;
    padding-left: 20px
}

.case-info-tabs .tabs-content .content .list-style-one li:before {
    height: 8px;
    width: 8px;
    top: 10px
}

.case-info-tabs .tabs-content .content .text-box {
    position: relative;
    background-color: #fff;
    padding: 35px 70px;
    text-align: center
}

.case-info-tabs .tabs-content .content .text-box p {
    font-size: 20px;
    line-height: 30px;
    color: #adadad;
    font-weight: 300;
    margin-bottom: 0
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%
}

.styled-pagination ul {
    position: relative;
    width: 100%;
    text-align: center
}

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

.styled-pagination li a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    color: #222;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.styled-pagination li a:hover {
    color: #fff;
    background: #49c7ed;
    border-color: #49c7ed
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a {
    width: auto;
    padding: 0 20px
}

.services-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0
}

.services-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #03274a;
    opacity: .9;
    content: ""
}

.services-section .row {
    margin: 0 -5px
}

.services-section .row .service-block,
.services-section .row .column {
    padding: 0 5px
}

.services-section .column {}

.services-section .image-box {
    position: relative
}

.services-section .image-box .image {
    position: relative;
    margin-bottom: 0
}

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

.service-block {
    position: relative;
    margin-bottom: 10px
}

.service-block .inner-box {
    position: relative;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    min-height: 220px;
    vertical-align: middle;
    overflow: hidden
}

.service-block .icon-box {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.service-block .icon-box .icon {
    display: block;
    font-size: 60px;
    line-height: 1em;
    color: #49c7ed
}

.service-block h3 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 11px
}

.service-block h3 a {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.service-block .content-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transform-origin: center;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.service-block .inner-box:hover .content-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.service-block .content-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 4px solid #0eb7da;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .content-box .inner {
    position: absolute;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-block .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 14px
}

.service-block .content-box .read-more {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #49c7ed;
    font-weight: 600;
    text-transform: uppercase;
   ;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block .content-box .read-more i {
    margin-left: 7px
}

.services-section-two {
    position: relative;
    padding: 115px 0 80px
}

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

.services-section-two .title-column .inner-column {
    position: relative;
    margin-top: -5px
}

.services-section-two .title-column .sec-title {
    margin-bottom: 15px
}

.services-section-two .title-column .sec-title h2 {
    line-height: 50px
}

.services-section-two .title-column .text {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.services-section-two .title-column .btn-box a {
    text-transform: uppercase;
    font-size: 14px;
   
}

.services-section-two .services-column .row {
    margin: 0 -25px
}

.services-section-two .services-column .service-block-two {
    padding: 0 25px
}

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

.service-block-two .inner-box {
    position: relative
}

.service-block-two .title {
    position: relative;
    padding: 0 0 15px 60px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    min-height: 60px
}

.service-block-two .title .icon {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 40px;
    line-height: 1em;
    color: #49c7ed
}

.service-block-two .title h4 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #232323;
    font-weight: 500
}

.service-block-two .title h4 a {
    color: #232323;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-two .title h4 a:hover {
    color: #49c7ed
}

.service-block-two .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777
}

.service-single {
    position: relative;
    margin-right: -15px
}

.service-single .image-box {
    position: relative
}

.service-single .image-box .image {
    position: relative;
    margin-bottom: 0
}

.service-single .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.service-single .content-box {
    position: relative;
    padding-top: 25px
}

.service-single .content-box .title-box {
    position: relative;
    padding: 20px 0;
    padding-left: 90px
}

.service-single .content-box .title-box h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #333
}

.service-single .content-box .title-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    line-height: 65px;
    color: #44bce2;
    font-weight: 400;
    padding-right: 20px;
    border-right: 1px solid #d9d9d9
}

.service-single .content-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    margin-bottom: 25px
}

.service-single .content-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2em;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px
}

.service-single .content-box .row {
    margin: 0 -6px
}

.service-single .content-box .row .column {
    position: relative;
    padding: 0 6px;
    margin-bottom: 25px
}

.service-single .content-box .image {
    margin-bottom: 0
}

.service-single .content-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.features-box {
    position: relative
}

.features-box .row {
    margin: 0 -3px
}

.features-box .feature {
    position: relative;
    padding: 0 3px;
    margin-bottom: 30px
}

.features-box .feature .inner {
    position: relative;
    padding: 45px 20px 50px;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    text-align: center
}

.features-box .feature .icon {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #44bce2;
    font-weight: 400;
    margin-bottom: 20px
}

.features-box .feature h3 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.features-box .feature p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400
}

.profit-improvement {
    position: relative
}

.profit-improvement h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2em;
    color: #333;
    font-weight: 500;
    margin-bottom: 70px
}

.profit-improvement .graph {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.profit-improvement .graph img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

.team-section .row {
    margin: 0 -4px
}

.team-section .title-block {
    position: relative;
    padding: 0 4px;
    margin-bottom: 40px
}

.team-section .title-block .sec-title {
    margin-bottom: 20px
}

.team-section .title-block .text {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.team-section .title-block .btn-box {
    position: relative
}

.team-section .title-block .btn-box a {
    text-transform: uppercase;
    font-weight: 700
}

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

.team-block .inner-box {
    position: relative;
    padding: 25px 20px 30px;
    border: 1px solid #e1e1e1;
    text-align: center
}

.team-block .image-box {
    position: relative;
    height: 123px;
    width: 123px;
    margin: 0 auto 18px
}

.team-block .image-box:before {
    position: absolute;
    left: -5px;
    top: -3px;
    height: 130px;
    width: 130px;
    border-left: 1px dashed #49c7ed;
    content: "";
    border-radius: 50%
}

.team-block .image-box .image {
    position: relative;
    margin-bottom: 0
}

.team-block .image-box .image img {
    width: 100%;
    height: 115px;
    border-radius: 50%;
    object-fit: contain
}

.team-block .info {
    position: relative
}

.team-block .info .name {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #333;
    font-weight: 600
}

.team-block .info .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    color: #858788;
    font-weight: 400;
    margin-top: 3px
}

.team-block .text {
    position: relative;
    border-top: 1px solid #dadada;
    padding-top: 12px;
    margin-top: 10px
}

.team-block .text {
    font-size: 16px;
    line-height: 25px
}

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

.testimonial-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: "";
    opacity: .05
}

.testimonial-box {
    position: relative;
    background-color: #fff;
    max-width: 550px;
    width: 100%;
    padding: 65px 60px 70px;
    border-radius: 5px
}

.testimonial-box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 90px;
    color: #777;
    font-family: flaticon;
    content: "\f187";
    opacity: .1
}

.testimonial-box:after {
    position: absolute;
    left: 100%;
    top: 40px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #fff;
    content: ""
}

.testimonial-carousel {
    position: relative;
    padding-bottom: 35px
}

.testimonial-block {
    position: relative;
    text-align: center
}

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

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1em;
    color: #333;
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1em;
    color: #9b9b9b;
    font-weight: 400
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    font-style: italic;
}

.testimonial-carousel .owl-nav {
    display: none
}

.testimonial-carousel .owl-dots {
    bottom: -10px;
    text-align: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #ccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active {
    background-color: #49c7ed
}

.testimonial-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0
}

.testimonial-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #03274a;
    content: "";
    opacity: .9
}

.content {
    position: relative;
    text-align: center
}

.testimonial-section-two .content p {
    color: #fff
}

.testimonial-section-two .text p {
    color: #fff
}

.testimonial-section-two .testimonial-carousel {
    position: relative;
    padding-bottom: 0
}

.testimonial-block-two {
    position: relative
}

.testimonial-block-two .inner-box {
    min-height: 160px
}

.testimonial-block-two .image-box {
    position: absolute;
    left: 35px;
    top: 0;
    max-width: 130px;
    text-align: center
}

.testimonial-block-two .image-box .thumb {
    position: relative;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 13px
}

.testimonial-block-two .image-box .thumb img {
    display: block;
    width: 100%
}

.testimonial-block-two .name {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px
}

.testimonial-block-two .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #49c7ed;
    font-weight: 400
}

.testimonial-block-two .text-box {
    position: relative;
    padding-top: 15px;
    padding-bottom: 55px
}

.testimonial-block-two .text-box .text {
    position: relative;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-style: italic
}

.testimonial-section-two .testimonial-carousel .owl-dots {
    text-align: left;
    margin: 0 auto;
    text-align: center
}

.fun-facts-and-clients {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 0
}

.fun-facts-and-clients:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: "";
    opacity: .8
}

.fun-facts-and-clients .title {
    position: relative;
    display: block;
    margin-bottom: 45px;
    text-align: center
}

.fun-facts-and-clients .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #f3f3f3;
    font-weight: 600
}

.fun-facts-and-clients .title h2 span {
    color: #49c7ed
}

.fun-facts-and-clients .fact-counters {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.fact-counters {
    position: relative
}

.fact-counters .text-column .text {
    position: relative;
    padding-left: 40px;
    margin-left: -30px;
    border-left: 1px solid rgba(255, 255, 255, .15);
    font-size: 16px;
    line-height: 25px;
    color: #f3f3f3;
    font-weight: 400
}

.fact-counters .counter-column {
    position: relative;
    margin-bottom: 35px;
    text-align: center
}

.fact-counters .counter-column .count-box {
    position: relative;
    font-size: 65px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
}

.fact-counters .counter-column .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700
}

.fact-counters .counter-column .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #49c7ed;
    margin-top: 5px
}

.clients-area {
    position: relative;
    padding: 35px 0
}

.clients-area .auto-container {
    padding: 0
}

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

.clients-area .slide-item {
    position: relative;
    background: #e8eef3;
}

@media (max-width: 1024px) {
    .clients-area .slide-item {
        margin-bottom: 15px;
    }
}

.clients-area .image-box {
    position: relative;
    margin: 0;
    text-align: center
}

.clients-area .image-box img {
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    object-fit: contain;
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    transition: .5s all;
    transform: scale(0.9);
}

@media (min-width: 1024px) {
    .clients-area .image-box img {
        height: 155px;
    }
}

.clients-area .image-box img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1);
}

.clients-area .sponsors-carousel .owl-dots,
.clients-area .sponsors-carousel .owl-nav {
    display: none
}

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

.news-section .row {
    margin: 0 -11px
}

.news-list,
.news-block {
    position: relative;
    padding: 0 11px;
    margin-bottom: 40px
}

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

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

.news-block .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #101010;
    margin-bottom: 0
}

.news-block .image img {
    display: block;
    width: 100%;
    height: auto;
    -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:hover .image img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block .lower-content {
    position: relative;
    padding: 20px 0 0
}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px
}

.news-block .lower-content h3 a {
    color: #333;
    display: inline-block;
    -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 .lower-content h3 a:hover {
    color: #49c7ed
}

.news-block .lower-content .info {
    position: relative;
    display: block;
    margin-bottom: 7px
}

.news-block .lower-content .info li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 25px;
    color: #333;
    font-weight: 400;
    margin-right: 25px;
   
}

.news-block .lower-content .info li i {
    margin-right: 5px;
    color: #49c7ed
}

.news-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

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

.news-block .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #49c7ed;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 300ms ease
}

.news-block .lower-content .link-box a i {
    margin-left: 10px
}

.news-block .lower-content .link-box a:hover {
    color: #222
}

.news-block-two {
    position: relative;
    border: 1px solid #dadada;
    border-bottom: 0
}

.news-block-two:last-child {
    border-bottom: 1px solid #dadada
}

.news-block-two .inner-box {
    position: relative;
    padding: 20px 25px
}

.news-block-two h3 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 500
}

.news-block-two h3 a {
    color: #333;
    display: inline-block;
    -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-two h3 a:hover {
    color: #49c7ed
}

.news-block-two .info {
    position: relative;
    display: block;
    margin-bottom: 7px
}

.news-block-two .info li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 25px;
    color: #333;
    font-weight: 400;
    margin-right: 25px;
   
}

.news-block-two .info li i {
    margin-right: 5px;
    color: #49c7ed
}

.address p {
    /* font-size: 20px; */
    line-height: 30px
}

.blog-grid {
    position: relative;
    padding: 120px 0
}

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

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

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

.news-block-three .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.news-block-three .image-box .image a:after {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-color: #fff
}

.news-block-three .inner-box:hover .image-box .image a:after {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.news-block-three .image-box .image img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover
}

.news-block-three .lower-content {
    position: relative;
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    border-top: 1px solid #f1f1f1
}

.news-block-three .lower-content .title-box {
    position: relative;
    padding: 10px 30px 16px;
    border-bottom: 1px solid #e9e9e9
}

.news-block-three .lower-content .title-box:after {
    content: "";
    display: table;
    clear: both
}

.news-block-three .tags {
    position: relative;
    float: left
}

.news-block-three .tags li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.news-block-three .tags li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 25px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    background-color: #ff4669;
    text-transform: uppercase;
    -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-three .tags li.bg-pink a {
    background-color: #ff4669
}

.news-block-three .tags li.bg-green a {
    background-color: #34c252
}

.news-block-three .tags li.bg-light-blue a {
    background-color: #4c83e7
}

.news-block-three .tags li.bg-purple a {
    background-color: #db48d9
}

.news-block-three .tags li.bg-steel-blue a {
    background-color: #6a6eb8
}

.news-block-three .tags li.bg-yellow a {
    background-color: #cfbe2d
}

.news-block-three .tags li.bg-sky a {
    background-color: #7cb7fa
}

.news-block-three .tags li.bg-blue-violet a {
    background-color: #8346ff
}

.news-block-three .tags li.bg-sea-green a {
    background-color: #34c2b0
}

.news-block-three .tags li:hover a {
    background-color: #222;
    color: #fff
}

.news-block-three .date {
    position: relative;
    float: none;
    font-size: 14px;
    line-height: 30px;
    color: #aaa;
    font-weight: 400;
   
}

.news-block-three .date i {
    position: relative;
    display: inline-block;
    color: #44bce2
}

.news-block-three .title-box h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-top: 6px
}

.news-block-three .title-box h4 a {
    color: #222;
    -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-three .title-box h4 a:hover {
    color: #44bce2
}

.news-block-three .text-box {
    position: relative;
    padding: 10px 30px 20px
}

.news-block-three .text-box:after {
    display: table;
    content: '';
    clear: both
}

.news-block-three .text-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.news-block-three .text-box .link-box {
    position: relative;
    float: left
}

.news-block-three .text-box .link-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
   ;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: underline;
    -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-three .text-box .link-box a:hover {
    color: #44bce2
}

.news-block-three .text-box .social-links {
    position: relative;
    float: right
}

.news-block-three .social-links li {
    position: relative;
    float: left;
    margin-left: 8px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600
}

.news-block-three .social-links li:first-child {
    margin-left: 0
}

.news-block-three .social-links li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    -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-three .social-links li a:hover {
    color: #44bce2
}

.news-block-three .bottom-box {
    position: relative;
    background-color: #f3f3f3;
    border: 1px solid #e4e4e4;
    padding: 10px 30px
}

.news-block-three .bottom-box .meta {
    position: relative
}

.news-block-three .meta li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
   ;
    margin-right: 30px
}

.news-block-three .meta li:last-child {
    float: right;
    margin-right: 0
}

.news-block-three .meta li i {
    color: #44bce2;
    margin-right: 5px
}

.news-block-three .meta li a {
    color: #222;
    font-weight: 500;

    -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-three .meta li a:hover {
    color: #44bce2
}

.blog-grid .styled-pagination {
    margin-top: 30px
}

.blog-standard {
    position: relative
}

.blog-standard .news-block-three {
    margin-bottom: 60px
}

.blog-standard .news-block-three h4 {
    font-size: 25px;
    margin-top: 0
}

.blog-standard .news-block-three .text-box .text {
    margin-bottom: 15px
}

.blog-standard .news-block-three .bottom-box .meta {
    text-align: center
}

.blog-standard .news-block-three .bottom-box .meta li:nth-child(2) {
    float: none;
    display: inline-block;
    margin-left: -30px
}

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

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

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

.news-block-four .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.news-block-four .image-box .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .83;
    content: "";
    z-index: 1
}

.news-block-four .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 1000ms ease
}

.news-block-four .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 10000ms ease;
    -moz-transition: all 10000ms ease;
    -ms-transition: all 10000ms ease;
    -o-transition: all 10000ms ease;
    transition: all 10000ms ease
}

.news-block-four .info-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    padding: 0 15px;
    z-index: 9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news-block-four .info-box .date {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #aaa;
    font-weight: 400;
   ;
    margin-bottom: 10px
}

.news-block-four .info-box .date i {
    position: relative;
    display: inline-block;
    color: #44bce2
}

.news-block-four .info-box h4 {
    position: relative;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px
}

.news-block-four .info-box h4 a {
    color: #fff;
    -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-four .info-box h4 a:hover {
    color: #44bce2
}

.news-block-four .info-box .link-box {
    position: relative
}

.news-block-four .info-box .link-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
   ;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: underline;
    -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-four .info-box .link-box a:hover {
    color: #44bce2
}

.blockquote-style-one {
    position: relative;
    margin-bottom: 60px;
    background-color: #3d67d4;
    border: 0;
    padding: 40px 45px
}

.blockquote-style-one p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px
}

.blockquote-style-one .name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
   
}

.blockquote-style-one .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #61e27d;
    font-weight: 400;
   ;
    padding-left: 15px
}

.blog-single {
    position: relative
}

.blog-single .news-block-three {
    margin-bottom: 25px
}

.blog-single .news-block-three .lower-content,
.blog-single .news-block-three .lower-content .title-box,
.blog-single .news-block-three .text-box {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0
}

.blog-single .news-block-three .title-box h4 {
    font-size: 25px;
    margin-top: 3px
}

.blog-single .news-block-three .text-box {
    padding: 15px 0 0
}

.blog-single .news-block-three .text-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 25px
}

.blog-single .news-block-three .text-box sup {
    position: relative;
    float: left;
    font-size: 33px;
    line-height: 1em;
    font-weight: 800;
    color: #333;
    top: 5px;
    margin-right: 3px
}

.blog-single blockquote {
    position: relative;
    padding: 35px 40px;
    border-top: 55px solid #e8eae9;
    border-right: 70px solid #e8eae9;
    border-bottom: 55px solid #e8eae9;
    border-left: 70px solid #e8eae9;
    font-style: italic;
    text-align: center
}

.blog-single blockquote p {
    position: relative;
    font-size: 20px !important;
    line-height: 35px !important;
    color: #777 !important;
    margin-bottom: 0 !important
}

.blog-single blockquote .icon {
    position: relative;
    display: block;
    font-size: 112px;
    margin-top: 20px;
    color: #44bce2;
    font-style: italic;
}

.blog-single .two-column {
    position: relative
}

.blog-single .two-column .image-column {
    position: relative;
    margin-bottom: 30px
}

.blog-single .two-column .image-column .image {
    position: relative
}

.blog-single .two-column .image-column img {
    display: block;
    width: 100%;
    height: auto
}

.blog-single .two-column .text-column {
    margin-bottom: 17px
}

.blog-single .two-column .text-column .inner {
    margin-left: -5px
}

.blog-single .two-column .text-column p {
    margin-bottom: 15px
}

.blog-single .text-box figure {
    margin-bottom: 25px
}

.blog-single .text-box figure img {
    display: block;
    width: 100%;
    height: auto
}

.blog-single .text-box h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;

}

.blog-single .post-share-options {
    position: relative;
    margin-bottom: 20px;
   
}

.blog-single .post-share-options p {
    position: relative;
    color: #222;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    display: inline-block
}

.blog-single .post-share-options .tags {
    position: relative;
    display: inline-block
}

.blog-single .post-share-options .tags li {
    position: relative;
    display: inline-block;
    margin-right: 12px
}

.blog-single .post-share-options .tags a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-single .post-share-options .tags li:hover a {
    color: #44bce2
}

.blog-single .post-share-options .social-icon {
    position: relative;
    display: inline-block
}

.blog-single .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 4px
}

.blog-single .post-share-options .social-icon li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #49c7ed;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-single .post-share-options .social-icon li a:hover {
    color: #222
}

.blog-single .post-controls {
    position: relative;
    text-align: left;
    padding: 18px 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1
}

.blog-single .post-controls .inner {
    position: relative
}

.blog-single .post-controls:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #c1c1c1;
    content: ""
}

.blog-single .post-controls h5 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    font-weight: 500;
    max-width: 180px;
   
}

.blog-single .post-controls h5 a {
    display: inline-block;
    color: #222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-single .post-controls h5 a:hover {
    color: #44bce2
}

.blog-single .post-controls .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 34px;
    line-height: 40px;
    color: #d1d1d1
}

.blog-single .post-controls .prev-post {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 60px
}

.blog-single .post-controls .prev-post h5 {
    text-align: right
}

.blog-single .post-controls .next-post {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 60px
}

.blog-single .post-controls .next-post .icon {
    left: auto;
    right: 0
}

.blog-single .post-controls .next-post h5 {
    text-align: left
}

.author-box {
    position: relative;
    background-color: #f5f5f5;
    padding: 45px 50px;
    margin-bottom: 60px
}

.author-box .inner-box {
    position: relative;
    padding-left: 145px;
    min-height: 125px
}

.author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px
}

.author-box .thumb img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.author-box .name {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #303031;
    font-weight: 500;
   ;
    margin-bottom: 2px
}

.author-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #44bce2;
    font-weight: 500;
    margin-bottom: 5px
}

.author-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400
}

.blog-single.full-width {
    position: relative;
    padding: 60px 0
}

.blog-single.full-width .news-block-three .date {
    float: left
}

.blog-single.full-width .news-block-three .title-box h4 {
    font-size: 22px
}

.blog-single.full-width .news-block-three .lower-content .title-box {
    padding-bottom: 15px
}

.blog-single.full-width .news-block-three .text-box {
    padding: 10px 0 0
}

.blog-single.full-width blockquote {
    border-color: transparent;
    background-image: url(../images/icons/quote-bg.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    padding: 110px 140px;
    margin: 50px 0
}

.blog-single.full-width blockquote .icon,
.blog-single.full-width blockquote p {
    z-index: 9
}

.blog-single.full-width blockquote:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff padding-box content-box;
    padding: 55px 70px;
    opacity: .85;
    content: "";
    z-index: 0
}

.blog-single.full-width .text-box h5 {
    font-size: 20px;
    line-height: 25px;
    color: #222
}

.blog-single .contact-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 5px
}

.blog-single .contact-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #101010;
    opacity: .9;
    content: ""
}

.blog-single .contact-box:after {
    position: absolute;
    right: 24px;
    bottom: 0;
    width: 109px;
    height: 136px;
    background: url(../images/icons/map-pin.html) no-repeat center;
    content: "";
    opacity: .1;
    z-index: 1
}

.blog-single .contact-box .inner-box {
    position: relative;
    padding: 40px
}

.blog-single .contact-box h5 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 1.7em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.blog-single .contact-box .text {
    position: relative;
    font-size: 15px;
    line-height: 1.7em;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 30px
}

.blog-single .contact-box .contact-info {
    position: relative
}

.blog-single .contact-box .contact-info li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 15px
}

.blog-single .contact-box .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 24px;
    color: #fff
}

.blog-single .contact-box .contact-info li:nth-child(1) .icon {
    color: #56d845
}

.blog-single .contact-box .contact-info li:nth-child(2) .icon {
    color: #ff3052
}

.blog-single .contact-box .contact-info li:nth-child(3) .icon {
    color: #9e5eff
}

.blog-single .contact-box .contact-info li a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-single .contact-box .contact-info li a:hover {
    color: #44bce2
}

.call-back-section {
    position: relative;
    padding: 50px 0;
    background-color: #f3f3f3
}

.call-back-section .content-column {
    position: relative
}

.call-back-section .content-column .inner-column {
    position: relative;
    padding-right: 15px
}

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

.call-back-section .content-column .text {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.call-back-section .content-column .info-box {
    position: relative;
    padding: 36px 40px;
    border: 1px solid #007bbf
}

.call-back-section .content-column .info-box .inner {
    position: relative;
    text-align: center
}

.call-back-section .content-column .info-box .icon {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 42px;
    color: #49c7ed
}

.call-back-section .content-column .info-box .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #007bbf;
    font-weight: 400;
    margin-bottom: 10px
}

.call-back-section .content-column .info-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    color: #97ec85;
    font-weight: 700;
}

.call-back-section .form-column .inner-column {
    position: relative
}

.callback-form {
    position: relative
}

.callback-form .row {
    margin: 0 -7px
}

.callback-form .form-group {
    position: relative;
    padding: 0 7px;
    margin-bottom: 10px
}

.callback-form .form-group input[type=text],
.callback-form .form-group input[type=email],
.callback-form .form-group textarea,
.main-header .search-panel input[type=tel],
.callback-form .form-group select {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    padding: 16px 20px;
    width: 100%;
    height: 64px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.callback-form .form-group textarea {
    height: 140px;
    resize: none
}

.callback-form .form-group input[type=submit],
.callback-form button {
    padding: 10px 40px;
    text-transform: uppercase
}

.callback-form .form-group input:focus,
.callback-form .form-group textarea:focus,
.callback-form .form-group select:focus {
    border-color: #0040ad
}

.call-back-section-two {
    position: relative;
    background-color: #f6f6f6
}

.call-back-section-two .outer-container {
    position: relative
}

.call-back-section-two .content-column {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    float: left
}

.call-back-section-two .content-column:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #49c7ed;
    opacity: .9;
    content: ""
}

.call-back-section-two .content-column:after {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 60px;
    top: 60px;
    border: 1px solid rgba(255, 255, 255, .4);
    content: "";
    z-index: 1
}

.call-back-section-two .content-column .inner-column {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    max-width: 450px;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    z-index: 9
}

.call-back-section-two .content-column .info-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.call-back-section-two .content-column .icon {
    position: relative;
    display: inline-block;
    font-size: 62px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 15px
}

.call-back-section-two .content-column h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #04274a;
    font-weight: 700;
    margin-bottom: 15px
}

.call-back-section-two .content-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px
}

.call-back-section-two .content-column .link-box {
    position: relative
}

.call-back-section-two .content-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #03274a;
    font-weight: 600;
    text-transform: uppercase;
   ;
    border-bottom: 1px solid;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.call-back-section-two .content-column .link-box a:hover {
    color: #fff
}

.call-back-section-two .form-column {
    position: relative;
    float: right;
    width: 50%
}

.call-back-section-two .form-column .inner-column {
    position: relative;
    padding: 85px 15px 80px;
    max-width: 600px;
    margin: 0 auto
}

.call-back-section-two .form-column .sec-title {
    margin-bottom: 20px
}

.call-back-section-two .form-column .text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px
}

.call-back-section-two .callback-form .form-group textarea {
    height: 66px;
    resize: none
}

.branches-section {
    position: relative;
    padding: 140px 0 30px
}

.branches-section .row {
    margin: 0 -13px
}

.branch-block {
    position: relative;
    padding: 0 13px;
    margin-bottom: 40px
}

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

.branch-block .inner-box:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 73px;
    height: 90px;
    background-image: url(../images/icons/map-pin-2.html);
    content: "";
    opacity: .1
}

.branch-block .image-box {
    position: relative
}

.branch-block .image-box .location {
    position: absolute;
    left: 10px;
    bottom: 12px;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 18px;
    background-color: #fff;
    color: #303031;
    font-weight: 500;
   
}

.branch-block .image-box .image {
    position: relative;
    display: block;
    background: #101010;
    overflow: hidden;
    margin-bottom: 0
}

.branch-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.branch-block .inner-box:hover .image-box .image img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.branch-block .info-box {
    position: relative;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 30px
}

.branch-block .info-box li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #777;
    font-weight: 400;
    padding-left: 22px;
    margin-bottom: 18px
}

.branch-block .info-box li a {
    color: #777
}

.branch-block .info-box li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 28px;
    color: #44bce2
}

.branch-block .info-box li a:hover {
    text-decoration: underline
}

.contact-form-section {
    position: relative;
    padding: 60px 0
}

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

.contact-form-section .title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    color: #333;
    font-weight: 500
}

.contact-form {
    position: relative
}

.contact-form .row {
    margin: 0 -12px
}

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

.contact-form .form-group label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
    font-style: italic;
   ;
    margin-bottom: 7px
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .form-group input[type=text],
.contact-form .form-group input[type=password],
.contact-form .form-group input[type=url],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 25px;
    color: #333;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    height: 60px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form .form-group input[type=text]:focus,
.contact-form .form-group input[type=password]:focus,
.contact-form .form-group input[type=url]:focus,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #44bce2
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 25px;
    color: #333;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    height: 170px;
    resize: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 5px
}

.contact-form .form-group input[type=submit],
.contact-form .form-group button {
    text-transform: uppercase;
    letter-spacing: .02em
}

.contact-form .form-group label.error {
    color: red
}

.map-section {
    position: relative;
    display: block
}

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

.map-data a {
    display: block
}

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

.map-canvas {
    height: 640px
}

.main-footer {
    position: relative;
    background-color: #0e0e0e
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 10px
}

.main-footer .footer-column {
    position: relative
}

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

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.main-footer .about-widget {
    position: relative
}

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

.main-footer .footer-logo figure {
    margin: 0
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
    margin-top: -20px
}

.main-footer .about-widget .text {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.main-footer .info-widget {
    position: relative;
    padding-right: 10px
}

.main-footer .info-widget .shedule {
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 14px
}

.main-footer .info-widget .shedule li {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400
}

.main-footer .info-widget .item-list {
    position: relative;
    padding-bottom: 10px
}

.main-footer .info-widget .item-list li {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 4px
}

.main-footer .info-widget .item-list li a {
    display: inline-block;
    color: #a9a2a2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px
}

.main-footer .info-widget .item-list li a:hover {
    color: #f5e617
}

.main-footer .info-widget .social-links .widget-title {
    margin-bottom: 0
}

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

.social-icon-two li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 30px;
    color: #fff
}

.social-icon-two li a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-two li a:hover {
    color: #49c7ed
}

.recent-posts {
    position: relative;
    padding-left: 20px
}

.recent-posts .post {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 10px
}

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

.recent-posts .post .text {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px
}

.recent-posts .post .text a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.recent-posts .post .text a:hover {
    color: #49c7ed
}

.recent-posts .post .date {
    position: relative;
    display: block;
    font-size: 13px;
    color: #49c7ed;
    line-height: 20px
}

.main-footer .footer-bottom {
    position: relative;
    background-color: #0a0a0a
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    float: right;
    padding: 20px 0
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-left: 24px;
    padding-left: 24px;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    font-weight: 400
}

.main-footer .footer-bottom .footer-nav li:before {
    position: absolute;
    left: -2px;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    content: "|"
}

.main-footer .footer-bottom .footer-nav li:first-child:before {
    display: none
}

.main-footer .footer-bottom .footer-nav li a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-footer .footer-bottom .footer-nav li a:hover {
    color: #49c7ed
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 20px 0;
    text-align: center
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.main-footer .footer-bottom .copyright-text a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline
}

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

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

.sidebar-page-container .sidebar {
    padding-left: 40px
}

.sidebar-page-container .services-sidebar {
    padding-left: 25px
}

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

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0
}

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

.sidebar-page-container .sidebar-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #44bce2;
    content: ""
}

.sidebar-page-container .sidebar-title h3 {
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 30px;
    
}

.sidebar-page-container .widget-content {
    position: relative
}

.widget-content p {
    color: #a9a2a2
}

.sidebar .search-box {
    position: relative
}

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

.sidebar .search-box .form-group input[type=text],
.sidebar .search-box .form-group input[type=search] {
    position: relative;
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    padding: 20px 25px;
    padding-right: 75px;
    height: 60px;
    width: 100%;
    background-color: #f1f1f1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar .search-box .form-group input[type=submit],
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 0;
    font-weight: 400;
    background-color: transparent;
    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[type=submit]:hover,
.sidebar .search-box .form-group button:hover {
    color: #44bce2
}

.sidebar .categories {
    position: relative
}

.category-list {
    position: relative
}

.category-list li {
    position: relative;
    border-bottom: 1px solid #e0e0e0
}

.category-list li:first-child a {
    padding-top: 0
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0 14px;
    color: #777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-list li a:hover,
.category-list li.current a {
    color: #49c7ed
}

.contact-list {
    position: relative
}

.contact-list li {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0 14px;
    color: #777;
    font-weight: 400
}

.contact-list li:first-child {
    padding-top: 0
}

.contact-list li a {
    position: relative;
    color: #777;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-list li a:hover {
    color: #49c7ed
}

.brochures {
    position: relative
}

.brochures .brochure-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    padding: 15px 27px;
    background-color: #03274a;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.brochures .brochure-btn span {
    position: relative;
    float: right;
    line-height: 30px;
    color: #fff;
    font-size: 16px
}

.brochures .brochure-btn:hover {
    background-color: #44bce2
}

.testimonial-widget {
    position: relative
}

.testimonial-widget .widget-content {
    position: relative;
    padding: 45px 30px;
    background-color: #f8f8f8;
    border: 1px solid #efefef
}

.testimonial-widget .single-item-carousel {
    position: relative;
    padding-bottom: 35px
}

.testimonial-block-three {
    position: relative
}

.testimonial-block-three .info-box {
    position: relative;
    padding-left: 95px;
    padding-top: 20px;
    margin-bottom: 28px;
    min-height: 80px
}

.testimonial-block-three .thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-block-three .thumb img {
    display: block;
    width: 100%
}

.testimonial-block-three .name {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
}

.testimonial-block-three .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #44bce2;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonial-block-three .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 400;
    font-style: italic;
}

.testimonial-widget .owl-nav {
    display: none
}

.testimonial-widget .owl-dots {
    position: absolute;
    left: 0;
    bottom: -5px
}

.testimonial-widget .owl-dot {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #ccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonial-widget .owl-dot:hover,
.testimonial-widget .owl-dot.active {
    background-color: #49c7ed
}

.post-widget {
    position: relative
}

.post-widget .post {
    position: relative;
    padding-left: 115px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    padding-top: 14px;
    min-height: 115px;
    border-bottom: 1px solid #e0e0e0
}

.post-widget .post:last-child {
    margin-bottom: 0
}

.post-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.post-widget .post .thumb img {
    display: block;
    width: 100%
}

.post-widget .post h3 {
    position: relative;
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-weight: 600;
    margin-bottom: 4px
}

.post-widget .post h3 a {
    color: #333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.post-widget .post h3 a:hover {
    color: #44bce2
}

.post-widget .post .info {
    position: relative
}

.post-widget .post .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #aaa;
    font-weight: 400
}

.post-widget .post .info li a {
    position: relative;
    color: #aaa
}

.post-widget .post .info li i {
    color: #44bce2;
    margin-right: 4px
}

.contact-widget {
    position: relative
}

.contact-widget .widget-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 50px
}

.contact-widget .widget-content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2a57e8;
    opacity: .9;
    content: "";
    outline: 1px solid rgba(255, 255, 255, .4);
    outline-offset: -10px
}

.contact-widget .contact-info {
    position: relative
}

.contact-widget .contact-info li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px
}

.contact-widget .contact-info li:last-child {
    margin-bottom: 0
}

.contact-widget .contact-info li a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-widget .contact-info li strong {
    font-weight: 700
}

.contact-widget .contact-info li a:hover {
    color: #44bce2
}

.tags-widget {
    position: relative
}

.tag-list {
    position: relative;
    display: block;
    margin-right: -1px
}

.tag-list li {
    position: relative;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #ebebeb;
    padding: 15px 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.tag-list li a:hover {
    background-color: #44bce2;
    color: #fff
}

.sidebar .meta-widget {
    position: relative
}

.sidebar .meta-widget .sidebar-title {
    margin-bottom: 5px
}

.meta-list {
    position: relative
}

.meta-list li {
    position: relative
}

.meta-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #888;
    font-weight: 400;
    padding: 10px 0;
    padding-left: 16px;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.meta-list li a:before {
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 14px;
    color: #49c7ed;
    line-height: 28px;
    padding: 10px 0;
    font-family: fontawesome;
    content: "\f0da"
}

.meta-list li a span {
    color: #5dbafc;
    display: inline-block
}

.meta-list li a:hover {
    color: #5dbafc
}

.comments-area {
    position: relative;
    margin-bottom: 50px
}

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

.group-title h4 {
    position: relative;
    font-size: 20px;
    color: #333;
    line-height: 1.2em;
    font-weight: 500
}

.comment-block {
    position: relative
}

.comment-block .inner-box {
    position: relative;
    padding: 30px 35px 35px;
    border: 1px solid #e4e4e4;
    text-align: center
}

.comment-block .thumb {
    position: relative;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px
}

.comment-block .thumb img {
    display: block;
    width: 100%
}

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

.comment-block .info .name {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #303031;
    font-weight: 500
}

.comment-block .info .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #44bce2;
    font-weight: 400
}

.comment-block .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    margin-bottom: 18px
}

.comment-block .link-box {
    position: relative
}

.comment-block .link-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #49c7ed;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-block .link-box a:hover {
    color: #222
}

.comments-area .owl-carousel {
    padding-bottom: 50px
}

.comments-area .owl-nav {
    display: none
}

.comments-area .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -5px
}

.comments-area .owl-dot {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #ccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.comments-area .owl-dot:hover,
.comments-area .owl-dot.active {
    background-color: #49c7ed
}

.comment-form {
    position: relative
}

.comment-form .row {
    margin: 0 -9px
}

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

.comment-form .form-group label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
    font-style: italic;
   ;
    margin-bottom: 7px
}

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

.comment-form .form-group input[type=text],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=url],
.comment-form .form-group input[type=email],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 25px;
    color: #333;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    height: 60px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-form .form-group input[type=text]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=url]:focus,
.comment-form .form-group input[type=email]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #44bce2
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 25px;
    color: #333;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    height: 170px;
    resize: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 5px
}

.comment-form .form-group input[type=submit],
.comment-form .form-group button {
    text-transform: uppercase
}

.error-page-section {
    position: relative;
    text-align: center;
    padding: 200px 0 150px
}

.error-page-section .error-image {
    position: relative;
    margin-bottom: 30px
}

.error-page-section .error-image img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.error-page-section h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.error-page-section h4 span {
    color: #49c7ed
}

.error-page-section .text {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 27px
}

.error-page-section .btn-box {
    position: relative;
    display: block
}

.error-page-section .btn-box a {
    text-transform: uppercase;
    padding: 10px 38px
}

video {
    height: auto;
    width: 100%;
    object-fit: cover
}

.jdp-news-wrapper {
    background-image: linear-gradient(to right bottom, #007bbf, #009ed0, #00bdc6, #00d7a8, #97ec85);
    color: #fff;
    background: #03274a
}

.flip-card {
    background-color: transparent;
    height: 275px;
    perspective: 1000px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.flip-card-front {
    background-color: #fff;
    color: #000;
    z-index: 2;
    padding: 10px
}

.flip-card-back {
    background-color: #2980b9;
    color: #fff;
    transform: rotateY(180deg);
    z-index: 9;
    padding: 0 15px
}

.flip-card-front a img {
    height: 200px;
    object-fit: cover
}

.flip-card-back .theme-btn {
    background: #ddd
}

.flip-card-back .theme-btn:hover {
    background-color: #2e5995;
    color: #fff
}

p.white-text.text-center.mb-4 {
    
    font-size: 20px
}

p.white-text.text-center {
    font-size: 18px
}

.page-template-default h4 {
    font-weight: 700;
    padding-bottom: 10px
}

.page-id-47 h4 {
    font-weight: unset
}

div#about_author_img {
    margin: 25px -46px 0 34px
}

.sponsors-carousel .owl-item {
    float: none;
    display: inline-block
}

@media (min-width: 1024px) {
    .partner .sponsors-carousel .owl-item {
        width: 16%!important;
    }
}

.sponsors-carousel .owl-stage {
    width: 100% !important;
    text-align: center
}

.banner-slider .item {
    position: relative;
}

.banner-slider .item .img-style {
    position: relative;
    z-index: 1;
}

.banner-slider .item .auto-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
    text-align: center;
}
.auto-center h2 {
    position: relative;
    display: block;
    font-size: 3rem;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    letter-spacing: 2px;
    text-shadow: 3px 2px 4px #000;
   /* text-shadow: 0 0 1px #ffffff, 0 0 3px #76e8d9, 0 0 4px #a3eef9, 0 0 2px #88bac4, 0 0 1px #87c7d4, 0 0 5px #b0dedd;*/
}
.back-text p {
    color: #fff;
    padding: 12px 10px;
}
.link-box {
    text-align: center;
    position: absolute;
    top: 75%;
    left: 40%;
}

.top-span {
    font-size: 30px;
}

.b-square li {
    list-style-type: initial;
}


.col-div h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: 600;
}

.col-div:hover,
.col-div:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    /* transform: translateY(-0.25em); */
    transition: all 0.5s ease-in-out 0s;
}

.features-section .auto-container h2 {
    text-align: center;
    /* font-size: 30px; */
    line-height: 1.2em;
    color: #000;
    font-weight: 600;
    padding-bottom: 13px;
padding-top: 15px;}

.features-section .auto-container h3 {
    text-align: center;
    font-size:2rem;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
	margin-bottom:13px;
padding-top: 15px;}
.features-section .auto-container h4 {
    text-align: center;
    font-size:2rem;
    line-height: 1.2em;
    color: #000;
    font-weight: 600;
}
.b-square{
    padding-left: 35px;
}
.bol{
    font-weight: 900;
}


.flip-box {

    height: 200px;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px;
    /* padding: 20px; */
    /* border: 1px solid #e3e3e3; */
    transition: box-shadow .3s;
    background-color: transparent;
    border-bottom-left-radius: 15px;
    /* box-shadow: 0 -10px 30px -10px rgb(0 0 0 / 29%); */
    position: relative;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: #2980b9;
    color: white;
    box-shadow: 0 -10px 30px -10px rgb(0 0 0 / 29%);
  }
  
  .flip-box-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    box-shadow: 0 -10px 30px -10px rgb(0 0 0 / 29%);
  }
  .space {
      padding-top: 30px;
  }
   @media (min-width: 1366px){
    .fon-los{
        font-size: 2.2rem;
    }

    
   }
     .home .features-section .no-padding-top{
       padding-top: 0;
   }
   section.features-section.bg-light.padding-top-15{
       padding-top: 0px;
   }
   section.features-section.bg-light.clients-area.padding-bottom-20 {
    padding-bottom: 15px;
}
   
.contain {
    background-color: #f3f3f3;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
  }
  
  div.form {
    background-color: #f3f3f3;
  }
  .contact-wrapper {
    margin: auto 0;
  }
  
  .submit-btn {
    float: left;
  }
  .reset-btn {
    float: right;
  }
  
  .form-headline:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid #2d7abf ;
  }
  
  .highlight-text {
    color: #2d7abf ;
  }
  
  .hightlight-contact-info {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
  }
  
  .highlight-text-grey {
    font-weight: 500;
  }
  
  .email-info {
      margin-top: 20px;
  }
  
  
  .required-input {
    color: black;
  }
  @media (min-width: 600px) {
    .contain {
      padding: 0;
    }
  }
  
  h3,
  ul {
    margin: 0;
  }
  
  h3 {
    margin-bottom: 1rem;
  }
  
  .form-input:focus,
  textarea:focus{
    outline: 1.5px solid #2d7abf ;
  }
  
  .form-input,
  textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
  }
  
  .wrapper > * {
    padding: 1em;
  }
  @media (min-width: 700px) {
    .wrapper {
      display: grid;
      grid-template-columns: 2fr;
    }
    .wrapper > * {
      padding: 2em 2em;
    }
  }
  
  ul {
    list-style: none;
    padding: 0;
  }
  
  .contacts {
    color: #212d31;
  }
  
  .form {
    background: #fff;
  }
  
  form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  form label {
    display: block;
  }
  form p {
    margin: 0;
  }
  
  .full-width {
    grid-column: 1 / 3;
  }
  
  button,
  .submit-btn,
  .form-input,
  textarea {
    padding: 1em;
  }
  
  button, .submit-btn {
    background: transparent;
    border: 1px solid #2d7abf ;
    color: #2d7abf ;
    border-radius: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
  }
  button:hover, .submit-btn:hover,
  button:focus , .submit-btn:focus{
    background: #2d7abf ;
    outline: 0;
    color: #eee;
  }
  .error {
    color: #2d7abf ;
  }
  
  input.submit-btn {
    padding: 10px 20px;
    border-radius: 5px;
}
button.reset-btn{
    padding: 10px 20px;
    border-radius: 5px;
}
.form h4 {
    text-align: center;
    padding-bottom: 20px;
}
ul.b-square.b-b li::marker {
    color: black;
}
ul.b-square.b-b li {
    padding: 8px 0;
}
.ab-o {
    display: flex;
    /* justify-content: stretch; */
}
.imaa{
    width: 207px;
    margin-right: 22px;
    height: 308px;
}
.text-dark {
    color: #000000!important;
}