/* CSS Document */
@font-face { 
    font-family: Aquarelle; 
    src: url(/wp-content/themes/ua0/fonts/Aquarelle.ttf); 
    font-weight: normal; 
}
@font-face { 
    font-family: MuseoSansCyrl; 
    src: url(/wp-content/themes/ua0/fonts/MuseoSansCyrl-300.ttf); 
    font-weight: 300; 
}
@font-face { 
    font-family: MuseoSansCyrl; 
    src: url(/wp-content/themes/ua0/fonts/MuseoSansCyrl-700.ttf); 
    font-weight: 700; 
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'MuseoSansCyrl', sans-serif; font-weight: 500;}
body{font-weight: 400;}
strong{font-weight: 800;}
.post, .page {margin: 0;}
h2{
    font-family: Aquarelle;
    text-align: center;
    font-weight: 600;
    font-size: 4em;
    color: #efbb00;
}
/* Modify as needed end ----------------------------------- */

/* Header ------------------------------------------------*/
#mega-menu-item-19 a{
   font-family: Aquarelle !important;
}
.wa_hdr{
    background-color: #222;
    min-height: 60px;
    padding-top: 7px;
    border-bottom: solid 2px #bff8ff;
}
.wa_ph_header{
    background-image: url(../images/header.jpeg);
    background-position-y: center;
    min-height: 600px;
    background-position-x: center;
    background-size: cover;
}
.wa_hp_logo{
    text-align: center;
    padding-top: 40px;
}
.wa_hp_text{
    font-family: Aquarelle !important;
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    color: #FFF;
}
/* END HEADER ----------------------------------------------*/

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

#wa_bl0{
    font-size: 15px;
}
#wa_bl0 h2{
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	color: #cf9810;
	text-align: left;
}
#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 ---------------------------------------*/

/* -- BA -- Start ------------------------------ */

#ba_1{
    text-align: center;
    margin-top: 40px;
    font-size: 1.2em;
}

/* -- BA -- END ------------------------------ */

/* B1 --------------------*/
.wa_b1{
padding: 10px 40px;
    color: #FFF;
    background-color: #000;
    border-radius: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.wa_b1:hover{
	background-color: #2584d1; 
}
/* B1 End ---------------------*/

/* -- BC12 -- Start ------------------------------ */

#wa_bc12{
    text-align: center;
    margin-top: 40px;
    font-size: 1.2em;
}
#wa_bc12 .wa_bc12_outer{
}
#wa_bc12 .wa_bc12_image{
    
}
#wa_bc12 .wa_bc12_image img {
    border-radius: 10px;
    border: solid 1px #efbb00;
    max-width: 550px;
	width: 100%;
}

#wa_bc12 .wa_bc12_buttn{
    background-color: #ffe38c;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px #FF9800;
    font-weight: 600;
    color: #000;
    margin-top: -20px;
    display: inline-block;
    overflow: overlay;
}
#wa_bc12 .wa_bc12_outer:hover .wa_bc12_image img{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    transition: 1s;
    margin-top: -2px;
}
#wa_bc12 .wa_bc12_outer:hover .wa_bc12_buttn{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    transition: 1s;
    margin-top: -10px;
    background-color: #dbf2fd;
}
/* -- BC12 -- END ------------------------------ */
#cloud{
    background-image: url(../images/call-us-bg.jpeg);
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 1.2em;
    margin-top: 40px;
}
/* -- Slider --------------------------*/
#wa_slider{
    text-align: center;
}
/* -- Slider End ------------------------*/

#wa_testemonial{
    text-align: center;
    padding-top: 20px;
    background-color: #fffef2;
    border-bottom: double #efbb00;
    border-top: solid 2px #67b2ff;
}
.strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
    width: 10px !important;
    height: 10px !important;
    margin-right: 10px !important;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
    height: 10px !important;
    width: 10px !important;
    margin-right: 10px !important;
}

/* ACCA --------------------------------------------*/
#acca{
    
}
#acca h2{
    font-family: 'MuseoSansCyrl', sans-serif;
    font-weight: 500;
    text-align: left;
}
/* ACCA END ---------------------------------------*/
.sb_footer{
    text-align: center;
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 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) {
}
/* -- A0005 -- START ------------------------------ */
#a0005 {
	margin-top: 30px;
    border-top: solid 5px #c98109;
    background-position-x: center;
    background-size: cover;
    padding-bottom: 30px;
}
#a0005 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #fff;	
	font-size: 50px;
}
#a0005 .a0005_sbm{
	font-family: 'Oswald', sans-serif;
    font-size: 25px;
}
#a0005 .a0005_field{
	margin-bottom: 5px;
}
/* -- A0005 -- End ------------------------------ */
/* Pricing Start */
.price-box {
    padding: 15px 15px 75px;
    background: #F8F9FA;
    box-shadow: none;
    border: solid 2px #efbb00;
    max-width: 100%;
    text-align: center;
}
.price-box h5{
	font-weight: bold !important;
}
.price-box ul{
	margin-left: 0;
	padding-left: 1.5rem;
}
.price-box ul li {
    margin-bottom: 2px;
    list-style-type: square;
}
.price-box .btn{
	font-size: 16px !important;
    padding: 12px 32px;
	margin-top: 28px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
	font-weight: bold;
	color: #fff !important;
}
.price-box .price{
	margin-bottom: 35px;
    margin-top: 30px;
}
.price-box .price .currency{
	font-size: 28px;
    position: relative;
    top: -17px;
    right: -3px;
}
.price-box .price .amount{
	font-size: 55px;
}
/* Pricing End */

/* custom start --------------*/
.bc-12-grid{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px , 1fr));
    width: fit-content;
    max-width: 100%;
    margin: auto;
    grid-gap: 30px;
    margin-bottom: 30px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px , 1fr));
    width: fit-content;
    max-width: 100%;
    grid-gap: 30px;
    margin: auto;
    margin-top: 20px;
}
/* custom end ----------------*/