/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

body {
    font-weight: 400;
    font-size: 16px;
}

strong {
    font-weight: 800;
}

.post, .page {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

textarea:focus, input:focus {
    outline: none;
}

*:focus {
    outline: 1px solid transparent !important;
}


/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0 {
    font-size: 15px;
}

#wa_bl0 h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #cf9810;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

#wa_bl0 .wa_bl0_blog {
    font-size: 1.3em
}

#wa_bl0 .wa_bl0_twit {
    border: solid 2px #c7c7c7;
    border-radius: 5px;
}

.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}

.wa_bl0_categ {
    height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
    background-size: cover;
}

.wa_bl0_name {
    position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    border-top: solid 1px #fff;
}

.wa_bl0_categ:hover .wa_bl0_name {
    transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}

#wa_bl0 .wa_brcr {
    background-color: #155196;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff !important;
    text-align: right;
}

#wa_bl0 .wa_brcr a {
    color: #fff !important;
}

.art_img {
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*-- BL0 END ---------------------------------------*/

/* A0015 Start ---------------------------------------------*/
#wa_a0015 {
    border-top: 10px solid #155196;
    border-bottom: 10px solid #B0893D;
    padding: 31px 0;
    padding-top: 10px;
    padding-bottom: 0px;
}

.wa_a0015-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 20px;
    position: relative;
    align-items: center;
}

.wa_a0015-grd {
    display: flex;
    grid-gap: 16px;
    align-items: center;
}

.wa_a0015-grd img {
    /*height: 26px;*/
}

.wa_a0015-logo {
    position: relative;
    top: 0;
    z-index: 1000;
    max-width: 200px;
    margin-bottom: -45px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    font-weight: 900;
    text-decoration: underline !important;
    text-underline-offset: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-weight: 900 !important;
}

@media (min-width: 1200px) {
    .wa_a0015-grid {
        grid-gap: 83px;
    }
}

@media (max-width: 1400px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px;
    }
}

@media (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px;
        font-size: 20px;
    }

    .wa_a0015-grd img {
        height: 26px;
    }
}

@media (max-width: 992px) {
    .wa_a0015-menu {
        order: 2;
    }

    .wa_a0015-grid {
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-gap: 20px;
        position: relative;
        align-items: center;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding-top: 10px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    #wa_a0015 {
        border-top: 10px solid #155196;
        border-bottom: 10px solid #B0893D;
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-25 {
        margin-left: 10%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-27 {
        margin-right: 10%;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1500px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-25 {
        margin-left: 20%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-27 {
        margin-right: 20%;
    }
}

/* A0015 END -----------------------------------------------*/

/*-- a0027 --------------------------------------*/
.wa_sa {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
}

.wa_sa .bg_semi {
    position: absolute;
    bottom: 0;
    min-height: 200px;
    background: rgb(32 32 32 / 83%);
    width: 100%;
    text-align: center;
}

.wa_sa .bg_semi .wa_text {
    padding-top: 5px;
    font-family: 'Lato';
    font-style: normal;
    font-size: 48px;
    text-align: center;
    color: #F2F2F2;
    word-spacing: 2.4px;
    max-width: 720px;
    border-bottom: 3px solid #E6C068;
    margin: auto;
    margin-top: 11px;
    margin-bottom: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.wa_sa .bg_semi .wa_final_statement {
    margin-top: 31px;
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
    margin: auto;
    margin-bottom: 35px;
}

.wa_sa_button {
    width: 280px;
    background: #E6C068;
    border-radius: 6px;
    display: block;
    padding: 14px 0;
    margin: auto;
    text-decoration: none;
    transition: 0.9s;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 29px;
    text-align: center;
    color: #000000 !important;
}

.wa_sa_button:hover {
    transition: 0.9s;
    background: #155196;
    color: #fff !important;
}

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .wa_sa .bg_semi .wa_final_statement {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .wa_sa {
        min-height: 500px;
    }

    .wa_sa .bg_semi .wa_text {
        padding-top: 5px;
        font-family: 'Lato';
        font-style: normal;
        font-size: 38px;
        text-align: center;
        color: #F2F2F2;
        word-spacing: 2.4px;
        max-width: 100%;
        border-bottom: 3px solid #E6C068;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: bold;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .wa_sa .bg_semi .wa_text {
        font-size: 34px;
    }

    .wa_sa {
        min-height: 450px;
    }
}

@media (max-width: 576px) {
    .wa_sa .bg_semi .wa_text {
        font-weight: 700;
        font-size: 27px;
    }

    .a0027-line {
        width: 313px;
        margin-bottom: 21px;
    }
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*-- a0027 END --------------------------------------*/

/* A0217 --------------------------------------------------------------*/
#a0217 {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #155196;
    border-top: 5px solid #E6C068;
}

.a0217-txt {
    color: #FFF;
    text-align: left;
    font-size: 24px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    max-width: 100%;
    margin: auto;
}

.a0217-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
}

#a0217 img {
    border-radius: 3px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .a0217-grd {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .a0217-grd {
        grid-template-columns: 1fr;
    }

    #a0217 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .a0217-txt span {
        font-size: 32px !important;
    }

    #a0217 h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .a0217-txt {
        font-size: 22px;
    }
}

/* A0217 End ----------------------------------------------------------*/

/*-- a0199 ------------------------------------------*/
#a0199 {
    padding: 34px 0 43px 0;
}

.a0199-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: center;
}

