/*
Theme Name: DRK
Theme URI: http://avni.online
Author: avni.online
Author URI: http://avni.online
Description: avni.online
Version: 1.0
License: Private
Text Domain: drk
*/


 @font-face {
	font-family: 'almoni';
	src: url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-regular.eot');
	src: url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-regular.eot?#iefix') format('embedded-opentype'),
		 url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-regular.woff') format('woff'),
		 url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-regular.ttf') format('truetype'),
		 url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-regular.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

 @font-face {
	font-family: 'almoni';
	src: url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-bold.eot');
	src: url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-bold.eot?#iefix') format('embedded-opentype'),
		 url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-bold.woff') format('woff'),
		 url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-bold.ttf') format('truetype'),
		 url('/wp-content/themes/krd/assets/fonts/almoni-dl-aaa-bold.svg#OpenSansLight') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	/* list-style: circle; */
	/* line-height: 1.5 !important; */
	/* padding-right: 15px !important; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body,h1,h2,h3,h4,h5,h6,p,span,div
{
	font-family: 'almoni','Arial';
}


.container {
    max-width: 1360px;
    position: relative;
    z-index: 3;
}
img {
    max-width: 100%;
    height: auto;
}

body a:hover {
    text-decoration: underline;
    color: #000;
}

header {
	padding: 12px 1%;
	/* background: rgba(0,0,0,0.1); */
	/* border-bottom: 1px solid rgba(256, 256, 256, .3); */
	position: absolute;
	z-index: 99;
	width: 100%;
	/* height: 185px; */
	top: 0;
	line-height: 40px;
	/* background: white; */
	transition: 0.4s all ease;
}
div#page {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

ul#menu-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* max-width: 550px; */
}

ul#menu-top a {
    font-size: 24px;
    font-weight: 300;
    color: #040404;
}

div#home-banner {
    height: 100vh;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

a.logo-1 img {
    max-height: 70px;
    transition: 0.4s all ease;
}
.hb-inner {
    position: absolute;
    right: 20%;
    top: 24%;
    color: white;
    font-weight: 700;
    width: 100%;
    z-index: 5;
}

.hb-inner h1 {
    font-size: 100px;
    /* font-family: 'almoni'; */
    font-weight: 700;
    line-height: 1;
}

h1:first-line {
    color: #41C6C1;
}
a.hb-click {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    transition: 0.4s all ease;
    height: 63px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.32);
    background-color: rgba(255, 255, 255, 0.2);
    /* opacity: 0.27; */
    display: table;
    line-height: 63px;
    padding: 0px 40px;
    position: relative;
    margin-top: 30px;
    text-decoration: none !important;
}

div#hp-ab-1 {
    margin-top: -150px;
}

.hp-ab-2-title {
    color: #646262;
    font-size: 53px;
    font-weight: 700;
    display: flex;
}

span.plussi {display: inline-block;width: 26px;height: 26px;position: relative;/* float: right; */margin: auto 0px auto 20px;top: 3px;flex: 0 0 26px;}

span.plussi:before {
    content: '';
    background-color: #41c6c1;
    width: 6px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

span.plussi:after {
    content: '';
    background-color: #41c6c1;
    height: 6px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.hp-ab-2-subtitle {
    margin: 25px 0px;
    font-size: 25px;
    line-height: 30px;
    color: #0c4184;
    font-weight: 700;
}

.hp-ab-2-text p {
    color: #646262;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

div#bcs .col-lg-12 {
    padding: 0px;
}
div#hp-ab-2 {
    padding-top: 50px;
}

a.button-1 {
    height: 30px;
    border: 1px solid #41c6c1;
    line-height: 30px;
    padding: 0px 22px;
    color: #0c4184;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    display: table;
    text-decoration: none !important;
    transition: 0.4s all ease;
}

#hp-ab-2 a.button-1 {
    margin: 40px;
}

a.button-1:after {
    content: '';
    position: absolute;
    right: calc(100% - 4px);
    width: 8px;
    height: 8px;
    display: table;
    background: #41c6c1;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    transition: 0.4s all ease;
}


.youtube-wrapper {
    position: relative;
    height: 0px;
    width: 100%;
    padding-top: 56%;
}

.youtube-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

a.button-1.button-longer {
    margin: 30px auto 30px;
    padding: 0px 40px;
}
#cf7submit:hover:after {
    opacity: 0 !important;
}
div#hp-2 {
    background: #ebeded;
    position: relative;
    overflow-x: hidden;
}

div#hp-1 {
    padding-bottom: 50px;
}

div#hp-2:after {
    content: '';
    position: absolute;
    border-left: 50vw white solid;
    border-top: 40px white solid;
    border-right: 50vw #ebeded solid;
    border-bottom: 40px #ebeded solid;
    width: 0px;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
}

div#hp-2 .hp-ab-2-title {
    margin: 40px 0px;
    color: #41c6c1;
}

div#home-banner h1 {
    max-width: 72%;
}
div#hp-testimonials {
    background: url(/wp-content/themes/krd/images/testi_bg.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    min-height: 522px;
    position: relative;
    z-index: 5;
}
div#hp-testimonials .hp-ab-2-title {
    color: #41c6c1;
    margin: 15px auto -10px;
}
div#owl-testimonials {
    max-width: 1140px;
    margin: auto;
}
.title-center {
    text-align: center;
    margin: auto;
    display: table;
    text-align-last: center;
}
div#hp-testimonials .hp-ab-2-title .plussi {
    top: 0px;
    margin-left: 10px;
}

.testi-item {
    max-width: 1001px;
    /* height: 339px; */
    width: 100%;
    box-shadow: 0 50px 10px rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(180deg, #006baa 0%, #4da9de 100%);
    margin: 40px auto;
    padding: 60px 140px 60px 70px;
    position: relative;
    min-height: 550px;
}
#owl-testimonials .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 130px;
    z-index: 3;
}

#owl-testimonials button.owl-dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: white;
    margin: 0px 5px;
    border-radius: 10px;
}

#owl-testimonials button.owl-dot.active {
    background: #41c6c1;
}

.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
img.testi-qq {
    position: absolute;
    top: -60px;
    right: 50px;
}

div#owl-testi-container img {
    width: auto;
    max-width: 110px;
}
div#owl-testi-container img.testi-icon {
    filter: drop-shadow(0px 2px 7px rgba(0,0,0,0.3));
}
div#owl-testimonials .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 110%;
    height: 90px;
    left: -5%;
}

div#owl-testimonials .owl-nav button {
    color: #41c6c1;
    font-size: 90px;
    outline: none;
}

.testi-title {
    color: #41c6c1;
    font-size: 30px;
    font-weight: 700;
}

.testi-content {
    color: #ffffff;
    font-size: 25px;
    font-weight: 100;
    line-height: 1.2;
}
body:not(.home) ul#menu-top>li#menu-item-46>a, body.home.is-sticky ul#menu-top>li#menu-item-46>a {
    background-image: url(/wp-content/themes/krd/images/home_blue.png);
}
img.testi-line {
    margin: 60px 0px 20px;
}

.testi-person {
    display: flex;
}

.testi-img {
    margin: auto 0px;
}

.testi-meta {
    margin: auto 20px;
    color: #41c6c1;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #41c6c1;
}

.testi-name {
    color: #ffffff;
}


a.button-1.button-readmore {
    margin: auto auto 40px;
    color: white;
}

a.hb-click:before {
    content: '';
    position: absolute;
    left: -9px;
    width: 16px;
    height: 16px;
    display: table;
    background: white;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s all ease;
}

a.hb-click:hover {
    background: #41c6c1;
    color: white;
    border-color: white;
}

div#hp-gray2 {
    padding-top: 100px;
    background: #ebeded;
    position: relative;
    z-index: 4;
    padding-bottom: 80px;
    overflow-x: visible;
    margin-bottom: 100px;
}
a.hb-click:hover:before {
    opacity: 0;
}
div#hp-gray2:after { content:''; }

div#hp-videos-side {
    text-align: left;
}


img.dots {
    position: absolute;
    left: 0px;
    bottom: -200px;
    z-index: 2;
}

.dots-1 {
    position: absolute;
    width: 220px;
    height: 360px;
    background: url(/wp-content/themes/krd/images/dots_1.png);
    display: table;
    left: -30px;
    bottom: -200px;
    background-size: cover;
    background-position: right center;
}

div#owl-videos {
    max-width: 670px;
}

div#hp-gray2:after {
    content: '';
    position: absolute;
    border-right: 50vw #ebeded solid;
    border-top: 40px #ebeded solid;
    border-left: 50vw rgba(255, 255, 255, 0) solid;
    border-bottom: 40px rgba(255, 255, 255, 0) solid;
    width: 0px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
}

.hp-ab-2-title.title-blue {
    color: #0c4184;
    margin-bottom: 30px;
}

a.post-flex {
    display: flex;
    width: 100%;
    box-shadow: 6px 3px 6px -3px rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(270deg, #1c65a9 0%, rgba(81, 165, 242, 0.03) 67%, rgba(14, 51, 85, 0) 100%);
    margin-bottom: 16px;
    text-decoration: none !important;
}
a.post-flex img {
    width: 190px;
    height: 110px;
    object-fit: cover;
    object-position: center;
    transition: 0.4s all ease;
    margin: auto;
    display: table;
}
.post-flex-img {
    overflow: hidden;
}

.post-flex-img:hover img {
    transform: scale(1.2);
}
.post-flex-title {
    margin: auto 30px;
    color: #0c4184;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    padding: 0px 31px;
    display: table;
    position: relative;
}

.post-flex-title:before {
    content: '';
    position: absolute;
    right: 0px;
    height: 170px;
    width: 1px;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
}


div#hp-postlist-side {box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);background-color: #1c65a9;position: relative;margin-top: -100px;padding-top: 80px;max-width: 440px;margin-right: auto;padding-right: 25px;padding-left: 25px;margin-bottom: auto;padding-bottom: 40px;}

.post-side-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 20px;
}

.post-side-content {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
}

#hp-postlist-side a.button-1 {
    margin-top: 30px;
}

img.post-side-line {
    position: absolute;
    left: -110px;
    bottom: 60px;
}


div#hp-posts {
    padding-bottom: 50px;
}

div#hp-locs {
    background: #ebeded;
    padding-bottom: 50px;
    position: relative;
}


div#hp-locs .hp-ab-2-title {
    margin: 35px 0px 25px;
    color: #0c4184;
}

