
/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Parisienne&display=swap');
/* font-family: 'Poppins', sans-serif;

font-family: 'Abril Fatface', cursive;
font-family: 'Oswald', sans-serif;
*/


/*================================================
02 - DEFAULT CSS
==================================================*/

body {
  font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	background-color: #fff;
	letter-spacing: 0;
	color: #3d5169;
    -webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
    scroll-behavior: smooth;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0;
  font-family: 'Poppins', sans-serif;
}
.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
  font-family: 'Poppins', sans-serif;
}

a {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	
  font-family: 'Poppins', sans-serif;
    text-decoration: none!important;
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
    
}
ul,dl,ol{
    margin-bottom: 0!important;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

 .dropdown-menu {
    position: absolute !important;
    top: 70% !important;
}

/* Top Header Start */
header .top-header-area{
  background-color: #294095;
  padding-top: 12px;
    padding-bottom: 12px;
}
.top-header-contact-info {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  text-align: left;
}
.top-header-contact-info li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #d8d0d0;
  padding-left: 25px;
}
.top-header-contact-info li i {
  position: absolute;
  left: 0;
  line-height: 1;
  color: #fff;
  top: 2.5px;
  font-size: 18px;
}
.top-header-contact-info li span {
  color: #fff;
  
}
.top-header-contact-info li a{
  color: #fff;
}
.top-header-contact-info li a:hover{
  color: #8ac53e;
}
.top-header-social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  justify-content: flex-end;
}
.top-header-social-links li {
  display: inline-block;
  margin-right: 16px;
  color: #fff;
}
.top-header-social-links li a {
  display: block;
  font-size: 18px;
  line-height: .01;
  color: #fff;
}
.top-header-social-links li a:hover{
  color: #8ac53e;
}
.top-header-social-links li a i {
  line-height: 1;
}
/* Top Header End */
/* Navbar Start */
#navbar_top{
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}
.navbar-light .navbar-nav .nav-item{
  margin: 0 1rem;
}
.navbar-light .navbar-nav .active>.nav-link{
  color: #8ac53e!important;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #8ac53e!important;
}
.navbar-light .navbar-nav .nav-link{
  color: #294094!important;
  padding: 12px 12px !important;
  text-transform: uppercase;
}
.btn1{
  background-color: #8ac53e!important;
  margin-left: 16px;
  font-size: 14px!important;
  border-radius: 0!important;
  color: #fff!important;
  border-color: #8ac53e!important;
padding-top: 8px!important;
padding-bottom: 8px!important;
transition: all .5s!important;
text-transform: uppercase;
}
.btn1:hover{
  color: #fff!important;
  background-color: #294095!important;
  border-color: #fff!important;
  box-shadow: 0px 0px 4px #000!important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-item>a{
  color: #294094;
}
.navbar-expand-lg>.navbar-nav>.submenu>.dropdown-menu{
  right: 20px!important;
}
/* Navbar End */
/* Insurance Section Start*/
.dropbtn {
  background-color: #fff;
  color: #092a49;
  padding: 6px 40px 6px 30px;
  font-size: 16px;
  border: none;
position: relative;
}
.dropbtn i{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
  right: 0;
}
.dropdown_content1{
  min-width: 240px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #092a49;color: #fff;}

.ins_inv_section{
  background-color: #0795fe;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.ins_grp{
  justify-content: flex-end;
  grid-gap: 1rem;
}
.grp_btn_slider{
  margin-top: 1rem;
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.carousel-caption .grp_btn_slider .btn{

  color: #fff;
  padding: 8px 14px;
 line-height: 1.8;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
margin-left: 0;
border-color: transparent!important;
border-radius: 5px!important;
}

.carousel-caption .grp_btn_slider .btn1{
  background-color: #8ac53e!important;
  border-color: transparent!important;
}
.carousel-caption .grp_btn_slider .btn1:hover{
  background-color: #294095!important;
  border-color:transparent!important;
}
.carousel-caption .grp_btn_slider .btn2{
  background-color: #294095!important;
  
}
.carousel-caption .grp_btn_slider .btn2:hover{
  background-color:#8ac53e!important ;
}
.carousel-caption{
  position: absolute;
  right: 0;
  left: 5%!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    z-index: 10;
    padding-bottom: 20px;
    color: #fff;
    text-align: left!important;
    max-width: 365px;
    text-transform: uppercase;
}
.carousel-caption h5{
text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
font-size: 22px;
}
.carousel-caption h4{
  font-size: 30px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.carousel-caption p{
  font-size: 15px;
}

/* Insurance Section End*/
/* Banner Part Start */

/* Banner Part Start End*/
/* About Section Start */
#about_sec{
  background-color: #fff;
  position: relative;
  z-index: -1;
}
#about_sec::after{
  position: absolute;
    right: 0;
    content: url(../img/decor2.png);
    z-index: 9999;
    top: 25px;
}
.financial_sec{
  text-align: center;
}
.financial_sec h2{
  color: #294095;
}
.financial_sec p{
  padding: 10px 80px;
}
#about_sec1{
  position: relative;
  background-color: #fff;
  z-index: -2;
}
#about_sec1::after{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  content: url(../img/decor1.png);
}
#about_sec1 .quote_box{
  background-color: #fff;
 box-shadow: 0px 0px 4px #000;