.a0199-grd img {
    width: 100%;
    max-width: 650px;
    border: 3px solid #155196;
    box-shadow: 0px 6px 9px 0px #00000029;
}

.a0199-grd h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #155196;
    display: block;
    margin-bottom: 0px;
    padding-top: 0px;
}

.a0199-img-blk {
    padding-right: 25px;
}

.a0199-text {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #155196;
    padding-top: 30px;
}


@media (max-width: 1200px) {
    .a0199-img-blk {
        padding-right: 0px;
        padding-bottom: 15px;
        width: 100%;
    }

    .a0199-grd img {
        width: 100%;
        max-width: 100%;
    }

    .a0199-text {
        font-size: 22px;
        padding-top: 15px;
    }

    .a0199-grd h3 {
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    #a0199 {
        padding: 20px 0 0 0;
    }

    .a0199-grd h3 {
        font-size: 36px;
    }

    .a0199-grd {
        grid-template-columns: 1fr;
    }

    .a0199-img-blk {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .a0199-grd h3 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #122C51;
        display: block;
        margin: 0px;
    }


    .a0199-grd {
        display: grid;
        grid-gap: 15px;
        align-items: center;
    }

    .a0199-text {
        font-size: 20px;
    }

    .a0199-btn {
        width: 100%;
    }
}


/*-- a0199 END --------------------------------------*/

/*-- b0001 --------------------------------------*/
#b0001 {
    background-color: #B0893D;
    padding: 42px 0 64px 0;
}

#b0001 h2 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 43px;
}

.b0001-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    grid-gap: 16px;
}

.b0001-item {
    background-color: #fff;
    padding: 30px 15px;
    box-shadow: 0px 6px 9px 0px #00000029;
    /* border */
    outline: 1px solid #B0893D;
    outline-offset: -12px;
}

.b0001-item img {
    margin-bottom: 23px;
}
/*
.b0001-item h3 {
    font-family: Bebas Neue;
    font-size: 31px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.31px;
}
*/
.b0001-item h3{
	font-family: 'Lato';
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.31px;
}

.b0001-txt {
    font-family: 'Lato';
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 1400px) {
    .b0001-item h3 {
        font-size: 25px;
    }
}