.loc-cont {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

img.loc-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loc-info {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(270deg, #1c65a9 0%, rgba(81, 165, 242, 0.03) 80%, rgba(14, 51, 85, 0) 100%);
    padding: 0px 20px;
}

div#hp-locs .loc-info .hp-ab-2-title {
    color: white;
    margin: 10px auto;
    font-size: 45px;
}

.loc-text {
    color: #ffffff;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

.row.row-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 62px 5%;
}

.col-logo {
    margin: auto;
    margin: auto;
    flex: 0 0 calc(100% / 5);
    text-align: center;
    padding: 10px;
}
div#hp-contact {
    background: url(/wp-content/themes/krd/images/contact_bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
}

div#hp-contact .hp-ab-2-title {
    color: white;
    margin: 50px 0px;
}

div#contact-1 {
    background-image: linear-gradient(180deg, #0c4184 0%, #0e4487 10%, #0f488b 20%, #104b8e 30%, #124f92 40%, #145296 50%, #15569a 60%, #175a9d 70%, #185da1 80%, #1a61a5 90%, #1c65a9 100%);
    padding: 50px 70px;
}

.contact-address, .contact-small {
    color: #ffffff;
    font-size: 27px;
    font-weight: 400;
    line-height: 33px;
    /* margin-bottom: 40px; */
}

.contact-title {
    color: #41c6c1;
    font-size: 45px;
    font-weight: 700;
}

.contact-address {
    margin-bottom: 50px;
}

.contact-big {
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
}

div#cform {
    background: white;
    padding: 60px 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

div#cform input, div#cform textarea {
    color: #0c4184;
    font-size: 30px;
    font-weight: 400;
    line-height: 21px;
    border: 0px;
    margin-bottom: 30px;
    width: 100%;
    outline: none;
    border-bottom: 5px solid #f1f4f8;
    padding: 0px 20px;
    line-height: 1.5;
    max-height: 190px;
    transition: 0.4s all ease;
    font-family: 'almoni','Arial';
    direction: rtl !important;
}
div#cform input[type=checkbox] {
	display:inline-block;
	width:auto!important;
	line-height:1;
	min-height:0;
}

#cform input.wpcf7-form-control.wpcf7-submit {
    height: 55px;
    background-color: rgba(65, 198, 193, 0.22);
    width: inherit;
    display: block;
    width: 230px;
    color: #0c4184;
    font-size: 50px;
    cursor: pointer;
    font-weight: 700;
    line-height: 21px;
    border: 1px solid #0c4184;
    margin: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}


#cform ::placeholder {
    color: #0c4184;
}



.dots-1.bottom {
    width: 280px;
    bottom: -160px;
    height: 300px;
}
body:not(.home) {
    padding-top: 150px;
}

body.is-sticky a.logo-1 img {
    max-height: 50px;
}

div#menu-top ul {display: flex;flex-direction: row;flex-wrap: nowrap;width: 100%;justify-content: space-around;}

ul#menu-top>li>a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding: 0px 10px;
    text-decoration: none !important;
    transition: 0.4s all ease;
    line-height: 1.3;
}


.top-socials {
    display: flex;
    font-size: 20px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    /* width: 300px; */
    text-align-last: center;
    margin: auto;
    margin-left: 15px;
}

.top-socials i {
    color: #ffffff;
}

div#col-socials {display: flex;}

.top-socials a {
    margin-left: 20px;
}

form#searchform {
    margin: auto auto;
    width: 100%;
    position: relative;
    top: -1px;
    line-height: 1;
}

form#searchform label.screen-reader-text {
    display: none;
}

form#searchform input#s {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    background: none;
    outline: none;
    border: 0px;
    height: 25px;
    line-height: 24px;
    width: calc(100% - 31px);
}

form#searchform #searchsubmit {
    background: none;
    border: 0px;
    color: white;
    height: 25px;
    line-height: 25px;
}

div#col-search {
    display: flex;
    /* line-height: 28px; */
}

#searchform {
    border-bottom: #41c6c1 2px solid;
}


#cform textarea {
    background: #f1f4f8;
}

img.locs-line {
    position: absolute;
    left: 0;
    bottom: 25px;
}
span#cf7submit {
    position: relative;
    display: table;
    margin: auto 0px;
}
a.vid-list-item:first-child {
    padding-top: 0px;
}
span#cf7submit:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0c4184;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5px;
    border-radius: 10px;
    transition: 0.4s all ease;
}
div#bereh-2 {}

div#bereh-2.about {
    margin-bottom: -160px;
    padding-bottom: 230px;
}

div#rec-2.about + footer {
    margin-top: 0px;
    z-index: 6;
}

div#rec-2.about + footer:before {
    border-top-color: transparent;
    border-right-color: transparent;
}
span.ajax-loader {
    position: absolute;
}
span#cf7submit.hide:after {
    opacity: 0;
}
a#stickyphone {
    position: fixed;
    left: 0;
    top: 26%;
    width: 80px;
    display: table;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #41c6c1;
    color: white;
    font-size: 50px;
    display:flex;
    z-index: 33;
    transition: 0.4s all ease;
}
a#stickyphone img {
    margin: auto;
}
ul#menu-top>li#menu-item-46>a {
    font-size: 0px!important;
    display: table;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/krd/images/home.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

button#searchsubmit img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 24px;
}

form#searchform input#s::placeholder {
    color: #41c6c1 !important;
}


body.home:not(.is-sticky) form#searchform input#s::placeholder {
    color: white !important;
}

footer {
    background-image: linear-gradient(to top, #0c4184 0%, #0e4487 10%, #0f488b 20%, #104b8e 30%, #124f92 40%, #145296 50%, #15569a 60%, #175a9d 70%, #185da1 80%, #1a61a5 90%, #1c65a9 100%);
    padding: 70px 0%;
    margin-top: 200px;
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    border-right: 50vw white solid;
    border-top: 1.5vw white solid;
    border-left: 50vw #41c6c1 solid;
    border-bottom: 1.5vw  #41c6c1 solid;
    width: 0px;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
}

.footer-menu-title {
    color: #41c6c1;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer-nav {
    list-style: none;
}

.footer-nav li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

.footer-rows {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer-col.footer-col-img {
    flex: 0 0 50px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-col.footer-col-text {
    margin: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 100;
    line-height: 17px;
}
.footer-col.footer-col-text a {
    color: white;
}
footer p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
.footer-socials {
    display: flex;
}

.footer-socials div {
    margin: 0px 10px;
    max-width: 34px;
}

img.footer-like {
    margin-right: 10px;
    margin-bottom: 20px;
}
.auto-top {
    margin-top: 7%;
    margin-bottom: 7%;
}

.footer-content.footer-copyrights {
    /* margin-bottom: 40px; */
    line-height: 3;
    position: relative;
    right: -50px;
}

img.footer-line {
    position: absolute;
    bottom: -10px;
    right: 0px;
    max-width: inherit;
}

body:not(.home) #masthead, body.is-sticky #masthead {
    position: fixed;
    background:white;
    padding: 5px 1%;
}

body:not(.home) #masthead ul#menu-top>li>a,
body.is-sticky #masthead ul#menu-top>li>a {
    color: #0c5b90;
}

body:not(.home) #masthead .top-socials, body:not(.home) #masthead .top-socials a {
    color: #646262;
}

body:not(.home) .top-socials i {
    color: #646262;
}
div#home-banner.inner-page {
    height: 551px;
    background-size: cover;
    background-position: center;
    height: 33.3vw;
    min-height: 500px;
}
div#home-banner.inner-page .hb-inner {
    right: 13%;
}
div#bcs {
    padding: 5px 2%;
    min-height: 36px;
    background-color: #d9eff8;
    line-height: 26px;
}

div#bcs .col-lg-12 span span, div#bcs .col-lg-12 a, div#bcs .col-lg-12 i.fa {
    color: #646262;
    font-size: 19px;
    font-weight: 400;
    margin-left: 15px;
}
body:not(.home) ul#menu-top>li#menu-item-46>a,
body.mm-open ul#menu-top>li#menu-item-46>a {
    background-image: url(/wp-content/themes/krd/images/home_blue.png);
}

nav.site-menu {
    /* padding: 0px 3% 0px 0px; */
}

.hp-ab-2-title.green {
    color: #41c6c1;
}

.hp-ab-2-title.inner {
    margin-bottom: 50px;
}
.row.row-rec-1 .youtube-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 2px solid #ffffff;
    transition: 0.4s all ease;
}

.youtube-wrapper img:not(.youtube-res) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: table;
    z-index: 5;
    width: auto!important;
    max-height: 50%;
    transition: 0.3s all ease;
}


.rec-title {
    color: #0c4184;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #0c4184;
    margin-bottom: 60px;
}
.rec-item {
    padding: 0px 20px;
}

.youtube-wrapper img.yt-thumbnail {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    width: 100% !important;
    opacity: 1!important;
}
.youtube-wrapper a:hover img:not(.yt-thumbnail) {
    opacity: 0;
}

div#rec-2 {
    background: url(/wp-content/themes/krd/images/testi_bg.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    min-height: 522px;
    position: relative;
    z-index: 5;
    padding: 40px 5% 80px;
}

.rec-owl-item {
    max-width: 90%;
    height: 0px;
    padding-top: 80%;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.rec-owl-item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bereh-ab-2-text iframe {
    max-width: 100%;
    max-height: 54vw;
}


div#owl-rec-2 button.owl-next {
    color: #41c6c1;
    position: absolute;
    top: -40px;
    bottom: 0;
    margin: auto;
    line-height: 50px;
    display: block;
    outline: none;
    font-size: 70px;
    right: -50px;
}
div#owl-rec-2 button.owl-prev {
    color: #41c6c1;
    position: absolute;
    top: -40px;
    bottom: 0;
    margin: auto;
    line-height: 50px;
    display: block;
    outline: none;
    font-size: 70px;
    left: -50px;
}
div#owl-media-vids button.owl-next {
    color: #0c4184;
    position: absolute;
    top: -40px;
    bottom: 0;
    margin: auto;
    line-height: 50px;
    display: table;
    outline: none;
    font-size: 70px;
    right: -50px;
}
div#owl-media-vids button.owl-prev {
    color: #0c4184;
    position: absolute;
    top: -40px;
    bottom: 0;
    margin: auto;
    line-height: 50px;
    display: table;
    outline: none;
    font-size: 70px;
    left: -50px;
}

