/**
* Theme Name: Fortified Child
* Description: This is a child theme of Fortified, generated by Merlin WP.
* Author: <a href="http://designingmedia.com">Designing Media</a>
* Template: fortified
* Version: 1.0
*/
/* home section */
/* @media (max-width: px) {} */

@media (max-width: 767px) {
	.elementor-27 .elementor-element.elementor-element-4adbef9{
	  padding-left: 0px!important;
    }
	.footer-copyright {
	  flex-direction: column;
	}
	.privacy-policy-section {
        padding: 10px 0px 15px 0px;
		justify-content:center;
	}
	.footer-copyright p.copyright{
		text-align:center;
	}
	footer.footer-area p.copyright, .footer-area .footer-bottom .copyright {
        padding: 15px 0px 0px 0px!important;
    }
	.footer-copyright {
		grid-template-columns: repeat(1, 1fr)!important;
	}
	.privacy-policy-section {
		justify-content: center!important;
	}
	.powered-by-wrapper{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.standard-logo img{
	width:120px;
}

.cart-btn{
	display:none;
}

.experience-card .elementor-counter .elementor-counter-title{
	text-align: center;
}
.custom-progress-bar{
	background-image: linear-gradient(to right, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, 0) 10%, #fa582d 100%)!important;
}

.custom-progress-bar::before{
	background-image: unset!important;
}

.home-posts-section .services_box a.text-decoration-none{
	display:none;
}


/* Contact form section */
.contact_form-section .row{
	width: 100%;
	flex-direction:column;
}
.contact_form-section .get_in_touch_form_content input, .contact_form-section .get_in_touch_form_content textarea{
	border: 1px solid #cbcaca!important;
	border-radius: 10px!important;
	width: 100%;
}
.contact_form-section .get_in_touch_form_content input{
	height:50px!important;
}
.wpcf7-form {
	border: 1px solid #005ed842;
    padding: 30px;
    border-radius: 10px;
}
.form-input{
	position:relative;
}
.form-input i{
	position: absolute;
    top: 22px;
    left: 18px;
    font-size: 18px;
    z-index: 9;
    color: #ababab;
}
.form-input input,.form-input textarea{
	width: 100%;
	padding: 15px 20px 15px 45px;
	border-radius:10px;
	border: 1px solid #e9e3fc;
	font-size: 16px;
}

.form-input input:active,.form-input textarea:active,.form-input input:focus,.form-input textarea:focus{
	border: 1px solid #005ed842!important;
	outline: none;
}
#submitbutton{
	border-radius: 10px;
    color: white;
    border: none;
	outline:none;
	cursor: pointer;
	background: linear-gradient(35deg, #012857 0%, #1D66A8 100%);
	transition: background 0.5 ease-in;
}
#submitbutton:hover{
	background: linear-gradient(65deg, #012857 0%, #1D66A8 100%);
}
.custom-loader {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  color: #6f7782;
  margin-top: 15px;
  font-size: 16px;
}

.custom-loader .custom-spinner{
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  border-top: 3px solid #3c68ac;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.custom-loader p{
	margin:0;
	padding:0;
	font-size:16px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    border-color: transparent !important;
    margin: 1em 0em !important;
    padding: 0px !important;
}

/* footer section */
.footer-copyright{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.powered-by-wrapper{
	display: flex;
    justify-content: center;
}
.powered-by-section{
	display: flex;
    flex-direction: column;
	justify-self: center;
    gap: 0px;
	padding-top: 10px;
	align-items: center;
	width: fit-content;
	padding-bottom: 15px;
}
.powered-by-section img{
	width: 83px;
}
.powered-by-section p{
	margin: 0;
    color: var(--e-global-color-grayish-blue);
    font-family: "Poppins", Sans-serif;
    text-align: left;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
}
.privacy-policy-section{
	display:flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

.footer-area .footer-bottom .privacy-policy-section a {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: var(--e-global-color-grayish-blue);
}
/* .elementor-27 .elementor-element.elementor-element-7ca8cac > .elementor-shape-bottom .elementor-shape-fill, .elementor-27 .elementor-element.elementor-element-7ca8cac > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{
	background: linear-gradient(180deg, #003E88 0%, #1D66A8 100%)!important;
} */

/* home page blog */
.home-posts-section .services_box:hover{
	background: linear-gradient(180deg, #003E88 0%, #1D66A8 100%)!important;
}
.services_section .services_box:hover {
    background-image: linear-gradient(46deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.home-posts-section .services_box{
	border-radius: 10px;
}
.home-posts-section .services_box img{
	width: 55px;
}
.home-posts-section .services_box p{
	height: 88px;
}
/* footer */
/* .footer-bottom{
	padding: 0 20px;
}
.footer-bottom .container{
	margin:0px;
} */