@media (max-width: 1200px) {
    .b0001-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    #b0001 {
        padding: 20px 0 30px 0;
    }

    #b0001 h2 {
        font-family: 'Lato';
        font-weight: 500;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .b0001-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .b0001-grid {
        grid-template-columns: 1fr;
    }


}

/*-- b0001 END --------------------------------------*/

/* A0008 -- Body Content Image Left -------------------------------------------*/
#a0008 {
    color: #2b2b2b;
    font-size: 1.1em;
}

#a0008 h2 {

}

#a0008 img {
    width: 100%;
    max-width: 650px;
    border: 3px solid #155196;
    margin-top: 10px;
}

#a0008 .wa_08_message {

}

#a0008 .wa_a0008_line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    grid-gap: 40px;
}

/* A0008 End ----------------------------------------------------------*/

/* A0195 -- Body Content Image Left -------------------------------------------*/
#a0195 {
    color: #2b2b2b;
    font-size: 1.1em;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}

#a0195 h2 {
    margin-bottom: 23px;
    line-height: 120%;
    font-size: 36px;
    font-family: 'Lato';
    color: #155196;
    font-weight: 700;
    margin-top: 0px;
}

.a0195nwtitle{
    margin-bottom: 10px !important;
}

.a0195nwmessage{
    font-size: 18px !important;
}

#a0195 .wa_08_message {
    line-height: 130%;
    color: #000000;
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 500;
    max-width: 620px;
}

.page-id-274 .a0195-grd {
    align-items: start !important;
}

#a0195 .wa_a0008_line img {
    border: 3px solid #155196;
    box-shadow: 0px 6px 9px 0px #00000029;
}

.a0195-paddings {
    padding: 42px 0 52px 0;
}

.a0195-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 76px;
    align-items: center;
}

.wa_a0008_rgt {
    /*padding-left: 67px;*/
}

.a0195-img-rgt {
    /*margin-left: 67px;*/
}

.modal-services .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 1.5rem !important;
    border: none;
    margin: 0px;
    padding-bottom: 20px !important;
}

.modal-services .btn-secondary {
    background: linear-gradient(90deg, #1251FF -33.6%, #36BEEB 121.96%);
    border-radius: 30px;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 30px;
}

.frm_start_over {
    display: none;
}

.rghtcls h2 {
    text-align: right !important;
}

.rghtcls .wa_08_message {
    text-align: right !important;
}

.wa_a0008_end {
    color: #155196;
    font-family: Lato;
    font-size: 36px;
    font-weight: bold;
    padding: 27px 0 20px 0;
    text-align: center;
}

@media (min-width: 576px) {
    .modal-services .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
        width: 90%;
    }
}

@media (max-width: 1200px) {
    #a0195 img {
        max-width: 100%;
        width: 100%;
    }

    #a0195 h3 {
        margin-bottom: 0px;
    }

    #a0195 h2 {
        margin-bottom: 10px;
        font-size: 31px;
    }

    #a0195 .wa_08_message {
        font-size: 25px;
    }

    .wa_a0008_end {
        font-size: 29px;
    }

    .a0195-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .a0195-paddings {
        padding: 50px 0;
    }

    #a0195 h2 {
        text-align: left !important;
    }

    #a0195 .wa_08_message {
        text-align: left !important;
    }

    .a0195-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
    }

    .a0195-paddings {
        padding: 30px 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
    #a0195 .wa_08_btn a {
        font-size: 18px;
        padding: 15px 67px;
    }

    #a0195 h3 {
        font-size: 35px;
        line-height: 48px;
    }

    #a0195 .wa_08_sub_message {
        margin-bottom: 10px;
    }

    #a0195 .wa_a0008_line {
        box-shadow: none;
        border-radius: 0;
    }
}

/* A0195 End ----------------------------------------------------------*/

/* -- A0005 -- START ------------------------------ */
#a0005 {
    padding-top: 30px;
    border-top: solid 12px #103F77;
    background-position-x: center;
    background-size: cover;
    padding-bottom: 40px;
}