div#owl-rec-2 button.owl-dot {
    width: 8px;
    height: 8px;
    display: table;
    background: white;
    border-radius: 10px;
    margin: auto 4px;
    transition: 0.4s all ease;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin: 80px auto auto;
    flex-wrap: wrap;
}

div#owl-rec-2 button.owl-dot.active {
    background: #41c6c1;
}


div#rec-3 {
    padding: 90px 0px 0px;
    position: relative;
    margin-bottom: -70px;
}

.hp-ab-2-title.inner.blue {
    color: #0c4184;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.gray-title.text-center {
    color: #707070;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
}

a.outbound-link {
    /* width: 250px; */
    margin: auto 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #707070;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    min-height: 62px;
    min-width: 220px;
    display: flex;
}

a.outbound-link img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}
.blog-text {
    color: #707070;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    padding-right: 54px;
}
div#contact-cont-inner {
    top: 11vw;
    margin-bottom: 12vw;
}
.youtube-wrapper a {
    position: absolute;
    z-index: 33;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.25);
    transition: 0.4s all ease;
    display: block;
}
.youtube-wrapper img.youtube-res {
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.youtube-wrapper a:hover {
    opacity: 1;
}
div#home-banner.inner-page .hb-inner.contact-banner {
    top: 7%;
    right: 15%;
}

div#home-banner.contact-page {
    margin-bottom: 18vw;
}

.cb-inner-map.acf-map {
    height: 370px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cb-top {
    background-color: #1c65a9;
    padding: 20px 50px;
    position: relative;
    display: flex;
    /* flex-direction: column; */
}
.cb-title {
    margin: auto 0px;
    font-weight: 700;
    line-height: 33px;
    color: #41c6c1;
    font-size: 35px;
}

.cb-waze {
    margin: auto 0px auto 20px;
}

.cb-title span {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    display: block;
}

div#contact-in-1 {
    background: #ebeded;
    padding: 70px 0px;
}

img.cb-line {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 160px;
}
#home-banner.contact-page .dots-1.bottom {
    left: 5%;
    bottom: -400px;
}

div#contact-in-2 {
	position: relative;
	padding: 70px 0px 0px;
}

a.outbound-link {
	margin-bottom: 30px;
}

div#contact-in-2 span.plussi {
	margin-top: 13px;
}


div#contact-in-2 .row.row-rec-3 {flex-wrap: wrap;justify-content: center;}

div#home-banner.page-qa {
    background-color: #ebeded;
}

div#qa-1 {
    background: #ebeded;
    padding-bottom: 110px;
    position: relative;
}

div#qa-2 {
    padding: 110px 0px;
}

.qa-answer {
    display: none;
    padding: 25px;
    position: relative;
}

.qa-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #1c65a9;
    padding: 40px 0px;
}
.search-hidden {
    display: none !important;
}
.qa-question {
    color: #1c65a9;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
}
	.active>.qa-question:after {
		content: '-';
	}

div#qa-search-not-found {
    font-size: 30px;
    text-align: center;
    display: table;
    width: 100%;
}

div#bp-search-not-found {
    font-size: 30px;
    text-align: center;
    display: table;
    width: 100%;
    margin: 0px auto 50px;
}

.qa-answer p {
    color: #646262;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

.qa-answer h3 {
    color: #1c65a9;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

.qa-question:after {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 20px;
    display: block;
    color: #41c6c1;
    font-size: 50px;
}

div#qa-search {
    height: 63px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 420px;
    display: block;
    bottom: -32px;
    width: 751px;
    border: 1px solid #1c65a9;
    background-color: #dae6f1;
}

input#qa-input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: 0px;
    outline: 0px;
    padding: 0px 20px;
    font-size: 30px;
    color: #1c65a9;
}


img.qa-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    left: 15px;
}

.qa-text {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
}

div#media-1 {
    margin-top: -90px;
}

div#media-img-1 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #ffffff;
}

.hp-ab-2-title.blue {
    color: #0c4184;
}

div#col-ab-1 {
    padding-right: 70px;
}

.media-content p {
    line-height: 1.3;
    color: #707070;
    font-size: 25px;
    font-weight: 400;
}

.media-content {
    margin-top: 20px;
}

.media-content h3 {
    color: #0c4184;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 30px;
}

div#media-img-1 {
    margin-top: -70px;
}



div#media-2 {
    margin-top: 240px;
    position: relative;
    /* padding: 0px 5%; */
}

div#media-2:before {
    content: '';
    bottom: 0px;
    height: 100%;
    height: calc(100% + 200px);
    width: 100%;
    position: absolute;
    /* box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.16); */
    background-image: linear-gradient(180deg, #1c65a9 0%, rgba(81, 165, 242, 0.03) 36%, rgba(14, 51, 85, 0) 100%);
}

div#media-2:after {
    content: '';
    position: absolute;
    top: -200px;
    right: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid white;
    border-top: 60px solid white;
    border-bottom: 60px solid transparent;
}

div#media-2>.container-fluid {
    padding: 0px 5%;
}


.hp-ab-2-title.white-plussi span.plussi:after, .hp-ab-2-title.white-plussi span.plussi:before {
    background: white;
}

.sm-title {
    color: #0c4184;
    font-size: 40px;
    font-weight: 700;
    padding: 10px 0px;
    margin-bottom: 40px;
}

a.sm-item {
    /* margin-bottom: 50px; */
    display: table;
    width: 100%;
    text-decoration: none !important;
}


div#media-2 .dots-1.bottom {
    bottom: 0px;
}

div#media-3>.container-fluid {
    padding: 0px 5%;
}

div#media-3 {
    background: url(/wp-content/uploads/2019/09/bereh_1.jpg);
    background-size: cover;
    background-position: top center;
    padding: 50px 0px 200px;
}



a.vid-list-item {
    display: flex;
    padding: 31px 0px;
    border-bottom: 1px dotted black;
}

.media-vids-title {
    flex: 1;
    margin-right: 60px;
    color: #030303;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10%;
}

a.vid-list-item img {
    width: 165px;
    flex: 0 0 170px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 2px solid #ffffff;
    margin: 0px auto auto;
}

div#media-vids-list {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 90%;
    margin-right: auto;
    max-height: 485px;
    overflow: auto; 
}

body.home img.search-black, body:not(.is-sticky) img.search-black {
    display: none;
}

body:not(.home) img.search-white {
    display: none;
}

div#home-banner.page-merpaot {background-color: #ebeded;}
img.merpaot-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
div#mer-1 {
    background: #ebeded;
    padding: 120px 0px 0px;
}

.merp-third {
    display: flex;
    margin: auto;
    flex-direction: column;
    flex-wrap: nowrap;
}
.row.row-thirds {
    margin: 55px auto 55px;
}

.merp-third>img {
    height: 60px;
    width: auto;
    margin: 0px auto 20px;
}

.merp-third>span {
    color: #0c4184;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

div#mer-2 {
    padding: 40px 0px 0px;
    background-image: linear-gradient(to top, rgba(28, 101, 169, 0.75) 0%, rgba(81, 165, 242, 0.03) 37%, rgba(14, 51, 85, 0) 100%);
}

.merp-inner-map.acf-map {
    height: 300px;
}
.merp-img-cnt {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.merp-img-cnt:after {content: '';position: absolute;left: 0;top: calc(100% - 27px);width: 120%;left: -10%;height: 50%;background: #41c6c1;transform: rotate(6deg);}

div#mer-1 .merp-img-cnt.merp-img-cnt-1:after {
    display: none;
}
div#mer-2 .merp-img-cnt.merp-img-cnt-2:after {
    display: none;
}
div#mer-2 .merp-img-cnt:after {
    transform: rotate(175deg);
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 274px;
    border: 2px solid #ffffff;
    width: 797px;
    background-color: #1c65a9;
    color: white;
    padding: 20px 80px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}


span.plussi.block {
    display: block;
    margin-bottom: 20px;
}

img.merp-line {
    position: absolute;
    left: -50px;
    z-index: 2;
    bottom: 20px;
}

div#allposts {
    padding: 150px 0px 0px;
    position: relative;
}

div#allposts:before {content: '';background-image: linear-gradient(180deg, #1c65a9 0%, rgba(81, 165, 242, 0.03) 67%, rgba(14, 51, 85, 0) 100%);position: absolute;left: 0;top: 0;width: 100%;height: 500px;}

div#newsletter-big {
    background: url(/wp-content/themes/krd/images/nlbg2.jpg);
    height: 700px;
    padding: 50px 0px;
    background-size: cover;
    background-position: right top;
}

div#nl-form {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    /* border: 1px dashed #ffffff; */
    background-color: rgba(217, 239, 248, 0.86);
    padding: 50px 81px 30px;
    position: relative;
    overflow: hidden;
}

div#newsletter-big + footer {
    margin-top: 0px;
}

#newsletter-big + footer:before {border-right-color: transparent;border-top-color: transparent;}
.bp-inner {
    background-image: linear-gradient(180deg, #1c65a9 0%, rgba(81, 165, 242, 0.03) 67%, rgba(14, 51, 85, 0) 100%);
    padding: 20px 40px 70px;
}

a.bp-item {
    text-decoration: none !important;
}

.bp-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    min-height: 92px;
}

.bp-excerpt p {
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 10px;
}

.bp-readmore {
    color: #0c4184;
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
}

.bp-img {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
}
.text-gray ul {
    margin-right: 20px;
}
.bp-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: 0.4s all ease;
    object-position: center;
}

.bp-item:hover .bp-img img {
    transform: scale(1.1);
}

div#nl-form input:not(.wpcf7-submit) {
    height: 57px;
    background-color: rgba(12, 65, 132, 0.1);
    width: 100%;
    color: #0c4184;
    font-size: 30px;
    font-weight: 400;
    line-height: 21px;
    padding: 0px 15px;
    border: 1px solid #0c4184;
    margin-bottom: 34px;
}

div#nl-form input:not(.wpcf7-submit)::placeholder {
    color: #0c4184;
}

div#nl-form:after {content: '';position: absolute;left: -10%;bottom: -20px;background-color: #41c6c1;height: 140px;width: 120%;transform: rotate(3deg);}

#nl-form .wpcf7-submit {
    /* box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16); */
    color: #ffffff;
    width: 190px;
    height: 56px;
    margin: auto;
    display: table;
    float: none;
    border: 0px;
	transition:0.4s all ease;
    background: rgba(255, 255, 255, 0.28);
    font-size: 45px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    border: 1px solid white;
    line-height: 21px;
}