padding: 10px 20px 0px;
border-radius: 10px;
padding: 25px 42px 4px;
}
#about_sec1 .quote_box img{
  width: 100px;
}
.quote_box h4{
  font-size: 1.2rem;
  margin-top: 1rem;
}
#about_sec1 .quote_box1{
  padding: 25px 42px 28px;
}
.financial_sec1{
text-align: center;
}
.financial_sec1 h2{
  color: #202020;
  font-size: 40px;
  font-weight: 400;
}
.financial_sec1 p{
  padding: 0 105px;
}
.quotes_sec1 h3{
  padding: 2rem 5rem .6rem 5rem;
}
.quotes_sec1 .quotes_btn{
  background-color: #8ac53e;
  color: #fff;
  border-radius: 0;
  border:1px solid #8ac53e;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.quotes_sec1 .quotes_btn:hover{
  background-color: #294095;
  color: #fff;
  border:1px solid #294095;
  
}
/* About Section End */
/* Why Choose Section Start */
#why_choose{
  padding: 50px 0;
  position: relative;
  background-image: url(../img/why_choose_bg.png);
  background-repeat: no-repeat;
}
#why_choose:before{
  position: absolute;
  content: '';
  background: rgb(134,186,65);
background: linear-gradient(90deg, rgba(134,186,65,1) 0%, rgba(65,85,160,0.8) 100%);

width: 100%;
height: 100%;
top: 0;
left: 0;
}
.why_choose_sec{
  border-right: 1px solid #fff;
}
.why_choose_sec .text{
  color: #fff;
  padding: 10px;
}
.whychoose_desc {
  padding: 16px 0px 10px;
}
.whychoose_desc p{
  color: #fff;
}
.whychoose_desc .author h5{
  color: #fff;
  font-size: 24px;
  font-family: 'Parisienne', cursive;
}

/* Why Choose Section End */
/* Work Section Start */
#works_sec{
  position: relative;
  background-color: #fff;
  z-index: -1;
}
#works_sec::after{
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1;
  
    content: url(../img/decor3.png);
}
.work_text{
  padding-right: 8rem;
}
.work_text h1{
  color: #294095;
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 30px;
}
.coverage_plan h3{
font-size: 22px;
}
.coverage_plan h3 span{
  color: #8ac53e;
}
.img_box{
  position: relative;
 
  z-index: -1;
}
.img_box:after{
position: absolute;
bottom: 0;
left:0px;
content: url(../img/decor4.png);
}
/* Work Section End */
/* Review Section Start */
.nav-pills{
  background-color: #fad890!important;
}
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #000!important;
    border-radius: 0!important;
}
.nav-pills .nav-link{
  color: #000!important;
  text-transform: capitalize;
  background-color: #fad890!important;
  border-radius: 0!important;
  
}
.nav-pills .nav-link .icon_image img{
  width: 30px;
}
#testimonial-slider .owl-dots{
  text-align: center;
  margin-top: 1rem;
}
#testimonial-slider .owl-dots .owl-dot{
  width: 15px;
  height: 30px;
  background: #294094;
  margin: 0 5px;
  
}
#testimonial-slider .owl-dots .owl-dot:hover{
  background-color: #8ac53e;
}
#testimonial-slider .owl-dots .owl-dot.active{
  background-color: #8ac53e;
}
#testimonial-slider .owl-nav{
display: none;
}
.testimonial{
 display: flex;
 align-items: center;
  
 
  margin: 0 0px 20px;
  position: relative;
}

.testimonial:after{
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}
.testimonial .icon{
  display: inline-block;
  font-size: 80px;
  color: #bd986b;
  margin-bottom: 20px;
  opacity: 0.6;
}
.testimonial .description{
  font-size: 15px;
  color: #777;
  text-align: left;
  margin-bottom: 16px;
  opacity: 0.8;
}
.testimonial .testimonial-content{
  width: 100%;
margin-left: 90px;
  left: 0;
  background: #f7f7f7;
  text-align: left;
  border-radius: 1rem;
  padding: 28px 16px 21px 70px;
  position: relative;
  -webkit-box-shadow: -3px 9px 13px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: -3px 9px 13px -9px rgba(0,0,0,0.75);
  box-shadow: -3px 9px 13px -9px rgba(0,0,0,0.75);
  min-height: 222px;
}
/* .testimonial .testimonial-content::after{
  content: '';
  position: absolute;
  width: 100px;
  height: 20px;
  background: ;
} */
.testimonial .pic{
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #fff;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 0;
}
.testimonial .pic img{
 
  height: auto;
  width: 140px!important;
}
.testimonial .title{
  font-size: 15px;
  font-weight: bold;
  color: #294094;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}
.testimonial .post{
  display: block;
  font-size: 14px;
  color: #8ac53e;
}
.service_heading h2{
  color: #000000;
   text-align: center;
   margin-bottom: 1.5rem;
 }
 #service{
   padding: 2rem 0;
 }