#a0005 h2 {
    text-align: center;
    font-family: 'Lato';
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

#a0005 .a0005_sbm {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    color: #155196;
    min-width: 300px;
    border: 3px solid;
    margin: 0px;
    outline: 0px !important;
    box-shadow: none !important;
    border-radius: 5px;
    transition: 0.9s;
}

#a0005 .a0005_sbm:hover {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    min-width: 300px;
    border: 3px solid;
    margin: 0px;
    outline: 0px !important;
    box-shadow: none !important;
    border-radius: 5px;
    background: #103f77;
    transition: 0.9s;
}

#a0005 .a0005_field {
    margin-bottom: 5px;
}

.a0005-wrap {
    margin: auto;
}

@media (max-width: 768px) {
    #a0005 .a0005_sbm {
        font-size: 25px;
        min-width: 196px;
    }

    #a0005 {
        padding-top: 20px;
        border-top: solid 12px #103F77;
        background-position-x: center;
        background-size: cover;
        padding-bottom: 10px;
    }

    #a0005 h2 {
        text-align: center;
        font-family: 'Lato';
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 20px;
    }
}

/* -- A0005 -- End ------------------------------ */

/* -- b0002 -- End ------------------------------ */
#b0002 {
    background-color: #103F77;
    padding: 26px 0 28px 0;
    border-top: 12px solid #E6C068;
}

.b0002-grid {
    display: grid;
    grid-template-columns: 160px 1fr 1fr 1fr;
}

.b0002-cont {
    text-align: right;
}

.b0002-cont h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-family: Lato;
    margin-bottom: 25px;
}

.b0002-cont p {
    color: #FFFFFF;
    font: 500 18px 'Lato';
}

.b0002-cont a {
    color: #FFFFFF;
    font-size: 36px;
    font-family: Lato;
    margin-bottom: 50px;
}

.b0002-lft {
    text-align: left;
}

.b0002-grd {
    display: flex;
    grid-gap: 16px;
    align-items: end;
    justify-content: end;
}

.b0002_sbft {
    color: #ffffff;
    font: 500 14px 'Lato';
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .b0002-grid {
        grid-template-columns: 160px 30px 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .b0002-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .b0002-hidn {
        display: none;
    }

    .b0002-cont {
        text-align: left;
    }

    .b0002-grd {
        justify-content: left;
    }
}

/* -- b0002 -- End ------------------------------ */


.card-block {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgb(101 99 99 / 16%), 0 4px 8px 0 rgb(62 60 61 / 8%);
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 30px;
}

.card-block:hover {
    box-shadow: 0 0 3px 0 #5f2ee5, 0 8px 16px 0 rgb(96 8 181 / 8%);
}

.cards-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.cards-block img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.cards-block h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Euclid, sans-serif;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 600;
    color: #155196;
}

.card-block-inner {
    padding: 36px;
}

.card-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    color: #b0893d;
}

.card-date {
    color: #8B8B8B;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.card-abs-box {
    position: absolute;
    left: 36px;
    bottom: 20px;
}

.paginat-num {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    color: #191919 !important;
}

.pag-active {
    color: #f94839 !important;
}

.pag-box {
    width: fit-content;
    margin: auto;
    margin-top: 50px;
    display: flex;
    grid-gap: 15px;
}