#nl-form span#cf7submit {
    margin: 40px auto auto;
    z-index: 2;
    outline: none;
}

div#post-primary .hp-ab-2-title .plussi {
    margin-top: 15px;
}

.post-primary-content {
    color: #707070;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 30px;
}

.post-content p, .post-content li {
    color: #707070;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.post-content li {
    margin-right: 20px;
}
.post-content h2 {
    color: #0c4184;
    font-size: 55px;
    font-weight: 700;
    margin: 25px 0px 5px;
    line-height: 1;
}
.post-content h3 {
    color: #41c6c1;
    font-size: 29px;
    font-weight: 700;
    margin: 25px 0px 5px;
    line-height: 1;
}
.post-content p strong {
    font-size: 32px;
    font-weight: 700;
}
.post-content {
    line-height: 1.3;
    padding-left: 50px;
}

.sidebar-image img {
    width: 100%;
}

.sidebar-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sidebar-image:after {content: '';position: absolute;width: 120%;height: 38px;bottom: -20px;right: -10%;margin: auto;background: #41c6c1;transform: rotate(-4deg);}

.post-bluebox {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #1c65a9;
    padding: 60px 55px 90px;
    position: relative;
    margin-bottom: 70px;
}

.post-bb-title {
    font-weight: 700;
    line-height: 1.1;
    color: #41c6c1;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.post-bb-text {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.4;
}

img.post-bb-line {
    position: absolute;
    right: calc(100% - 100px);
    bottom: 40px;
}


a.sp-item {
    display: flex;
    margin: 15px 0px;
    background-image: linear-gradient(270deg, #1c65a9 0%, rgba(81, 165, 242, 0.03) 67%, rgba(14, 51, 85, 0) 100%);
    color: #030303;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 10%;
    height: 74px;
    position: relative;
    text-decoration: none !important;
}

.sp-img {
    flex: 0 0 132px;
    height: 100%;
}

.sp-title {
    margin: auto 30px auto 0px;
}

.side-posts {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-right: 0px;
    overflow: auto;
    max-height: 335px;
}

.post-sidebar .hp-ab-2-title {
    font-size: 40px;
    margin-bottom: 20px;
}
span.left {
    float: left;
}
span.right {
    float: right;
}

.next-prev-posts a, .next-prev-posts {
    font-size: 22px;
    color: #41c6c1;
    font-weight: 400;
    text-decoration: none !important;
}
.next-prev-posts {
    margin-top: 90px;
}
.next-prev-posts span {
    display: table;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0px;
}
.next-prev-posts strong {
    font-weight: 600;
    color: #0c4184;
}


.sp-img img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.dots-1.bottom-mid {
    bottom: 0px;
    height: 220px;
}
.agreements-content p {
    color: #707070;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin: 10px 0px;
}

.agreements-content h2 {
    color: #0c4184;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

div#ag-2 {
    padding-top: 20px;
}

.ag-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 5% 60px;
}

.ag-logo {
    margin: auto;
    flex: 0 0 calc(100% / 5);
    text-align: center;
    padding: 10px;
}
.ag-logo img {
    max-height: 100px;
}


.ag-button a {
    height: 45px;
    background-color: rgba(65, 198, 193, 0.22);
    width: inherit;
    display: table;
    color: #0c4184;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    border: 1px solid #41c6c1;
    margin: auto;
    padding: 0px 40px;
    position: relative;
    text-decoration: none !important;
    transition: 0.3s all ease;
    text-align: center;
}

.ag-button a:after {content: '';position: absolute;top: 0;bottom: 0;right: calc(100% - 6px);width: 12px;height: 12px;display: table;background: #41c6c1;border-radius: 9px;margin: auto;}

.ag-button a:hover {
    background: #0c4184;
    color: white;
}

.ag-button a:hover:after {opacity: 0;}

img.forms-line {
    position: absolute;
    left: 30px;
    top: 20px;
}
.sm-img {
    margin: auto;
    display: block;
    position: relative;
    height: 0;
    padding-top: 72%;
    overflow: hidden;
    box-shadow: -2px 7px 10px -5px rgba(0, 0, 0, 0.16);
}

.title-404 {
    color: #41c6c1;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
}

.title-404 span {
    color: white;
}

.the-404 {
    display: table;
    color: #fff4f4;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
}

div#r-404 .ag-button a {
    margin: 30px 0px 0px;
    padding: 0px 74px;
    background: white;
}

.bereh-ab-2-text p {
    color: #707070;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}
body:not(.home) div#hp-ab-1 img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.bereh-ab-2-text {
    padding: 10px 46px 30px 0px;
}
.offset-right {
    margin-right: auto;
}

.bereh-ab-2-text p strong {
    color: #0c4184;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    display: table;
}
div#bereh-2 {
    background: url(/wp-content/themes/krd/images/bgblue.png);
    background-position: bottom;
    background-size: cover;
    padding: 130px 0px 130px;
    margin-bottom: 40px;
}

.aqua-box {
    background-color: #d9eff8;
    padding: 20px 25px;
    color: #646262;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    width: 90%;
    margin: auto auto 40px 0px;
}

.text-blue {
    color: #0c4184;
    margin-bottom: 20px;
}

.bereh-ab-2-text h3 {
    color: #0c4184;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}

.bereh-ab-2-text h3:before {content: '';position: absolute;right: -30px;top: 17px;height: 4px;width: 22px;background: #41c6c1;}
.bereh-ab-2-text h3:after {content: '';position: absolute;right: -21px;top: 8px;height: 22px;width: 4px;background: #41c6c1;}

#bereh-3 .post-bluebox {
    margin: auto;
}

.bereh-bluebox-text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}
.bereh-ab-2-text h4 {
    color: #0c4184;
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
}

div#bereh-4 {
    padding: 50px 0px;
    background: url(/wp-content/uploads/2019/09/bereh1900_2100.jpg);
    background-size: cover;
    margin-top: 70px;
}

.post-bluebox.force-boxwidth {
    width: 400px;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

div#bereh-4 .col-md-3 {
    position: relative;
}

.hp-ab-2-subtitle-2 {
    color: #41c6c1;
    font-size: 30px;
    font-weight: 700;
    padding-right: 50px;
    margin: 10px 0px 0px;
}

a.yereh-but {
    margin: 10px 50px 30px;
    height: 35px;
    background-color: rgba(65, 198, 193, 0.24);
    color: #0c4184;
    font-size: 23px;
    transition: 0.4s all ease;
    position: relative;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none !important;
    display: table;
    padding: 0px 20px;
    border: 1px solid rgb(65, 198, 193);
    text-align: center;
}

a.yereh-but:after {content: '';position: absolute;right: calc(100% - 6px);height: 12px;width: 12px;display: table;margin: auto;top: 0;bottom: 0;background: #41c6c1;border-radius: 40px;}

a.yereh-but:hover {
    background: #0c4184;
    color: white;
}

a.yereh-but:hover:after {
    opacity: 0;
}

div#yereh-4 {
    background: url(/wp-content/uploads/2019/09/ereh1900_2100.jpg);
    padding: 50px 0px 90px;
    background-size: cover;
}

div#yereh-4 + footer,
div#bereh-4 + footer {
    margin-top: 0px;
}

div#yereh-4 + footer:before,
div#bereh-4 + footer:before {
    border-right-color: transparent;
    border-top-color: transparent;
}

div#bereh-3 {
    padding: 70px 0px;
    position: relative;
}

img.yereh-image-2 {
    margin: auto auto 50px;
    display: table;
}

div#bereh-3 .dots-1 {
    bottom: auto;
    top: -30%;
}

div#thanks-1 {
    background: #ebeded;
    margin-bottom: 190px;
}

body.page-template-template-thanks {
    background: #ebeded;
}

body.page-template-template-thanks footer:before {
    border-top-color: transparent;
    border-right-color: transparent;
}

a.sp-item + a.sp-item {
    margin-top: 30px;
}

a.sp-item + a.sp-item:before {content: '';width: 100%;position: absolute;top: -15px;border-top: 1px dashed #9a9a9a;}

div#qa-search.thanks {
    position: relative;
}

#qa-search form {
    height: 100%;
}

div#qa-search + footer {
    margin-top: 140px;
}

div#home-banner.page-thanks .hb-inner {
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    text-align: center;
    width: 100%;
}
.inner-bc, .inner-bc a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.inner-bc {
    margin-top: 30px;
}
body:not(.home) #masthead input#s::placeholder {
    color: transparent;
}
body.page-template-template-thanks header {
    background: white;
}

body:not(.home) #masthead ul#menu-top>li.current-menu-item>a, body.is-sticky #masthead ul#menu-top>li.current-menu-item>a {
    color: #41c6c1 !important;
    /* position: relative; */
}

#masthead ul#menu-top>li>a:after {content: '';width: calc(100% - 20px);position: absolute;top: 100%;height: 3px;background: #ffffff;right: 10px;margin: auto;/* left: 0; */transition: 0.6s all cubic-bezier(0.29, 0.74, 0.37, 0.79);max-width: 0px;}

body #masthead ul#menu-top>li {
    position: relative;
}

body:not(.home) #masthead ul#menu-top>li.current-menu-item>a:after, body #masthead ul#menu-top>li:hover>a:after, body.is-sticky #masthead ul#menu-top>li:hover>a:after {
    max-width: 50%;
    background: #41c6c1;
}
body.home ul#menu-top>li>a:hover {
    color: #41c6c1;
}
body:not(.home) img.search-black {
    display: block;
}

ul#menu-top>li>a:after {content: '';}

body.home ul#menu-top>li>a:after {
    background: #41c6c1;
}
.post-bluebox span.plussi {
	margin-bottom: 14px;
}
div#r-404 {
    background: url(/wp-content/themes/krd/images/4040.jpg);
    background-size: cover;
    height: 80vh;
    position: relative;
    display: flex;
}

div#r-404 + footer {
    margin-top: 0px;
}

div#r-404 + footer:before {
    border-top-color: transparent;
    border-right-color: transparent;
}

div#r-404 .col-lg-6 {
    margin: auto !important;
}

div#r-404>.container {
    /* position: absolute; */
    /* top: 0; */
    bottom: 0;
    margin: auto;
    display: table;
}

.the-404 span {
    display: table;
    font-weight: 700;
    margin-top: 20px;
}

