/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

p,
.entry-content p{margin-bottom: 20px;}
p:last-of-type,
.entry-content p:last-of-type{margin-bottom: 0;}
p:empty{display: none;}

h1, h2, h3, h4, h5, h6{margin: 0; padding: 0;}

p{margin: 0 0 25px; padding: 0;}
p:last-of-type{margin: 0;}
p:empty{display: none;}

.page-id-55748 #top-header,
.page-id-55748 #main-header,
.page-id-55748 #main-footer{display: none !important;}

/*
.adnf-case-study-box .adnf-case-study-image{background-size: 100% 100% !important; transition: all 0.2s !important;}
.adnf-case-study-box:hover .adnf-case-study-image{background-size: 110% 110% !important;}
*/
@media (min-width: 768px){
	.adnf-case-study-box img{transition: all 0.2s !important;}
	.adnf-case-study-box:hover img{transform: scale(1.2) !important;}
	
	.twae-horizontal-timeline.twae-wrapper .twae-content{margin: 0 auto; width: 92%;}
}

.elementor-counter .elementor-counter-title{text-align: center;}

.elementor-icon-box-description a{color: inherit;}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error{margin: 5px 0 0 !important;}




.img {
  animation: float 4s ease-in-out infinite;
  width: 200px;
}

@keyframes float {
	0% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(10px);
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
		transform: translatey(-30px);
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(10px);
	}
}
.sink {
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.sink:hover {
  -webkit-transform:translate(0px,10px);
  -moz-transform:translate(0px,10px);
  -ms-transform:translate(0px,10px);
  -o-transform:translate(0px,10px);
  transform:translate(0px,10px);
}
#page-container { overflow:hidden; }

@media only screen and (max-width: 980px) {
    .new-row .et_pb_column {
    width: 25%!important;
}
}
 
@media only screen and (max-width: 479px) {
    .new-row .et_pb_column {
    width: 50%!important;
}
}
.input#et_pb_contact_et_number_0{display: none;}


.wpcf7 label{
	color:white;
}
.wpcf7 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text],input[type=url], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 9px;
    color: #4e4e4e;
}

.ds-timeline .timeline-item {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
padding: 0 0 50px;
position: relative;
}

.ds-timeline .timeline-item:after {
content: '';
position: absolute;
width: 3px;
height: 100%;
visibility: visible;
top: 0;
left: 0;
margin-left: -1.5px;
background-color: #00207a;
}

.ds-timeline .timeline-item .col-date {
position: relative;
padding-left: 40px;
}

.ds-timeline .timeline-item .col-date:before {
content: '';
position: absolute;
left: -18px;
top: 50%;
background-color: #00207a;
width: 26px;
height: 26px;
margin-top: -35px;
border: 5px solid #f4f4f4;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}

.ds-timeline .timeline-item .col-details {
padding-left: 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
}

.ds-timeline .tm-date {
font-size: 18px;
}

.ds-timeline .tm-date h4 {
font-weight: 600;
font-size: 23px;
margin: 8px 0;
}

.ds-timeline .tm-video .et_pb_video_play {
font-size: 50px;
line-height: 56px;
margin: -28px auto auto -28px;
}

.ds-timeline .tm-video .et_pb_video_play:before {
content: '\45';
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-ms-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
display: inline-block;
width: 56px;
height: 56px;
top: 50%;
left: 50%;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0);
color: #fff;
text-align: center;
}

.ds-timeline .tm-video:hover .et_pb_video_play:before {
background: #00207a;
border-color: #00207a;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
}

.ds-timeline .tm-desc {
padding: 30px;
background-color: #fff;
}

.ds-timeline .tm-title {
border-bottom: 2px solid #f4f4f4;
border-left: 3px solid #00a99d;
background-color: #fff;
padding: 15px 30px;
}

.ds-timeline .tm-title h3 {
padding: 0;
line-height: 1.1;
font-weight: 600;
}

.ds-timeline .tm-countdown {
background-color: transparent !important;
padding: 0;
margin-bottom: 10px !important;
}

.ds-timeline .tm-countdown .et_pb_countdown_timer_container {
text-align: left;
display: flex;
}