.cat-tab {
    background-color: transparent;
    color: #155196 !important;
    padding: 8px 32px;
    border: 1px solid #155196;
    border-radius: 30px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.cat-tab-active {
    background-color: #155196;
    color: #fff !important;
    padding: 8px 32px;
    border: 1px solid #155196;
    border-radius: 30px;
}

.cat-tab-box {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px 10px;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-id-191 .entry-title {
    display: none;
}

@media (max-width: 1200px) {
    .cards-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 992px) {
    .cards-block {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .cards-block {
        grid-template-columns: 1fr;
    }
}

/* -- custom css ---------------------------*/
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container {
    margin-bottom: 12px !important;
    line-height: 120% !important;
    font-size: 18px !important;
    font-family: 'Lato' !important;
    padding: 10px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 10px;
}

/*-- a0224 ------------------------------------------*/
#a0224 {
    padding: 97px 0px 64px 0;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    border-bottom: 5px solid #E6C068;
    min-height: 400px;
}

#a0224-wh {
    padding: 85px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
}

#a0224 h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Lato';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-shadow: 3px 3px #000000BF;
    padding-bottom: 34px;
}

#a0224-wh h2 {
    color: #FFF;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: "Futura PT Cond";
    font-size: 96px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

.a0224-btn {
    width: 280px;
    background: #E6C068;
    border-radius: 6px;
    display: block;
    padding: 14px 0;
    margin: auto;
    text-decoration: none;
    transition: 0.9s;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    color: #000000 !important;
    padding-bottom: 16px;
}

.a0224-btn:hover {
    transition: 0.9s;
    background: #155196 !important;
    color: #ffffff !important;
}

.a0224-description {
    margin-top: 54px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.a0224-description-wh {
    margin-top: 11px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 638px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Futura PT";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

@media (max-width: 992px) {
    #a0224 {
        padding: 50px 0px;
    }

    #a0224-wh {
        padding: 50px 0px;
    }
}

@media (max-width: 768px) {
    #a0224 h2 {
        font-size: 38px;
    }

    #a0224-wh h2 {
        font-size: 60px;
    }
}

/*-- a0224 END --------------------------------------*/

/* A0217-1 --------------------------------------------------------------*/
#a0217-1 {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #ffffff;
}

.a0217-1-txt {
    color: #155196;
    text-align: left;
    font-size: 24px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    max-width: 100%;
    margin: auto;
}

.a0217-1-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
}

#a0217-1 img {
    border-radius: 3px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .a0217-1-grd {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .a0217-1-grd {
        grid-template-columns: 1fr;
    }

    #a0217-1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .a0217-1-txt span {
        font-size: 32px !important;
    }

    #a0217-1 h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .a0217-1-txt {
        font-size: 22px;
    }
}

/* A0217-1 End ----------------------------------------------------------*/

/* B0003 --------------------------------------------------------------*/
#b0003 {
    padding: 54px 0px 58px 0;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
}

.b0003-txt {
    font: 600 32px Lato;
    color: #ffff;
    text-align: center;
}

.b0003-title {
    font: 700 80px Lato;
    color: #E6C068;
    text-align: center;
    padding: 16px 0 38px 0;
}

@media (max-width: 992px) {
    .b0003-txt {
        font: 600 23px Lato;
    }
}

@media (max-width: 768px) {
    .b0003-txt {
        font: 600 23px Lato;
    }
}

/* B0003 --------------------------------------------------------------*/

/*-- a0199 ------------------------------------------*/
#a0199-1 {
    padding: 74px 0px 65px 0;
}

.a0199-1-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
}

.a0199-1-grd img {
    width: 100%;
    max-width: 650px;
    border: 4px solid #E6C068;
}

.a0199-1-grd h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #155196;
    display: contents;
}

.a0199-1-img-blk {
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
}

.a0199-1-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 130%;
    color: #000000;
    padding-top: 12px;
}

.a0199-1-btn {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #000000 !important;
    background: #E6C068;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    width: 190px;
    margin-top: 35px;
}

.a0199-1-paragraph {
    padding-top: 25px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border: 1px solid #b0893d !important;
    background: #fff !important;
    font-family: Lato !important;
    font-size: 21px !important;
    color: #155196 !important;
    font-weight: 600 !important;
}

@media (max-width: 1400px) {
    .a0199-1-text {
        font-size: 19px;
    }
}

