/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


.pagination {
    margin-top: 30px; width: 100%;
}

.pagination a, .pagination .current {
    background: #35b8d9;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 7px 16px;
    margin: 5px; border: 1px solid #35b8d9;
}

.pagination a:hover { opacity: 0.8; }

.pagination .current {
    background: transparent;
    color: #35b8d9; font-weight: 700;
}

.column-count-three {
	column-count: 3;
	padding-left: 20px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.column-count-three {
		column-count: 2;
	}
}
@media screen and (max-width: 660px) {
	.column-count-three {
		column-count: 1;
	}
}
.txt-white li {
	color: #fff;
}
.w-svg {
    list-style: none;
    display: flex;
	  flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    max-width: 660px;
    margin: 0 auto 25px;
}
.w-svg li {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.w-svg li > img {
    display: block;
    width: 48px;
    margin-right: 17px;
}

.pum-content.popmake-content .spam_input, .pum-content.popmake-content .wpcf7 p {
    overflow: visible;
}
.tab_cont > div:not(.active) {
    height: 0;
    overflow: hidden;
}
ul.tab_nav {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 0 0;
}
ul.tab_nav a {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 14px 4px;
    width: 160px;
}
ul.tab_nav li.tab-active a {
    background: #f5b14b;
    color: #fff;
}

.form_two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form_two div {
    width: 48%;
}

.preloader-img {
    width: 220px;
    height: 60px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
    border-color: #ffb900;
    color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #227d2a;
    background: #227d2a;
    color: #fff;
}

.topbarmenu ul li.up-megamenu a span {
    display: block;
}

.topbarmenu .sf-menu li a i {
	padding-right: 1px;
}

#up_topbar #nav-main ul > li.up-megamenu > ul > li > a {
text-align: center;
line-height: 16px;
}

img.mega_img {
border: 0px;
box-shadow: none;
}

.topnav-right {
padding-top: 15px;
}

.search_menu {
    padding-top: 24px;
}

.topclass.topclass-shrink .brand.logofont #uplogo {
width: 100%
}

.topclass.topclass-shrink #logo #uplogo img {
margin-top: 20px;
}


#up_topbar #nav-main ul > li.up-megamenu > ul > li > a {
    color: #1F425D;
    font-size: 14px;
	  font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
#nav-main ul.sf-menu ul li a {
	color: #000;
}
.nav-trigger-case {
    right: 5%;
}

.line_center_text h4 {
    color: #ffffff;
}

.ic-inner.small .text-holder h4 {
    line-height: 16px;
}

#topcontrol>div {
    bottom: 100px;
    height: 37px;
    right: 1px;
    width: 39px;
}

/*
contact form modification for slider revolution
*/

.rev_slider .wpcf7 {
	padding: 15px 15px 5px 15px !important;
  background-color: rgba(0, 0, 0, 0.7);
	
  width: 300px;
}

.rev_slider .wpcf7 p {
	;
}

#formContainer >
h3 {
  color: white;
}


.rev_slider .wpcf7 input[type="text"],
.rev_slider .wpcf7 input[type="email"] {
  display: block;
  margin-bottom: 3px;
  width: 100%;
  font-family: Roboto;
  font-size: 13px;
  appearance: none;
  box-shadow: none;
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

.rev_slider .left {
  width: 48%;
  float: left;
}

.rev_slider .right {
  width: 48%;
  float: right;
}

.rev_slider .wpcf7-submit {
  background-color: rgb(252, 122, 0);
	
  color: white;
  margin-top: 30px;
  padding: 10px;
  font-size: 25px;
  border: none;
  width: 100%;
}

input[type="submit"] {
	border-radius: 25px;
}
.wpcf7 input.wpcf7-submit {
background: rgb(252, 122, 0);
}

.wpcf7 #form2 input[type="text"], .wpcf7 #form2 input[type="email"], .wpcf7 #form2 textarea {
    border-radius: 25px;
}

a.more-link {
display: none;
}

/*Blog*/
.blogRow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blogCol {
    width: calc((100% / 3) - 20px + (20px / 3));
}
.blogFeaturedImage {
    height: 193px;
}
.blogFeaturedImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog_inner_wrap {
    background: #f6f7fd;
    padding: 20px;
}
a.readMoreButton {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.blogDate {
    color: #606472;
    font-weight: 500;
}
.blogCol:first-child {
    width: 100%;
    display: flex;
    align-items: stretch;
}
.blogCol:first-child .blogFeaturedImage {
    width: 50%;
    height: 450px;
}
.blogCol:first-child .blog_inner_wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    background: transparent;
}
.blogCol:first-child .blog_inner_wrap h4.blogTitle {
    font-size: 32px;
    line-height: 35px;
    margin: 20px 0;
}
.blogCol:first-child a.readMoreButton {
    color: #fff;
    background: #00a0d6;
    width: 115px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 40px;
}
.page-id-3654 .sharedaddy.sd-sharing-enabled, .page-id-3654 #content {
    display: none;
}
h2.coming-soon-txt {
    font-size: 40px;
    text-align: center;
}
@media screen and (max-width: 800px){
	.blogCol:first-child .blogFeaturedImage {
    height: 100%;
}
	.blogCol {
    width: calc((100% / 2) - 20px + (20px / 2));
}
}
@media screen and (max-width: 680px){
	.blogRow {
		flex-direction: column;
	}
	.blogCol:first-child {
		flex-direction: column;
	}
	.blogCol:first-child .blogFeaturedImage {
		width: 100%;
	}
	.blogCol:first-child .blog_inner_wrap {
		width: 100%;
		padding :20px;
	}
	.blogCol {
    width: 100%;
}
}
/*Blog end*/