@font-face {
    font-family: 'Loto';
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: 'Cinzel';
    src: url("../fonts/Cinzel-Regular.otf");
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/FontAwesome.otf");
}

body {
    font-family: 'Loto', Arial;
    overflow-x: hidden;
}

p {
    font-size: 15px;
    color: #7a7a7a;
    line-height: 22px;
    text-align: justify;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cinzel', arial;
}

.btn-theme-invert {
    margin: 15px 0;
    width: 100%;
    background: transparent;
    border: 1px solid #25A3D6;
    font-size: 20px;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    font-family: 'Cinzel', arial;
}

.btn-theme-invert:hover {
    background: #25A3D6;
    color: #000;
}

.m30 {
    margin: 30px 0;
}

.d-b-r {
    border-right: 5px double #eee;
}

.reg-form {
    border-radius: 10px;
    margin: 0 auto;
    background: #bdcccf;
    background: -moz-linear-gradient(top, #bdcccf 0%, #b9c904 100%);
    background: -webkit-linear-gradient(top, #bdcccf 0%, #b9c904 100%);
    background: linear-gradient(to bottom, #bdcccf 0%, #b9c904 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdcccf', endColorstr='#b9c904', GradientType=0);
    padding: 30px;
}

.reg-form p {
    font-size: 18px;
    color: #fff;
}

.reg-form p span {
    color: #092732;
}

.reg-form h3 {
    color: #092732;
    text-align: center;
}

.reg-form .form-control {
    height: 50px;
    background: transparent;
    border: 1px solid #092732;
    border-radius: 10px;
    font-size: 20px;
}

.reg-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.reg-form .form-control::-moz-placeholder {
    color: #fff;
}

.reg-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.reg-form .form-control:-moz-placeholder {
    color: #fff;
}

.btn-regform {
    display: block;
    text-decoration: none;
    margin: 15px 0;
    width: 100%;
    background: #092732;
    border: 1px solid #25A3D6;
    font-size: 20px;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    font-family: 'Cinzel', arial;
    border-radius: 10px;
}

.btn-pricing {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #092732;
    padding: 10px;
    color: #fff;
    margin: 0 30px;
    font-size: 18px;
}

.btn-pricing:hover,
.btn-pricing:focus,
.btn-pricing:active {
    text-decoration: none;
    color: #fff;
}

.page-title {
    position: relative;
    font-weight: bold;
}

.adv-title {
    text-align: center;
    padding-bottom: 20px;
}

.price-tag {
    font-family: 'Loto', arial;
    text-align: center;
}

.feature-list .feature-container {
    overflow: hidden;
    margin-bottom: 20px;
}

.feature-list .feature-container .feature-icon {
    float: left;
    margin-right: 10px;
}

.feature-list .feature-container .feature-content {
    overflow: hidden;
}

.feature-list h4 {
    margin: 3px 0;
    font-weight: bold;
}

.overflow-hid {
    overflow: hidden;
}

.points-icon {
    float: left;
    width: 30px;
    color: #25A3D6;
    padding: 0 10px;
}

.points {
    width: 90%;
    float: left;
}

.accrodion-group {
    margin: 20px 0;
}

.accrodion-group .accordion-panel:first-child {
    border-radius: 5px 5px 0px 0px;
}

.accrodion-group .accordion-panel:last-child {
    border-radius: 0px 0px 5px 5px;
}

.accordion-panel {
    border: 1px solid #eee;
    transition: all 0.3s linear;
}

.accordion-panel .accordion-toggle {
    position: relative;
    cursor: pointer;
    padding: 10px 10px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.accordion-panel .accordion-toggle .accordion-head {
    width: 90%;
    font-weight: bold;
}

.accordion-panel .accordion-toggle:after {
    font-family: "FontAwesome", arial;
    content: "\f067";
    position: absolute;
    top: 50%;
    left: 95%;
    color: #25A3D6;
    transform: translate(-50%, -50%);
}

.accordion-panel .toggle-sign:after {
    content: "\f068";
}

.accordion-panel .accordion-body {
    visibility: hidden;
    overflow: hidden;
    margin: -10px 0;
    height: 0;
    transition: all 0.3s ease;
    padding: 10px;
}

.accordion-panel .active {
    margin: 0px;
    height: auto;
    visibility: visible;
    transition: all 0.3s ease;
}

.modal-header,
.modal-footer {
    background: #25A3D6;
}

.btn-color2 {
    background: #092732;
    border: none;
    color: #fff;
    padding: 6px 12px;
}

.btn-gray {
    background: #eee;
    border: none;
    color: #092732;
    padding: 6px 12px;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border: 1px solid #092732;
    box-shadow: none;
}

textarea {
    resize: none;
}

.flat-list-year ul {
    list-style: none;
    margin-top: 57px;
    margin-bottom: 0;
}

.flat-list-year ul li {
    margin-bottom: 10px;
}

.flat-list-year ul li div {
    position: relative;
    float: right;
    width: 95%;
    padding-left: 30px;
    padding-bottom: 15px;
}

.flat-list-year ul li div ul {
    margin-top: 0;
    color: #fff;
    list-style: circle;
}

.flat-list-year ul li div ul li {
    line-height: 15px;
}

.flat-list-year ul li div span {
    position: absolute;
    position: absolute;
    left: -17px;
    top: 6px;
    z-index: 10;
    color: #092732;
    font-size: 16px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    padding: 0 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #25A3D6;
}

.flat-list-year ul li div:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 18px;
    width: 1px;
    height: 95%;
    background-color: #e3e3e3;
}

.flat-list-year ul li div:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 3px;
    width: 30px;
    height: 30px;
    background-color: #25A3D6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
}

.flat-list-year ul li div h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 11px;
    color: #25A3D6;
}

.flat-list-year ul li div p {
    margin-bottom: 0;
}

.flat-list-year ul li:last-child div:before {
    background-color: transparent;
}

.contact-overlay {
    position: fixed;
    right: 0px;
    top: 0;
    width: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.contact-overlay.in {
    left: 0;
    bottom: 0;
    width: 100%;
}

.scroll-control {
    overflow-y: hidden;
}

.quick-contact {
    position: fixed;
    right: -250px;
    top: 150px;
    width: 250px;
    background: #25A3D6;
    height: auto;
    z-index: 99;
    padding: 10px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
}

.quick-contact .quick-contact-toggle {
    width: 30px;
    margin-left: -40px;
    margin-top: -10px;
    border-radius: 5px 0px 0px 5px;
    background: #25A3D6;
    overflow: hidden;
    cursor: pointer;
}

.quick-contact .quick-contact-toggle span {
    line-height: 15px;
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    text-align: center;
}

.quick-contact .quick-form {
    margin-top: -115px;
    padding: 10px;
    background: #eee;
}

.quick-contact .quick-form .btn-container {
    overflow: hidden;
}

.quick-contact .quick-form .btn-container .quick-btn {
    float: right;
    background: #25A3D6;
    border: none;
    padding: 6px 12px;
    color: #fff;
}

.toggle-active {
    right: 0;
    position: absolute;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
}

.top-nav {
    background: #092732;
    padding: 2px 0;
}

.top-nav .logo {
    display: block;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding-top: 10px;
    text-align: center;
}

.top-nav .logo span {
    color: #25A3D6;
}

.top-nav .info {
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
}

.top-nav ul {
    text-align: right;
    padding: 0;
    list-style: none;
}

.top-nav ul li {
    display: inline;
}

.top-nav ul li a {
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.top-nav ul li a:hover {
    color: #25A3D6;
}

.navbar-default {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    margin-bottom: 0;
    background: #f6f7f7;
    border: none;
    border-radius: 0;
    height: 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #25A3D6;
}

.navbar-default .nav-border {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #25A3D6;
}

.navbar-default .navbar-nav {
    text-align: center;
    width: 100%;
    float: none;
    padding-top: 20px;
}

.navbar-default .navbar-nav .drop-down {
    position: relative;
}

.navbar-default .navbar-nav .drop-down .dropdown-container {
    z-index: 10;
    border-top: 1px solid #25A3D6;
    text-align: left;
    width: 600px;
    display: none;
    overflow: hidden;
    background: #fff;
    position: absolute;
    padding-top: 10px;
/*    box-shadow: 0 0 5px #888;*/
    top: 130%;
}

.navbar-default .navbar-nav .drop-down .dropdown-container ul {
    display: block;
    width: 300px;
    padding: 0px 20px;
    float: left;
    list-style: none;
}

.navbar-default .navbar-nav .drop-down .dropdown-container ul h5 {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav .drop-down .dropdown-container ul li {
    display: block;
}

.navbar-default .navbar-nav .drop-down .dropdown-container ul li a {
    display: inline-block;
    padding-bottom: 15px;
    color: #000;
    text-decoration: none;
}

.navbar-default .navbar-nav .drop-down .dropdown-container ul li a:hover {
    color: #25A3D6;
}

.navbar-default .navbar-nav .drop-down .dropdown-item {
    z-index: 10;
    border-top: 1px solid #25A3D6;
    text-align: left;
    width: 200px;
    display: none;
    overflow: hidden;
    background: #fff;
    position: absolute;
    padding-top: 10px;
    padding: 10px 20px;
    top: 130%;
    height: auto;
}

.navbar-default .navbar-nav .drop-down .dropdown-item li {
    display: block;
}

.navbar-default .navbar-nav .drop-down .dropdown-item li a {
    display: inline-block;
    padding-bottom: 15px;
    color: #000;
    text-decoration: none;
}

.navbar-default .navbar-nav .drop-down .dropdown-item li a:hover {
    color: #25A3D6;
}

.navbar-default .navbar-nav .drop-down:hover .dropdown-container {
    display: block;
    top:59px;
    transition: all 0.2s linear;
}

.navbar-default .navbar-nav .drop-down:hover .dropdown-item {
    display: block;
    top: 95%;
    transition: all 0.2s linear;
}

.navbar-default .navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a {
    background: transparent;
    color: #000;
    padding: 20px 15px;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
    color: #25A3D6;
}

.navbar-default .navbar-nav>.active>a {
    background: transparent;
    color: #25A3D6;
}

.navbar-default .navbar-nav>.active>a:hover {
    color: #25A3D6;
    background: transparent;
}

.affix {
    width: 100%;
    top: 0;
    z-index: 1000;
}

.affix.navbar-default {
    border: none !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.affix-logo {
    font-size: 25px;
    color: #fff !important;
}

.affix-logo img {
    width: 160px;
}

.affix-logo span {
    color: #25A3D6;
}

.navbar-collapse {
    width: 100%;
    overflow: hidden;
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #092732;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.slider {
    overflow: hidden;
    position: relative;
    background: url("../images/banner1.jpg") no-repeat;
    background-size: contain;
    width: 100%;
}

.slider .slider-content-container {
    position: relative;
    width: 55%;
    float: left;
}

.slider .slider-content-container .slider-content {
    display: block;
    padding-top: 20%;
    height: 100%;
}

.slider .slider-content-container .slider-content h1 {
    color: #fff;
    height: auto;
    text-align: center;
}

.slider .slider-img {
    width: 45%;
    float: right;
}

.slider-form {
    padding: 15px;
    background: black;
    width: 100%;
    height: auto;
    z-index: 10;
}

.slider-form .form-control {
    border-radius: 0;
    height: 40px;
    margin: 15px 0;
}

.feature-about {
    overflow: hidden;
}

.feature-about h3 span {
    color: #dba111;
}

.feature-about h4:before {
    color: #25A3D6;
    content: "\f192";
    padding-right: 10px;
    font-family: "FontAwesome", arial;
}

.feature-service {
    background: url(../images/type-bann.jpg) no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.feature-service .service-container {
    position: relative;
    text-align: center;
}

.feature-service .service-container a {
    text-decoration: none;
}

.feature-service .service-container a:hover {
    text-decoration: none;
}

.feature-service .service-container .service-circle {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #25A3D6;
    border: 2px solid #25A3D6;
    margin: 30px auto;
    text-align: center;
    padding-top: 40px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.feature-service .service-container .service-circle .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.feature-service .service-container .service-circle .icon-h {
    visibility: hidden;
}

.feature-service .service-container .service-circle:hover .icon-n {
    visibility: hidden;
}

.feature-service .service-container .service-circle:hover .icon-h {
    visibility: visible;
}

.feature-service .service-container .service-circle:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    background: transparent;
}

.feature-service .service-container .invert.serivce-sub {
    left: -3% !important;
}

.feature-service .service-container .invert.serivce-sub:before {
    left: 100%;
    border-left: 10px solid #25A3D6;
    border-right: none;
}

.feature-service .service-container .serivce-sub,
.feature-service .service-container .serivce-sub1 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 103%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.feature-service .service-container .serivce-sub:before,
.feature-service .service-container .serivce-sub1:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #25A3D6;
}

.feature-service .service-container .serivce-sub ul,
.feature-service .service-container .serivce-sub1 ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.feature-service .service-container .serivce-sub ul li a,
.feature-service .service-container .serivce-sub1 ul li a {
    padding: 5px;
    margin: 0;
    display: block;
    width: 200px;
    background: #25A3D6;
    color: #092732;
}

.feature-service .service-container:hover .serivce-sub {
    visibility: visible;
    opacity: 1;
}

.feature-service h4 {
    color: #25A3D6;
}

.feature-company .company-container {
    margin-top: 30px;
    overflow: hidden;
}

.feature-company .company-container .reg-title {
    background: url("../images/price-boer.png") no-repeat;
    background-size: 100% 100%;
    height: 189px;
    position: relative;
    z-index: 10;
}

.feature-company .company-container .reg-title h4 {
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
    text-align: center;
    font-weight: bolder;
    color: #092732;
    letter-spacing: 1px;
    width: 95%;
    padding: 0 10px;
}

.feature-company .company-container .feature-list {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    margin-top: -94px;
    padding-top: 100px;
    background: #092732;
}

.feature-company .company-container .feature-list ul {
    padding: 0 10px;
    list-style: none;
    text-align: center;
}

.feature-company .company-container .feature-list ul li {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #25A3D6;
}

.feature-company .company-container .feature-list .link-container {
    padding-top: 20px;
    width: 100%;
    display: block;
    height: 63px;
}

.feature-company .company-container .feature-list .link-container .link {
    width: 100%;
    padding: 10px 0;
    display: block;
    background: #25A3D6;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #092732;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'cenzial', arial;
    background: url(../images/btm-skew.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.feature-company .company-container:hover .feature-list {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    background: #25A3D6;
}

.feature-company .company-container:hover .feature-list ul li {
    color: #092732;
}

.feature-company .company-container:hover .link-container {
    padding-bottom: 10px;
}

.feature-company .company-container:hover .link-container .link {
    background-image: none;
    background-color: #092732;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    color: #fff;
}

.feature-blog .post-img {
    width: 100%;
}

.feature-blog a {
    text-decoration: none;
}

.feature-blog a .post-title {
    font-family: "lato", arial;
    color: #000;
    text-decoration: none;
}

.feature-blog a .post-title:hover {
    color: #25A3D6;
}

.feature-blog .post-detail small {
    padding-right: 10px;
    color: #4d4d4d;
}

.feature-blog .post-content {
    color: #ddd;
    text-align: justify;
}

.feature-blog .post-content p {
    line-height: 20px;
    font-size: 14px;
}

.feature-blog .short-post {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    overflow: hidden;
}

.feature-blog .short-post .post-left {
    width: 30%;
    float: left;
}

.feature-blog .short-post .post-right {
    padding: 0 5px;
    width: 70%;
    float: left;
}

.feature-blog .short-post .post-right h4 {
    margin: 5px 0;
}

.banner-service-tax {
    background-size: cover;
    padding: 50px 0;
    background: #092732;
    background: -moz-linear-gradient(left, #092732 1%, #13556d 51%, #092732 100%);
    background: -webkit-linear-gradient(left, #092732 1%, #13556d 51%, #092732 100%);
    background: linear-gradient(to right, #092732 1%, #13556d 51%, #092732 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#092732', endColorstr='#092732', GradientType=1);
}

.banner-service-tax .banner-content {
    padding: 20px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.banner-service-tax .banner-content h2 {
    color: #fff;
}

.banner-service-tax .banner-content p {
    color: #fff;
}

.banner-service-tax .price-title {
    padding-top: 20px;
    color: #092732;
    font-size: 18px;
}

.banner-service-tax .price-title span {
    color: #25A3D6;
    font-size: 25px;
}

.grad-bg {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 37%, #189492 100%);
    background: -webkit-linear-gradient(top, #ffffff 37%, #189492 100%);
    background: linear-gradient(to bottom, #ffffff 37%, #189492 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#189492', GradientType=0);
}

.grad-bg .message-cover {
    margin: 20px 0;
    background: url(../images/messagecover.png) no-repeat;
    background-size: 100% 100%;
    height: 550px;
    width: 100%;
    background-position: top center;
    padding-top: 5px;
}

.grad-bg .message-cover .cover-container {
    width: 72%;
    margin: 0 auto;
}

.grad-bg .message-cover .cover-container h4 {
    text-align: center;
}

.grad-bg .message-cover .cover-container .cover-content {
    list-style: none;
    padding: 0;
    height: 300px;
}

.grad-bg .message-cover .cover-container .cover-content li {
    padding: 5px 0;
    list-style: none;
    border-bottom: 1px solid #25A3D6;
    font-size: 13px;
    overflow: hidden;
}

.grad-bg .message-cover .cover-container .cover-content li p {
    float: left;
    width: 80%;
    font-size: 13px;
    padding: 0;
    line-height: 10px;
}

.grad-bg .message-cover .cover-container .cover-content li span {
    float: right;
    width: 20%;
    text-align: right;
}

.grad-bg .time-line {
    background: url(../images/barstrip.png) no-repeat;
    background-position: center center;
    background-size: 47px 471px;
    width: 100%;
    height: 471px;
    margin-top: 40px;
}

.grad-bg .time-line .timeline-content {
    width: 100%;
    overflow: hidden;
}

.grad-bg .time-line .timeline-content .timeline-left {
    width: 45%;
    float: left;
    padding-right: 5px;
}

.grad-bg .time-line .timeline-content .timeline-left p {
    text-align: right;
}

.grad-bg .time-line .timeline-content .timeline-right {
    width: 45%;
    text-align: left;
    float: right;
    padding-left: 5px;
}

.grad-bg .time-line .timeline-content:nth-child(1) {
    padding-top: 5px;
    padding-bottom: 100px;
}

.grad-bg .time-line .timeline-content:nth-child(2) {
    padding-bottom: 105px;
}

.grad-bg .time-line .timeline-content:nth-child(3) {
    padding-bottom: 115px;
}

.grad-bg .time-line .timeline-content:nth-child(odd) .timeline-left p {
    color: #000;
}

.grad-bg .time-line .timeline-content:nth-child(odd) .timeline-right p {
    color: #25A3D6;
}

.grad-bg .time-line .timeline-content:nth-child(even) .timeline-left p {
    color: #25A3D6;
}

.grad-bg .time-line .timeline-content:nth-child(even) .timeline-right p {
    color: #000;
}

.grad-bg .proof {
    padding-bottom: 40px;
}

.grad-bg .proof .proof-circle {
    position: relative;
    padding: 0;
    margin-right: -20px;
    cursor: pointer;
}

.grad-bg .proof .proof-circle img {
    width: 100%;
    height: auto;
}

.grad-bg .proof .proof-circle .proof-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #092732;
}

.grad-bg .proof .proof-circle .proof-content .normal-text {
    display: block;
}

.grad-bg .proof .proof-circle .proof-content .hover-text {
    display: none;
}

.grad-bg .proof .proof-circle .proof-content p {
    text-align: center;
}

.grad-bg .proof .proof-circle:hover .proof-content .normal-text {
    display: none;
}

.grad-bg .proof .proof-circle:hover .proof-content .hover-text {
    display: block;
}

.grad-bg .pricing .price-panel {
    margin: 20px 0;
}

.grad-bg .pricing .price-panel .panel-heading {
    background: #092732;
}

.grad-bg .pricing .price-panel .panel-heading h3 {
    color: #fff;
    text-align: center;
}

.grad-bg .pricing .price-panel .panel-body {
    height: 200px;
}

.grad-bg .pricing .price-panel .panel-body .pricing-feature-list {
    top: 70%;
    transform: translate(-50%, -50%);
}

.grad-bg .pricing .price-panel .panel-body1 {
    height: 300px;
    background: #eee;
}

.grad-bg .pricing .price-panel .panel-body1 .pricing-feature-list {
    top: 60%;
    transform: translate(-50%, -50%);
}

.grad-bg .pricing .price-panel .panel-body1:before {
    display: table;
    content: " ";
}

.grad-bg .pricing .price-panel .panel-body,
.grad-bg .pricing .price-panel .panel-body1 {
    position: relative;
    padding: 0;
    margin: 0;
    background: #eee;
}

.grad-bg .pricing .price-panel .panel-body .pricing-feature-list,
.grad-bg .pricing .price-panel .panel-body1 .pricing-feature-list {
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    width: 100%;
}

.grad-bg .pricing .price-panel .panel-body .pricing-feature-list .list-item,
.grad-bg .pricing .price-panel .panel-body1 .pricing-feature-list .list-item {
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 8px 0;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
}

.grad-bg .pricing .price-panel .panel-body .pricing-feature-list .list-item:last-child,
.grad-bg .pricing .price-panel .panel-body1 .pricing-feature-list .list-item:last-child {
    border-bottom: none;
}

.tl-cont,
.cont-enq {
    margin: 30px 0;
}

.phone {
    background: #eee;
    text-align: center;
    width: 100%;
    padding: 60px 0px;
    position: relative;
    margin: 50px 0px;
    color: #092732;
}

.phone p {
    text-align: center;
}

.fbk {
    font-size: 48px !important;
    position: absolute;
    top: -34px;
    background: #fff;
    color: #25A3D6;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 100%;
    border: 2px solid #25A3D6;
}

.feature-blog .post-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.feature-blog .post-item a {
    color: #25A3D6;
}

.feature-blog .post-item a h3 {
    color: #000;
}

.feature-blog .post-item a h3:hover {
    color: #25A3D6;
}

.recent-post-list {
    margin: 10px 0;
    list-style: none;
    padding: 0;
}

.recent-post-list li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.recent-post-list li a {
    color: #000;
}

.recent-post-list li a:hover {
    color: #25A3D6;
}

footer {
    background: #092732;
}

footer h3 {
    color: #25A3D6;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li a {
    text-decoration: none;
    padding: 3px 0;
    display: inline-block;
    color: #fff;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

footer ul li a:hover {
    text-decoration: none;
    color: #25A3D6;
    padding-left: 5px;
}

footer p {
    color: #fff;
    font-size: 14px;
}

.copy-right {
    padding: 8px 0;
    background: #25A3D6;
}

.copy-right a {
    color: #092732;
}

.copy-right p {
    color: #000;
}

.final-design {
    overflow: hidden;
    background: #092732;
}

.final-design p {
    color: #fff;
    text-align: center;
}

.p-0 {
    padding: 0;
}

.final-design h3 {
    color: #25A3D6;
}

.final-design .final-obl {
    background: url(../images/ob-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.final-design .final-obl .final-obl-content {
    padding: 35% 0;
}

.final-design .final-obl .final-obl-content h3 {
    text-align: center;
    position: relative;
    margin-bottom: 36px;
}

.final-design .final-obl .final-obl-content h3:before {
    position: absolute;
    top: 100%;
    content: "";
    background: url(../images/floral.png) no-repeat;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translate(-50%);
}

.know-about {
    margin: 30px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 7% 5px;
    min-height: 200px;
}

.know-about h4 {
    font-weight: bold;
    text-align: center;
}

.know-about p {
    text-align: center;
    font-size: 14px;
}

.title {
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.title:after {
    content: "";
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #25A3D6;
    border: 5px solid #fff;
}

.title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    border-bottom: 5px double #ddd;
    width: 150px;
}

ul ul{
    height: 180px;
}

.read-more p{color: #fff;}