
/*Font start*/
@font-face{
	font-family: opensans-regular;
	src: url(../fonts/opensans-regular.ttf);
}
@font-face{
	font-family: opensans-semibold;
	src: url(../fonts/opensans-semibold.ttf);
}
@font-face{
	font-family: opensans-bold;
	src: url(../fonts/opensans-bold.ttf);
}
@font-face{
	font-family: opensans-extrabold;
	src: url(../fonts/opensans-extrabold.ttf);
}
@font-face{
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto-Regular.ttf);
}
@font-face{
	font-family: Roboto-Bold;
	src: url(../fonts/Roboto-Bold.ttf);
}
@font-face{
	font-family: Roboto-Black;
	src: url(../fonts/Roboto-Black.ttf);
}
@font-face{
	font-family: Roboto-Light;
	src: url(../fonts/Roboto-Light.ttf);
}
@font-face{
	font-family: Roboto-Medium;
	src: url(../fonts/Roboto-Medium.ttf);
}









.dropdown-menu {
	padding: 0px;
	padding-bottom: 10px;
padding-top: 10px;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none; 
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-family: opensans-regular;
	font-weight: 400;
	text-align: left;
	border: 0px solid #d6deff;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.meu_badge {
	font-size: 10px;
	color: #fff;
	padding: 0px 4px 1px 5px;
	font-weight: 600;
	border-radius: 5px;  
	background: #EF7700;
	min-width: 105px;
	text-align: center;
}


.linha_meio {
	font-size: 4em;
	line-height: 1em;
	position: relative;
}
.linha_meio::after {
	border-bottom: 0.125em solid red;
	content: "";
	left: 0;
	margin-top: calc(0.125em / 2 * -1);
	position: absolute;
	right: 0;
	top: 50%;
  }



hr {
	border-top: 2px solid #d6deff;
}

/*Font End*/

.container{
	max-width: 80%;
}

/*Header Start*/

header{
	background-color: #fff;
	border-bottom: 1px solid #D6DEFF;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.backdrop {
    -webkit-backdrop-filter: blur(3px);
	background-color: #fff !important;
}

header ul li{
	margin-right: 20px;
}

header ul li:last-child{
	margin-right: 0px;
}

.page{
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 14px;
	color: #333 !important;
}


.page:hover{
	color: #EF7700 !important;
}

.page:hover::after{
	width: 80px;
}

.page:hover::before{
	width: 80px;
}

/*Header End*/

/* second header start  */
.second-header{
	padding: 20px 0;
	background-color: #F2F4FE;
	margin-top: 77px;
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06));
}

.second-header h2{
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 14px;
}

.second-header h2 span{
	color: #EF7700;
}

.second-header p{
	font-family: opensans-regular;
	font-weight: 400;
	font-size: 13px;
}

.sec-head-wrapper{
	display: flex;
}

.sec-head-icon{
	width: 17%;
}
.sec-head-icon i{ 
	font-size: 35px;
	color: #6d9de9;
}
 
.sec-head-descs{
	width: 83%;
}


/* second header end */

/* banner start  */

.banner{
	padding: 35px 0 100px 0;
	background-color: #F9F9FE;
}

.banner h2{
	margin-bottom: 0;
	font-family: opensans-bold;
	font-size: 24px;
	font-weight: 700;
}

.banner h3{
	margin-bottom: 0;
	font-family: opensans-bold	;
	font-size: 42px;
	font-weight: 700;
}

.banner h1{
	margin-bottom: 30px;
	font-family: opensans-bold;
	font-size: 36px;
	font-weight: 700;
}


