/*    
@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('./fonts/Montserrat-Light.eot');
  src: url('./fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Montserrat-Light.woff2') format('woff2'),
  url('./fonts/Montserrat-Light.woff') format('woff'),
  url('./fonts/Montserrat-Light.ttf') format('truetype'),
  url('./fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat', sans-serif;
  src: url('./fonts/Akrobat-Bold.eot');
  src: url('./fonts/Akrobat-Bold.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Akrobat-Bold.woff2') format('woff2'),
  url('./fonts/Akrobat-Bold.woff') format('woff'),
  url('./fonts/Akrobat-Bold.ttf') format('truetype'),
  url('./fonts/Akrobat-Bold.svg#Akrobat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat', sans-serif;
  src: url('./fonts/Akrobat-Black.eot');
  src: url('./fonts/Akrobat-Black.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Akrobat-Black.woff2') format('woff2'),
  url('./fonts/Akrobat-Black.woff') format('woff'),
  url('./fonts/Akrobat-Black.ttf') format('truetype'),
  url('./fonts/Akrobat-Black.svg#Akrobat-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat', sans-serif;
  src: url('./fonts/Akrobat-Regular.eot');
  src: url('./fonts/Akrobat-Regular.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Akrobat-Regular.woff2') format('woff2'),
  url('./fonts/Akrobat-Regular.woff') format('woff'),
  url('./fonts/Akrobat-Regular.ttf') format('truetype'),
  url('./fonts/Akrobat-Regular.svg#Akrobat-Regular') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/
@import url(//db.onlinewebfonts.com/c/21b2809e6e69b9e96ed194863cd472a5?family=Calluna);
body{
/*  font-family: 'akrobatbold' !important;
  font-weight: 900;*/
}
h2,h3,h4,h5,h6{
  font-family: 'akrobatbold'  !important;
  font-weight: 900; 
}
p {
    
    /*font-size: 28px;*/
    line-height: 1.5em;
}
h2 strong{
  background-color: #9F2842;
  padding: 1px 4px;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
}

.testimonial-text {
    font-family: 'akrobat' !important;
    font-size: 30px;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    padding: 0px 10px 30px 10px;
    text-align: center;
    color: 111111 !important;
}

.fusion-secondary-menu>ul>li>a{
  font-family: 'akrobatblack' !important;
  font-weight: 900;
}
.fusion-secondary-menu>ul>li>a:hover{
    color: #9f2842;
}
#side-header .fusion-logo, .fusion-header .fusion-logo {
    margin: 0 0px 0 0px;
    top: -38px;
    position: absolute;
    width: 160px;
}
.fusion-top-header .fusion-header {
    height: 120px !important;
    margin-right: -30px;
}
.fusion-logo img {
    width: 100% !important;
    max-height: 135px !important;
    height: 100% !important;
}
.fusion-header.fusion-sticky-shadow .fusion-logo {
    position: relative;
    top: auto;
}
.fusion-header.fusion-sticky-shadow .fusion-logo img.fusion-standard-logo {
    width: auto !important;
    max-height: 100px !important;
    height: auto !important;
}
.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a:not(.fusion-main-menu-icon){
   font-family: 'akrobatblack' !important;
   font-weight: 900;
}
.fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 !important;
}
.fusion-social-links-header .fusion-social-networks .fusion-social-network-icon {
    color: #f2f2f3;
    background: #12284c;
    padding: 10px !important;
    font-size: 20px;
    border-radius: 5px;
    margin: 0 5px 5px 5px;
}
.fusion-secondary-header .fusion-row {
    justify-content: flex-end !important;
    align-items: flex-end !important;
}
.fusion-secondary-header .fusion-alignleft,
.fusion-secondary-header .fusion-alignright {
    flex-grow: initial !important;
}

.fusion-header > .fusion-row{
  position: relative;
}

