.img-fluid-1 {
    width: 100%;
}

@media screen and (min-width: 720px) {
    .info-table .marrr {
        margin-left: 15px;
    }
    .float-end-1 {
        float: right;
    }
    .ps-s {
        padding-left: 40px;
    }
    .pad-ll {
        padding-left: 10%;
    }
}

@media screen and (max-width: 720px) {
    .w-100-1 {
        width: 100%;
    }
    .mob-none {
        display: none !important;
    }
    .icons li {
        margin: auto;
    }
    .img_11 {
        min-height: 50vh !important;
    }
    .img-fluid-1 {
        width: 80%;
    }
    .navbar-toggler {
        border: 0px;
    }
    .heading_pad {
        padding-top: 60% !important;
    }
    .headings h1 {
        font-size: 50px !important;
    }
    .mar-m-t {
        margin-top: 50px;
    }
    .col-2 {
        width: 50% !important;
    }
    .img_3 {
        height: 20vh !important;
    }
    .bb-2 {
        border-top: 0px;
        border-bottom: 1px solid darkgray !important;
        border-right: 0px;
        border-left: 0px;
    }
}

.heading_pad_1 {
    padding-top: 30px;
}

.img_1 {
    background-image: url(images/hero-1.jpg);
    height: 130vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.img_3 {
    background-image: url(images/page-banner.jpg);
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.img_3::after {
    background: #00000095;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.align-center {
    align-self: center;
}

.h-100 {
    height: 100%;
}

.heading_pad {
    padding-top: 15%;
    justify-content: center;
    position: relative;
}

.heading_pad_1 {}

.headings h1 {
    font-size: 60px;
    font-weight: 700;
    z-index: 999;
    position: relative;
}

.mar-minus {
    margin-top: -130px;
    position: relative;
}

.carousel-caption {
    top: -50px;
    bottom: unset !important;
    left: 0 !important;
    width: 100%;
    text-align: left !important;
}

.ctm_h {
    height: 660px;
}

.ctm_h1 {
    height: 100%;
}

.service-item-2 {
    background-color: white;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 12%);
}

.service-item-2:hover {
    background-color: #3675fd;
    color: white;
}

.service-item-2 p {
    font-size: 15px;
}

.pad-t {
    padding-top: 80px;
}

.pad-b {
    padding-bottom: 80px;
}

.mar-t {
    margin-top: 80px;
}

.mar-b {
    margin-bottom: 80px;
}

.text-justify {
    text-align: justify;
}

.about {
    text-decoration: none;
    border: 2px solid #5fc2cc;
    background-color: #5fc2cc;
    color: white;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
}

.about:hover {
    background-color: white;
    color: #5fc2cc;
    background-position: 0 100%;
    box-shadow: inset 0 0 0px red, 0 0 60px blue;
}

.img_2 {
    background-image: url(images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.box {
    margin-left: -12px;
    height: 35px;
    padding-top: 5PX;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(128, 128, 128, 0.452);
    color: rgb(131, 130, 130);
}

.box-shadow {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
}

.skill-img-item {
    transition: 0.5s;
}

.skill-img-item:hover {
    margin-top: 10px !important;
    transition: 0.5s;
}

.skill-img-item .skill-img {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s linear;
    z-index: 1;
}

.patner p {
    font-size: xx-large;
}

.skill-img-item .skill-img .image {
    display: block;
    position: relative;
}

.skill-img-item .skill-img .skill-img-text {
    position: absolute;
    bottom: 45px;
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .skill-img-item .skill-img .skill-img-text .title {
        font-size: 22px;
    }
}

.skill-img-text .title a {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
}

.skill-img-item .skill-img .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #010f31 100%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}

.skill-img-item .skill-img .image img {
    border-radius: 5px;
    width: 100%;
}

.skill-img-item .skill-img .skill-img-text .skill-btn {
    font-size: 14px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s linear;
    text-decoration: none;
}

.col-2 {
    width: 20%;
}

.col-2 img {
    min-height: 100%;
}

.b_color {
    background-color: #010c2a;
}

.footer-logo img {
    width: 80%;
}

.widget-info {
    padding-top: 20px;
}

ul,
ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

.widget-info ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.widget-info ul li .info-text {
    font-size: 16px;
    line-height: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #c4c5c7;
}

.widget-info ul li .info-text a {
    text-decoration: none;
}

.widget-info ul li .info-icon i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
}

.footer-widget .footer-widget-title {
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.widget-link {
    padding-top: 22px;
}

.widget-link .link li {
    margin-top: 7px;
}

.widget-link .link li a {
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #c4c5c7;
    transition: all 0.3s linear;
    text-decoration: none;
}

.get {
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .service-item-1 {
        padding: 40px;
    }
}

.service-item-1 {
    background: #ffffff;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 11%);
    padding: 55px;
    border-radius: 10px;
    margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
    .service-item-1 .icons {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: -80px;
    }
}

.service-item-1 .icons {
    width: 100px;
    height: 100px;
    line-height: 103px;
    background: #5fc2cc;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -115px;
}

.inputs {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    border: 0px;
    background-color: #f6f7f9;
    color: #a6a7ae;
}

.text-primary {
    color: #5fc2cc !important;
}

.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #5fc2cc;
    border-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    padding: 6px 33px;
    border: 2px solid #5fc2cc;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.btn:focus,
.btn:focus:active {
    box-shadow: none;
}

.btn:hover {
    box-shadow: none;
    color: #5fc2cc;
}

.btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #ffffff;
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.pad-r {
    margin-left: 40%;
}

@keyframes bottom {
    0% {
        transform: translatey(100%);
    }
    100% {
        transform: translatey(0);
    }
}

@keyframes left {
    0% {
        transform: translatex(-100%);
    }
    100% {
        transform: translatex(0);
    }
}

.headings {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 1s ease-out 0s 1 bottom;
    padding: 30px;
}

.onScroll {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 1s ease-out 0s 1 left;
    padding: 30px;
}

.none {
    visibility: hidden;
}

.img_11 {
    min-height: 120vh;
}

.shape-1 {
    position: absolute;
    left: 0;
    top: 15px;
    left: 0;
}

.shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .about-img-text {
        padding: 75px 55px 55px;
    }
}

.about-img-text {
    text-align: left;
    background: linear-gradient(-48deg, #54d6eb 0%, #035cdd 100%);
    position: absolute;
    margin-left: -35px;
    top: -35px;
    padding: 90px 60px 65px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 1199px) {
    .about-img-text .number {
        font-size: 95px;
    }
}

.about-img-text .number {
    font-size: 120px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #ffffff;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .about-img-text .text {
        font-size: 22px;
        margin-top: 40px;
    }
}

.about-img-text .text {
    font-size: 24px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-top: 55px;
}

.about-img {
    text-align: center;
    position: relative;
    margin-top: 35px;
    box-shadow: -5px -5px 20px #0000002b;
}

.about-img img {
    border-radius: 10px;
}

img {
    max-width: 100%;
}

.bg-bar {
    background-color: #5fc2cc;
}

.icons li {
    padding-left: 10px;
}

.icons li a {
    color: white;
}

.nav-item {
    padding-left: 25px;
}

.about-text-p {
    font-size: 18px;
}

.service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service-item .service-img a {
    display: block;
    position: relative;
}

.service-item .service-img a img {
    width: 100%;
    height: 215px;
}

.service-item .service-img a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #010f31 100%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}

.service-item .service-img .shape-1 {
    width: 355px;
    height: 205px;
    background: linear-gradient(90deg, #54d6eb 0%, #035cdd 100%);
    transform: skewY(15deg);
    position: absolute;
    right: -9%;
    top: 48%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: 1;
}

.service-item .service-img .shape-2 {
    width: 355px;
    height: 120px;
    background: linear-gradient(280deg, #54d6eb 0%, #035cdd 100%);
    transform: skewY(15deg);
    position: absolute;
    right: -35%;
    top: 42%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: 1;
}

.service-item .service-img .service-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1199px) {
    .service-item .service-img .service-img-text {
        padding: 0 30px;
    }
}

.service-item .service-img .service-img-text p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.service-item .service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px 40px 40px 35px;
}

@media only screen and (max-width: 1399px) {
    .service-item .service-content {
        padding: 25px 25px 20px 25px;
    }
}

.service-item .service-content .title {
    font-size: 24px;
    line-height: 30px;
    color: #231e32;
}

@media only screen and (max-width: 1399px) {
    .service-item .service-content .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-item .service-content .title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .service-item .service-content .title {
        font-size: 20px;
    }
}

.service-item .service-content .read-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    background: #5fc2cc;
    color: #ffffff;
    display: inline-block;
}

.service-item:hover .service-img .shape-1 {
    opacity: 0.8;
    visibility: visible;
}

.service-item:hover .service-img .shape-2 {
    opacity: 0.8;
    visibility: visible;
}

.service-item:hover .service-img .service-img-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(-45px);
}