@media (max-width: 1200px) {
    .a0199-1-img-blk {
        width: 31%;
    }
    .a0199-1-grd img {
        width: 100%;
        max-width: 100%;
    }
    .a0199-1-grd h3 {
        font-size: 37px;
        line-height: 1;
    }
    .a0199-1-text {
        font-size: 17px;
    }
    .a0199-1-paragraph {
        padding-top: 0;
    }
    .a0199-1-btn {
        margin-top: 24px;
    }
}

@media (max-width: 992px) {
    #a0199-1 {
        padding: 20px 0px;
        padding-bottom: 30px;
    }
    .a0199-1-img-blk {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .a0199-1-grd h3 {
        font-size: 40px;
        line-height: 120%;
        display: block;
        margin: 0px;
    }

    .a0199-1-text {
        font-size: 20px;
    }

    /*.a0199-1-btn {
        width: 100%;
    }*/
}

/*-- a0199 END --------------------------------------*/

/*-- a0206 -----------------------------------------*/
#a0206 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    height: 400px;
    display: grid;
    align-items: center;
    text-align: center;
    border-bottom: 5px solid #E6C068;
}
#a0206 h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Lato';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-shadow: 3px 3px #000000BF;
    max-width: 620px;
    margin: auto;
}

.a0206-testimonials{
    font-size: 36px !important;
}
@media (max-width: 992px) {

}

@media (max-width: 768px) {
    #a0206  h2 {
        font-size: 38px;
    }

    .a0206-testimonials {
        font-size: 30px !important;
    }
}
/*-- a0206 END -------------------------------------*/

/* web_development_services -----------------------------------------*/
#webdevelopmentservices {
    padding: 30px 0px;
}

#webdevelopmentservices h2{
    color: #155196;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    font-family: 'Lato';
    margin-bottom: 20px;
}

.webdevelopmentservices-subheader {
    color: #155196;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Lato';
    margin-bottom: 15px;
}

.webdevelopmentservices-text {
    color: #000000;
    font-size: 18px;
    font-family: 'Lato';
}

@media (max-width: 768px) {
    #webdevelopmentservices h2 {
        color: #155196;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        font-family: 'Lato';
        margin-bottom: 10px;
    }

    .webdevelopmentservices-subheader {
        color: #155196;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Lato';
        margin-bottom: 10px;
    }

    #webdevelopmentservices {
        padding: 20px 0px;
    }
}
/* web_development_services END -------------------------------------*/

/* websitesthatwebuildare -----------------------------------------*/
#websitesthatwebuildare{
    background: #f2f2f2;
    padding-top: 34px;
    padding-bottom: 39px;
}

#websitesthatwebuildare h2 {
    color: #000000;
    font-size: 36px;
    font-family: 'Lato';
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
}

.websitesthatwebuildare-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 110px;
    padding-bottom: 40px;
}

.websitesthatwebuildare-flex {
    display: grid;
    align-items: center;
    grid-gap: 20px;
    color: #000000;
    font-size: 30px;
    font-family: 'Lato';
    line-height: 100%;
    font-weight: 600;
    grid-template-columns: 28px 1fr;
}

.websitesthatwebuildare-flex img {
    width: 28px;
}

.websitesthatwebuildare-footer{
    color: #000000;
    font-size: 30px;
    font-family: 'Lato';
    line-height: 100%;
    text-align: center;
    font-weight: normal;
}

@media (max-width: 1200px) {
    .websitesthatwebuildare-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        background: #fff;
        margin-bottom: 30px;
        padding: 20px 30px;
        padding-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .websitesthatwebuildare-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        background: #fff;
        margin-bottom: 30px;
        padding: 20px 30px;
        padding-bottom: 25px;
    }
}

