body {
    padding: 0;
    margin: 0;
    background-image: url("../img/slider-pattern-2.png-ver=1.png")/*tpa=https://www.correcttechno.com/assets/img/slider-pattern-2.png?ver=1*/;
    background-attachment: scroll;
    background-size: auto;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    box-sizing: border-box
}

@media(min-width:2000px) and (max-width:2500px) {
    body {
        padding: 0 10%
    }
}

@media(min-width:2000px) and (max-width:2500px) {
    body {
        padding: 0 15%
    }
}

@media(min-width:2500px) and (max-width:3000px) {
    body {
        padding: 0 22%
    }
}

@media(min-width:3000px) and (max-width:3500px) {
    body {
        padding: 0 25%
    }
}

@media(min-width:3500px) and (max-width:4000px) {
    body {
        padding: 0 30%
    }
}

@media(min-width:4000px) and (max-width:5000px) {
    body {
        padding: 0 33%
    }
}

.body-scroll {
    overflow: hidden
}

* {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

:focus, :hover {
    outline: 0
}

.content, .header {
    position: relative
}

.top-line {
    display: flex;
    flex: 0 0 100%;
    padding: 10px 5%
}

.top-contact a {
    color: #0a3e5f;
    text-decoration: none;
    margin: 0 auto
}

.logo, .sosicial {
    display: inline-block;
    box-sizing: border-box
}

.logo {
    position: relative;
    height: auto
}

.logo img {
    width: 85%;
    height: 70px;
    object-fit: contain;
    transition: all .3s
}

@media screen and (max-width:991px) {
    .logo img {
        width: 70%;
        margin-top: 15px
    }
    .header .sosicial {
        display: none
    }
    .logo {
        width: 100%;
        text-align: center
    }
    .top-line {
        display: none
    }
    .menu-scroll img {
        display: none
    }
}

.slick-arrow {
    border-radius: 4px
}

.logo>a {
    display: inline-block;
    position: relative;
    width: 100%
}

.sosicial {
    position: relative;
    z-index: 1;
    padding: 10px;
    width: 18.4%;
    text-align: center;
    vertical-align: top
}

.button, .button-2,.button-outline {
    position: relative;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 45px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s;
    z-index: 0;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px
}

.button {
    background: #0a3e5f;
    color: #fff;
    border: none;
}

.button-outline{
    border:2px solid #0a3e5f;
    color: #0a3e5f;
}

.button .icon, .button-2 .icon,.button-outline .icon {
    vertical-align: text-top
}

.button-2 {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.button-2:active, .button:active,.button-outline:active {
    transform: scale(.95)
}

.button-2::before, .button::before,.button-outline::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    border-radius: 45px;
    z-index: -1;
    opacity: 0
}

.button::before,.button-outline::before {
    background: #0076b5a8;
    border: 1px solid #0076b5
}

.button-2::before {
    border: 1px solid #fff;
    background: #fff
}




.button-2:hover::before, .button:hover::before,.button-outline:hover::before {
    animation-name: top-offer-button;
    animation-duration: 1s;
    animation-iteration-count: 100
}

@keyframes top-offer-button {
    from {
        opacity: .8;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(1.4)
    }
}

.top-offer-button:hover {
    background: #0166a5
}

.language ul {
    position: relative;
    margin: 0
}

.language ul li {
    display: inline-block;
    list-style: none
}

.menu-parent {
    background-color: transparent;
    z-index: 3;
    user-select: none;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    padding: 10px 5% 5px 5%
}

.menu-parent:not([class*=menu-scroll]) {
    position: relative
}

.menu-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    background: #fff
}

.menu-scroll .menu {
    padding-left: 8%
}

.menu-scroll .logo img {
    width: 76%
}

.menu-parent .menu-button {
    background-color: transparent;
    color: #0a3e5f;
    border: none;
    display: none
}

.menu-parent .menu-button i::before {
    font-size: 30px;
    line-height: 2
}

.menu {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 0 0 5%;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .menu {
        display: none!important
    }
    .menu-parent {
        text-align: right;
        padding: 0 10px
    }
    .menu-parent button {
        display: block!important
    }
}

.menu>li>a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 0 8px
}

.menu>li {
    display: inline-block;
    color: #0a3e5f;
    text-decoration: none;
    margin: auto;
    position: relative
}

.menu .icon {
    width: 5px;
    padding-right: 5px;
    vertical-align: middle;
    margin-top: 3px
}

.menu>li>ul {
    text-align: left;
    display: none;
    position: absolute;
    min-width: 250px;
    margin: 0;
    padding: 0;
    top: 100%;
    padding-top: 0;
    transition: all .3s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
    border-radius:10px;
}

.lang>ul::before, .menu>li>ul::before {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    top: -5px;
    left: 48%;
    transform: rotate(45deg);
    content: '';
    z-index: -1
}

.menu>li>ul>li {
    list-style: none;
    width: 100%
}

/* .menu>li>ul>li:first-child a {
    border-radius: 5px 5px 0 0
}

.menu>li>ul>li:last-child a {
    border-radius: 0 0 5px 5px
} */

