/* 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=Bebas+Neue&display=swap');
@font-face{
    font-family: "Sofia Sans";
    src: url("SofiaSans.ttf") format("truetype");
}
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
strong{font-weight: 800;}
.post, .page {margin: 0;}
*:focus {
    outline: 0 !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a{
	text-decoration: none;
}

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

p {
    margin-bottom: 10px;
}

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


/*-- b0001 --------------------------------------*/
.b0001 {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    background-position-y: center;
}

.b0001 video{
    object-fit: cover;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

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

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

/*-- footer-blk --------------------------------------*/
#footer-blk {
    background: rgba(74, 86, 168, 0.8);
    box-shadow: 0px -4px 25px rgb(0 0 0 / 25%);
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #142F57CC;
    z-index: 200000;
    backdrop-filter: blur(5px);
}

@media (max-width: 992px) {
    #footer-blk {
        font-size: 15px;
        line-height: 15px;
        padding: 7px;
    }
}
/*-- footer-blk END --------------------------------------*/

/*-- right-block ------------------------------------------*/
#right-block{
    position: absolute;
    right: 0px;
    bottom: 55px;
    z-index: 10000;
    width: 50%;
    background: rgba(61, 66, 94, 0.8);
    box-shadow: -4px 0px 15px rgb(0 0 0 / 20%);
    height: calc(100vh - 189px);
    overflow: auto;
}

.right-stand{
    position: relative;
    height: 100%;
    padding-left: 110px;
    padding-top: 59px;
    z-index: 300;
}

/*
.right-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 200;
}
 */

.right-divider{
    border-top: 1px solid #fff;
}

.right-text{
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 110px;
}

.right-text2{
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    margin-top: 30px;
    padding-bottom: 35px;
    padding-right: 110px;
}

#right-block h2{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 115px;
    color: #FFFFFF;
}

.contact-coordinates{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-top: 30px;
    padding-bottom: 20px;
    grid-gap: 25px;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.contact-coordinates iframe{
    border-radius: 10px;
}

.a0064-icons-grd{
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    align-items: center;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.a0064-grd-item{
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
}

.a0064-grd-item2 a{
    color: #fff !important;
}

.a0064-mgn{
    margin-bottom: 20px;
}

.a0064-grd-item2 {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
}

.a0064-grd-item3 {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    padding: 13px 19px;
}

.a0064-grd-item3 a{
    color: #fff !important;
}

.a0064-icons-grd2 {
    width: 90%;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    align-items: center;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
    font-family: 'Sofia Sans' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    color: #FFFFFF !important;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#frm_form_2_container .right-divider {
    width: calc(100% + 50px);
}

#frm_form_2_container{
    padding-bottom: 20px;
}

@media (max-width: 1660px) {
    .right-stand {
        position: relative;
        height: 100%;
        padding-left: 50px;
        padding-top: 20px;
        z-index: 300;
    }

    .a0064-icons-grd2 {
        grid-template-columns: 1fr;
        padding-bottom: 30px;
    }

    .a0064-icons-grd2 {
        font-size: 22px;
        line-height: 26px;
    }

    .a0064-grd-item3 {
        padding: 6px 10px;
    }

    .contact-coordinates {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 90%;
        margin-top: 30px;
        padding-bottom: 20px;
        grid-gap: 20px;
        font-family: 'Sofia Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 27px;
        line-height: 37px;
        color: #FFFFFF;
    }

    #right-block h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .right-text {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 50px;
    }

    .right-text2 {
        font-size: 25px;
        line-height: 31px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 50px;
    }

    .a0064-icons-grd {
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
        font-size: 22px;
        line-height: 28px;
        align-items: center;
    }

}

@media (max-width: 1440px) {
    #right-block h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .right-text {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 50px;
    }

    .right-text2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
        padding-bottom: 35px;
        padding-right: 0px;
    }

    .a0064-icons-grd {
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
        font-size: 20px;
        line-height: 25px;
        align-items: center;
        padding-bottom: 15px;
        width: 90%;
    }

    .contact-coordinates {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 90%;
        margin-top: 30px;
        padding-bottom: 20px;
        grid-gap: 20px;
        font-family: 'Sofia Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 23px;
        line-height: 32px;
        color: #FFFFFF;
    }
}

@media (max-width: 1200px) {
    #right-block h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 992px) {
    .right-stand {
        padding: 20px;
    }

    #frm_form_2_container .right-divider {
        width: 100%;
    }

    .a0064-icons-grd2 {
        width: 100%;
    }

    .right-text {
        padding-right: 0px;
    }

    .right-text2 {
        font-size: 16px;
        line-height: 23px;
        margin-top: 15px;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    .a0064-mgn {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .a0064-icons-grd {
        grid-gap: 20px;
        grid-template-columns: 1fr;
        margin-top: 20px;
        font-size: 20px;
        line-height: 25px;
        align-items: center;
        padding-bottom: 30px;
    }

    .contact-coordinates {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 20px;
        grid-gap: 20px;
        font-family: 'Sofia Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 23px;
        line-height: 32px;
        color: #FFFFFF;
    }
}

@media (max-width: 1600px) {
    #right-block{
        height: calc(100vh - 159px);
    }
}