/* Review Section End */
/* Insuarnce Section Start */
#insurance{
  padding: 1rem 0;
}
#insurance .ins_sec h1{
color: #153b82;
font-weight: 400;
}
.ins_type_box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 37px 32px 45px;
}
.ins_type_box p{
  margin-bottom: 0;
}
.ins_type_box h6{
  font-weight: 300;
  margin-bottom: 0;
}
.ins_type_box h3{
  position: relative;
  margin-bottom: 20px;
}
.ins_type_box h3::after{
  content: '';
    position: absolute;
    bottom: -10px;
    left: 1px;
    width: 70px;
    height: 3px;
    background-color: #fff;
}
.ins_img1{
  background-image: url(../img/ins1.png);
}
.ins_img2{
  background-image: url(../img/ins2.png);
}
.ins_img3{
  background-image: url(../img/ins3.png);
}
.ins_img4{
  background-image: url(../img/ins4.png);
}
/* Insuarnce Section End */
/* FAQ Section Start */
#accordion .panel{
  border:1px solid transparent;
  box-shadow:none;
}
#accordion .panel-heading{
  padding:0;
  background: #fff;
}
#accordion .panel-title a{
  display: block;
  position: relative;

  color:#0f407c;
  font-size:16px;
  font-weight: bolder;
  font-weight: 400;
  margin-bottom:0px;
  padding:15px 15px;
  border-bottom:1px solid #89a1bf;
 
  transition:all 0.10s linear 0s;
}
#accordion .panel-title a i{
  color:#0f407c;
  position: absolute;
  top: 14px;
  left:25px;
}
#accordion .panel-title a.collapsed{
  color:#808080;
  border-bottom:1px solid #89a1bf;
  margin: 0;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content:"";
  display: block;
  position: absolute;
  bottom:-5px;
  left:-2px;
  width:100%;
  
}
#accordion .panel-title a.collapsed:before{
  content:"";
  border-bottom:none;
}
#accordion .panel-title a.collapsed:hover{
  color:#14287b;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color:#14287b;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 14px;
  right:25px;
}
#accordion .panel-title{
  margin-bottom: 0;
}
#accordion .panel-title a.collapsed:after{
  content: "\f067";
  color:#d70010;
}
#accordion .panel-body{
  border-top:0 none;
  color:#808080;
  margin-top: 1rem;
}
/* FAQ Section End */
/* Blog Section Start */
#blog .blog_hedaing{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#blog .blog_hedaing .btn{
  background-color: #8ac53e;
    color: #fff;
    border-radius: 0;
    border: 1px solid #8ac53e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
#blog .blog_hedaing .btn:hover{
  background-color: #294095;
    color: #fff;
}
#blog_slider .owl-nav{
  display: none!important;
}
.testimonial2{
  background: #f7f7f7;
  padding: 0px;
  margin: 30px 20px 30px 100px;
  border-radius: 0px;
  color: #fff;
  position: relative;
border: 1px solid #cfcfcf;
  padding: 10px 5px;
}
.testimonial2 .pic{
  width: 220px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -115px;
  transform: translateY(-50%);
}
.testimonial2 .pic img{
  width: 92%!important;
height: 160px!important;
}
.testimonial2 h3{
font-size: 16px;
font-weight: 600;
padding-top: 10px;
color: #294094 !important;
padding-left: 26%;
}
.testimonial2 h4{
font-size: 13px;
font-weight: 600;

color: #8ac53e !important;
padding-left: 26%;
}
.testimonial2 .testimonial-title{
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 28px 20px;
  margin: 0;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.testimonial2 .testimonial-title small{
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}
.testimonial2 .description{
  display: inline-block;
  width: 80%;
  font-size: 15px;
  color: #454444;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  padding: 0px 0px 15px 28px;
  position: relative;
left: 20%;
}
.testimonial2 .description:before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 20px;
  color: rgba(255,255,255,0.5);
}
.testimonial2 .description:after{
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  position: absolute;
  bottom: 5px;
}
.test_pic {
  float: right;
  position: relative;
  bottom: 70px;
  right: 30%;
}
.test_pic img{
width: 50px;
height: 50px;
}

/* Blog Section End */
/* Get a Quote Section Start */
#get_a_quote .quote_box{
  background-color: #294094;
  padding: 30px 18px 30px 40px;
  border-radius: 10px;
}
.form_inline .form-group{
width: 100%;
justify-content: space-between;
}

.form_inline .form-group .btn{
  background-color: #8ac53e;
    color: #fff;
    border-radius: 0;
    border: 1px solid #8ac53e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 25px;
}
.form_inline .form-group .btn:hover{
  background-color: #fff;
    color: #8ac53e;
}
.form_inline .form-group input{
  width: 75%;
  border-radius: 0;
}
.quote_tex h3{
color: #fff;
}
.quote_tex p{
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}
/* Get a Quote Section End */

/* Counter Section End */
/* Footer Start */
footer{
  background-color: #fff;
  padding-top: 3rem;
}
/* Footer Top Start */
.footer_top{
  margin-bottom: 1rem;
}
.footer_about h3{
font-size: 24px;
margin-top: 10px;
color: #0f407c;
}
.footer_about p{
  margin-bottom: 6px;
}
.footer_about h4{
  color: #8ac53e;
}
.footer_con .footer_email p{
  margin-bottom: 0;
  font-size: 18px;
}
.footer_con .footer_email a{
  color: #294094;
}
.footer_con .footer_email a:hover{
  color: #8ac53e;
}
.footer_mob{
  margin-top: 10px;
}
.footer_heading_wrap{
  padding-left: 15px;
  border-left: 1px solid #0f407c;
}
.footer_heading h4{
  font-size: 16px;
  margin-bottom: 3.5rem;
}
.list_item ul li{
  margin-bottom: 10px;
}
.list_item ul li a{
  font-size: 18px;
  color: #5c5c5c;
}
.list_item ul li a:hover{
  color: #14287b;
  padding-left: 5px;
}
/* Footer Top End */