.menu>li>ul>li>a {
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
    color: #0a3e5f;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s
}

.language i, .language ul li a, .social a, .top-contact a i {
    display: inline-block;
    position: relative;
    padding: 5px 0 0 0;
    text-decoration: none;
    border: 1px solid #ddd;
    vertical-align: middle;
    margin-left: 4px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    color: #0a3e5f;
    box-sizing: border-box;
    line-height: 1.5
}

.language ul li a, .top-contact a span {
    font-size: 14px;
    font-weight: 500;
}
.language ul li a{
    text-transform: uppercase;
}
.menu>li>ul>li:hover a {
    background-color: #0166a5;
    color: #fff
}

.menu>li>a {
    position: relative;
    display: flex;
    text-decoration: none;
    font-size: 16px
}

.checkbox, .radio {
    display: inline-block;
    cursor: pointer;
    float: left;
    width: auto!important;
    margin-top: 5px;
    margin-right: 10px
}

.checkbox input, .radio input {
    position: relative;
    display: inline-block;
    height: 0!important;
    width: auto!important;
    vertical-align: top;
    margin-right: 10px
}

.checkbox input::before, .radio input::before {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    color: #0a3e5f;
    top: -4px;
    left: 0;
    content: '';
    vertical-align: top
}

.radio input::before {
    font-size: 20px
}

.checkbox input::before {
    font-size: 18px
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 100
}

.mobile-menu img {
    position: relative;
    width: 100%;
    margin: 5px 0 15px 0;
    object-fit: contain
}

.mobile-menu>div {
    position: relative;
    width: 80%;
    height: 100%;
    background-color: #0a3e5f;
    padding: 20px 10%;
    box-sizing: border-box
}

.m-menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.m-menu a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 0
}

.m-menu li:hover ul {
    display: block
}

.m-menu ul {
    display: none;
    margin: 10px 0 10px 0;
    border-left: 2px solid #0ca2cc;
    padding: 0;
    list-style: none
}

.m-menu ul a {
    padding-left: 10px
}

.m-menu a .icon {
    float: right;
    margin-left: 10px
}

.m-language {
    position: relative;
    margin: 20px 0;
    padding: 20px 0
}

.m-language li {
    display: inline-block
}

.m-language li a {
    display: inline-block;
    padding: 7px 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7
}

.mobile-menu .menu-close {
    position: absolute;
    z-index: 1;
    left: 79.5%;
    top: 0;
    padding: 10px 10px 0 10px;
    border: none;
    background-color: #0a3e5f
}

.mobile-menu .menu-close .icon {
    font-size: 20px;
    color: #fff
}

.mobile-menu .button {
    border-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px
}

.mobile-menu .button::before {
    background-color: #fff;
    border-color: #fff
}

.lang {
    position: absolute;
    top: 0;
    color: #fff;
    right: 5%;
    box-sizing: border-box;
    text-align: center;
    display: inline
}

.lang:hover ul {
    display: block
}

.lang>b {
    position: relative;
    text-transform: uppercase;
    padding: 15px;
    display: flex
}

.lang>ul {
    display: none;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .3);
    margin: auto;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%
}

.lang>ul::before {
    left: 30%!important
}

.lang>ul a {
    text-transform: uppercase;
    text-decoration: none;
    color: #0a3e5f;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    background-color: #fff
}

.sosicial a {
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    text-anchor: end;
    cursor: pointer;
    position: relative;
    padding: 6px 0;
    border: 1px solid #0a3e5f;
    color: #0a3e5f;
    font-size: 22px;
    background-color: transparent;
    transition: all .3s;
    display: inline-block;
    margin-top: 5px;
    box-sizing: border-box;
    height: 40px;
    width: 40px
}

.sosicial a .icon {
    font-size: 20px
}

.sosicial a:hover {
    background-color: #0ca2cc;
    color: #fff
}

.ft {
    text-align: left;
    width: 100%;
    padding: 0
}

.ft h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px
}

.connect a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 0;
    box-sizing: border-box;
    line-height: 0;
    border-radius: 8px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center
}

.connect a {
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-top: 10px;
    display: flex;
    letter-spacing: 1px;
    font-size: 14px
}

.footer {
    position: relative;
    padding: 100px 5% 0 5%
}

.footer {
    background: #0a3e5f;
    background: linear-gradient(95deg, #0a3e5f 0, #125c8b 46%, #0a3e5f 100%)
}

@media(max-width:992px) {
    .footer {
        background-position: left bottom;
        background-size: 100% auto
    }
}

.footer::before {
    background-color: #0a3e5fdb
}

.footer .sosicial a {
    position: relative;
    color: #fff!important;
    background: 0 0!important;
    border: 1px solid #f8f8f8!important;
    margin-left: 3px
}

.footer-title {
    color: #fff;
    font-size: 20px
}

.footer-menu {
    position: relative;
    padding: 0 2%;
    text-align: center;
    margin: 0
}

.footer .col-5 {
    margin-top: 0
}

@media(max-width:992px) {
    .footer-menu {
        border: none;
        padding: 0
    }
    .connect, .ft {
        margin-top: 30px
    }
}

.footer-menu>li {
    display: inline
}

.footer-menu>li>a {
    color: #fff;
    padding: 3px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left
}

.footer-menu>li>a>i {
    font-size: 12px;
    vertical-align: middle;
    margin-top: 3px
}

.footer .col-6 {
    padding: 0
}

.footer-button {
    text-align: right;
    margin-top: 40px;
    width: 100%
}

.footer-button>a {
    margin-right: 11%
}

#page_up {
    border-radius: 8px;
    position: fixed;
    outline: 0;
    bottom: 10px;
    right: 10px;
    color: #f8f8f8;
    font-size: 24px;
    padding: 3px 10px 0 10px;
    cursor: pointer;
    background: 0 0;
    border: none;
    background: #0076b5;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    z-index: 100;
    display: none
}

