/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

iframe {
    vertical-align: top;
}
path{
  transition: all .5s;
}
.site-footer .gform-theme--framework .gform-loader{
	display: none !important;
}
.site-footer .gfield_description.validation_message.gfield_validation_message{
	position: absolute;
}
.highlight-bg{
	padding-left: 12px;
    padding-right: 12px;
    background: var(--global-color-sky-blue);
    border-radius: 8px;
/*     transform: rotate(3.53deg); */
    display: inline-block;
    text-decoration: inherit;
}
@media (min-width: 1025px) {
	body.dropdown-click .site-header .main-navigation ul ul,
	body.dropdown-hover .site-header .main-navigation ul ul{
		padding: 10px;/*10px 0*/
/* 		margin: 10px 0 0; */
		border-radius: 4px;
	}
	body.dropdown-click .site-header .main-navigation ul ul li:not(:last-child),
	body.dropdown-hover .site-header .main-navigation ul ul li:not(:last-child){
		margin: 0 0 10px 0;
	}
}
/*=====================================
= Bootstrap CSS
=====================================*/
.bt-container {
    margin: 0px auto;
    padding: 0px 15px;
}

@media (min-width: 576px) {

    .bt-container,
    .grid-container {
        max-width: 540px;
    }
}

@media (min-width: 769px) {

    .bt-container,
    .grid-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .bt-container,
    .grid-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .bt-container,
    .grid-container {
        max-width: 1170px;
    }
}

@media (min-width: 1600px) {

    .bt-container,
    .grid-container {
        max-width: 1570px;
    }
}

.bt-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.bt-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 768.5px) {

    .bt-container,
    .bt-container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.bt-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bt-col {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bt-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.bt-col-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}

.bt-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.bt-col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.bt-col-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
}

.bt-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.bt-col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.bt-col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.bt-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.bt-col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.bt-col-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
}