.footer_bottom{
  border-top: 1px solid #294094;
}

.footer_bottom .copyright_content{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.copyright_text{
  font-size: 14px;
  color: #294094;
}
.credit_developer{
  color: #8ac53e;
  font-size: 14px;
}
.credit_developer a{
  color: #294094;
  font-size: 14px;
  text-decoration: underline!important;
}
/* Footer End */







/* Footer Part End */
/* Page Title Start */
.cmt-page-title-row {
  background: url(../img/page-tile.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;

}
/* .critical_illness{
  background-image: url(../img/critical_bg.png);
}
.drug{
  background-image: url(../img/drug_bg.png);
} */
/* .cmt-page-title-row::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
 background-color: rgba(0, 76, 150,.7);
 z-index: -1;
} */
.cmt-page-title-row-inner {
  width: 100%;
  padding: 90px 0;
  background-color: rgba(0, 0, 0, 0.02);
}
.cmt-page-title-row-inner .row {
  border-left-width: 6px;
  margin: 0;
  padding-left: 7px;
  border-left-style: solid;
  border-color: #8ac53e;
}
.page-title-heading h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 41px;
  line-height: 51px;
  margin-bottom: 0px;
  color: #8ac53e;
}
.breadcrumb-wrapper {
  z-index: 99;
  display: inline-block;
}
.breadcrumb-wrapper span:first-child {
  padding-right: 20px;
}
.breadcrumb-wrapper span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #8ac53e;
}
.breadcrumb-wrapper span:first-child a {
  color: #fff;
}
.breadcrumb-wrapper span:first-child a:hover{
color: #8ac53e;
}
.breadcrumb-wrapper span:first-child:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  right: 12px;
  background-color: #fff;
  top: 4px;
  display: inline-block;
  transform: rotate(25deg);
  font-style: normal;
}
/* Page Title End */

/* About Page Start */
.about-section {
  position: relative;
  padding: 55px 0px 10px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}