.banner p{
	margin-bottom: 30px;
	font-family: opensans-regular;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

.orange-btn{
	text-decoration: none;
	display: inline-block;
	background-color: #EF7700;
	color: #fff !important;
	padding: 10px;
	font-family: opensans-bold;
	font-weight:bold;
	font-size: 17px;
	border-radius: 5px;
	transition: 0.4s;
}

.orange-btn:hover{
	background-color: #de7002;
}


.whatsapp-btn{
	text-decoration: none;
	display: inline-block;
	background-color: #38c83a;
	color: #fff !important;
	padding: 10px;
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 17px;
	border-radius: 5px;
	transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whatsapp-btn:hover{
	background-color: #2eac2e;
}

.whatsapp-btn i{
	font-size: 25px;
	margin-right: 5px;
}

.blue-btn{
	text-decoration: none;
	display: inline-block;
	color: #5D7CFC;
	padding: 10px 15px;
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 17px;
	border: 1px solid #5D7CFC;
	border-radius: 5px;
	transition: 0.4s;
}

.blue-btn:hover{
	background-color: #5D7CFC;
	color: #fff;
}

.banner-video-bg{
	background-image: url(../images/rocket-arrow.svg);
	background-position: top right;
	background-repeat: no-repeat;
}

/* banner end  */

/* logo start  */

.logo{
	padding: 30px 0 50px 0;
}

.logo h1{
	text-align: center;
	font-family: opensans-regular;
	font-weight: 400;
	font-size: 16px;
	color: #999;
}

.dr-rating{
	padding: 5px;
	margin-top: 90px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px #ddd;
}

.dr-rating span{
	font-size: 18px;
}

/* logo end  */

/* price start  */

.price{
	background-color: #F5F6F8;
	padding: 50px 0;
}

.price h2{
	margin-bottom: 50px;
	text-align: center;
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 28px;
}

.single-price-start{
	box-shadow: 0px 0px 15px #d3d3d3;
	padding: 0px 20px 25px 20px;
	border-radius: 5px;
	transition: 0.3s;
	cursor: pointer;
}

.single-price-start:hover{
	transform: scale(1.02);
}

.price-title{
	padding: 15px 0;
	background-color: #485563;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.price-title span{
	font-family: opensans-regular;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	background-color: #73BAE9;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 7px;
}

.main-price{
	width: 83%;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	border-bottom: 1px solid #E3E4E6;
}

.main-price h3{
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 22px;
	color: #000;
}

.main-price span{
	font-family: opensans-regular;
	font-weight: 600;
	font-size: 12px; 
	 
}

.secondary-price{
	width: 100%;
	margin: auto;
	margin-top: 20px;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #E3E4E6;
}

.secondary-price h3{ 
	font-weight: 700;
	font-size: 15px;
	color: #999;
	padding-top: 5px;
}

.secondary-price h3 span{
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 16px;
	color: #6f6f6f;
	white-space: nowrap;
}

.price-feature li{
	margin: 8px 0;
	font-family: opensans-regular;
	font-weight: 400;
	font-size: 13px;
	color: #6f6f6f;
	padding-left: 5px;
}

.price-feature .cc-list{
	background-color: #EF7700;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	padding-left: 5px;
}

.cc-list i{
	color: #fff !important;
}

.price-feature li i{
	color: #EF7700;
}

.price-btn{
	margin-top: 30px;
	
}


.price-btn a{
	padding-left: 16px;
	text-decoration: none;
	display: inline-block;
	background-color: #73BAE9;
	font-family: opensans-bold;
	font-weight: 700;
	color: #fff;
	transition: 0.4s;
}

.price-btn a:hover{
	background-color: #0079A5;
}


.price-btn a i{
	padding: 15px 16px;
	background-color: #67A7D1;
	transition: 0.4s;
}

.price-btn a:hover i{
	background-color: #006D94;
}

.badge{
	padding: 10px;
	background-color: #FF5722 !important;
	transform: translate(-120%,-50%)!important;
}

.popover-btn{
	border: 0 !important;
	background-color: transparent;
}

.popover-btn i{
	color: #EF7700 !important;
}

.price-feature span .popover-btn i{
	color: #fff !important;
}

/* price end  */

/* testimonial start  */

.testimonial{
	padding: 50px 0;
}

.testimonial h1{
	margin-bottom: 50px;
	text-align: center;
	font-family: opensans-bold;
	font-weight: 700;
	font-size: 28px;
}

.single-testi .quote{
	color: #bababa;
	font-size: 60px;
}

.single-testi p{
	margin-top: 25px;
	font-family: opensans-regular;
	font-weight: 400;
	font-size: 16px;
}

.single-testi i{
	color: rgb(255, 167, 4);
}

.single-testi h2{
	font-family: opensans-bold;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

.single-testi span{
	font-family: opensans-regular;
	font-weight: 400;
	font-size: 14px;
	color: #6f6f6f;
}

.single-testi span i{
	color: #6f6f6f;
}

.slick-prev:before, .slick-next:before{
	color: #000;
}

/* testimonial end */

/*Contact Start*/
.contact{
	background-color: #061f3c;
	padding: 50px 0;
}

.contact h1{
	font-family: opensans-bold;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	margin-bottom: 50px;
}

.first-contact-box{
	border: 2px solid #658097;
	border-radius: 8px;
	padding: 20px 0px;
	cursor: pointer;
	height: fit-content;
}

.first-contact-box i{
	font-size: 56px;
	color: #abb8c3;
}

.first-contact-box h2{
	margin-top: 25px;
	font-family: opensans-bold;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

.first-contact-box p{
	color: #ffffff;
}


.contact-from-wrapper{
	box-shadow: rgb(242 39 90 / 2%) 8px 8px 42px 6px inset;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}

.contact input{
	padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	background-color: transparent;
	border: 1px solid #658097;
	border-radius: 8;
	color: #fff;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0;

}

.contact input::placeholder{
	font-family: Roboto-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #658097;
}

.text-area{
	resize: none;
	background-color: transparent;
	border: 1px solid #658097;
	border-radius: 8;
	color: #fff;
}

.text-area::placeholder{
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Roboto-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #658097;
}

.submit-btn{
	background-color: #EF7700 !important;
	color: #fff !important;
	border: 0 !important;
	height: 40px !important;
}

/*Contact End*/

footer{
	background-color: #1c2c3f;
	padding: 50px 0 10px 0;
}

footer h2{
	font-family: opensans-bold !important;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
}

footer p{
	font-family: Roboto-Regular !important;
	font-weight: 400;
	font-size: 13px;
	color: #abb8c3;
}

footer li{
	font-family: Roboto-Medium !important;
	font-weight: 400;
	font-size: 13px !important;
	color: #fff;
}
footer li strong{
	font-weight: 500;
}

.footer-text{
	font-size: 12px;
}

.footer-text span{
	color: #EF7700;
}
.footer-text a{
	text-decoration: none;
	color: inherit;
}

.copyright{
	padding-top: 15px;
	border-top: 1px solid rgb(50, 50, 50);
}

.footer-modal-btn{
	background-color: transparent;
	border: 0;
	color: #EF7700;
}
.modal-body p, li{
	font-size: 14px !important;
}













.review-nossa { 
	padding: 25px;
	padding-bottom: 40px;
	padding-top: 40px;;
	margin: 20px;
	border: 1px solid #fff;
	border-radius: 50px;  
 

	background-color: #fff; 
  }
  
  .review-nossa .review-img {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px; 
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
  }
  
  .review-nossa .review-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .review-nossa .review-desc {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
  }
  
  .review-nossa .review-desc h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	color:#EF7700 ;
  }
  
  .review-nossa .review-desc p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
  } 



  .pulse{ 
	animation:pulse 3000ms infinite 0s;
  }
  @keyframes pulse{
	0%{
	  box-shadow:#e6a631 0 0 0 0;
	}
	75%{
	  box-shadow:#ff69b400 0 0 0 16px;
	}
  }