div#r-404 .ag-button a:hover {
    background: #0c4184;
    color: white;
}

.post-content ul li {
    color: #707070;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 20px;
}

a.button-1:hover:after {
    opacity: 0;
}

a.button-1:hover {
    background: #0c4194;
    color: white;
}

#cform input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0c4184;
    color: white;
}

span#cf7submit:hover:after {
    /* opacity: 0; */
}
div#the_popup {
    position: fixed;
    left: 0;
    top: 20%;
    background: rgba(255, 255, 255, 0.81);
    z-index: 222;
    background-image: url(/wp-content/themes/krd/images/zz.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 30px 36px 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    border: 1px dashed #ffffff;
    background-color: rgba(255, 255, 255, 0.89);
    transform: translateX(-100%);
    transition: 0.4s all ease;
}

div#the_popup-exit {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 31px;
    transition: 0.4s all ease;
    height: 31px;
    border-radius: 30px;
    border: 1px solid #0c4184;
    line-height: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
}

div#the_popup-cont input:not(.wpcf7-submit) {
    height: 57px;
    background-color: rgba(12, 65, 132, 0.1);
    border: 1px solid #0c4184;
    margin-bottom: 15px;
    font-size: 22px;
	text-align:right;
    line-height: 57px;
    padding: 0px 20px;
    outline: none;
}
div#the_popup-cont input[type=checkbox] {
	display:inline-block;
	width:auto;
	height:auto!important;
	line-height:1;
}

div#the_popup-cont input:not(.wpcf7-submit)::placeholder {
    color: #0c4184;
}

div#the_popup-cont span#cf7submit input {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.2);
    height: 56px;
    line-height: 54px;
    padding: 0px 30px;
    display: table;
    margin: auto;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid white;
    -webkit-border-radius: 0px;
}
div#the_popup-form span.wpcf7-not-valid-tip {
    position: absolute;
    left: 10px;
    top: 0;
    width: 100%;
    text-align: left;
    display: table;
}

#the_popup-form div.wpcf7-validation-errors, #the_popup-form  div.wpcf7-acceptance-missing {
    display: none !important;
}
span#cf7submit input {width: 100%;}

div#the_popup-cont span#cf7submit {
    margin: 70px auto auto;
}

div#the_popup-cont span#cf7submit:after {
    background: #41c6c1;
}

#the_popup .hp-ab-2-title {
    color: #0c4184;
    font-size: 40px;
    margin-bottom: 30px;
}

body.popup-open a#stickyphone {
    transform: translateX(-100%);
}

body.popup-open div#the_popup {
    transform: none;
}
div#the_popup-exit>div:after {content: '';position: absolute;width: 1px;height: 70%;background: #0c4184;left: 0;right: 0;margin: auto;transform: rotate(45deg);bottom: 0;top: 0;}
div#the_popup-exit>div:before {content: '';position: absolute;width: 1px;height: 70%;background: #0c4184;left: 0;right: 0;margin: auto;transform: rotate(-45deg);bottom: 0;top: 0;}

div#the_popup-exit>div {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    top: 0px;
}
h2.rec-title .plussi {
    margin-top: 5px;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

div#the_popup-exit:hover {
    background: white;
}
body.is-sticky .top-socials i {
    color: #41c6c1;
    font-size: 22px;
    top: -2px;
}

body.is-sticky .top-phone, body.is-sticky .top-phone a {
    color: #646262;
}

body.is-sticky img.search-black {
    display: block !important;
}



#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    /* border-radius: 2px; */
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.col-logo img {
    transition: 0.4s all ease;
    max-height: 100px;
}

.col-logo:hover img {
    transform: translateY(-10px);
}

body.home #bcs {
    display: none !important;
}
div#owl-videos .owl-nav {
    position: absolute;
    width: calc(100% + 100px);
    left: 0;
    right: -50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    z-index: -1;
    height: 50px;
}
div#bereh-2.about .youtube-wrapper {margin-bottom: 30px;}
#owl-videos .owl-nav button {
    outline: none;
    font-size: 60px;
    color: #1c65a9;
    background: none !important;
}
.top-phone a {
    color: white;
}
body.search #home-banner {
    background-color: white;
}

body.search #allposts:before {
    display: none;
}

body.search #allposts {
    padding: 30px 0px 0px;
}

body.search footer {
    margin-top: 70px;
}

button#acp-toggle-toolbar {
    top: auto !important;
    bottom: 70px !important;
    right: 10px;
}

ul#menu-top  ul.sub-menu {
    /* display: none; */
}

ul#menu-top  ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 40px;
    list-style: none;
    border: 2px solid white;
    display: none;
}

ul#menu-top  ul.sub-menu>li {
    width: 50%;
    flex: 0 0 50%;
    min-width: 150px;
}

ul#menu-top  ul.sub-menu>li>a {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.4s all ease;
}

ul#menu-top li:hover>ul.sub-menu {
    display: flex;
}
ul#menu-top ul.sub-menu>li>a:hover {
    text-decoration: none;
    color: #1c65a9;
    opacity: 0.7;
}

body.home:not(.is-sticky) img.logo-main {
    opacity: 0;
}

body.home.is-sticky img.logo-alt {
    opacity: 0;
}
body:not(.home) img.logo-alt {
    opacity: 0;
}
a.logo-1 {
    position: relative;
    display: block;
    top: 7px;
}
.owl-stage-outer {
    z-index: 3;
}
img.logo-alt {
    position: absolute;
    top: 0;
    right: 0;
}
.sm-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* overflow: hidden; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.4s all ease;
}

.sm-img img:hover {
    /* object-position: bottom; */
    opacity: 0.7;
}

div.wpcf7 .ajax-loader {
    position: absolute !important;
}

#nl-form .wpcf7-submit:hover {
    background: #0c4282;
}
div#nl-form span.wpcf7-not-valid-tip {
    /* position: absolute; */
    width: 100%;
    display: block;
    left: 0;
    /* top: 0; */
    /* bottom: 0; */
    margin: -20px 0px 0px;
}
.row.row-vids .col-lg-6:first-of-type {
    padding-left: 60px;
}

div#owl-media-vids {
    margin-bottom: 30px;
}
input, button, textarea {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
div#home-banner.inner-page.header-dark-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 0;
}

div#home-banner.inner-page.header-dark-overlay .hb-inner h1:first-line {color: white;}





@media (min-width:768px) and (max-width:1600px)
{
	.post-content ul li { font-size:22px; }
	ul#menu-top>li a {
		font-size: 18px;
	}
	.hb-inner {
		top: 22%;
	}
	.cb-title {
		font-size: 28px;
	}

	.cb-title span {
		font-size: 20px;
	}
	div#cform {
		padding: 30px 50px;
	}
	img.cb-line {
		width: 120px;
	}
	ul#menu-top  ul.sub-menu>li>a { font-size:15px;line-height:19px; }
	.cb-top {
		padding: 10px 30px;
	}
	.top-socials {
		font-size: 16px;
	}
	.merp-third>span {
		font-size: 22px;
	}
	.qa-text {
		font-size: 24px;
	}

	input#qa-input {
	}

	div#qa-search {
		width: 500px;
	}

	.qa-question {
		font-size: 24px;
	}

	.qa-item {
		padding: 30px 0px;
	}

	.qa-answer p {
		font-size: 22px;
	}

	.qa-answer h3 {
		font-size: 24px;
	}
	.merp-third>img {
		height: 50px;
	}

	.banner-text {
		font-size: 21px;
		width: 740px;
		padding: 20px 60px 50px;
		height: auto;
	}
	form#searchform input#s {
		font-size: 16px;
	}

	.hb-inner h1 {
		font-size: 60px;
	}

	body:not(.home) {
		padding-top: 120px;
	}

	a.hb-click {
		font-size: 25px;
		height: 51px;
		line-height: 51px;
	}

	#content>div>.container {
		max-width: 80%;
	}
	div#hp-ab-1 {
		margin-top: -140px;
	}

	.hp-ab-2-title {
		font-size: 35px;
	}

	.hp-ab-2-subtitle {
		font-size: 20px;
	}
	div#mer-1 {
		padding-top: 50px;
	}
	.hp-ab-2-text p {
		font-size: 20px;
	}

	a.button-1 {
		font-size: 20px;
	}

	.testi-item {
		max-width: 80%;
		min-height: 490px;
	}


	.testi-title {
		font-size: 26px;
	}

	.testi-content {
		font-size: 20px;
	}

	.post-flex-title {
		font-size: 18px;
	}

	.post-side-title {
		font-size: 30px;
	} 
	.the-404 {
		font-size: 32px;
		line-height: 1.3;
	}
	.post-side-content {
		font-size: 20px;
	}


	div#hp-locs .loc-info .hp-ab-2-title {
		font-size: 30px;
	}
	div#bereh-3 {
		padding: 30px 0px;
	}

	div#bereh-4 {
		margin-top: 10px;
	}

	.bereh-ab-2-text h4 {
		font-size: 28px;
	}
	.loc-text {
		font-size: 21px;
	}

	.col-logo img {
		padding: 0px 12%;
	}

	.row.row-logos {
		padding: 30px 5%;
	}
	button#searchsubmit img {
		height: 16px;
		top: 7px;
	}
	div#contact-1 {
		padding: 30px 40px;
	}

	div#cform input, div#cform textarea {
		font-size: 22px;
	}

	.contact-title {
		font-size: 32px;
	}

	.contact-address {
		font-size: 22px;
	}
	div#col-menu {
		margin-top: 10px;
		max-width: 100%;
		flex: 0 0 98%;
	}
	.contact-address, .contact-small {
		font-size: 20px;
	}
	header#masthead {
		line-height: 24px;
	}
	a.logo-1 img {
		height: 60px;
		/* margin-right: 15px; */
	}
	.contact-big {
		font-size: 40px;
	}
	ul#menu-top>li#menu-item-46>a {
		width: 20px;
		height: 20px;
	}
	#cform input.wpcf7-form-control.wpcf7-submit {
		height: 45px;
		line-height: 45px;
		font-size: 24px;
		width: 180px;
	}
	div#hp-1 {
		padding-bottom: 0px;
	}

	div#contact-1 img {
		max-height: 44px;
	}

	footer p, .footer-nav li a {
		font-size: 14px;
	}

	.footer-content.footer-copyrights {
		right: 0px;
	}
	span.plussi {
		top: 2px;
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
	}
	span.plussi:before {
		width: 4px;
	}

	span.plussi:after {
		height: 4px;
	}
	div#bcs .col-lg-12 span span, div#bcs .col-lg-12 a, div#bcs .col-lg-12 i.fa {
		font-size: 16px;
	}

	.rec-title {
		font-size: 24px;
	}

	.hp-ab-2-title.inner.blue {
		font-size: 36px;
	}

	a.outbound-link {
		min-width: 150px;
		min-height: 40px;
		width: 170px;
		height: 43px;
	}

	.gray-title.text-center {
		font-size: 24px;
	}
	.blog-text {
		font-size: 22px;
		padding-right: 45px;
	}

	.bp-title {
		font-size: 25px;
	}

	.bp-excerpt p {
		font-size: 20px;
	}

	div#nl-form input:not(.wpcf7-submit) {
		height: 50px;
	}

	div#nl-form:after {
		height: 110px;
	}

	div#nl-form {
		padding: 40px 70px 20px;
	}

	div#newsletter-big {
		height: 610px;
	}

	#nl-form .wpcf7-submit {
		height: 45px;
		font-size: 32px;
	}
	h2.rec-title .plussi {
		width: 18px;
		height: 18px;
		flex: 0 0 18px;
		margin-left: 10px;
	}
	div#post-primary .hp-ab-2-title .plussi {
		margin-top: 3px;
	}

	.post-primary-content {
		font-size: 23px;
	}

	div#col-ab-2 {
	}

	div#post-content {
		margin-top: 50px;
	}

	.post-content p {
		font-size: 23px;
	}

	.post-content h2 {
		font-size: 44px;
	}

	.post-content p strong {
		font-size: 26px;
	}
	.aqua-box {
		font-size: 19px;
		line-height: 1.4;
	}

	.post-bb-title {
		font-size: 34px;
	}

	.post-bb-text {
		font-size: 23px;
	}

	.post-sidebar .hp-ab-2-title {
		font-size: 32px;
	}

	.next-prev-posts a, .next-prev-posts {
		font-size: 18px;
	}
	.hp-ab-2-subtitle-2 {
		font-size: 24px;
	}

	.bereh-ab-2-text p {
		font-size: 22px;
	}

	.bereh-ab-2-text p strong {
		font-size: 28px;
	}

	.post-bluebox {
		padding: 40px 35px 60px;
	}
	.agreements-content p {
		font-size: 22px;
	}

	.sm-title {
		font-size: 33px;
	}
	.bereh-bluebox-text {
		font-size: 24px;
	}
	body:not(.home) #masthead ul#menu-top>li>a:after {
		height: 2px;
	}

	div#the_popup {
		padding: 20px 35px 35px;
		background-position: 0% 110%;
	}

	#the_popup .hp-ab-2-title {
		font-size: 35px;
	}

	div#the_popup-cont input:not(.wpcf7-submit) {
		height: 40px;
		line-height: 40px;
	}

	div#the_popup-cont span#cf7submit input {
		font-size: 30px;
		line-height: 40px;
		height: 40px;
	}

	div#the_popup-cont span#cf7submit {
		margin: 90px auto auto;
	}

	span.ajax-loader {
		position: absolute;
	}
	
}