.about-section .content-column .inner-column {
  position: relative;
}
.about-section .content-column .inner-column .sec-title {
  position: relative;
  margin-bottom: 25px;
}
.sec-title h2 {
  position: relative;
  color: #294094;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.sec-title h2:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 40px;
  background-color: #8ac53e;
}
.about-section .content-column .inner-column .text {
  position: relative;
  margin-bottom: 25px;
}
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  color: #222222;
  font-size: 15px;
  padding-left: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.list-style-one li:before {
  position: absolute;
  content: "\2713";
  left: 0px;
  top: 0px;
  color: #294094;
  font-size: 14px;
  font-weight: 600;
  font-family: "Flaticon";
}
.about-section .video-column {
  position: relative;
  margin-bottom: 30px;
}
.video-box {
  position: relative;
}
.video-box .overlay-box:hover {
  background: rgba(0,0,0,0.45);
}
.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  background: rgba(19,184,234,0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.video-box:hover .overlay-box i {
  transform: rotate(360deg);
}
.video-box .overlay-box i {
  position: relative;
  width: 80px;
  height: 80px;
  top: 40%;
  z-index: 99;
  color: #222222;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: -40px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
/* .video-box .overlay-box i:before {

  content: "\f0da";
} */

.fluid-section-one {
  position: relative;
}
.fluid-section-one .outer-container {
  position: relative;
  min-height: 250px;
  background-color: #f9f9f9;
}
.fluid-section-one .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fluid-section-one .image-column .image-box {
  position: relative;
  display: none;
}
.fluid-section-one .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.fluid-section-one .content-column {
  position: relative;
  float: right;
  width: 50%;
}
.fluid-section-one .content-column .inner-column {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 15px 40px 40px;
}
.fluid-section-one .content-column .inner-column h2 {
  position: relative;
  color: #294094;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.fluid-section-one .content-column .inner-column h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 40px;
  background-color: #8ac53e;
}
.fluid-section-one .content-column .inner-column .text {
  position: relative;
  font-size: 16px;
  color: #222222;
  line-height: 1.7em;
  margin-bottom: 35px;
}
.featured-block {
  position: relative;
  margin-bottom: 50px;
}
.featured-block .feature-inner {
  position: relative;
  padding-left: 65px;
}
.featured-block .feature-inner .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  line-height: 1em;
  font-size: 48px;
  color: #8ac53e;
}
.featured-block .feature-inner h3 {
  position: relative;
  color: #294094;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
}
.fluid-section-one .content-column .inner-column .text {
  position: relative;
  font-size: 16px;
  color: #222222;
  line-height: 1.7em;
  margin-bottom: 35px;
}
/* About Page End */
/* Blog Page Start */
.blog-box-layout1 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}
.blog-box-layout1 .item-img {
  overflow: hidden;
}
.blog-box-layout1 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .item-content {
  padding: 24px 30px 22px 30px;
}
.blog-box-layout1 .item-content .item-date {
  font-size: 15px;
  color: #111111;
  margin-bottom: 12px;
}
.blog-box-layout1 .item-content .item-date i {
  color: #294094;
  margin-right: 12px;
}
.blog-box-layout1 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 22px;
}
.blog-box-layout1 .item-content .item-title a {
  color: #294094;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .item-title a:hover {
  color: #8ac53e;
 
}
.blog-box-layout1 .item-content h2.item-title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 22px;
  }
}
.blog-box-layout1 .item-content .item-author {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}
.blog-box-layout1 .item-content .item-author:after {
  content: "";
  height: 2px;
  width: 19px;
  background-color: #2f3abd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog-box-layout1 .item-content .entry-meta {
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
}
.blog-box-layout1 .item-content .entry-meta ul {
  display: flex;
  justify-content: space-between;
}
.blog-box-layout1 .item-content .entry-meta ul li {
  font-size: 15px;
}
.blog-box-layout1 .item-content .entry-meta ul li span {
  color: #111111;
  font-weight: 500;
}
.blog-box-layout1 .item-content .entry-meta ul li a {
  color: #14287b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .entry-meta ul li a:hover {
  color: #3285f9;
}
.blog-box-layout1 .item-content .entry-meta ul li i {
  color: #a5a5a5;
  margin-right: 10px;
}
.blog-box-layout1 .item-content .entry-meta-2 {
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
}
.blog-box-layout1 .item-content .entry-meta-2 ul {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout1 .item-content .entry-meta-2 ul {
    display: block;
  }
}
.blog-box-layout1 .item-content .entry-meta-2 ul li {
  font-size: 15px;
  margin-right: 30px;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li:last-child {
  margin-right: 0;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li span {
  color: #111111;
  font-weight: 500;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li a {
  color: #14287b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li a:hover {
  color: #3285f9;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li i {
  color: #a5a5a5;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout1 .item-content .entry-meta-2 ul li {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.blog-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout2 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(191, 191, 191, 0.35);
  box-shadow: 0px 1px 0px 0px rgba(191, 191, 191, 0.35);
  margin-bottom: 3rem;
}

/* Pagination  start*/
.pagination-layout1 ul li {
  display: inline-block;
  margin-right: 5px;
}
.pagination-layout1 ul li:last-child {
  margin-right: 0;
}
.pagination-layout1 ul li .nav-item {
  display: inline-block;
  background-color: #ededed;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 ul li .nav-item:hover {
  background-color: #294094;
  color: #ffffff;
}
.pagination-layout1 ul li .nav-item.active {
  background-color: #294094;
  color: #fff;
}
/* Pagination  start*/
/* Widget Start*/
.heading-layout4 {
  margin-bottom: 26px;
  position: relative;
}
.heading-layout4 h3,
.heading-layout4 h4 {
  font-weight: 600;
  padding-left: 20px;
  color: #294094;
}
.heading-layout4:after {
  content: "";
  height: 24px;
  width: 3px;
  background-color: #8ac53e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.widget-search-box {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-search-box .stylish-input-group {
  height: 60px;
  border-radius: 4px;
  padding: 0;
  background-color: #ffffff;
}
.widget-search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 16px;
  height: 60px;
  padding: 10px 20px;
}
.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span {
  color: #14287b;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search-box .stylish-input-group .input-group-addon:hover button span {
  color: #111111;
}
.widget-search-box .stylish-input-group input {
  font-size: 16px;
  color: #14287b;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.widget-category {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-category .category-list ul li {
  background-color: #ffffff;
  margin-bottom: 2px;
}
.widget-category .category-list ul li:last-child {
  margin-bottom: 0;
}
.widget-category .category-list ul li a {
  margin-left: 20px;
  position: relative;
  display: block;
  color: #444444;
  padding: 15px 0 15px 22px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category .category-list ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget-category .category-list ul li a i:before {
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category .category-list ul li a:hover {
  color: #294094;
  padding-left: 30px;
}
.widget-category .category-list ul li a:hover i:before {
  color: #294094;
}
.widget-recent-post {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-recent-post .recent-post-list li {
  background-color: #ffffff;
  padding: 16px 20px 20px;
  margin-bottom: 2px;
}
.widget-recent-post .recent-post-list li:last-child {
  margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .post-date {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 4px;
}
.widget-recent-post .recent-post-list li .post-date i {
  font-size: 14px;
}
.widget-recent-post .recent-post-list li .item-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .item-title a {
  color: #294094;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-post .recent-post-list li .item-title a:hover {
  color: #8ac53e;
}
.widget-newsletter {
  background-color: #14287b;
  padding: 40px 40px;
  border-radius: 4px;
  text-align: center;
}
.widget-newsletter .item-img {
  margin-bottom: 30px;
}
.widget-newsletter .item-img img {
  -webkit-box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
  box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
}
.widget-newsletter .item-content .item-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}
.widget-newsletter .item-content p {
  color: #b7bede;
}
.widget-newsletter .item-content .form-box .form-group {
  margin-bottom: 8px;
}
.widget-newsletter .item-content .form-box .form-group:last-child {
  margin-bottom: 0;
}
.widget-newsletter .item-content .form-box .form-group .form-control {
  text-align: center;
  border: none;
  background-color: #ffffff;
  padding: 10px;
}
.widget-newsletter .item-content .form-box .form-group input {
  height: 60px;
}
.widget-newsletter .item-content .form-box .form-group .item-btn {
  width: 100%;
  border: none;
  background-color: #fef22e;
  border-radius: 4px;
  font-weight: 500;
  color: #111111;
  padding: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-newsletter .item-content .form-box .form-group .item-btn:hover {
  background-color: #287ff9;
  color: #ffffff;
}
.widget-archive {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-archive .archive-list ul li {
  background-color: #ffffff;
  margin-bottom: 2px;
}
.widget-archive .archive-list ul li:last-child {
  margin-bottom: 0;
}
.widget-archive .archive-list ul li a {
  font-size: 15px;
  position: relative;
  display: block;
  color: #444444;
  padding: 15px 0 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-archive .archive-list ul li a span {
  color: #909090;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-archive .archive-list ul li a:hover {
  color: #14287b;
}
.widget-archive .archive-list ul li a:hover span {
  color: #14287b;
}
.widget-tag {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-tag .tag-list li {
  display: inline-block;
  margin: 1px -1px;
}
.widget-tag .tag-list li a {
  font-size: 14px;
  display: block;
  background-color: #ffffff;
  color: #444444;
  padding: 10px 18px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-tag .tag-list li a:hover {
  background-color: #14287b;
  color: #ffffff;
}
.widget-contact-form {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 479px) {
  .widget-contact-form {
    padding: 30px 30px;
  }
}
.widget-contact-form .contact-form-box .form-group {
  margin-bottom: 2px;
}
.widget-contact-form .contact-form-box .form-group .form-icon {
  position: absolute;
  top: 15px;
  left: 35px;
  color: #cdcccc;
}
.widget-contact-form .contact-form-box .form-group .form-control {
  font-size: 15px;
  color: #111111;
  padding-left: 50px;
}
.widget-contact-form .contact-form-box .form-group .textarea.form-control {
  padding-top: 18px;
}
.widget-contact-form .contact-form-box .form-group input {
  height: 60px;
}
.widget-download {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-download .download-list ul li {
  background-color: #ffffff;
  margin-bottom: 2px;
}
.widget-download .download-list ul li:last-child {
  margin-bottom: 0;
}
.widget-download .download-list ul li a {
  position: relative;
  display: block;
  color: #444444;
  font-weight: 500;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-download .download-list ul li a i {
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
}
.widget-download .download-list ul li a:hover {
  color: #14287b;
}
.widget-banner {
  background-color: #e2ebf0;
  border-radius: 4px;
  text-align: center;
}
.widget-banner .item-img img {
  width: 100%;
}
.widget-banner .item-content {
  padding: 1.5rem 5rem 5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-banner .item-content {
    padding: 1.5rem 2rem 5rem;
  }
}
@media only screen and (max-width: 479px) {
  .widget-banner .item-content {
    padding: 1.5rem 2rem 5rem;
  }
}
.widget-banner .item-content .item-title {
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.widget-banner .item-content .item-title span {
  font-weight: 700;
  font-size: 48px;
}
@media only screen and (max-width: 575px) {
  .widget-banner .item-content .item-title {
    font-size: 30px;
  }
}
.widget-banner .item-content .item-subtitle {
  font-size: 24px;
  color: #14287b;
  font-weight: 300;
  margin-bottom: 28px;
}
@media only screen and (max-width: 575px) {
  .widget-banner .item-content .item-subtitle {
    font-size: 20px;
  }
}
.widget-banner .item-content .fw-btn-fill {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18);
}
.widget-service-info {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-service-info .service-info ul li {
  background-color: #ffffff;
  padding: 20px 30px 14px;
  margin-bottom: 2px;
}
.widget-service-info .service-info ul li:last-child {
  margin-bottom: 0;
}
.widget-service-info .service-info ul li .service-price {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .widget-service-info .service-info ul li .service-price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-service-info .service-info ul li .service-price {
    font-size: 26px;
  }
}
.widget-service-info .service-info ul li .item-title {
  line-height: 1.2;
}
.widget-service-info .service-info ul li .item-subtitle {
  font-weight: 500;
  color: #444444;
}
.widget-service-info .service-info ul li.active {
  background-color: #287ff9;
  padding: 28px 30px;
}
.widget-project-info {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .widget-project-info {
    padding: 40px 25px;
  }
}
.widget-project-info .project-details {
  padding-left: 20px;
}
.widget-project-info .project-details > ul > li {
  display: flex;
  margin-bottom: 18px;
  color: #444444;
}
.widget-project-info .project-details > ul > li:last-child {
  margin-bottom: 0;
}
.widget-project-info .project-details > ul > li span {
  font-size: 18px;
  font-weight: 500;
  color: #14287b;
  min-width: 100px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
}
.widget-project-info .project-details > ul > li span:after {
  content: ":";
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: 0;
}
.widget-project-info .project-details > ul > li .item-rating li {
  display: inline-block;
  color: #ff6f00;
}
/* Widget End*/
/* Blog Page End */
/* Blog deatils Start */
.section-padding-12 {
  padding: 5rem 0;
}
.single-blog-box-layout1 .main-img {
  margin-bottom: 25px;
}
.single-blog-box-layout1 .main-img img {
  border-radius: 4px;
}
.single-blog-box-layout1 .item-details {
  margin-bottom: 35px;
}
.single-blog-box-layout1 .item-details .item-date {
  font-size: 15px;
  color: #111111;
  margin-bottom: 5px;
}
.single-blog-box-layout1 .item-details .item-date i {
  margin-right: 14px;
  color: #294094;
}
.single-blog-box-layout1 .item-details .item-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 38px;
  color: #294094;
}
@media only screen and (max-width: 1199px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 22px;
  }
}
.single-blog-box-layout1 .item-details .entry-meta {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.single-blog-box-layout1 .item-details .entry-meta ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
  margin-bottom: 12px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li img {
  margin-right: 10px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li span {
  color: #111111;
  font-weight: 500;
}
.single-blog-box-layout1 .item-details .entry-meta ul li a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .entry-meta ul li a:hover {
  color: #111111;
}
.single-blog-box-layout1 .item-details .entry-meta ul li i {
  color: #a5a5a5;
  margin-right: 10px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .item-details .entry-meta ul .item-author {
  position: relative;
  padding-left: 25px;
}
.single-blog-box-layout1 .item-details .entry-meta ul .item-author:after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: #2f3abd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .item-details blockquote {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 45px 60px 40px;
  color: #092d4c;
  font-size: 22px;
  font-style: italic;
  line-height: 1.7;
  margin: 35px 40px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details blockquote {
    margin: 0 0 15px;
    padding: 30px;
  }
}
.single-blog-box-layout1 .item-details blockquote .post-author {
  font-size: 18px;
  font-weight: 500;
  color: #14287b;
  font-style: normal;
  position: relative;
  padding-left: 34px;
  margin-top: 15px;
}
.single-blog-box-layout1 .item-details blockquote .post-author:after {
  content: "";
  height: 2px;
  width: 23px;
  background-color: #3285f9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .blog-social-area {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-social-area {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag a {
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag a:hover {
  color: #14287b;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-social-area .single-post-tag {
    margin-bottom: 20px;
  }
}
.single-blog-box-layout1 .blog-social-area .single-post-social .item-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li {
  display: inline-block;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:first-child a {
  padding-left: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:last-child a {
  padding-right: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a {
  display: block;
  padding: 6px;
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a:hover {
  color: #294094;
}
.single-blog-box-layout1 .blog-author {
  background-color: #f8f8f8;
  padding: 50px 40px 22px 65px;
  border-radius: 4px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author .media {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-author .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
  font-weight: 600;
  color: #3285f9;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
  color: #444444;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social {
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li {
  display: inline-block;
  margin-right: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a {
  text-align: center;
  display: block;
  color: #8e8e8e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a:hover {
  color: #14287b;
}
.single-blog-box-layout1 .blog-comment {
  margin-bottom: 50px;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 40px 40px 30px;
}
.single-blog-box-layout1 .blog-comment .media {
  position: relative;
  margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
  padding-left: 30px;
}
.single-blog-box-layout1 .blog-comment .media .item-img {
  margin-top: 6px;
}
.single-blog-box-layout1 .blog-comment .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-title {
  margin-bottom: 0;
  font-weight: 600;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-date {
  font-size: 15px;
  color: #444444;
  margin-bottom: 8px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #3285f9;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
  color: #111111;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-comment .media {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
    padding-left: 0;
  }
  .single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
    position: relative;
  }
}
.single-blog-box-layout1 .blog-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 479px) {
  .single-blog-box-layout1 .blog-form {
    padding: 20px;
  }
}
.single-blog-box-layout1 .blog-form .blog-form-title h3 {
  font-weight: 600;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
  margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f1f1f1;
  padding: 10px 22px;
  font-size: 16px;
  color: #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
  height: 50px;
}
/* Blog deatils End */
/* Service Details Start */

/* Service Details End */


/* Contact us Page Start */
.contact-area {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
}
.ptb-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title {
  text-align: center;
  max-width: 700px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}
.section-title .sub-title {
  color: #8ac53e;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.section-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
  color: #294094;
}
.section-title p {
  max-width: 610px;
  font-size: 16px;
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: auto;
}
.contact-info {
  text-align: center!important;
  margin-top: 100px;
}
.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}
.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #8ac53e;
}
.contact-info .contact-info-content h2 span {
  display: block;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 500;
}
.contact-info .contact-info-content h2 .address{
  color: #8ac53e!important;
}
.contact-info .contact-info-content h2 .address:hover{
  color: #294094!important;
}
.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #294094;
}
.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px;
}
.contact-info .contact-info-content .social li a {
  width: 38px;
  height: 38px;
  line-height: 35px;
  border: 1px solid #dadada;
  border-radius: 50%;
  display: inline-block;
  color: #294094;
  text-align: center;
}
.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #294094;
  background-color: #294094;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: .4;
}
.contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form form .form-group {
  text-align: left;
  margin-bottom: 20px;
}
.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
  height: 60px;
}
.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
  height: 60px;
}
.contact-form form .default-btn {
  font-size: 16px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 50%) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 50%) !important;
}
.contact-form form .default-btn:hover{
  background-color: #8ac53e;
  color: #fff;
}

textarea.form-control {
    min-height: 102px;
}
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #002e5b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}
/* Contact us Page End */
/* Service Page Start */
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.insurance-details-header .content h3 {
  margin-bottom: 18px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
  color: #294094;
}
.insurance-details-header .content p {
  color: #666666;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 15px;
}
.insurance-details-header .image img {
  border-radius: 5px;

}
.insurance-details-desc {
  margin-top: 30px;
}
.insurance-details-desc h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 30px;
  font-weight: 700;
  color: #294094;
}
.insurance-details-desc p {
  color: #666666;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 15px;
}
.insurance-details-desc .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.insurance-details-desc .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #666666;
}
.insurance-details-desc .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #faf5f5;
  color: #294094;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.insurance-details-desc .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 25px!important;
  margin-top: 20px;
}
.insurance-details-desc .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.insurance-details-desc .features-list li:hover i {
  background-color: #294094;
  color: #ffffff;
}
.insurance-details-desc .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.insurance-details-desc .wp-block-gallery.columns-3 li figure img {
  border-radius: 5px;
}
.insurance-details-desc blockquote, .insurance-details-desc .blockquote {
  text-align: left;
}
blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}
blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #8ac53e;
  margin-top: 20px;
  margin-bottom: 20px;
}
blockquote p, .blockquote p {
  color: #002e5b;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 25px !important;
}
blockquote p, .blockquote p {
  color: #002e5b!important;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 25px !important;
}
blockquote cite, .blockquote cite {
  display: none;
}
.insurance_header {
  color: #153b82;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 40px;
}
.insr_title{
  font-size: 20px!important;
}
.insrance_box{
  background-color: #deeffa;
}
.image-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
.image-hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.image-hover:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}
/* Service Page End */
/* Investment-Form Start */
/* .inevtment_box{
  background-color: #0099ff;
} */
.inevtment_box {
  padding: 3rem 0;
  background-color:  #deeffa;
}
.inevtment_box .form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.inevtment_box .form-holder .form-content {
position: relative;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;

}

.inevtment_box .form-content .form-items {
border: 3px solid #fff;
padding: 40px;
display: inline-block;
width: 100%;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align: left;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background-color: #1c4266;
}
.inevtment_box .form-content .form-items label{
  margin-bottom: 0;
}
.inevtment_box .form-content h3 {
color: #fff;
text-align: left;
font-size: 28px;
font-weight: 600;
margin-bottom: 5px;
}

.inevtment_box .form-content h3.form-title {
margin-bottom: 30px;
}

.inevtment_box .form-content p {
color: #fff;
text-align: left;
font-size: 17px;
font-weight: 300;
line-height: 20px;
margin-bottom: 30px;
}
.inevtment_box .form-content label{
  font-size: 24px;
}

.inevtment_box .form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
color: #fff;
}

.inevtment_box .form-content input[type=text], .form-content input[type=password], .form-content input[type=email],.form-content input[type=date],.form-content input[type=number] ,.form-items textarea,.form-content select {
width: 100%;

text-align: left;
border: 0;
outline: 0;
border-radius: 6px;
background-color: #fff;
font-size: 16px;
font-weight: 400;

-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 16px;
}


.inevtment_box .btn-primary{
background-color: #6C757D;
outline: none;
border: 0px;
 box-shadow: none;
}

.inevtment_box .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
background-color: #495056;
outline: none !important;
border: none !important;
 box-shadow: none;
}

.inevtment_box .form-content textarea {
position: static !important;
width: 100%;
padding: 8px 20px;
border-radius: 6px;
text-align: left;
background-color: #fff;
border: 0;
font-size: 15px;
font-weight: 300;
color: #8D8D8D;
outline: none;
resize: none;
height: 120px;
-webkit-transition: none;
transition: none;
margin-bottom: 14px;
}

.inevtment_box .form-content textarea:hover, .form-content textarea:focus {
border: 0;
background-color: #ebeff8;
color: #8D8D8D;
}
.inevtment_box .form-content input,.inevtment_box .form-content textarea,.inevtment_box .form-content select{
  border-radius: 0!important;
}
.inevtment_box .mv-up{
margin-top: -9px !important;
margin-bottom: 8px !important;
}

.inevtment_box .invalid-feedback{
color: #ff606e;
}

.inevtment_box .valid-feedback{
color: #2acc80;
}
.form_other_box{
  display: flex;
  grid-gap: 10px;
  align-items: baseline;
}
.other_label{
  font-size: 18px!important;
}
.forgot_sec span{
  font-size: 18px;
}
.forgot_sec span a{
  font-size: 18px;
  color: #fff;
}
.forgot_sec span a:hover{
  text-decoration: underline!important;
}
.form_check_label{
  font-size: 1rem!important;
}
.invest_btn{
  background-color: #fff!important;
  color: #092d4c!important;
  padding:10px 30px!important;
  font-size: 20px!important;
 
}
.invest_btn:hover{
  color: #fff!important;
  background-color: #092a49!important;
  
}
.f_btn{
  background-color: #fff!important;
  color: #092d4c!important;
 
  font-size: 20px!important;
}
.f_btn:hover{
color:#fff!important ;
background-color:#092d4c!important ;

}
.inevtment_box .form-content p{
  font-size: 15px;
}
/* Investment-Form End */

/* Multiple Form */
/* Hide all steps by default: */
.tab {
  display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8ac53e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: all .5s;
}

#myBtn:hover {
  background-color: #294094;
}
/* .step.finish {
  background-color: #04AA6D;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
} */

.sticky-top {
    position: -webkit-sticky;
    position: sticky!important;
    top: 0;
    z-index: 1020;
}
  #navbar_top{
      background-color: #fff;
  }
  .modal-backdrop{
    z-index: 1000!important;
  }