@media (max-width: 1200px) {
    #right-block{
        height: calc(100vh - 240px);
    }
}

@media (max-width: 992px) {
    #right-block {
        bottom: 29px;
        height: calc(100vh - 215px);
        width: 100%;
    }
}

@media (max-width: 768px) {
    #right-block {
        bottom: 29px;
        height: calc(100vh - 175px);
        width: 100%;
    }
}

/*-- right-block END --------------------------------------*/

/*-- A0064 ---------------------------------------*/
#a0064 {
    background: rgba(69, 83, 179, 0.8);
    box-shadow: 0px 4px 25px rgb(0 0 0 / 25%);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 124px;
    padding-right: 124px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2000;
    border-bottom: 1px solid #142F57CC;
    z-index: 20000;
    backdrop-filter: blur(5px);
}
#a0064 img{
    margin: auto;
    display: block;
}
.a0064-grid{
    display: grid !important;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: end;
    grid-gap: 25px;
}
.a0064-grid input{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
    margin-bottom: 15px;
}
.a0064-icons {
    display: flex;
    margin-bottom: 0px;
    grid-gap: 30px;
	float: right;
}

.footer-blk-text{
    margin-top: 10px;
}

.a0064-icons a {
    background: #2A7EFD;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 6px;
    display: block;
    width: 36px;
}
.a0064-line-border{
    width: 100%;
    height: 1px;
    background: rgba(20, 47, 87, 0.8);
}

.a0064-rgrd {
    display: flex;
    grid-gap: 30px;
}
.a0064-call{
    background: #39B54A;
    border-radius: 5px;
    display: block;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 155px;
    padding: 5px;
    margin-bottom: 15px;
}
.a0064-grid-mobile{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    grid-gap: 30px;
    margin-bottom: 0px;
    margin-top: 10px;
}
#mega-menu-wrap-menu-1 {
    border-radius: 0;
    padding-top: 10px;
}

.a0064-tel{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: right;
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 0px;
}

.a0064-req {
    width: 220px;
    background: #2A7EFD;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px;
}

.a0064-grid-mobile input{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
}
@media (max-width: 1900px) {
    .a0064-icons {
        grid-gap: 20px;
    }

    .a0064-rgrd {
        grid-gap: 20px;
    }

    .a0064-grid {
       grid-gap: 15px;
    }
}

@media (max-width: 1600px) {
    .a0064-icons {
        grid-gap: 10px;
    }

    .a0064-rgrd {
        grid-gap: 10px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 7px 0px 7px;
        font-size: 18px !important;
    }

    #a0064 img {
        max-width: 150px;
    }

    .a0064-tel {
        font-family: 'Bebas Neue';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        text-align: right;
        color: #FFFFFF !important;
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 1200px) {
    .a0064-grid {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }

    .a0064-tel {
        font-family: 'Bebas Neue';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF !important;
        display: block;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        text-align: center;
    }

    .a0064-rgrd {
        grid-gap: 10px;
        width: 350px;
        margin: auto;
    }

    .a0064-icons {
        grid-gap: 10px;
        margin: auto;
    }

    #a0064 {
        padding-left: 10px;
        padding-right: 10px;
		padding-bottom: 0px;
    }

    .a0064-req {
        width: 100%;
        background: #2A7EFD;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        border-radius: 5px;
        font-family: 'Sofia Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        align-items: center;
        text-align: center;
        color: #FFFFFF !important;
        padding: 6px;
    }
}
@media (max-width: 768px) {
    .a0064-rgrd {
        width: fit-content;
    }

    #a0064 img {
        max-width: 100px;
    }

    #mega-menu-wrap-menu-1 {
        padding-top: 0px;
    }

    .a0064-tel {
        font-family: 'Bebas Neue';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF !important;
        display: block;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    #a0064 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 576px){
	.footer-blk-text{
    	margin-top: 0px;
	}
}
/*-- A0064 END---------------------------------------*/


/* custom -------------------------------------------*/
#frm_field_7_container{
    margin: 0px;
}

.footer-blk-text a{
	color: #fff !important;
}

.with_frm_style .frm_submit button {
    background: #2A7EFD !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
    width: 100% !important;
    border: 0px !important;
    font-family: 'Sofia Sans' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 27px !important;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
}

#frm_form_1_container{
    margin-top: 20px;
}

.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=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    background: rgba(255, 255, 255, 0.1) !important;
    font-family: 'Sofia Sans' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 19px !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 5px !important;
}

#post-176{
    height: calc(100vh - 120px);
    overflow: auto;
    margin-top: 50px;
}

@media(max-width: 1600px){
	#post-176{
    height: calc(100vh - 90px);
    overflow: auto;
    margin-top: 20px;
}
}

@media(max-width: 1200px){
	#post-176{
    height: calc(100vh - 170px);
    overflow: auto;
    margin-top: 100px;
}
}

@media (max-width: 768px)
{
	#post-176 {
    height: calc(100vh - 120px);
    overflow: auto;
    margin-top: 70px;
}
}

#post-176 p{
	height: 100%;
}

.entry-content{
	height: 100%;
}
/* custom 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: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 
.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 ---------------------------------------*/

/* 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) {
}