.home main#main{
  padding: 0 !important;
}
.fusion-main-menu {
  padding: 21px 0;
}
.banner-title h1 {
  margin: 0;
  /*background: rgba(0, 0, 0, .24);*/
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'akrobatregular' !important;
  color: #fff !important;
  font-weight: 400;
}

.banner-title h1 strong{
  background-color: #9F2842;
  padding-left: 10px;
  padding-right: 10px;
}
.home__video-sec::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url('/wp-content/uploads/2021/12/banner-layer.png');
  z-index: 1;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.home__video-sec {
  position: relative;
}
/*header.fusion-header-wrapper::before {
    height: 7px;
    background: linear-gradient(to right, #9f2842 85%, #12284c 15%);
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    z-index: 1;
}*/
.fusion-body .fusion-header-wrapper .fusion-header::before{
    height: 7px;
    background: linear-gradient(to right, #9f2842 85%, #12284c 15%);
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.read-more-prev a{
  color: #9F2842;
  font-weight: 900;
  font-family: 'akrobatblack' !important;
}
.gform_wrapper .subscribeForm .gfield {
    grid-column: span 6 !important;
}
.gform_wrapper .subscribeForm .gfield:last-child {
    grid-column: span 12 !important;
}
@media screen and (max-width: 767px){
   .gform_wrapper .subscribeForm .gfield {
      grid-column: span 12 !important;
  } 
}

.gform_wrapper .subscribeForm .gform_button, .gform_wrapper .subscribeForm .gform_button:hover {
    background-color: #FFCD00;
    border-radius: 50px;
    color: #12284C;
    font-size: 16px;
    padding: 13px 35px;
    width: 50%;
}
.gform_wrapper .subscribeForm .gform_button {
    background-image: url('/wp-content/uploads/2021/12/right-arrow.png');
    background-repeat: no-repeat;
    background-position: 44%;
    background-size: 16px;
    font-family: 'akrobatblack' !important;
    text-align: left !important;
}
.gform_wrapper .subscribeForm .gform_button:hover {
    background-position: 48%;
    background-image: url('/wp-content/uploads/2021/12/right-arrow.png');
    background-size: 16px;
    background-repeat: no-repeat;
}

.gform_wrapper .subscribeForm .gform_footer, .gform_wrapper .subscribeForm .gform_page_footer {
    text-align: right;
    padding-bottom: 0 !important;
}
.gform_wrapper .subscribeForm .gform_validation_errors {
    display: none;
}
.gform_wrapper .subscribeForm .gfield_validation_message, .gform_wrapper .subscribeForm .validation_message {
    padding: 0 !important;
    margin-top: 0;
    border: 0 !important;
    background: transparent !important;
    font-size: 12px !important;
}
.iframe-width-full iframe{
  width: 100%;
}
.gform_wrapper .gform_validation_errors {
    display: none;
}
.iframe-width-full {
    max-width: 100% !important;
    max-height: inherit !important;
}
.subscribeForm_wrapper {
    margin-bottom: 0 !important;
}

.left-section-content{
  color: #fff;
  font-family: 'akrobat';
}
.left-section-content p {
    font-size: 18px;
}
.left-section-content h2 {
  color: #fff !important;
  font-size: 38px !important;
  line-height: 1.3em !important;
}
.widget .fusion-social-networks .fusion-social-network-icon {
    margin: 0 5.5px 14px;
    background: #FFFFFF;
    color: #46494a !important;
    padding: 5px;
    border-radius: 5px;
    margin: 0 2px 2px;
}
.full-section-custom>.fusion-column-wrapper {
    min-height: 100vh !important;
}
.full-section-custom>.fusion-column-wrapper>.fusion-builder-row {
    height: 100%;
}

.full-section-custom .section__img{
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section__img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ar-scroll-section.stuck .section__img{
  position: fixed !important;
  height: 100vh;
}
.full-section-custom .section__img{
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.full-section-custom:first-child .section__img{
  opacity: 1;
}
.full-section-custom.active .section__img{
  opacity: 1;
  z-index: 1;
}
.team-section-main{
  z-index: 2;
}
.team-section-main {
    z-index: 99;
    background: #fff !important;
}
.recent-custom .recent-posts-content p{
  font-size: 0;
}
.recent-custom .recent-posts-content p a {
    color: #9F2842;
    font-weight: 900;
    font-family: 'akrobatblack' !important;
    font-size: 22px;
    text-transform: uppercase;
}
.fusion-button {
    min-width: 200px;
    text-align: left !important;
    font-family: 'akrobatblack' !important;
    font-weight: 900;
}
.fusion-button::after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all .2s;
    margin-left: 10px;
}
.fusion-button:hover::after {
    margin-left: 15px;
}
.donate-now a {
    background-color: #FFCD00;
    border-radius: 50px 0 0 50px;
    color: #12284C !important;
    padding: 10px 58px 10px 20px;
    text-align: left;
    /*margin-right: -30px;*/
}
.donate-now a span {
    display: inline-block;
}
.donate-now a::after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all .2s;
    position: absolute;
    right: 25px;
}
.donate-now a:hover::after {
    right: 18px;
}

.fusion-main-menu{
  overflow: visible !important;
}
.fusion-main-menu>.fusion-menu {
    align-items: center;
}
/*.home__video-sec::after{
    background-image: url('/wp-content/uploads/2021/12/little_hop_overlay.png');
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}*/
.subscribe-main::before,
.full-section-custom .section__img::before {
    background-image: url('/wp-content/uploads/2021/12/little_hop_overlay.png');
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.fusion-caret .fusion-dropdown-indicator:before {
    content: "\f0d7" !important;
    font-family: 'Font Awesome 5 Free' !important;
    color: #9f2842;
    top: -5px;
    position: relative;
}
footer .fusion-social-networks {
    padding-right: 10px;
}
.fusion-mobile-menu-search .fusion-search-field input{
    font-size: 18px !important;
    font-family: 'Open Sans';
}
@media screen and (max-width: 1400px){
    .fusion-main-menu>ul>li:last-child {
         padding-right: 0 !important; 
    }
}
@media screen and (max-width: 1280px){
    #side-header .fusion-logo, .fusion-header .fusion-logo {
        top: -20px;
        width: 120px;
    }
}
@media screen and (min-width: 1024px){
    .column-min .fusion-column-wrapper {
        min-height: 358px !important;
    }
}
@media screen and (max-width: 1024px){
    .gform_wrapper .subscribeForm .gform_button {
        background-position: 115px;
    }
    .gform_wrapper .subscribeForm .gform_button:hover {
        background-position: 125px;
    }
}
@media screen and (max-width: 991px){
    #side-header .fusion-logo, .fusion-header .fusion-logo {
        margin: 0 0px 0 0px;
        top: 0;
        position: relative;
        width: 100%;
    }
    .fusion-top-header .fusion-header {
        height: auto !important;
    }
    .fusion-logo img {
        width: auto !important;
    }
}
@media screen and (max-width: 800px){
    .fusion-top-header .fusion-header{
        margin-right: 0;
    }
    .fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-social-links-header{
        margin-top: 7px !important;
    }
    .fusion-mobile-menu-design-classic .fusion-alignleft{
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 767px){
    .left-section-content h2{
        font-size: 30px !important;
    }
    .fusion-secondary-menu+.fusion-mobile-nav-holder {
        display: none !important;
    }
    .fusion-secondary-menu {
        display: flex !important;
        flex-wrap: wrap;
        text-align: center !important;
        width: 100% !important;
        justify-content: center;
    }
    .banner-title h1 {
        font-size: 50px !important;
    }
    .home__video-sec.mob{
        position: relative;
    }
    .video__content {
        position: absolute !important;
        margin-top: -25px !important;
    }
    .home__video-sec.mob .video-back {
        margin-bottom: 0 !important;
        height: calc(100% - 50px);
    }
    .home__video-sec.mob .video-wrapper{
        height: 100%;
    }
    .home__video-sec.mob .fusion-video.fusion-selfhosted-video{
        height: 100%;
    }
    #testimonial-content.hm-testimonial__section {
        margin-top: -68px !important;
        padding-top: 60px;
    }

}
@media screen and (max-width: 500px){
    #testimonial-content.hm-testimonial__section {
        margin-top: -42px !important;
    }
    .home__video-sec.mob .banner-title h1 {
        font-size: 35px !important;
        margin-top: -10px;
        padding: 20px !important;
    }
}
/*customize css*/
footer a.link__btn,footer a.link__btn:hover {
    background: #FFCD00;
    border-radius: 50px;
    color: #12284C !important;
    line-height: 1;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 600;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 130px;
    max-width: 230px;
    text-align: left;
    margin-right: 10px;     
    font-family: 'akrobat' !important;
}