@media (max-width: 768px) {
    #websitesthatwebuildare {
        background: #f2f2f2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #websitesthatwebuildare h2 {
        color: #000000;
        font-size: 34px;
        font-family: 'Lato';
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .websitesthatwebuildare-flex {
        display: grid;
        align-items: center;
        grid-gap: 20px;
        color: #000000;
        font-size: 24px;
        font-family: 'Lato';
        line-height: 100%;
        font-weight: 600;
        grid-template-columns: 28px 1fr;
    }

    .websitesthatwebuildare-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        background: #fff;
        margin-bottom: 20px;
        padding: 20px 30px;
        padding-bottom: 25px;
    }

    .websitesthatwebuildare-footer {
        color: #000000;
        font-size: 25px;
        font-family: 'Lato';
        text-align: center;
        font-weight: normal;
        line-height: 130%;
    }
}
/* websitesthatwebuildare END -------------------------------------*/

/* web-development-services-we-offer -----------------------------------------*/
#web-development-services-we-offer{
    padding-top: 23px;
    padding-bottom: 23px;
}

#web-development-services-we-offer h2{
    color: #000000;
    font-size: 36px;
    font-family: 'Lato';
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
}

.web-development-services{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.web-development-services-text{
    color: #000000;
    font-size: 18px;
    font-family: 'Lato';
}

#web-development-services-we-offer h3{
    color: #155196;
    font-size: 30px;
    font-family: 'Lato';
    line-height: 120%;
    font-weight: normal;
    margin-bottom: 16px;
}

.web-development-services-footer{
    margin-top: 20px;
}

.web-development-services-padding{
    padding: 35px;
}

@media (max-width: 992px) {
    .web-development-services {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .web-development-services-padding {
        padding: 10px;
    }

    #web-development-services-we-offer h3 {
        color: #155196;
        font-size: 26px;
        font-family: 'Lato';
        line-height: 100%;
        font-weight: normal;
        margin-bottom: 10px;
    }

    #web-development-services-we-offer h2 {
        color: #000000;
        font-size: 36px;
        font-family: 'Lato';
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }
}
/* web-development-services-we-offer END -------------------------------------*/

/* showcase_of_our_latest_projects -------------------------------------*/
#showcase_of_our_latest_projects{
    background: #f2f2f2;
    padding-top: 45px;
    padding-bottom: 50px;
}

#showcase_of_our_latest_projects h2{
    color: #000000;
    font-size: 36px;
    font-family: 'Lato';
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.showcase_of_our_latest-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.showcase_of_our_latest-grd img{
    width: 100%;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border: 2px solid #103f77;
    border-radius: 5px;
}

.modal-title {
    font-size: 31px !important;
    font-weight: 700 !important;
}

@media (max-width: 1200px) {
    .showcase_of_our_latest-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
}

@media (max-width: 992px) {
    #showcase_of_our_latest_projects {
        background: #f2f2f2;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #showcase_of_our_latest_projects h2 {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .showcase_of_our_latest-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 576px) {
    .showcase_of_our_latest-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
/* showcase_of_our_latest_projects END -------------------------------------*/

/* company_values ---------------------------------------------------------*/
#company_values{
    background: #B0893D;
    padding-top: 16px;
    padding-bottom: 40px;
}

#company_values h2{
    font-family: 'Lato';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

#company_values h4 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.company_values-item{
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0px 6px 9px 0px #00000029;
    outline: 1px solid #B0893D;
    outline-offset: -12px;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
}

.company_values-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
/*
.company_values-item h3{
    font-family: Bebas Neue;
    font-size: 31px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.31px;
    text-align: center;
}
*/

.company_values-item h3 {
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.31px;
    text-align: center;
}

.company_values-item img{
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    #company_values h2 {
        font-size: 36px;
    }

    #company_values {
        padding-bottom: 30px;
    }

    #company_values h4 {
        font-family: 'Lato';
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .company_values-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
/* company_values END -----------------------------------------------------*/

/* someoftheclients ----------------------------*/
#someoftheclients{
    margin-top: 45px;
    margin-bottom: 70px;
}