.title a {
    color: black;
    text-decoration: none;
}

.title a:hover {
    color: #5fc2cc;
    text-decoration: none;
    transition: .5s;
}

@media (max-width: 767px) {
    .carousel-inner-1 .carousel-item>div {
        display: none;
    }
    .carousel-inner-1 .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner-1 .carousel-item.active,
.carousel-inner-1 .carousel-item-next,
.carousel-inner-1 .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {
    .carousel-inner-1 .carousel-item-end.active,
    .carousel-inner-1 .carousel-item-next {
        transform: translateX(16%);
    }
    .carousel-inner-1 .carousel-item-start.active,
    .carousel-inner-1 .carousel-item-prev {
        transform: translateX(-16%);
    }
}

.carousel-inner-1 .carousel-item-end,
.carousel-inner-1 .carousel-item-start {
    transform: translateX(0);
}

.card-1 {
    border: 0px !important;
    margin: 6px;
    background: #fff;
    padding: 5px;
}

.min_hei {
    min-height: 120px;
    width: 100%;
    padding: 10px;
}

.carousel-control-next-1,
.carousel-control-prev-1 {
    position: absolute !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px !important;
    color: #fff !important;
    text-align: center !important;
    background: none !important;
    border: 0 !important;
    transition: opacity 0.15s ease !important;
    margin-top: -160px !important;
    background-color: #54d6eb !important;
    border-radius: 50px !important;
    --bs-bg-opacity: unset !important;
    top: unset !important;
    bottom: unset !important;
    opacity: unset !important;
    width: auto !important;
}

.carousel-control-next-1 {
    right: 10px !important;
    padding-left: 10px;
}

.carousel-control-prev-1 {
    right: 50px !important;
    left: unset !important;
}

.prev_icon {
    background-image: url(images/prev.svg);
    width: 15px;
    height: 15px;
}

.next_icon {
    background-image: url(images/next.svg);
    width: 15px;
    height: 15px;
}

.side-bar {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.side-bar li {
    padding-top: 20px;
}

.side-bar li a {
    color: darkgray;
    text-decoration: none;
    font-size: large;
}

.single-sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}

.single-sidebar-widget {
    margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .sec-title {
    margin-bottom: 30px;
}

.single-sidebar-widget .sec-title h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.single-sidebar-widget .sec-title {
    font-size: 15px;
    font-weight: 600;
}

.single-sidebar-widget .sec-title h2:after {
    width: 35px;
}

.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button {
    height: 40px;
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button {
    margin-bottom: 2px;
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button .ui-selectmenu-text {
    line-height: 40px;
}

.single-sidebar-widget .dwnld-broucher a {
    text-transform: uppercase;
    color: #08ADD0;
    font-weight: 600;
    margin-top: 30px;
    font-size: 12px;
    display: inline-block;
}

.single-sidebar-widget .special-links li:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .special-links li a {
    background: #f9f9f9;
    color: #323232;
    border: 1px solid #e9e9e9;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    line-height: 50px;
    position: relative;
    padding: 0 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-size: 15px;
}

.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
    color: inherit;
}

.single-sidebar-widget .special-links li a {
    text-decoration: none;
}

.single-sidebar-widget .special-links li a:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    color: #6A6969;
    font-weight: normal;
}

.single-sidebar-widget .special-links li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -1px;
    color: #0c1f38;
    font-size: 0px;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 4px solid #0c1f38;
}

.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li a.active {
    background: #fff;
    color: #0c1f38;
}

.single-sidebar-widget .special-links li a.active:after {
    color: #0c1f38;
}

.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
    opacity: 1;
}