.copyright {
    text-transform: capitalize;
    width: 100%;
    color: #f8f8f8;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 50px
}

.copyright>div {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin: 0
}

.copyright>div>a {
    padding: 0 10px;
    color: #f8f8f8;
    text-decoration: none
}

.copyright>div>a>i {
    margin-right: 5px;
    font-size: 12px
}

@media(max-width:992px) {
    .footer-button {
        text-align: center
    }
    .footer-button>a {
        margin-right: 0
    }
    .copyright>div {
        width: 100%
    }
    .copyright>div>a {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

h1 {
    font-size: 40px;
    font-weight: 700
}

h2 {
    font-size: 30px;
    font-weight: 400
}

h3 {
    font-size: 25px;
    font-weight: 400
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 15px
}

strong {
    font-weight: 500;
    font-family: inherit
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #0e5785
}

.bg-image {
    background-image: url("../img/section_background.svg")/*tpa=https://www.correcttechno.com/assets/img/section_background.svg*//*tpa=https://www.correcttechno.com/assets/img/section_background.svg*/;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
}

.page-content {
    width: 100%
}

@media(min-width:200px) {
    .footer-a {
        width: 100%
    }
}

@media(min-width:992px) {
    .footer-a {
        width: 49%
    }
}

.page-content a {
    text-decoration: none
}

.page-content, .page-content-2 {
    position: relative;
    box-sizing: border-box;
    min-height: 20px;
    color: #3b3b3b
}

.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content.h6{
    color: #0a3e5f;
    line-height: 1.1 !important;
}

.page-content strong{
    line-height: inherit;
}

.contact, .page-content, .page-content-2, .video {
    background-color: #fff
}

.page-content, .page-content-2 {
    padding: 40px 5% 50px 5%
}

.page-author{
    position: relative;
    border:10px dashed #e7e7e7;
    padding: 20px;
    box-sizing: border-box;
}

.page-author-image{
    display: flex;
    flex: 1;
}

.page-author img{
    position: relative;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.page-author .page-author-title{
    box-sizing: border-box;
    display: flex;
    flex:3;
}

.page-author h3{
    font-weight: 800;
    font-family: nunito;
    font-size: 40px;
    line-height: 1;
    margin:0;
    padding:0;
}

.page-author p{
    line-height: 1;
    color: #3b3b3b;
    margin: 0;
    font-size: 12px;
    width: 100%;
    letter-spacing: 1px;
}


.page-title {
    font-weight: 900;
    font-size: 35px;
    color: #0a3e5f;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    font-family: Nunito, sans-serif!important
}

@media(max-width:992px) {
    .page-author .page-author-title{
        padding-left: 10px;
    }

    .page-author h3{
        font-size:30px;
    }

    .blog-share-btn {
        text-align: center !important;
    }

    .page-title {
        font-size: 30px
    }
}

.page-header {
    text-align: center;
    height: 260px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 70px 2%;
    box-sizing: border-box;
    background-color: #d3d3d3
}

.page-header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .5);
    z-index: -1
}

.page-header h1, .page-header p {
    color: #fff
}

.page-header p {
    font-size: 20px;
    width: 100%
}

.breadcumb, .page-header h1 {
    animation-duration: 1s;
    animation-iteration-count: 1
}

.breadcumb {
    animation-name: page_breadcumb
}

.page-header h1 {
    margin: 0;
    font-weight: 700!important;
    font-size: 45px;
    font-family: Nunito, sans-serif!important;
    animation-name: page_header_title
}

@keyframes page_header_title {
    from {
        transform: translateY(-100%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes page_breadcumb {
    from {
        transform: translateY(100%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.page-header h1 strong {
    font-weight: inherit;
    line-height: inherit
}

@media screen and (max-width:991px) {
    .page-header {
        background-size: auto 100%;
        padding: 70px 1%
    }
    .page-header p {
        width: 100%;
        text-align: center
    }
    .page-header h1 {
        text-align: center;
        font-size: 40px;
        line-height: 1
    }
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.input {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    outline: 0;
    font-size: 1rem;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap
}

.contact {
    width: 100%;
    position: relative;
    padding: 50px 2% 50px 40%;
    box-sizing: border-box;
    z-index: 0;
    background-image: url("../img/contact_background.svg")/*tpa=https://www.correcttechno.com/assets/img/contact_background.svg*//*tpa=https://www.correcttechno.com/assets/img/contact_background.svg*/;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left
}

.contact-form .button, .contact-form .button-2 {
    margin: 10px auto!important
}

.video-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #0a3e5f73
}

.contact .contact-form {
    position: relative;
    width: 100%;
    padding: 15px 24px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%)
}

.contact .contact-form h4 {
    margin: 0 0 20px 0
}

@media screen and (max-width:991px) {
    .contact {
        padding: 70px 0 70px 0;
        background-size: auto 100%;
        height: auto;
        border-radius: 0
    }
    .contact .contact-form {
        padding: 25px 0 10px;
        box-shadow: unset
    }
}

.input-group {
    width: 100%;
    position: relative;
    padding: 10px
}

.input-group label {
    color: #0a3e5f;
    font-weight: 500;
    font-size: 14px
}

.input-group textarea {
    height: 100px;
    resize: none
}

.input-group input:not([type=submit]), .input-group textarea {
    background: 0 0;
    border: none;
    border: 1px solid #0076b5;
    font-weight: 300;
    font-size: 14px;
    border-radius: 10px
}

.contact-form .input-group input:not([type=submit]), .contact-form .input-group textarea {
    color: #0a3e5f
}

.service {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    padding: 15px 20px;
    overflow: hidden
}

.service>div {
    background: #fff;
    height: 200px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all .3s
}

@media screen and (max-width:992px) {
    .service {
        width: 100%
    }
}

.service h3, .service img, .service p {
    position: relative;
    margin: 0
}

.service h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 900;
    font-family: Nunito, sans-serif!important;
    line-height: 2;
    text-transform: uppercase;
}

.service h3 a {
    font-weight: inherit;
    font-family: inherit;
    line-height: 1
}

.service a {
    text-decoration: none;
    color: #0a3e5f
}

.service img, .service svg {
    position: relative;
    margin-bottom: 0;
    height: 70px;
    width: 70px;
    object-fit: contain
}

.service p {
    font-size: 14px;
    color: #848484;
    line-height: 1.2;
}

@media(max-width:992px) {
    .service img {
        box-shadow: unset;
        border-radius: 0
    }
    .service {
        padding: 0 0 10px 0
    }
}

.p-content, .p-menu {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 10px;
    vertical-align: top
}

.p-menu {
    width: 25%;
    padding: 20px
}

.p-content {
    width: 74%
}

@media(max-width:991px) {
    .p-content, .p-menu {
        width: 100%
    }
    .p-menu {
        padding: 0
    }
}

.video-image {
    background-image: url("../img/background.webp")/*tpa=https://www.correcttechno.com/assets/img/background.webp*//*tpa=https://www.correcttechno.com/assets/img/background.webp*/;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.video {
    padding: 50px 0;
    position: relative
}

.video-btn-group {
    position: relative;
    margin-top: 32px
}

.video-btn-group .button-2 {
    letter-spacing: 1px;
    font-size: 12px
}

.video>div {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    height: 430px;
    display: flex;
    flex-wrap: wrap
}

.video-image, .video-text {
    position: relative;
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
    box-sizing: border-box
}

.video-image {
    border-radius: 10px;
    overflow: hidden
}

.video-text {
    background: 0 0;
    width: 50%;
    height: 100%;
    padding: 50px 0 40px 5%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    background-image: url("../img/video_background_decor.svg")/*tpa=https://www.correcttechno.com/assets/img/video_background_decor.svg*//*tpa=https://www.correcttechno.com/assets/img/video_background_decor.svg*/;
    background-size: contain;
    background-position: left
}

.video-text>div {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    margin-left: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    background: #1a84c6;
    background: linear-gradient(95deg, #1a84c6 0, #125c8b 46%, #1a84c6 100%);
    color: #fff;
    padding: 20px
}

.block-animation-left, .block-animation-right {
    animation-duration: 1.2s;
    animation-iteration-count: 1
}

.block-animation-left {
    animation-name: block_animation_left
}

.block-animation-right {
    animation-name: block_animation_right
}

@keyframes block_animation_left {
    from {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes block_animation_right {
    from {
        transform: translateX(100%)
    }
    to {
        transform: translateX(0)
    }
}

.video-text h2 {
    margin-top: 10px;
    font-family: Nunito, sans-serif!important;
    text-transform: uppercase
}

.video-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 20% 0
}

.video-button>button {
    background-color: transparent;
    border: none;
    height: 150px;
    width: 150px;
    outline: 0;
    cursor: pointer;
    position: relative;
    transition: all .3s
}

.video-button>button>svg {
    position: relative;
    display: flex;
    width: 100%
}

.video-button path {
    transform-origin: 50% 50%;
    transition: all .3s
}

.video-button .cevre1, .video-button .cevre3 {
    animation-name: rt;
    animation-duration: 300s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.video-button>button:hover path {
    fill: #0e96eb
}

@media(max-width:992px) {
    .video-button, .video-text {
        width: 100%
    }
    .video-image, .video-text {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
        padding: 0!important;
        border-radius: 0!important
    }
    .video-text>div {
        position: relative;
        width: 100%;
        margin: 0;
        border-radius: 0!important;
        box-shadow: unset
    }
    .video-text {
        padding: 15px;
        font-size: 14px
    }
    .video>div {
        height: auto
    }
}

@keyframes rt {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-36000deg)
    }
}

.allblog {
    padding-bottom: 100px
}

.blog {
    position: relative;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px 10px
}

.blog>div, .partner img, .portfolio>div, .service>div {
    border: 1px solid #f5f5f5;
    transition: all .2s
}

.blog>div {
    position: relative;
    width: 100%;
    background: #fff;
    transition: all .3s;
    border-radius: 10px;
    overflow: hidden
}

.blog:hover>div, .portfolio:hover>div, .service:hover>div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.blog:hover img {
    transform: scale(1.1)
}

.blog a {
    color: #0a3e5f;
    text-decoration: none;
    outline: 0
}

.blog h2 a {
    font-weight: 500
}

@media screen and (max-width:992px) {
    .blog {
        width: 100%;
        padding: 15px 0
    }
    .video-panel {
        width: 90%;
        left: 5%
    }
}

.blog img {
    position: relative;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all .3s
}

.blog .blog-content {
    height: 140px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px 20px 10px;
    background: #fff;
    z-index: 1
}

@media screen and (max-width:992px) {
    .blog .blog-content {
        height: 170px
    }
}

.blog h2, .blog p {
    margin: 0
}

.blog p {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #848484;
}

.blog h2 {
    font-weight: 700;
    font-size: 20px
}

@media(max-width:992px) {
    .blog h2 {
        font-size: 22px
    }
}

.blog .blog-footer {
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #f5f5f5
}

.blog .blog-date, .blog .blog-share, .blog-info .blog-date, .blog-info .blog-share {
    position: relative;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    float: left
}

.blog .blog-date, .blog-info .blog-date {
    text-align: left;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle
}

.blog .blog-date, .blog .blog-share a {
    height: 27px
}

.blog .blog-date i, .blog-info .blog-date i {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px
}

.blog .blog-share {
    text-align: right
}

.blog .blog-share a, .blog-info .blog-share a {
    display: inline-block;
    border-left: 1px solid #f5f5f5;
    padding: 5px 10px;
    transition: all .3s;
    margin: 0!important;
    float: right
}

.blog-share i::before {
    vertical-align: middle
}

.blog-share-btn .facebook, .facebook:hover {
    background: #4267b2
}

.blog-share-btn .linkedin, .linkedin:hover {
    background: #0077b5
}

.blog-share-btn .twitter, .twitter:hover {
    background: #1da1f2
}

.facebook:hover, .linkedin:hover, .twitter:hover {
    color: #fff
}

.blog-slider .slider-left-arrow i::before, .blog-slider .slider-right-arrow i::before {
    font-size: 20px;
    color: #0a3e5f
}

.partners-slider .slider-left-arrow i::before, .partners-slider .slider-right-arrow i::before {
    font-size: 18px;
    color: #0a3e5f
}

.partners {
    position: relative;
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: center
}

.partners-slider {
    padding-top: 20px
}

.partners .partner {
    position: relative;
    padding: 5px 5px;
    box-sizing: border-box;
    outline: 0;
    width: 19%;
    display: inline-block
}

.partner img {
    position: relative;
    width: 100%;
    height: 120px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff
}

@media(max-width:992px) {
    .partners .partner {
        width: 49%
    }
    .partner img {
        height: 100px
    }
}

.page-404 {
    position: relative;
    width: 100%;
    background-image: url("../img/404.png")/*tpa=https://www.correcttechno.com/assets/img/404.png*//*tpa=https://www.correcttechno.com/assets/img/404.png*/;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 500px;
    background-position: center center
}

@media(max-width:992px) {
    .page-404 {
        background-size: 190% auto
    }
}

.portfolio {
    display: inline-table;
    width: 32%;
    position: relative;
    box-sizing: border-box;
    padding: 20px 10px
}

.portfolio .portfolio-logo, .portfolio .portfolio-website {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 1s;
    opacity: 0;
    background-repeat: no-repeat;
    background-color: #fff
}

.portfolio .portfolio-logo {
    background-size: cover;
    background-position: center center
}

.portfolio .portfolio-website {
    background-size: 100% auto;
    background-position: 0 0
}

.portfolio:hover .portfolio-logo, .portfolio:hover .portfolio-website {
    opacity: 1
}

.portfolio:hover .portfolio-website {
    animation-name: preview;
    animation-delay: 1s;
    animation-duration: 4s
}

@keyframes preview {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 bottom
    }
}

@media(max-width:992px) {
    .portfolio {
        width: 100%
    }
}

.portfolio .portfolio-details {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    z-index: 2
}

.portfolio a {
    font-weight: 700
}

.portfolio * {
    text-decoration: none;
    color: #0a3e5f
}

.portfolio .portfolio-details {
    height: 100px;
    position: relative;
    overflow: hidden
}

.button-active .portfolio-watch, .button-active .potfolio-description {
    transition: all .3s
}

.button-active .potfolio-description {
    display: inline-block;
    height: 60px
}

.button-active .portfolio-watch {
    transform: translateY(100px);
    padding: 5px 10px;
    font-weight: 700;
    cursor: pointer
}

.portfolio:hover .button-active .potfolio-description {
    transform: translateY(-100px)
}

.portfolio:hover .button-active .portfolio-watch {
    transform: translateY(-65px)
}

.portfolio .portfolio-details a {
    font-size: 12px;
    border: 1px solid #0a3e5f;
    display: block
}

.portfolio .portfolio-details p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px
}

.portfolio>div {
    position: relative;
    width: 100%;
    background: #fff;
    transition: all .3s;
    border-radius: 10px;
    overflow: hidden
}

.portfolio .portfolio-images {
    position: relative;
    height: 300px;
    width: 100%
}

.portfolio .portfolio-images img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

::-moz-selection {
    background-color: #0a3e5f;
    color: #fff
}

::selection {
    background-color: #0a3e5f;
    color: #fff
}

.breadcumb {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1
}

.breadcumb li {
    display: inline-block;
    list-style: none;
    position: relative
}

.breadcumb li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 7px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 300
}

.breadcumb li a i {
    vertical-align: middle;
    line-height: 1.1;
    font-size: 10px
}

@media(max-width:992px) {
    .breadcumb li a {
        font-size: 12px
    }
}

.blog-share-btn {
    text-align: right;
    width: 100%;
    margin-top: 20px;
}

.blog-share-btn>a {
    display: inline-block;
    background: #fff;
    color: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-decoration: none;
    padding: 12px 0px;
    text-align: center;
    box-sizing: border-box;
}

.blog-share-btn>a:not(:first-child) {
    border-top: 1px solid #d8d7d7
}



[data-error] {
    display: flex;
    -webkit-display: flex;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin-top: -8px
}

.text-danger, .text-success {
    position: relative;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    padding: 0 5px 0 5px;
    display: inline-block;
    width: 100%;
    z-index: 0;
    border-radius: 0 0 8px 8px
}

.text-green, .text-red {
    font-size: 10px;
    font-weight: 500
}

.text-green {
    color: #36a536
}

.text-red {
    color: #b53737
}

.text-success {
    background: #36a536
}

.text-danger {
    background: #b53737
}

.offer-service-slider {
    position: relative;
    width: 100%
}

.offer-service-slider-item {
    position: relative;
    text-align: center
}

.offer-service-slider-item img {
    position: relative;
    height: 150px;
    width: 150px;
    background: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box
}

.offer-service-slider-item h2 {
    font-weight: 700;
    font-family: Nunito, sans-serif!important;
    font-size: 20px;
    color: #0a3e5f;
    letter-spacing: 0
}

.modal-panel, .video-panel {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    top: 0;
    transform: scale(0)
}

.modal-show {
    transition: all .2s;
    transform: scale(1);
    opacity: 1!important;
    animation-name: showing;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-fill-mode: both
}

@keyframes showing {
    to {
        background: rgba(255, 255, 255, 0)
    }
    from {
        background: rgba(255, 255, 255, .5)
    }
}

.modal-form {
    position: absolute;
    top: 20%;
    left: 17%;
    width: 66%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    border-radius: 10px;
    overflow: hidden
}

.modal-panel-large .modal-form {
    width: 80%;
    left: 10%
}

.modal-form .modal-body, .modal-form .modal-header {
    position: relative;
    display: inline-block;
    width: 49%;
    height: 430px;
    vertical-align: top
}

.modal-panel-large .modal-header {
    width: 40%
}

.modal-panel-large .modal-body {
    width: 59%
}

.modal-form .modal-header, .panel .panel-header {
    background-color: #f8f8ff;
    background-image: url("../img/offer_background.svg")/*tpa=https://www.correcttechno.com/assets/img/offer_background.svg*//*tpa=https://www.correcttechno.com/assets/img/offer_background.svg*/;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 0;
    box-sizing: border-box;
    padding: 7% 20px;
    letter-spacing: 1px
}

.panel .panel-header::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ''
}

.panel .panel-header::before {
    background-color: #0a3e5fa1;
    z-index: -1
}

.modal-form .modal-header .offer-title {
    font-weight: 900;
    font-size: 40px;
    margin: 0;
    color: #0a3e5f;
    font-family: Nunito, sans-serif!important;
    text-align: center;
    text-transform: uppercase
}

.modal-form .modal-header p {
    font-size: 13px
}

.modal-form .modal-body {
    box-sizing: border-box;
    padding: 15px
}

.modal-form .modal-body input, .modal-form .modal-body select, .modal-form .modal-body textarea, .panel .panel-body input, .panel .panel-body select, .panel .panel-body textarea {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    clear: both;
    resize: none;
    border: none;
    border: 1px solid #0076b5;
    border-radius: 8px;
    background: 0 0;
    height: 35px;
    font-weight: 300
}

.modal-form .modal-body textarea {
    height: 70px
}

.modal-form .modal-body label, .panel .panel-body label {
    font-size: 12px;
    font-weight: 500;
    color: #0a3e5f;
    width: 100%;
    display: inline-block
}

.modal-form .modal-body>div {
    padding: 5px;
    position: relative
}

.modal-form .input-group {
    padding: 5px
}

.modal-form .modal-body .button {
    font-size: 12px;
    margin: auto
}

.modal-form .modal-close-btn {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0;
    right: 10px;
    background: 0 0;
    border: none;
    font-size: 25px;
    z-index: 1;
    cursor: pointer;
    color: #0a3e5f
}

.modal-form .modal-body .row div[id], .panel .panel-error {
    height: 10px;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap
}

.modal-form iframe {
    height: 100%;
    width: 100%;
    border: none;
    vertical-align: top;
    height: 80vh
}

@media(min-width:1441px) and (max-width:2000px) {
    .modal-form {
        width: 44%;
        left: 27%
    }
}

@media(min-width:2000px) and (max-width:3000px) {
    .modal-form {
        width: 40%;
        left: 30%
    }
}

@media(min-width:3000px) and (max-width:5000px) {
    .modal-form {
        width: 30%;
        left: 35%
    }
}

@media(max-width:992px) {
    .modal-form .modal-body, .modal-form .modal-header {
        width: 100%;
        height: auto
    }
    .modal-form .modal-header {
        text-align: center;
        background-size: cover
    }
    .modal-form .modal-header h2 {
        margin: 0;
        font-size: 30px
    }
    .modal-form .modal-header p {
        display: none
    }
    .modal-form {
        width: 100%;
        left: 0;
        top: 5%
    }
}

.video-player {
    display: none;
    position: absolute;
    top: 100px;
    left: 10%;
    height: 80vh;
    width: 80%;
    background-color: #000;
    z-index: 100000;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.video-player button {
    cursor: pointer;
    background: #0a3e5f;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    outline: 0;
    font-size: 18px;
    box-sizing: border-box;
    padding: 9px
}

.video-panel button i {
    line-height: 0
}

.video-panel iframe {
    width: 100%;
    height: 100%
}

.page-menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.page-menu li {
    margin: 5px
}

.page-menu li a {
    position: relative;
    display: block;
    background: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    padding: 10px 5px;
    font-weight: 500;
    font-size: 15px;
    color: #0a3e5f;
    transition: all .5s
}

.page-menu li a i {
    font-size: 10px;
    transition: all .5s
}



.page-menu li:hover a i {
    margin-right: 5px
}

#cv_form textarea {
    height: 150px
}

.panel {
    position: relative
}

.panel>div {
    position: relative;
    display: inline-block;
    height: 100vh;
    vertical-align: top;
    box-sizing: border-box;
    float: left
}

.panel .panel-header {
    background-color: #0a3e5f;
    width: 40%;
    padding-top: 7%;
    text-align: center;
    background-image: url("../img/cv.jpg")/*tpa=https://www.correcttechno.com/assets/img/cv.jpg*//*tpa=https://www.correcttechno.com/assets/img/cv.jpg*/;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0
}

.panel .panel-header .panel-logo {
    height: 90px;
    width: 100%;
    object-fit: contain
}

.panel-header h1 {
    font-size: 25px;
    margin-top: 40px
}

.panel .panel-header p {
    font-size: 14px;
    letter-spacing: 1px
}

.panel .panel-body {
    width: 60%;
    background: #fff;
    padding: 0 50px;
    margin-left: 40%
}

.panel .panel-body .panel-form {
    margin-top: 20px;
    padding: 0 50px;
    position: relative;
    max-height: calc(100% - 50px)
}

.panel .panel-way {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    float: left
}

.panel-way>div {
    width: 16.66%;
    float: left;
    position: relative;
    display: inline-block;
    text-align: center
}

@media(max-width:992px) {
    .panel .panel-body, .panel .panel-header {
        width: 100%;
        height: auto
    }
    .panel .panel-header {
        position: relative
    }
    .panel .panel-body {
        padding: 0 5px;
        min-height: 420px;
        margin-left: 0
    }
    .panel .panel-body .panel-form {
        padding: 20px 0
    }
}

.panel-way>div::after, .panel-way>div::before {
    position: absolute;
    height: 4px;
    background: #b3b3b3;
    content: '';
    width: 50%;
    top: calc(50% - 2px);
    z-index: 0
}

.panel-way>div::before {
    left: 0
}

.panel-way>div::after {
    right: 0
}

.panel-way>div:first-child::before, .panel-way>div:last-child::after {
    display: none
}

.panel-way .active span, .panel-way .active::after, .panel-way .active::before {
    background: #0a3e5f
}

.panel-way>div>span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #b3b3b3;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 3px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    z-index: 1
}

.panel .panel-form .panel-page>div {
    margin-top: 10px
}

.panel .panel-form .panel-page {
    box-sizing: border-box;
    width: 100%;
    padding: 0 7%;
    opacity: 0;
    display: none
}

.panel .panel-body .panel-page.active {
    animation-name: panelshowing;
    animation-duration: .8s;
    opacity: 1;
    display: block
}

@keyframes panelshowing {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.panel .panel-form .panel-button {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 30px
}

.panel-page .panel-title {
    font-weight: 900;
    margin: 0;
    font-size: 25px;
    color: #0a3e5f;
    float: left;
    padding: 10px 0;
    width: 100%
}

.panel .add, .panel .delete {
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 15px;
    box-sizing: border-box;
    padding: 5px 0;
    text-align: center;
    cursor: pointer
}

.panel .delete {
    color: #d81010
}

.panel .add {
    color: #04c71e
}

.panel #prev, .panel #success {
    display: none
}

.panel .panel-error {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap
}

.panel .panel-alert {
    position: absolute;
    top: 100px;
    width: 400px;
    left: calc(50% - 200px);
    background: #fff;
    text-align: center;
    display: none
}

.panel .panel-alert i {
    display: inline-block;
    color: #fff;
    background: #04c71e;
    height: 60px;
    width: 60px;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 40px
}

.panel .panel-alert h4 {
    font-size: 20px;
    font-weight: 500;
    color: #0a3e5f
}

.panel .input-group {
    padding: 5px
}

.panel-image {
    position: relative;
    text-align: center
}

.panel-image img {
    position: relative;
    height: 200px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin: auto
}

.progress {
    position: relative;
    margin: auto;
    text-align: center;
    display: none
}

.progress-bar {
    position: relative;
    display: inline-block;
    width: 200px;
    margin: 20px 0 10px 0;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px
}

.progress-bar>div {
    position: relative;
    height: 20px;
    width: 0%;
    background: #0a3e5f;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 5px
}

.table {
    position: relative;
    width: 100%
}

.table th {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #0a3e5f
}

.row {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-wrap: wrap
}

.col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:992px) {
    .col-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-2 {
        -webkit-flex: 0 0 16.66666666666667%;
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%
    }
    .col-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-4 {
        -webkit-flex: 0 0 33.33333333333333%;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%
    }
    .col-5 {
        -webkit-flex: 0 0 41.66666666666667%;
        -ms-filex: 0 0 41.66666666666667%;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%
    }
    .col-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-7 {
        -webkit-flex: 0 0 58.33333333333333%;
        -ms-flex: 0 0 58.33333333333333%;
        flex: 0 0 58.33333333333333%;
        max-width: 58.33333333333333%
    }
    .col-8 {
        -webkit-flex: 0 0 66.66666666666667%;
        -ms-flex: 0 0 66.66666666666667%;
        flex: 0 0 66.66666666666667%;
        max-width: 66.66666666666667%
    }
    .col-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-10 {
        -webkit-flex: 0 0 83.33333333333333%;
        -ms-flex: 0 0 83.33333333333333%;
        flex: 0 0 83.33333333333333%;
        max-width: 83.33333333333333%
    }
    .col-11 {
        -webkit-flex: 0 0 91.66666666666667%;
        -ms-flex: 0 0 91.66666666666667%;
        flex: 0 0 91.66666666666667%;
        max-width: 91.66666666666667%
    }
    .col-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:992px) {
    .col-xs-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xs-2 {
        -webkit-flex: 0 0 16.66666666666667%;
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%
    }
    .col-xs-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xs-4 {
        -webkit-flex: 0 0 33.33333333333333%;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%
    }
    .col-xs-5 {
        -webkit-flex: 0 0 41.66666666666667%;
        -ms-filex: 0 0 41.66666666666667%;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%
    }
    .col-xs-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xs-7 {
        -webkit-flex: 0 0 58.33333333333333%;
        -ms-flex: 0 0 58.33333333333333%;
        flex: 0 0 58.33333333333333%;
        max-width: 58.33333333333333%
    }
    .col-xs-8 {
        -webkit-flex: 0 0 66.66666666666667%;
        -ms-flex: 0 0 66.66666666666667%;
        flex: 0 0 66.66666666666667%;
        max-width: 66.66666666666667%
    }
    .col-xs-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xs-10 {
        -webkit-flex: 0 0 83.33333333333333%;
        -ms-flex: 0 0 83.33333333333333%;
        flex: 0 0 83.33333333333333%;
        max-width: 83.33333333333333%
    }
    .col-xs-11 {
        -webkit-flex: 0 0 91.66666666666667%;
        -ms-flex: 0 0 91.66666666666667%;
        flex: 0 0 91.66666666666667%;
        max-width: 91.66666666666667%
    }
    .col-xs-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.loading img {
    width: 20px;
    height: 100%;
    position: relative;
    background-color: transparent;
    object-fit: contain;
    vertical-align: middle
}

.loading {
    cursor: no-drop
}

#paypal-button-container {
    margin: 40px 0 0 0
}

.load-blogs button {
    margin: auto
}

.map-link {
    display: flex;
    margin-top: 10px
}

.pagination {
    margin: 30px auto
}

.pagination .pagination-item {
    display: inline-block;
    border: 1px solid #0a3e5f;
    padding: 3px 0;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    color: #0a3e5f;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    margin-left: 3px
}

.pagination .pagination-item-active {
    background: #0a3e5f!important;
    color: #fff!important
}

span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple .6s linear;
    background-color: rgba(0, 0, 0, .05)
}

@keyframes ripple {
    to {
        transform: scale(3);
        opacity: 0
    }
}