.bt-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .bt-col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .bt-col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .bt-col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .bt-col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1385px) {
    .bt-col-xlg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .bt-col-xlg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .bt-col-xlg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bt-col-xlg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .bt-col-xlg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .bt-col-xlg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bt-col-xlg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .bt-col-xlg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .bt-col-xlg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bt-col-xlg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .bt-col-xlg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .bt-col-xlg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.bt-d-flex{
  display: flex;
}
.bt-items-center{
  align-items: center;
}
.bt-flex-row{
  flex-direction: row;
}
.bt-flex-col{
  flex-direction: column;
}
.bt-gap-10{
  gap: 10px;
}
.bt-gap-20{
  gap: 20px;
}
.bt-gap-30{
  gap: 30px;
}
.bt-row-gap-10{
  row-gap: 10px;
}
.bt-row-gap-20{
  row-gap: 20px;
}
.bt-row-gap-30{
  row-gap: 30px;
}
.bt-col-gap-10{
  col-gap: 10px;
}
.bt-col-gap-20{
  col-gap: 20px;
}
.bt-col-gap-30{
  col-gap: 30px;
}
.bt-mb-0{
  margin-bottom: 0 !important;
}
.bt-justify-between{
  justify-content: space-between;
}
.bt-w-100{
    width: 100%;
}
.bt-pl-0{
    padding-left: 0 !important;
}
.bt-pr-0{
    padding-right: 0 !important;
}
.bt-pb-0{
    padding-bottom: 0 !important;
}
.bt-pt-0{
    padding-top: 0 !important;
}
.bt-text-center{
    text-align: center;
}
.bt-position-relative{
    position: relative;
}
.bt-fw-900{
    font-weight: 900;
}
.bt-btn{
    padding: 16px 30px;
    font-family: var(--gp-font--satoshi);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.0028em;
    line-height: 1.5em;
    color: var(--global-color-custom-black);
    background-color: var(--global-color-yellow);
    border-radius: 50px;
    margin-top: 30px;
    display: inline-block;
}
.bt-btn:hover,
.bt-btn:focus,
.bt-btn:active{
    color: var(--base-3);
    background-color: var(--global-color-sky-blue);
}
.highlight-code{
    color: var(--global-color-yellow);
}
.get-started-today .highlight-code{
    color: #ffb65e;
}
@media (max-width: 767px) {
    .bt-btn{
        font-size: 14px;
    }
}
.sections-space{
    padding: 100px 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.sections-header{
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 60px;
}
.sections-header p:last-child{
    margin-bottom: 0;
}
.sections-header h2{
	color: var(--global-color-sky-blue);
}
/**/
.bg-ghost-white{
    background-color: #F9FAFC;
}
.steel-blue{
    background-color: #446AB3;
}
.steel-blue-light{
    background-color: #EDF1F8;
}
.burnt-orange{
  background-color: #A45717;
}
.burnt-orange-light{
  background-color: #F6EFE8;
}
.teal-blue{
  background-color: #008289;
}
.teal-blue-light{
  background-color: #E6F3F4;
}
.royal-purple{
  background-color: #765BB8;
}
.royal-purple-light{
  background-color: #F2EFF8;
}
.deep-rose{
  background-color: #C33458;
}
.deep-rose-light{
  background-color: #F9EBEF;
}
.dark-bronze{
  background-color: #624100;
}
.dark-bronze-light{
  background-color: #F0ECE6;
}
/**/

/* Top header*/
.inside-top-bar{
    gap: 10px;
}
/* .top-bar-align-left .widget:nth-child(2){
  flex: 0 0 290px;
} */
/**/

/* Header */
.main-navigation .main-nav>ul{
	gap: 10px;
}
.main-navigation .main-nav ul li a{
  display: flex;
  align-items: center;
  line-height: 24px;
  padding-block: 6px;
  border-radius: 4px;
  transition: all 0.4s;
}
.main-navigation .main-nav ul li:not(.linkdin) a{
	background: #f2f6ff;
	color: #446ab3;
}
.nav-float-right #site-navigation #primary-menu{
  flex: 0 0 100%;
}
/* #menu-primary-menu li:last-child{
  margin-left: auto;
} */
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	color: #FFFFFF; /*#FFFFFF*/
	background: var(--global-color-sky-blue);
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a{
	color: #121213; /*#FFFFFF*/
    background: #f4ac57; /*var(--global-color-sky-blue)*/
}
.main-navigation .main-nav ul li.menu-item-has-children>a{
	padding-right: 20px;
}
.menu-item-has-children .dropdown-menu-toggle{
	padding-right: 0;
    padding-left: 4px;
	display: flex;
    align-items: center;
}
@media (min-width: 1025px) {
    .nav-float-right #site-navigation{
      flex: 0 0 64%; /*62.5*/
      padding-right: 52px;
    }
    .main-navigation .menu-bar-items {
        position: absolute;
        right: -52px;
    }
    .main-navigation .menu-bar-item>a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    #menu-primary-menu li.linkdin:last-child a{
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .sections-space{
        padding: 70px 0;
    }
}
@media (max-width: 1024px) {
    .has-inline-mobile-toggle .inside-header{
        position: relative;
    }
    .main-navigation .menu-toggle{
        padding: 15px 18px;
    }
    .main-navigation .main-nav ul li a,
    .main-navigation.toggled .main-nav>ul{
        padding-block: 10px;
    }
	.main-navigation.toggled .main-nav>ul>li{
		margin-bottom: 10px;
	}
    .site-header .header-image {
        width: 154px;
    }
    .sections-header{
        margin: 0 auto 50px;
    }
    .has-inline-mobile-toggle #site-navigation.toggled{
        position: absolute;
        left: 0;
        width: 100%;
        top: 93px;
        margin: 0;
        background-color: #F9FAFC;
    }
    .main-navigation .inside-navigation{
        max-width: 100%;
        padding: 0 50px;
    }
}
@media (max-width: 991px) {
    .sections-space{
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .main-navigation .inside-navigation{
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .sections-space{
        padding: 50px 0;
    }
    .sections-header{
        margin: 0 auto 40px;
    }
}
@media (max-width: 480px) {
    .sections-space{
        padding: 40px 0;
    }
}
/**/

/* Footer */
.generate-back-to-top {
    border-radius: 40px;
}
.footer-widgets .gform_title{
  color: #D0D0D0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.footer-widgets form{
  display: flex;
    align-items: center;
    gap: 8px;
}
.footer-widgets form .gform-footer{
  margin: 0;
}
.footer-widgets .footer-widget-1 .widget_media_image img{
  width: 214px;
}
.footer-widgets .footer-widget-1{
  flex: 0 0 25%;/*33*/
}
.footer-widgets .footer-widget-1 p{
  max-width: 370px;
}
.footer-widgets .footer-widget-4{
  flex: 0 0 33%;/*40.7*/
}
.footer-widgets .footer-widget-4 .textwidget{
  max-width: 500px;
    margin-left: auto;
}
.footer-widgets .footer-widget-4 form .gform-body{
  flex: 1 1 0;
}
.footer-widgets .footer-widget-4 form .gform-body .gform_fields .ginput_container input{
  height: 52px;
    padding: 16px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #121213;
    font-size: 16px;
    line-height: 20px;
    border: 0;
}
.footer-widgets .footer-widget-4 form .gform-footer{
  flex: 0 0 122px;
}
body .footer-widgets .footer-widget-4 form .gform-footer .gform_button{
  width: 100% !important;
    border: 0 !important;
    height: 52px !important;
    background-color: var(--global-color-sky-blue) !important;
    color: var(--base-3) !important;
    transition: all 0.4s ease-in-out !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
body .footer-widgets .footer-widget-4 form .gform-footer .gform_button:hover, .contact-form-page .gform_footer input[type="submit"]:hover{
  background-color: var(--global-color-yellow) !important;
    color: var(--global-color-custom-black) !important;
}
.footer-widgets .footer-widget-4 form .gform-body .gform_fields .ginput_container input::-webkit-input-placeholder {
  color: #A8A8A8 !important;
}
.footer-widgets .footer-widget-4 form .gform-body .gform_fields .ginput_container input::-moz-placeholder {
  color: #A8A8A8 !important;
}
.footer-widgets .footer-widget-4 form .gform-body .gform_fields .ginput_container input:-ms-input-placeholder {
  color: #A8A8A8 !important;
}
.footer-widgets .footer-widget-4 form .gform-body .gform_fields .ginput_container input:-moz-placeholder {
  color: #A8A8A8 !important;
}
@media (max-width: 1199px) {
  .footer-widgets .inside-footer-widgets{
    flex-wrap: wrap;
  }
  .footer-widgets .footer-widget-1 {
      flex: 0 0 50%;
  }
  .footer-widgets .footer-widget-2,
  .footer-widgets .footer-widget-3 {
      flex: 0 0 25%;
  }
  .footer-widgets .footer-widget-4 {
      flex: 0 0 100%;
      margin-top: 30px;
  }
  .footer-widgets .footer-widget-4 .textwidget {
    margin-left: 0;
  }
  .footer-widgets .footer-widget-1 .widget_media_image img {
      width: 200px;
  }
}
@media (max-width: 768px) {
  .inside-footer-widgets {
      flex-direction: row;
  }
  .footer-widgets .footer-widget-1 {
      flex: 0 0 100%;
  }
  .footer-widgets .footer-widget-2,
  .footer-widgets .footer-widget-3 {
      flex: 0 0 100%;/*50*/
  }
  .footer-widgets .footer-widget-1 p {
      max-width: 100%;
  }
    .footer-widgets .footer-widget-4 {
      margin-top: 0;
  }
  .footer-widgets .gform_title{
    font-size: 18px;
  }
  .footer-widgets .footer-widget-1 .widget_media_image img {
      width: 180px;
  }
}
@media (max-width: 450px) {
  .footer-widgets .gform_title {
    font-size: 17px;
  }
  .footer-widgets form{
    flex-direction: column;
  }
  .footer-widgets .footer-widget-4 form .gform-body{
    width: 100%;
  }
  .footer-widgets .footer-widget-4 form .gform-footer {
      flex: 1 1 0;
      width: 100%;
  }
  .footer-widgets .footer-widget-1 .widget_media_image img {
      width: 160px;
  }
}
/* Footer End*/


/*Get Started Today*/
.get-started-today .sections-header h2{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 48px;
}
.get-started-today .sections-header{
    max-width: 650px;
    margin: 0 auto;
    color: #FFFFFF;
}
.get-started-today .sections-header .bt-btn:hover{
    background-color: #FFFFFF;
    color: var(--global-color-custom-black);
}
@media (max-width: 1024px){
    .get-started-today .sections-header h2{
        font-size: 42px;
    }
}
@media (max-width: 767px){
    .get-started-today .sections-header h2{
        font-size: 36px;
    }
}
@media (max-width: 575px){
    .get-started-today .sections-header h2{
        font-size: 32px;
    }
}
/**/


/*Blog 3 column sections*/
.bt-blog a,
.bt-blog picture{
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.bt-blog .bt-blog-img{
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.bt-blog .bt-blog-img img{
  vertical-align: top;
  width: 100%;
  aspect-ratio: 490 / 358;
    object-fit: cover;
}
.bt-blog .bt-blog-title h3{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.bt-blog .bt-blog-desc{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bt-blog .bt-blog-read-more{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 24px;
  transition: all .5s;
}
.bt-blog .bt-blog-read-more:hover path {
    fill: #F4AC57;
  transition: all .5s;
}
@media (max-width: 1024px){
    .bt-blog .bt-blog-title h3 {
        font-size: 22px;
    }
    .bt-blog .bt-blog-read-more {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .bt-blog .bt-blog-title h3 {
        font-size: 20px;
    }
    .bt-blog .bt-blog-desc {
        font-size: 14px;
    }
    .bt-blog .bt-blog-read-more {
        font-size: 16px;
    }
}
/*Blog End*/

/*Comman Site Space*/
body:not(.home, .page-template) .site.grid-container{
  padding: 50px 15px;
}
@media only screen and (max-width: 1199px){
  body:not(.home, .page-template) .site.grid-container{
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 991px){
  body:not(.home, .page-template) .site.grid-container{
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 768px){
  body:not(.home, .page-template) .site.grid-container{
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 575px){
  body:not(.home, .page-template) .site.grid-container{
    padding: 10px 30px;
  }
}
/*Comman Site Space*/

/*Site Entry header*/
.sections-entry-header{
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 70px 0;
}
.sections-entry-header::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(68, 106, 179, 0.96) 0%, rgba(29, 46, 77, 0.96) 100%);
    z-index: -1;
}
.sections-entry-header h1,
.error404 .sections-entry-header h2{
    color: #FFFFFF;
    font-size: 48px;
    max-width: 844px;
    margin-bottom: 30px;
}
.sections-entry-header p{
    font-size: 24px;
    font-weight: 400;
}
.sections-entry-header p:last-child{
    margin-bottom: 0;
}
.sections-entry-header p a{
    color: #FFFFFF;
}
.sections-entry-header p span{
    color: #F4AC57;
}
.blog .sections-entry-header .entry-header{
	margin: 0;
}
@media (max-width: 1024px){
	.sections-entry-header{
		padding: 50px 0;
	}
    .sections-entry-header p {
        font-size: 22px;
    }
    .sections-entry-header h1,
    .error404 .sections-entry-header h2{
        font-size: 42px;
    }
    .sections-entry-header p {
        font-size: 20px;
    }
}
@media (max-width: 767px){
	.sections-entry-header{
		padding: 40px 0;
	}
    .sections-entry-header h1,
    .error404 .sections-entry-header h2{
        font-size: 36px;
        margin-bottom: 20px;
    }
    .sections-entry-header p {
        font-size: 18px;
    }
}
@media (max-width: 575px){
    .sections-entry-header h1,
    .error404 .sections-entry-header h2{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .sections-entry-header p {
        font-size: 16px;
    }
}
/*Site Entry header End*/

/* Social icon In footer CSS */
.social-icon ul li a img {
    width: 100%;
    max-width: 32px;
    display: block;
}
.social-icon ul {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 12px;
}
.social-icon ul li {
    margin: 0;
}
/* Social icon In footer END CSS */


/*Right Sidebar*/
.inside-right-sidebar aside form label {
    flex: 0 0 calc(100% - 57px);
}
.widget-area .widget {
    border-radius: 12px;
}
.is-right-sidebar .tagcloud {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 4px;
}
.inside-right-sidebar .tagcloud a {
    font-size: 12px !important;
    background-color: #446AB3;
    border-radius: 50px;
    line-height: 1.4 !important;
    padding: 5px 14px;
    color: #fff !important;
    transition: all .5s;
}
.inside-right-sidebar .tagcloud a:hover {
    background: #F4AC57;
    color: #000 !important;
}
.sidebar .widget .widget-title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 24px;
}
body.search header.page-header {
    display: none;
}
.sidebar .widget a {
    font-weight: 500;
}
/*Right Sidebar HTML*/
.single-post .entry-meta{
	margin-bottom: .5em;
}
.single-post .entry-meta > span > time,
.blog .entry-meta > span > time{
	font-size: 16px;
    font-weight: 500;
}