.search-box placeholder {
    color: #000;
}

.single-sidebar-widget .search-box form {
    background: #e5e5e5;
    width: 100%;
    height: 48px;
    border: 1px solid #e9e9e9;
}

.single-sidebar-widget .search-box form input {
    padding-left: 30px;
    border: none;
    outline: none;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    width: calc(100% - 55px);
    background-color: transparent;
}

.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
}

.single-sidebar-widget .search-box form input:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(186, 185, 185, 1);
}

.single-sidebar-widget .search-box form button {
    position: relative;
    left: 2px;
    width: 50px;
    background: #0c1f38;
    color: #000000;
    font-size: 16px;
    padding: 11px 0px;
    border: none;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .search-box form button:hover {
    background: #1FB5C7;
}

.single-sidebar-widget .search-box form button:hover i {
    color: #fff;
}

.single-sidebar-widget .search-box form button:hover:after {
    background: #1FB5C7;
}

.single-sidebar-widget .search-box form button i {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .categories ul li:last-child a {
    border: none;
}

.single-sidebar-widget .categories ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.single-sidebar-widget .categories ul li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #C8C8C8;
    position: absolute;
    top: 0;
    right: 0;
}

.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.single-sidebar-widget .popular-post li {
    margin-bottom: 30px;
}

.single-sidebar-widget .popular-post li:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar-widget .popular-post .img-box {
    width: 110px;
}

.single-sidebar-widget .popular-post .content {
    padding-left: 30px;
}

.single-sidebar-widget .popular-post .content a h4 {
    font-family: 'Open Sans', sans-serif;
    color: #242424;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .popular-post .content a h4:hover {
    color: #1FB5C7;
}

.single-sidebar-widget .popular-post .content p {
    color: #8E8D8D;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.single-sidebar-widget .popular-post .content span {
    color: #1CBAC8;
    font-size: 13px;
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

.single-sidebar-widget .text-box p {
    color: #8E8D8D;
}

.single-sidebar-widget .insta-feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.single-sidebar-widget .insta-feed {
    font-size: 0;
    display: inline-block;
}

.single-sidebar-widget .insta-feed img {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 1px;
    margin-right: 1px;
}

.single-sidebar-widget .tag-cloud {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar-widget .tag-cloud li {
    display: inline-block;
}

.single-sidebar-widget .tag-cloud li a {
    display: block;
    color: #787878;
    text-transform: uppercase;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 7px 22px;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .tag-cloud li a:hover {
    background: #E5E5E5;
    color: #787878;
    border-color: #E5E5E5;
}

.single-client-box {
    margin-bottom: 50px;
}

.single-client-box:last-child {
    margin-bottom: 0;
}

.single-client-box .icon-box,
.single-client-box .content {
    display: table-cell;
    vertical-align: middle;
}

.single-client-box .icon-box {
    width: 170px;
    text-align: center;
    border-top: 4px solid #1FB5C7;
    border-left: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.single-client-box .content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
}

.single-client-box .content h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Alegreya', sans-serif;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-client-box .content p {
    color: #898989;
    margin: 0;
}

.single-sidebar-widget ul.brochure-btns li a {
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    background: #FBFBFB;
    border: 1px solid #EDEDED;
    padding: 12px 20px;
}

.single-sidebar-widget ul.brochure-btns li {
    display: block;
    margin-bottom: 21px;
}

.single-sidebar-widget ul.brochure-btns li a i {
    color: #e94429;
    margin: 0 10px 0;
    font-size: 1.2em;
}

.faq.faq-service .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 20px 18px;
    background: rgba(242, 237, 233, 0.38)
}

@media (max-width: 480px) {
    h1 {
        font-size: 36px;
    }
}

.nf-carousel-theme-top .owl-nav .owl-prev,
.nf-carousel-theme-top .owl-nav .owl-next {
    top: -45px;
    right: 0;
    left: auto;
    border: 2px solid #e9e9e9;
    color: #ccc;
    font-size: 22px;
    height: 1.8em;
    line-height: 1.6em;
    padding: 0;
    text-align: center;
    width: 1.8em;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    background: none;
}

.nf-carousel-theme-top .owl-nav .owl-prev {
    right: 50px;
}

.nf-carousel-theme-top .owl-nav .owl-prev:hover,
.nf-carousel-theme-top .owl-nav.owl-next:hover {
    border: 2px solid #0c1f38;
    color: #fff;
    background: #0c1f38;
}

.align-center h4 b {
    color: #54d6eb;
}

.car-1 {
    background-color: #000000;
}

.car-1 img {
    opacity: 0.46;
}

a {
    color: #5fc2cc;
}

body {
    background-color: #f1f6ff;
}

#news-slider {
    margin-top: 20px;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-nav {
    text-align: center;
    margin-top: 20px;
}

.owl-nav .owl-prev {
    background: #fff !important;
    position: absolute;
    top: 30%;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-nav .owl-next {
    background: #fff !important;
    position: absolute;
    top: 30%;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

@media only screen and (max-width:768px) {
    .owl-nav .owl-next {
        top: 30%;
        right: 0 !important;
    }
    .owl-nav .owl-prev {
        top: 30%;
        left: 0 !important;
    }
    #news-slider {
        margin-top: 0px !important;
    }
}