#someoftheclients h2 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 48px;
    color: #155196;
    text-align: center;
    margin-bottom: 50px;
}

.someoftheclients-grd {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
    text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border: 1px solid #b0893d !important;
    background: #fff !important;
    font-family: Lato !important;
    font-size: 21px !important;
    color: #155196 !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    padding: 5px 10px !important;
}

.wp-image-263{
	width: 300px !important;
    margin-bottom: 20px !important;
    margin-right: 20px !important;
}

.modal-dialog .close{
	    background: #103F77;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    padding: 4px 8px;
}

.modal-dialog img{
	width: 100%;
	border: 0px !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}


.modal-header {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 1000px;
    width: 90%;
}
}

@media (max-width: 1200px) {
    .someoftheclients-grd {
        display: grid;
        grid-template-columns: auto auto auto;
        align-items: center;
        grid-gap: 20px;
    }
}

@media (max-width: 992px) {
    #someoftheclients {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    #someoftheclients h2 {
        font-family: 'Lato';
        font-weight: bold;
        font-size: 36px;
        color: #155196;
        text-align: center;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    #someoftheclients h2 {
        font-family: 'Lato';
        font-weight: bold;
        font-size: 30px;
        color: #155196;
        text-align: center;
        margin-bottom: 20px;
    }

    .someoftheclients-grd {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        grid-gap: 10px;
        text-align: center;
        margin-top: 20px;
    }
	
	.wp-image-263{
	width: 100% !important;
    margin-bottom: 20px !important;
    margin-right: 0px !important;
	}
}
/* someoftheclients end ------------------------*/

    .gtco-testimonials {
        position: relative;
        margin-top: 30px;
    }

    #blok3{
        padding: 50px 0px;
        border-bottom: 1px solid #F16503;
    }

    .title-h2{
        font-family: 'Sofia Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
        text-align: center;
        color: #282828;
    }

    .title-h3{
        font-family: 'Sofia Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 130%;
        text-align: center;
        color: #282828;
        margin-top: 10px;
    }

    .fancybox__thumbs{
        display: none !important;
    }

    .fancybox__counter{
        display: none !important;
    }

    .carousel__viewport {
        display: none !important;
    }

    .fancybox__button--thumbs{
        display: none !important;
    }

    .gtco-testimonials h2 {
        font-size: 30px;
        text-align: center;
        color: #333333;
        margin-bottom: 50px;
    }


    .owl-nav button.owl-prev {
        left: -70px;
        top: 50%;
        position: absolute;
        font-size: 200px !important;
        line-height: 0px !important;
        color: #103F77 !important;
    }



    .owl-nav button.owl-next{
        right: -70px;
        top: 50%;
        position: absolute;
        font-size: 200px !important;
        line-height: 0px !important;
        color: #103F77 !important;
    }

    .gtco-testimonials .owl-stage-outer {
        padding: 30px 0;
    }
    .gtco-testimonials .owl-dots {
        text-align: center;
    }
    .gtco-testimonials .owl-dots span {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #103F77;
        margin: 0 5px;
    }
    .gtco-testimonials .owl-dots .active {
        box-shadow: none;
    }
    .gtco-testimonials .owl-dots .active span {
        background: #103F77;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
    }
    .gtco-testimonials .card {
        margin: 0 0px;
        padding: 0 10px;
        border: 0;
    }

    .gtco-testimonials .active {
        opacity: 1;
        transition: all 0.3s;
    }
    .gtco-testimonials .center {
        opacity: 1;
    }
    .gtco-testimonials .center h5 {
        font-size: 24px;
    }
    .gtco-testimonials .center h5 span {
        font-size: 20px;
    }

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    height: 80px;
    margin: auto;
}

    @media (max-width: 767px) {
        .gtco-testimonials {
            margin-top: 20px;
        }
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        outline: 0;
    }
    .owl-carousel button.owl-dot {
        outline: 0;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}