/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.header-main{
	    background-image: linear-gradient(to right, #06112f,#225491,#06112f) !important;
}
div#top-bar, div#top-bar a, div#top-bar *{
	color: #147ba4;
	font-weight: 500;
}
a.button{
	font-weight: 500;
}
b, strong{
	font-weight: 600;
}
.icon-box p{
	margin-bottom: 0;
}
.hometab .tab-panels{
	padding: 0;
}


.nav-vertical+.tab-panels{
	border:none;
}
.hometab .nav-vertical a{
	justify-content: flex-end;
	padding-right: 10px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: rgb(76 225 221 / 30%);
	color: #333;
	transition: ease all .3s;
}
.hometab .nav-vertical li.active a,
.hometab .nav-vertical li:hover a{
	background-color: rgb(76 225 221 / 100%);
	color: #FFF;
	transition: ease all .3s;
}
.box-blog-post .is-divider{
	display: none
}
.home .col.post-item .image-cover {
	border-radius: 8px;
	border:1px solid #4ce1dd;
}	
.homedv h5{
	text-transform: uppercase;
}
a.button.success{
	animation-name: tada;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
div#secondary {
	border: 5px solid #e4e4e4;
    padding: 15px;
    background-color: #fefefe;
}
.archive.category .col.post-item .image-cover{
	border:3px solid #21538b;
}
.archive.category .brc{
	 background-image: linear-gradient(to right, #06112f,#225491,#06112f) !important;
	 margin-bottom: 20px;
	 color: #fff;
}
header.archive-page-header h1.page-title.is-large.uppercase{
	text-align: left;
	color: #fff;
	font-size: 28px;
	text-transform: none
}
.archive.category .brc a{
	color: #fff;
}
.archive.category  header.archive-page-header .large-12.text-center.col{
	padding-bottom: 0;
}
.archive.category .page-wrapper{
	padding-top: 0;
}
header.archive-page-header{
	padding-top: 35px;
	    background-image: linear-gradient(to right, #06112f,#225491,#06112f) !important;
}
aside .is-divider{
	height: 0;
}
.single-post .page-title-bg.fill .title-overlay.fill{
	    background-image: linear-gradient(to right, #06112f,#225491,#06112f) !important;
}
.single-post header.entry-header .is-divider,
.single-post .page-title-bg.fill .is-divider{
	display: none
}
.blog_dv .box-image{
	display: none
}
.blog_dv .box-text{
	padding: 0;
}
.blog_dv h5{
	font-weight: 500;
}
.blog_dv .col.post-item{
	padding-bottom: 10px;
}
@-webkit-keyframes tada {
            0% {-webkit-transform: scale(1);}
            10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
            30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
            40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
            100% {-webkit-transform: scale(1) rotate(0);}
         }
         @keyframes tada {
            0% {transform: scale(1);}
            10%, 20% {transform: scale(0.9) rotate(-3deg);}
            30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
            40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
            100% {transform: scale(1) rotate(0);}
}
.col-12 .overlay{
    background-image: linear-gradient(to right, #147ba4, #87b7ca, #147ba4) !important;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 50% !important;
    overflow: hidden;
    top: 9px;
    left: 9px;
}
.col-12  .image-zoom img{
	opacity: 0;

}
.col-12  .image-zoom{
	border-radius: 50%;
	border:2px solid #225491;
	padding: 15px;
}
.btn1:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #147ba4;
    left: 50%;
    bottom: -8px;
    border: 3px solid #fff;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 2;
}
.col-12  .image-zoom{

}
.bg1{
	background-image: linear-gradient(to right, #147ba4, #87b7ca, #147ba4) !important;
}
.sec-video .box-text{
	padding-top: 0;
	padding-bottom: 0;
}
.wpcf7-spinner{
	display: NONE
}
input.wpcf7-form-control.has-spinner.wpcf7-submit{
	margin:0;
	border-radius: 5px;
	animation-name: bounceIn;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-top: 10px;
    animation-fill-mode: both;
    background-color: #d39339;
}
 form{
	margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-text{
	box-shadow: none;
	border: 1px solid #b5b5b5;
	border-radius:7px;

}
@keyframes bounceIn {
   0% { 
      opacity: 0; 
      transform: scale(.3);
   }
   50% { 
      opacity: 1;
      transform: scale(1.05);
   }
   70% {
      transform: scale(.9);
   }
   100% {
      transform: scale(1);
   }
} 
#footer h3{
	font-size: 16px;
}
#footer{
	font-size: 14px;
}
.header-main .nav > li > a{
	font-weight: 500
}
.off-canvas-right.dark .mfp-content, .off-canvas-left.dark .mfp-content{
	background-image: linear-gradient(#06112f,#225491,#06112f) !important;
}
.header_6_0_0_box_top__newlabel {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
}
.off-canvas .nav-vertical li li>a{
	text-transform: uppercase;
	    font-size: 15px;
}
.hb_fiexd_button {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 45%);
    z-index: 9;
    padding: 20px 5px;
    border-radius: 50px;
}
.hb_fiexd_button ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hb_fiexd_button ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 15px;
    text-align: center;
}
.hb_fiexd_button ul li a img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    object-fit: contain;
}
.hb_fiexd_button ul li a span {
    font-size: 9px;
    color: #000;
    width: 100%;
}
aside span.widget-title {
    background: rgb(20, 123, 164);
    display: block;
    padding: 8px 15px;
    color: #fff;
}
@media screen and (min-width: 850px){
	.archive.category main#main .large-9.col,
	.single-post main#main .large-9.col{
		max-width: 70%;
	    -ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
	}
	.archive.category main#main .large-3.col,
	.single-post main#main .large-3.col{
		max-width: 30%;
	    -ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	}
	.hometab .nav-vertical{
		width: 15%;
		    order: 2;
		        justify-content: center;
	}
}
@media (max-width: 849px){
	.hometab .nav-vertical{
		text-align: center;
		display: block !important;

	}
	.hometab .nav-vertical li{
		display: inline-block;
		width: auto;
		border:none;
	}
	.hometab .nav-vertical li a{
		border-radius: 99px !important;
		padding:5px 10px !important;
	}
.hometab  .nav-vertical.nav-line>li>a:before{
		display: none
	}
}
@media (max-width: 549px){
	.col-12 .box-image{
		width: 75% !important;
	}
}