footer a.link__btn img {
    height: 14px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer a.link__btn:nth-child(2) {
    min-width: 165px;
}
footer a.link__btn:hover img{
    margin-left: 15px;
}
footer h3 {
    font-family: 'akrobatblack' !important;
    font-size: 24px !important;
    color: #E5E5E5 !important;
    font-weight: bold !important;
    margin: 0 !important;
}
footer h3 span {
    background-color: #9F2842;
    padding: 1px 4px;
    color: #fff;
}
footer h5 {
    font-family: 'akrobatregular' !important;
    color: #E5E5E5 !important;
    font-weight: bold !important;
    margin: 0 !important;
    font-size: 18px !important;
}
footer p {
    font-family: 'akrobatregular' !important;
    color: #E5E5E5 !important;
    font-weight: bold !important;
    margin: 0 !important;
    font-size: 15px;
}
footer p a {
    text-decoration: underline;
}
footer .fusion-column-last section {
    text-align: right;
}
footer:before {
    height: 7px;
    background: linear-gradient(to right, #9f2842 85%, #12284c 15%);
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 1;
}
footer .fusion-footer-widget-column {
    margin-bottom: 20px;
}
footer .button__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .fusion-column-last section img {
    max-width: 150px !important;
    margin-top: 12%;
}
@media screen and (max-width: 1024px){
  footer a.link__btn, footer a.link__btn:hover {
      margin-right: 10px;
      margin-bottom: 10px;
  }
}
@media (max-width: 800px){
  .fusion-menu > li.donate-now > a{
    margin-right: 0 !important;
    border-radius: 0 !important;
  }
  .fusion-menu > li.donate-now > a:after{
    right: 10px;
  }
}
@media screen and (max-width: 767px){
    footer .fusion-column-last section {
        text-align: left;
    }
    footer .fusion-column-last section img {
        margin-top: 0;
    }
}

 /* emergency rescue opration css */
/*banner-emergency-css*/

.emergency__banner .banner-title {
    position: relative;
    top: -20px;
}

@media (max-width: 767px) {
	.without__corps-sec .without__corps-heading p {
    font-size: 24px !important;
}
.left__side__without {
    padding-right: 0 !important;
}
.without__copy-text p {
	font-size: 20px !important;
}

.without__corps-sec .middle__heading h6 {
    line-height: 1.1em !important;
    font-size: 20px !important;
}
.without__tagline-text {
    padding: 30px 15px 10px !important;
}
.without__tagline-text p {
    margin-bottom: 0px !important;
}
.center__content {
    padding-bottom: 30px !important;
}
.subscribe-main {
    min-height: 160px !important;
    margin-bottom: 20px !important;
}
.caring__section .fusion-text p {
	font-size: 20px !important;
}
.arc_info {
	font-size: 20px !important;
}
.arc_testmonials_list .slick-prev, .arc_testmonials_list .slick-prev:hover {
	left: 5px !important;
}
.arc_testmonials_list .slick-next, .arc_testmonials_list .slick-next:hover {
	right: 5px !important;
}
.auhor_info h2 {
	font-size: 14px !important;
}
.enought__thank-sec p {
	font-size: 20px !important;
}

.without__tagline-text p {
	font-size: 20px !important;
}

.center__content div {
	font-size: 14px !important;
}
.sample__box {
	padding: 30px 15px !important;
}
.sample__box p {
	font-size: 20px !important;
}
.sample__box div {
	font-size: 14px !important;
}
.linked__text p a {
	font-size: 22px !important;
}
} 
/*without corps section*/ 

.left__side__without {
    padding-right: 40px;
}

.without__corps-sec .without__corps-heading p {
    font-size: 40px;
    line-height: 1.2em;
     font-family: 'akrobatbold' !important;
     margin-bottom: 40px !important;
}

.without__corps-sec .without__corps-heading p  b {
	  font-family: 'akrobatblack' !important;
}

.without__copy-text p {
    /*font-family: "Calluna";
    line-height: 1.3em;
    font-size: 28px;*/
    color: #061E3B !important;
    margin-bottom: 0px !important;
}

.without__corps-sec .middle__heading h6 {
    /*font-family: "Calluna" !important;*/
    line-height: 1.3em;
   /* font-weight: bold;*/
    font-size: 28px;
    margin: 25px 0 10px !important;
}

.heighlighter__box {
    align-items: center;
    background: #DFDFDE 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
}

.without__tagline-text p {
    font-size: 32px;
    text-align: center;
}

.center__content {
	text-align: center;
}


.center__content div {
    color: #131313;
    line-height: 1.2em;
    font-family: 'akrobatblack' !important;
    font-size: 16px;
}

/*caring-section-css*/

.caring__section .fusion-text p {
     color: #061E3B;
}

.caring__section .fusion-text p.t-box_center {
    margin: 30px 0;
}

.caring__section .side__image {
    margin-top: 25px;
}
/*enough thank css*/

.enought__thank-sec p {
     color: #061E3B;
}

.sample__box {
    align-items: center;
    background: #DFDFDE 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
    padding: 30px;
    }

.sample__box p {
    font-size: 30px;
/*    line-height: 1.2em;*/
    text-align: center;
    max-width: 88%;
    margin: 0 auto 10px !important;
}

.sample__box div {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    color: #131313;
    font-family: 'akrobatblack' !important;
}

.linked__text {
    border-top: 2px dotted #8B1833;
    border-bottom: 2px dotted #8B1833;
    margin-top: 40px;
}

.linked__text p {
	margin-bottom:0px !important; 
}

.linked__text p a{
    margin-bottom: 0px;
    line-height: 1.2em;
    font-family: 'akrobatbold' !important;
    font-size: 36px;
    padding: 20px 0;
    color: #061E3B;
    display: block;
}
.linked__text p a:hover {
	color: #061E3B;
}

.linked__text p a .yellow {
    margin-left: 15px;
    }

.linked__text p a .yellow img {
    width: 10px;
    vertical-align: middle;
    }


    /*testimonial section css*/

.arc_info {
    max-width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    /*font-size: 26px;*/
    line-height: 1.3em;
    font-family: 'akrobat' !important;

	}

.arc_testimonial {
    background: #DFDFDE 0% 0% no-repeat padding-box;
    padding: 30px 30px;
	}

	.auhor_info h2 {
    text-align: center;
    color: #131313 !important;
    font-size: 17px !important;
    line-height: 1.2em !important;
    margin: 0;
    font-family: 'akrobatblack' !important;
}

.arc_testmonials_list .slick-prev {
    left: 20px;
    z-index: 1111111111;
    background-image: url("/wp-content/uploads/2021/12/left-new.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    
}
.arc_testmonials_list .slick-prev:before {
	content: "";

}
.arc_testmonials_list .slick-next {
	right: 20px;
	background-image: url("/wp-content/uploads/2021/12/right-new.png") !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
}
.arc_testmonials_list .slick-next:before {
		content: "";
}
 /* emergency rescue opration css */


/*::selection {
  background-color: #12203b !important;
  color: #fff !important;
}*/

.hm-testimonial__section blockquote q {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #14284b !important;
    font-weight: bold !important;
    font-family: "Akrobat-SemiBold" !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    width: 80%;
    margin: auto;
}
.hm-testimonial__section span.company-name {
    font-size: 30px;
    line-height: 33px;
    color: #14284b;
    font-weight: 800;
    font-family: "Akrobat-Black";
    letter-spacing: 0;
}
.fusion-search-overlay{
    opacity: 0;
}
.fusion-social-links-header {
    margin-top: 0;
}
.fusion-social-networks{
    display: flex;
    align-items: center;
}
.fusion-social-networks .fusion-main-menu-search a {
    color: #12284c;
    font-family: awb-icons;
    cursor: pointer;
    height: 40px;
    font-weight: 400;
    font-size: 25px !important;
    letter-spacing: 0px;
    font-style: normal;
}
.fusion-social-networks .fusion-main-menu-search a:after{
    border-radius: 50% 50% 50% 50%;
    content: "\f002";
    color: #12284c;
}
.fusion-social-networks li {
    list-style: none;
    padding-left: 10px;
}
@media screen and (max-width: 1024px){
    .hm-testimonial__section {
        margin-top: -30px !important;
    }
}
@media screen and (max-width: 640px){
    .bottom-white-curve{
        margin-top: -30px !important;
    }
    .hm-testimonial__section blockquote q{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .bottom-white-curve{
        margin-top: -25px !important;
    }
}
.breakingnews {
    display: flex;
    background: #f2f2f2;
    align-items: center;
}
#popmake-1126 {
    padding: 0;
}
.breakingnews__right {
    padding: 0 70px;
    width: 55%;
}
.breakingnews__left {
    width: 45%;
}
.breakingnews__right h1 {
    color: #12284c;
    font-size: 45px;
    font-family: 'akrobatregular';
    line-height: 1.2;
}
.breakingnews__right img {
    width: 120px;
}
.breakingnews__right .gform_footer.top_label {
    text-align: right;
}
.breakingnews__right .gform_footer.top_label input[type="submit"] {
    padding: 18px 100px 18px 25px;
    background-image: url(/wp-content/uploads/2021/12/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 55%;
    background-size: 16px;
    font-family: 'akrobatblack' !important;
    text-align: left !important;
    transition: 0.5s;
}
.breakingnews__right .gform_footer.top_label input[type="submit"]:hover {
    background-position: 60%;
}
.pum-container button.pum-close.popmake-close {
    background: #9f2842 !important;
    color: #fff !important;
    font-family: 'akrobatblack';
    font-size: 18px;
}
.breakingnews__right .gform_body input::placeholder {
    text-transform: uppercase;
    font-family: 'akrobatregular';
}
.breakingnews__right .gform_wrapper {
    margin-bottom: 0;
}
@media screen and (max-width: 1600px){
    .breakingnews__right h1{
        font-size: 32px;
    }
}
@media screen and (max-width: 1360px){
    .breakingnews__right h1 {
        font-size: 26px;
    }
    .breakingnews__right img {
        width: 100px;
    }
}
@media screen and (max-width: 740px){
    .breakingnews {
        flex-direction: column;
    }
    .breakingnews__left, .breakingnews__right{
        width: 100%;
    }
    .breakingnews__right{
        padding: 50px;
    }
    .breakingnews__right .gform_footer.top_label input[type="submit"]{
        padding: 15px;
        background-image: none;
        text-align: center !important;
    }
}