.ds-timeline .tm-countdown .section.values {
width: auto;
max-width: 95px;
flex-grow: 1;
background-color: #fff;
color: #000000;
padding: 12px 8px;
border-top: 3px solid #00207a;
margin-right: 10px;
}

.ds-timeline .tm-countdown .section.values:last-child {
margin-right: 0;
}

.ds-timeline .tm-countdown .section.values .value {
font-weight: 800;
font-size: 27px !important;
line-height: 1 !important;
}

.ds-timeline .tm-countdown .section.values .label {
text-transform: uppercase;
}

.ds-timeline .tm-countdown .section.sep {
display: none;
}

@media (min-width: 980px) {
.ds-timeline .timeline-item:after {
left: 50% !important;
}

.ds-timeline .timeline-item:first-child:after {
height: 50%;
top: 50%;
}

.ds-timeline .timeline-item:last-child:after {
height: 50%;
}

.ds-timeline .timeline-item.even {
flex-direction: row-reverse;
}

.ds-timeline .timeline-item.even .col-details {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date:before {
left: auto;
right: -18px;
}

.ds-timeline .timeline-item.odd .et_pb_button_module_wrapper {
    text-align: right;
}

.ds-timeline .timeline-item.odd .tm-date  {
text-align: right;
}

.ds-timeline .timeline-item.odd .tm-countdown .et_pb_countdown_timer_container {
justify-content: flex-end;
}
}

.page-id-55748 #top-header,
.page-id-55748 #main-header,
.page-id-55748 #main-footer{display: none !important;}

.page-id-56731 #top-header,
.page-id-56731 #main-header,
.page-id-56731 #main-footer{display: none !important;}

.page-id-56731 #page-container,
.page-id-55748 #page-container{margin: 0 !important; padding: 0 !important;}

.pum-container .wpforms-container .wpforms-field-label{font-size: 16px; margin-bottom: 5px;}
.pum-container .wpforms-container .wpforms-field{padding: 10px 0;}
.pum-container div.wpforms-container-full button[type=submit]{font-weight: 700; padding: 18px 30px 16px; line-height: 1; height: auto;}
.pum-container div.wpforms-container-full:not(:empty){margin-top: 0;}

.pum-container .wpforms-container .wpforms-field ::placeholder {
  color: #000000 !important;
  opacity: 1; /* Firefox */
}

.pum-container .wpforms-container .wpforms-field ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000000 !important;
}

.pum-container .wpforms-container .wpforms-field input{font-weight: 700 !important; color: #000000 !important; padding: 25px 15px;}
.pum-container .wpforms-container .wpforms-field select{font-weight: 700 !important; color: #000000 !important; padding: 0 15px; height: 52px;}

.pum-container div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder{opacity: 1; color: #000000 !important;}

.elementor-widget-n-accordion .e-n-accordion-item{border-radius: 10px; overflow: hidden;}

.addinfi-sidebar-menu ul,
ul.addinfi-sidebar-menu{margin: 0; padding: 0; list-style-type: none;}
.addinfi-sidebar-menu ul li,
ul.addinfi-sidebar-menu li{margin-bottom: 20px; list-style: none;}
.addinfi-sidebar-menu ul li:last-of-type,
ul.addinfi-sidebar-menu li:last-of-type{margin-bottom: 0;}
.addinfi-sidebar-menu ul li a,
ul.addinfi-sidebar-menu li a{color: #ffffff; font-family: 'Poppins'; line-height: 1.4; font-weight: 400; font-size: 16px; position: relative; transition: all 0.2s;}
.addinfi-sidebar-menu ul li a::before,
ul.addinfi-sidebar-menu li a::before{content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 14px; margin-right: 8px;}
.addinfi-sidebar-menu ul li a:hover,
ul.addinfi-sidebar-menu li a:hover,
.addinfi-sidebar-menu ul li.current-menu-item a,
ul.addinfi-sidebar-menu li.current-menu-item a{color: #0C1C29;}
.addinfi-sidebar-menu ul li a:hover:before,
ul.addinfi-sidebar-menu li a:hover:before,
.addinfi-sidebar-menu ul li.current-menu-item a::before,
ul.addinfi-sidebar-menu li.current-menu-item a::before{}