@media (min-width:768px)
{
	*.mobile-only {
		display: none !important;
	}
}






@media (max-width: 767px)
{
	#masthead ul#menu-top>li>a:after {
		display: none;
	}

	a.hb-click:before {
		width: 12px;
		height: 12px;
		left: -7px;
	}
	.desktop-only {
		display: none;
	}
	header#masthead {
		padding: 0px;
		background: white !important;
		z-index: 999999;
	}

	div#col-search {
		display: none;
	}
	.post-content h2 {
		font-size: 30px;
	}

	div#post-primary {
		padding-top: 30px;
	}
	.hb-inner {
		right: auto;
		left: auto;
	}

	div#home-banner h1 {
		max-width: 80%;
		font-size: 11vw;
		text-align: center;
		margin: 0px auto;
	}
	div#col-socials {
		background: #41c6c1;
	}

	div#col-socials .top-socials, div#col-socials i, .top-phone, .top-phone a {
		color: white !important;
		/* padding: 10px 0px; */
		line-height: 1;
		font-size: 6vw;
		margin: auto;
	}

	div#col-socials {
		padding: 10px 15px;
	}

	a.logo-1 {
		margin: auto;
		display: table;
		height: 50px;
	}

	nav.site-menu {
		/* display: none; */
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 81px;
		background: #0c5d94;
		width: 100%;
		right: 0;
		left: 0;
		padding: 0px 20px 5px;
		z-index: 777;
		transition: 0.6s all ease;
		transform: translateX(-100%);
	}

	a#stickyphone {
		width: 40px;
		height: 40px;
		padding: 9px;
	}

	body:not(.home) #masthead, body.is-sticky #masthead {
		padding: 0px;
	}

	#home-banner a.hb-click {
		max-width: 90%;
		font-size: 5vw;
		line-height: 2;
		height: auto;
		margin: 20px auto auto;
	}

	div#home-banner {
		height: 110vw;
	}

	body {
		padding-top: 120px !important;
	}
	div#col-ab-1 {
		padding: 0px 15px;
	}
	.hp-ab-2-text p {
		font-size: 20px;
		line-height: 1.3;
	}
	.hp-ab-2-title {
		font-size: 26px;
	}

	span.plussi:after {
		height: 4px;
	}

	span.plussi:before {
		width: 4px;
	}

	span.plussi {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
		top: 1px;
		margin-left: 10px;
	}

	.hp-ab-2-subtitle {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		width: calc(100% + 30px);
		right: -15px;
		position: relative;
	}
	
	.hp-ab-2-subtitle>span {
		flex: 0 0 45%;
		margin: 0 2.5%;
		font-size: 4.5vw;
		line-height: 1.4;
	}

	#hp-ab-2 a.button-1 {
		margin: 30px auto auto;
	}

	div#hp-1 {
		padding-bottom: 10px;
	}

	div#hp-2:after {
		border-top-width: 20px;
		border-bottom-width: 20px;
	}

	.testi-item {
		max-width: 100%;
		padding: 30px;
		padding-bottom: 190px;
		height: 160vw;
		min-height: auto;
	}

	img.testi-qq {
		left: 10px;
		right: auto;
		max-width: 80px;
	}

	.testi-title {
		color: white;
	}

	.testi-content {
		font-size: 20px;
		line-height: 1.4;
		max-height: calc(100vw - 149px);
		overflow: hidden;
	}

	div#owl-testimonials .owl-nav {
		top: auto;
		bottom: 70px;
		width: 180px;
		margin: auto;
		left: 0;
		right: 0;
		height: 60px;
		z-index: 33;
	}

	.testi-img {
		margin: 20px auto;
	}

	.testi-meta {
		margin: auto;
		display: block;
	}

	.testi-person {
		flex-direction: column;
	}

	.testi-name {
		color: white;
	}

	div#hp-testimonials .dots-1 {
		display: none;
		bottom: -100vw;
		z-index: -1;
	}

	div#owl-testimonials .owl-nav button {
		font-size: 60px;
	}

	div#hp-gray2 {padding: 30px 15px;margin-bottom: 40px;}


	div#owl-videos .owl-nav {
		width: 180px;
		top: calc(100% - 20px);
		right: 0;
		left: 0;
	}

	div#owl-videos {
		padding-bottom: 50px;
	}
	.mobile-toggler {
		display: table;
		width: 34px;
		height: 30px;
		/* background: red; */
		position: absolute;
		left: auto;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		right: 10px;
		flex-direction: column;
		justify-content: space-around;
		/* overflow: hidden; */
	}
	div#hp-videos-side {
		display: none;
	}

	div#hp-gray2:after {
		border-bottom-color: #256fba;
		border-left-color: #256fba;
		border-top-width: 23px;
		border-bottom-width: 23px;
		top: calc(100% - 2px);
	}

	div#hp-posts {
		background: #1c65a9;
		padding-top: 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#256fba+0,ffffff+100 */
		background: #256fba; /* Old browsers */
		background: -moz-linear-gradient(top, #256fba 0%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #256fba 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #256fba 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256fba', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

	div#hp-posts .hp-ab-2-title.title-blue {
		color: white;
	}

	a.post-flex {
		background: none;
		flex-direction: column;
		box-shadow: none;
	}

	a.post-flex img {
		width: 100%;
		height: calc(60vw - 30px);
	}

	.post-flex-title:before {
		display: none;
	}

	div#hp-posts-cont {
		padding: 0px 30px;
		margin-bottom: 30px;
	}

	.post-flex-title {
		margin: 0px;
		padding: 10px;
		font-size: 28px;
		line-height:1;
		border-top: 1px solid white;
		margin-top: 10px;
	}

	div#hp-postlist-side {
		margin: auto;
		display: none;
	}
	.loc-cont {
		padding-top: 80vw;
		margin-bottom: 30px;
	}

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

	div#hp-locs .loc-info .hp-ab-2-title {
		font-size: 30px;
	}

	.loc-info {
		bottom: 0;
	}

	.col-logo {
		flex: 0 0 calc(100% / 3);
	}

	.row.row-logos {
		padding: 30px 5%;
	}

	div#contact-1 {
		padding: 0px;
		background: none;
	}
	.contact-big {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.keep-mobile img {
		width: 30px;
	}

	div#cform {
		padding: 30px 10px;
	}

	#cform input.wpcf7-form-control.wpcf7-submit {
		font-size: 30px;
		line-height: 42px;
		height: 44px;
		margin: auto;
		width: auto;
		padding: 0px 30px;
	}

	span#cf7submit {
		margin: auto;
	}

	.footer-socials {
		position: absolute;
		left: 0;
		top: -10px;
	}

	ul#menu-footer-1 li + ul#menu-footer-1 li:before {
		display: inline-block;
	}

	ul#menu-footer-1 li, ul#menu-footer-2 li {
		display: inline-block;
	}

	ul#menu-footer-1 li + li:before, ul#menu-footer-2 li + li:before {content: '';color: white;padding: 0px 1px;display: inline-block;margin: 0px 5px 0px 9px;background: white;width: 0px;height: 15px;top: 2px;position: relative;}

	.footer-menu-title {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.menu-footer-1-container, .menu-footer-2-container {
		margin-bottom: 20px;
	}

	.footer-content.footer-copyrights {
		right: auto;
		left: 0;
		float: left;
		padding-left: 40px;
	}
	.footer-col.footer-col-img {
		margin: auto 0px;
	}

	.footer-rows {
		margin-bottom: 10px;
	}

	.footer-col.footer-col-text {
		line-height: 0.6;
	}

	footer p {
		line-height: 1.3;
	}
	footer {
		padding: 30px 0px;
	}
	div#col-logos {
		height: 80px;
		transition: 0.4s all ease;
		overflow: hidden;
	}
	body.is-sticky div#col-logos {
		height: 60px;
	}
	a.logo-1 img {
		height: 65px;
		max-height: 70px;
		margin: auto;
	}
	div#hp-locs img.locs-line {
		display: none;
	}
	div#the_popup {
		padding: 10px 20px 20px;
		max-width: 320px;
		background-position: 0% calc(100% + 67px);
	}

	div#the_popup-cont input:not(.wpcf7-submit) {
		max-width: 100%;
		height: 40px;
		line-height: 40px;
	}

	#the_popup .hp-ab-2-title {
		font-size: 30px;
	}

	div#the_popup-exit {
		top: 13px;
		left: 20px;
		width: 26px;
		height: 26px;
	}
	.ag-logo {
		flex: 0 0 calc(100% / 3);
	}

	.ag-button a {
		font-size: 20px;
		line-height: 1.3;
		padding: 10px;
	}
	div#the_popup-cont span#cf7submit {
		margin: 30px auto auto;
	}

	div#the_popup-cont span#cf7submit input {
		height: 40px;
		line-height: 37px;
		font-size: 30px;
	}

	div#hp-testimonials .hp-ab-2-title {
		text-align: right;
		text-align-last: right;
		margin: 20px 0px -20px;
	}
	.mobile-toggler>span {
		display: table;
		width: 100%;
		margin: 0px;
		background: #0c5d94;
		height: 4px;
		border-radius: 10px;
		transition: 0.7s all ease;
	}

	body.mm-open .hm-2 {
		transform: translateX(200px);
	}

	body.mm-open .hm-1 {
		transform: rotate(225deg) translateY(-8px) translateX(-7px);
	}

	body.mm-open .hm-3 {
		transform: rotate(135deg) translateY(8px) translateX(-6px);
	}
	body.is-sticky nav.site-menu {
		top: 104px;
	}

	ul#menu-top {
		flex-direction: column;
		line-height: 1;
	}

	.menu-main-container {
		padding: 5px 0px;
	}

	body #masthead ul#menu-top>li {
		line-height: 1.5;
		border-bottom: 1px solid rgba(205, 205, 205, 0.6);
		padding: 10px 0px 0px;
	}

	body #masthead ul#menu-top>li>a {
		font-size: 25px !important;
		/* width: 20px; */
		/* height: 20px; */
		color: #ffffff !important;
		font-weight: 400;
		background: none !important;
		padding: 0px;
	}

	ul#menu-top>li#menu-item-46>a {
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}

	body.mm-open nav.site-menu {
		transform: none;
	}

	div#hp-ab-1 {
		margin: 0px auto 0px;
	}

	div#home-banner.inner-page {
		height: 88vw;
		min-height: 88vw;
	}

	div#home-banner.inner-page .hb-inner {
		right: auto;
		left: auto;
		top: 26%;
		margin: auto;
		display: block;
		height:0px;
	}

	.hp-ab-2-subtitle-2 {
		font-size: 24px;
		padding-right: 30px;
	}
	#bereh-3 .post-bluebox {
		padding: 0px;
		font-size: 0px;
		background: none;
		height: 0px;
		top: 50px;
	}

	#bereh-3 .post-bluebox .plussi {
		display: none;
	}

	#bereh-3 .post-bluebox * {
		font-size: 0px;
	}
	.bereh-ab-2-text {
		padding: 10px 30px 0px 30px;
	}

	.bereh-ab-2-text p {
		font-size: 20px;
	}

	.bereh-ab-2-text p strong {
		font-size: 30px;
	}

	div#bereh-2 {
		padding: 30px 10px 50px;
		background-position: bottom right;
	}

	.aqua-box {
		margin: 30px auto;
		width: 100%;
		font-size: 20px;
		line-height: 1.3;
	}

	div#bereh-3 {
		padding: 0px 0px 30px;
	}

	img.yereh-image-2 {
		/* display: none; */
		width: 130px;
		margin: 30px auto 20px;
	}

	.post-bluebox, .post-bluebox.force-boxwidth {
		padding: 30px 20px 50px;
		max-width: 90%;
		margin: auto;
		position: relative;
	}

	.bereh-bluebox-text {
		font-size: 22px;
	}

	img.post-bb-line {
		bottom: 20px;
	}

	.bereh-ab-2-text h3 {
		font-size: 22px;
	}

	.bereh-ab-2-text h3:before {
		width: 18px;
		right: -28px;
		top: 10px;
	}

	.bereh-ab-2-text h3:after {
		height: 18px;
		top: 3px;
	}
	div#media-2:after {
		border-top-width: 20px;
		border-bottom-width: 20px;
		top: -201px;
		display: none;
	}
	#media-2 .hp-ab-2-title.inner.blue .plussi:after, #media-2 .hp-ab-2-title.inner.blue .plussi:before {
		background: #276dad;
	}
	div#media-2 {
		width: calc(100% - 0px);
		padding: 30px 0px 60px;
		margin: auto;
		/* background: #276dad; */
	}

	div#media-2:before {
		display: none;
	}

	div#ag-3 {
		padding-bottom: 30px;
	}

	img.forms-line {
		display: none;
	}

	.hp-ab-2-title.inner.blue {
		color: white;
	}

	.sm-title {
		color: white;
		font-size: 30px;
		margin-bottom: 20px;
	}

	div#media-2 + footer {
		margin-top: 50px;
	}

	div#media-2 .dots-1.bottom {
		z-index: -1;
	}

	.hp-ab-2-title.inner.blue {
		color: #0c4184;
		font-size: 28px;
	}

	.qa-text {
		font-size: 22px;
	}

	div#qa-search {
		width: calc(100% - 30px);
		height: 40px;
		line-height: 40px;
		bottom: -20px;
	}

	div#qa-1 {
		padding-bottom: 60px;
	}

	div#qa-2 {
		padding: 30px 15px;
	}

	.qa-question {
		font-size: 22px;
	}

	.qa-item {
		padding: 20px 0px;
	}

	div#qa-2 + footer {
		margin-top: 70px;
	}

	.blog-text {
		padding-right: 32px;
	}

	div#allposts {
		padding: 80px 0px 30px;
	}

	.bp-title {
		font-size: 22px;
	}

	div#nl-form {
		padding: 30px 30px 40px;
	}

	div#nl-form input:not(.wpcf7-submit) {
		height: 40px;
		line-height: 38px;
		font-size: 22px;
		margin-bottom: 20px;
	}

	div#newsletter-big .hp-ab-2-title.inner.blue {
		font-size: 26px;
	}

	#nl-form .wpcf7-submit {
		height: 40px;
		line-height: 38px;
		font-size: 32px;
	}

	#nl-form span#cf7submit {
		margin: 60px auto auto;
	}

	div#newsletter-big {
		height: auto;
		min-height: 60vh;
		padding-bottom: 140px;
	}

	h2.rec-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.owl-nav {
		width: calc(100% + 80px);
		left: -40px;
		right: auto;
	}

	div#owl-rec-2 button.owl-prev {
		left: -25px;
	}

	div#owl-rec-2 button.owl-next {
		right: -25px;
	}
	.post-content p strong {
		font-size: 26px;
	}
	div#owl-rec-2 button.owl-dot {
		width: 8px;
		height: 8px;
		margin: 4px 3px;
	}

	.owl-dots {
		margin: 30px auto auto;
	}

	.hp-ab-2-title.inner {
		margin-bottom: 20px;
		font-size: 30px;
	}

	div#rec-2 {
		padding: 30px 5% 40px;
		min-height: auto;
	}
	div#contact-in-2 span.plussi {
		margin-top: 5px;
	}
	.gray-title.text-center {
		font-size: 24px;
	}

	.dots-1 {
		z-index: -1;
		opacity: 0.5;
	}

	div#rec-3 {
		padding: 30px;
	}

	a.outbound-link {
		margin: auto 5px 14px;
		flex: 0 0 46%;
		width: 100px;
		height: 38px;
		min-width: inherit;
		min-height: inherit;
	}
	
	.media-content p {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#media-2 .hp-ab-2-title.inner.blue {
		color: #276dad;
		font-size: 26px;
	}

	div#media-2 .sm-title {
		font-size: 22px;
		padding: 10px 10px 0px;
		display: flex;
	}

	a.vid-list-item {
		flex-direction: column;
		margin: auto;
	}

	a.vid-list-item img {
		width: 100%;
		flex: inherit;
	}
	div#media-1 {
		margin: auto;
	}

	div#media-img-1 {
		margin: auto;
	}
	div#media-vids-list {
		/* max-height: initial; */
		/* overflow: auto; */
		/* margin: auto; */
		width: 100%;
		height: 100%;
		max-height: calc(100vh - 150px);
	}

	img.lines-med-video {
		margin: 20px auto;
		display: table;
	}

	.media-vids-title {
		font-size: 18px;
		padding: 10px;
		margin: auto;
		line-height: 1.3;
	}

	div#media-3 {
		padding-bottom: 50px;
		background: none;
	}
	
	div#contact-cont-inner {
		margin: 0vw auto auto;
	}

	div#contact-cont-inner div#contact-1 {
		display: none;
	}

	div#hp-posts h3.post-flex-title {
		font-size: 22px;
	}
	div#home-banner.inner-page .hb-inner.contact-banner {
		top: 16%;
		bottom: auto;
		margin: auto;
		width: 100%;
		right: auto;
		left: auto;
		position: absolute;
	}

	div#cform input, div#cform textarea {
		line-height: 40px;
		font-size: 20px;
		min-height: 40px;
	}

	.cb-top {
		padding: 20px;
	}

	img.cb-line {
		display: none;
	}

	.cb-item {
		margin-top: 30px;
	}
	a.yereh-but {
		width: calc(100% - 28px);
		margin: 10px auto;
	}
	div#hp-contact-inner {/* margin: 50vw 0 0; */}

	div#contact-in-1 {
		margin: -70px 0 0;
		padding: 120px 0px 30px;
	}

	div#home-banner.contact-page.inner-page {
		height: auto;
		margin-bottom: 0px;
	}

	#home-banner.contact-page .dots-1.bottom {
		display: none;
	}

	div#contact-in-2 {
		padding: 30px 10px;
	}

	script + footer {
		margin-top: 100px;
	}
		.footer-waze {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer-waze a {
		margin: auto;
		color: white;
		flex: 0 0 100%;
		padding: 10px;
	}

	.footer-waze img {
		width: 26px;
		margin: auto;
		vertical-align: middle;
		margin-left: 14px;
	}
	div#home-banner.contact-page.inner-page div#contact-cont-inner {padding-top: 50vw;}
	div#home-banner.page-merpaot {
		/* position: relative; */
		height: auto;
		min-height: inherit;
		background-size: auto 100vw;
		background-repeat: no-repeat;
		background-position: top;
	}

	div#home-banner.page-merpaot 
	 .hb-inner {
		position: relative;
		/* height: 100vw; */
		/* bottom: auto; */
		/* top: 0px; */
		height: inherit;
	}

	div#home-banner.page-merpaot .banner-text {
		position: relative;
		width: calc(100% - 30px);
		margin: auto;
		height: auto;
		margin: auto;
		display: block;
		margin-top: 70vw;
	}

	div#home-banner.page-merpaot .hb-inner h1 {
		top: 0;
		bottom: 0;
		margin: auto;
		/* position: absolute; */
		left: 0;
		right: 0;
		color: #41c6c1;
		display: table;
		padding: 10vw 0px;
	}

	div#home-banner.page-merpaot .banner-text {
		margin: 0px auto 0;
		padding: 20px;
		font-size: 20px;
		line-height: 1.3;
		/* top: 90vw; */
	}

	span.plussi.block {
		margin-bottom: 10px;
	}

	img.merp-line {
		bottom: 11px;
	}


	div#mer-1 .col-lg-6, div#mer-2 .col-lg-6 {
		margin-bottom: 15px;
		padding: 0px 25px;
	}

	.merp-third>img {
		margin: auto 0px auto 20px;
		height: auto;
		width: 20px;
	}

	.merp-third {
		margin-bottom: 10px;
		flex-direction: row;
	}

	.row.row-thirds {
		margin: 20px auto 20px;
	}
	body img.logo-main {
		opacity: 1!important;
	}
	body img.logo-alt {
		opacity: 0!important;
	}
	li#menu-item-46 {
		/* display: none; */
	}

	body #masthead ul#menu-top>li:last-child {
		border: 0px;
	}



	div#bereh-3>.container>.row>.col-lg-6:nth-child(2) {
		order: -1;
		padding-bottom: 30px;
	}

	div#bereh-4 .post-bluebox.force-boxwidth {
		display: none;
	}





	.merp-third>span {
		font-size: 18px;
		margin: auto 0px auto 0px;
		text-align: right;
		width: calc(100% - 40px);
		flex: 0 0 calc(100% - 40px);
	}

	.merp-third>span br {content: ' ';}

	.mrep-map {
		width: calc(100% - 60px);
		margin: auto auto 30px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border: 1px solid #ffffff;
	}
	img.yereh-image-2.desktop-only {
		display: none !important;
	}
	body.page-id-192 div#mer-1 {
		background-image: linear-gradient(-2deg, #1c65a9 0%, rgba(81, 165, 242, 0.03) 27%, rgba(14, 51, 85, 0) 100%);
		padding-bottom: 30px;
		position: relative;
		margin-bottom: 40px;
		padding-top: 60px;
	}
	div#bcs {
		display: none;
	}
	body.page-id-192 div#mer-1:after {content: '';position: absolute;left: 0;top: calc(100% - 1px);width: 100%;height: 0px;border-top: 20px solid #1e66aa;border-bottom: 20px solid transparent;border-left: 50vw solid transparent;border-right: 50vw solid #1e66aa;filter: drop-shadow(0px 6px 5px rgba(0,0,0,0.3));}

	body.page-id-192 div#hp-contact {
		display: none;
	}

	body.page-id-192 div#mer-2 {
		padding-bottom: 170px;
	}

	body.page-id-192 div#mer-2 ~ footer {margin-top: -80px;}

	body.page-id-192 div#mer-2 ~ footer:before {
		border-top-color: transparent;
		border-right-color: transparent;
	}
	body.page-template-template-agreements div#hp-ab-1 {
		margin: auto;
	}


	body.page-template-template-agreements div#ag-3 {
		order: 3;
	}

	body.page-template-template-agreements div#col-ag-1 {
		order: -1;
	}

	a.sm-item {
		background: #276dad;
		display: flex;
		flex-direction: column-reverse;
	}

	div#media-2 .col-lg-4 {
		margin-bottom: 20px;
	}
	div#bereh-3 img.post-bb-line {
		bottom: 40px;
	}
	.sm-img {
		flex: 0 0 calc(100% - 30px);
		width: calc(100% - 30px);
		margin: 10px auto;
		display: none;
	}
	a.sm-item.open .sm-img {
		display: block;
	}

	.sm-item.open .sm-title:before {
		content: '-' !important;
	}
	div#media-2 .sm-title:before {content: '+';flex: 0 0 20px;}

	div#media-2 .sm-title {
		margin: 0px;
		padding: 10px;
	}


	.qa-answer p {
		font-size: 20px;
	}

	.qa-answer h3 {
		font-size: 30px;
	}

	.qa-answer ul {
		font-size: 20px;
		line-height: 1.4;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.qa-question:after {
		font-size: 55px;
	}
	div#mer-2 .merp-img-cnt.merp-img-cnt-2, div#mer-1 .merp-img-cnt.merp-img-cnt-1 {
		display: none;
	}

	.merp-img-cnt {box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}


	div#home-banner.page-thanks img.qa-img {
		position: relative;
	}
	input#qa-input {
		font-size: 20px;
	}
	body.page-template-template-thanks #thanks-1 img.qa-img {
		position: relative;
		left: 0;
		right: 0;
		margin-top: -130px;
	}

	body.page-template-template-thanks .hp-ab-2-title.blue {
		display: none;
	}

	body.page-template-template-thanks .side-posts {
		height: 80vh;
		margin-top: 40px;
	}

	.sp-title {
		font-size: 16px;
		line-height: 18px;
	}

	div#thanks-1 {
		padding-bottom: 40px;
		margin-bottom: 0px;
	}
	.post-primary-content {
		padding: 0px 30px;
		font-size: 20px;
	}

	.post-content {
		padding: 0px 30px;
		font-size: 20px;
	}

	.post-content p, .post-content ul, .post-content ul li {
		font-size: 20px;
	}

	div#post-content .post-bluebox {
		max-width: 100%;
		padding: 20px;
		margin-bottom: 30px;
	}

	.post-bb-title {
		font-size: 26px;
		margin: 10px auto 20px;
	}

	.post-bb-text {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.sidebar-image {
		margin-bottom: 30px;
	}

	.post-sidebar {
		padding: 0px 15px;
	}

	.post-sidebar .hp-ab-2-title {
		/* display: none; */
	}

	div#post-content + footer {
		margin-top: 100px;
	}

	.next-prev-posts {
		margin: 30px auto 30px;
		display: table;
		width: 100%;
	}	

	div#rec-1 .hp-ab-2-title.inner {
		color: #0c5d94;
		padding: 0px 20px;
		font-size: 30px;
	}

	div#owl-rec-2 {
		margin-bottom: 70px;
	}
	#owl-testimonials .owl-dots {
		bottom: 100px;
	}
	div#owl-rec-2 .owl-nav {
		height: 20px;
		bottom: auto;
		top: calc(100% + 50px);
		width: 100px;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}

	div#rec-3 {
		background: white;
		padding: 30px 10px;
	}

	div#rec-3 .hp-ab-2-title.inner.blue .plussi {
		display: none;
	}

	div#rec-3 .hp-ab-2-title.inner.blue {
		font-size: 24px;
	}

	.gray-title.text-center {
		font-size: 18px;
	}

	div#rec-2 .dots-1 {
		display: none;
	}

	div#rec-3 + footer {
		margin-top: 100px;
	}

	div#home-banner.page-rec h1 {
		margin: 20% auto 0%;
	}
	.button-1.more-vids {
		margin: 30px auto 50px;
	}

	.button-1.more-vids ~ .col-lg-6 {
		display: none !important;
	}
	h2.rec-title span.plussi {
		margin: 6px auto 10px 10px;
		width: 16px;
		height: 16px;
		flex: 0 0 16px;
	}
	div#home-banner.page-rec .hb-inner {
		top: 0;
		bottom: 0;
		margin: auto;
		height: auto;
		display: flex;
	}
	.row.row-rec-3 {
		flex-direction: row;
		justify-content: center;
	}

	.row.row-vids .col-lg-6:first-of-type {
		padding: 0px 0px;
		width: calc(100% - 60px);
		margin: auto;
	}
	div#owl-media-vids .owl-nav button.owl-prev {
		font-size: 40px;
		left: 13px;
		top: 0;
	}


	div#owl-media-vids .owl-nav button.owl-next {
		font-size: 40px;
		right: 13px;
		top: 0;
	}
}


	

.imagegrid-item img {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin: 20px auto;
    display: table;
    transition: 0.4s all ease;
}

.imagegrid-item img:hover {
    box-shadow: none;
    opacity: 0.7;
}


} 
div#contact-1 a {
    color: white !important;
}
.row.row-rec-3 {
    justify-content: center;
}

.animate-in {
	-webkit-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83);
	transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.animate-in.animate-in-done {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
.ag-logo a {
    transition: 0.4s all ease;
    display: block;
    margin: auto;
}

.ag-logo a:hover {
    transform: translateY(-10px);
 }

.imagegrid-item img {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin: 20px auto;
    display: table;
    transition: 0.4s all ease;
}

.imagegrid-item img:hover {
    box-shadow: none;
    opacity: 0.7;
}
.bereh-ab-2-text h2 {
    color: #0c4184;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}
body.is-sticky input#s {
    color: #355a9b !important;
}

.grecaptcha-badge {
    display: none !important;
}

.post-content table {
    width: 100%;
    /* background: #eee; */
    table-layout: auto;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
}

.post-content table tr:first-of-type td {
    background: #eee;
    padding: 5px;
    font-weight: 600;
}

.post-content table tr td {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.post-content table tr td + td {
    border-right: 1px solid #eee;
}
