@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*Heading*/
h1,h2,h3,h4,h5,h6{
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Oswald", sans-serif !important;
    text-transform: uppercase;

}

p{
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   line-height: 1.5em !important;

}

/*Link*/
a:hover {
    color: #1457e7;
}

/*custom color*/
.dark-text-color{
    color: #000;
}

.light-text-color{
    color: #fff;
}

/*Subheading*/
.subheading {
    color: #c1d72d !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif !important;
    font-weight: 700;
    font-size: 25px;
}

/*Home Slider*/
.home-slider .swiper-slide-inner {
    width: 1250px;
}


p.slide-p {
    width: 75%;
}


/*Slider Arrows*/
.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next {
    background: #1457e7;
    padding: 5px;
    font-size: 35px;
}

@media only screen and (min-width:1025px){

/*Desktop Headings*/

h1{
    font-size: 55px !important;
    line-height: 1.2em !important;
}

h2{
    font-size: 45px !important;
    line-height: 1.3em !important;
}

h3{
    font-size: 35px !important;
    line-height: 1.3em !important;
}

h4{
    font-size: 20px !important;
    line-height: 1.3em !important;
}


/*Single Post*/
.main-banner-post h1{
    font-size: 45px !important;
}

.main-post-content h2 {
    font-size: 37px !important;
}
}

/*Mobile*/

@media only screen and (min-width:240px) and (max-width:767px) {

/*Headings*/

h1{
    font-size: 32px !important;
    line-height: 1.2em !important;
}

h2{
    font-size: 28px !important;
    line-height: 1.3em !important;
}

h3{
    font-size: 24px !important;
    line-height: 1.3em !important;
}

h4{
    font-size: 20px !important;
    line-height: 1.3em !important;
}

/*main banner*/
.main-banner {
    margin-top: 0px !important;
}

/*service sec*/
.home-service-sec .service-icon {
    top: -50px !important;
    right: 20px !important;
}

/*button*/
.elementor-button {
    font-size: 14px !important;
    font-weight: 600 !important;
}
}


/*Button*/
.elementor-button {
    background: #1457e7 !important;
    border: none !important;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700 !important;
    padding: 22px 35px;
    border-radius: 0;
    line-height: 1.5em;
}

/*form placeholder*/
.newsletter-sec ::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff !important;
}

.newsletter-sec ::placeholder {
    color: #fff !important;
}

/*rating*/
.rating {
    margin-top: 0px;
    margin-bottom: 10px;
}

/*Home Services*/
.home-service-sec figure.elementor-image-box-img {
    background: #1457e7;
}

/*Home intro sec*/
.home-intro-sec h4 {
    font-size: 25px !important;
}

.home-service-sec .elementor-image-box-img {
    margin-bottom: 0px !important;
}

.home-service-sec figure.elementor-image-box-img img {
    width: 100%;
    max-width: 100%;
}

.home-service-sec .elementor-widget-image-box .elementor-image-box-content {
    padding: 40px 40px 40px;
}

.home-service-sec .service-icon {
    background: #1457e7;
    position: absolute;
    top: -70px;
    right: 25px;
    width: 70px !important;
    height: auto;
    padding: 10px;
}

.home-service-sec .service-col{
    position: relative;
}

.home-service-sec .service-col .elementor-widget-image img {
    width: 100%;
    border-bottom: 8px solid #1457e7;
}

.home-service-sec .elementor-widget-image-box::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #000000!important;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/*Main Banner*/
.main-banner {
    margin-top: -68px;
}

/*logo*/
.header-logo {
    position: absolute !important;
    background: #fff !important;
    padding: 10px !important;
    top: -25px !important;
    z-index: 3 !important;
}

/*Sticky Header*/
.main-header .elementor-sticky--active {
    background: #05039c !important;
}

.main-header .elementor-sticky--active .main-sticky-logo{
    display: block!important;
}

.elementor-sticky.elementor-sticky--effects.elementor-sticky--active .elementor-element-d8d271b, .elementor-sticky.elementor-sticky--effects.elementor-sticky--active .elementor-element-3c375be{
    border-color: #05039c !important;
    background-color: #05039c !important;
}

/*.elementor-sticky.elementor-sticky--effects.elementor-sticky--active .main-logo img {
    max-width: 60% !important;
    background: #fff;
    padding: 10px;
}*/

/*testimonial section*/
.testimonial-sec .elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    margin-bottom: 10px;
}

/*Placeholder*/

::placeholder {
  color: #000 !important;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000 !important;
}

/*post read more*/
.blog-sec h3.elementor-post__title {
    line-height: 1em !important;
}

a.elementor-post__read-more {
    background: #1457e7;
    padding: 15px 35px;
    text-transform: capitalize !important;
}

.blog-sec .elementor-post__thumbnail__link {
    margin-bottom: 0px;
}

/*Single Post*/
.main-banner-post a{
    color: #fff !important;
}

.main-post-content h3{
    margin-bottom: 15px;
}

.main-post-content hr{
    margin-bottom: 10px
}

.main-post-content .elementor-widget-theme-post-featured-image img {
    width: 100% !important;
}

/*Sticky Header Logo*/
.main-header .main-sticky-logo{
    display: none;
}

.main-header .main-sticky-logo img {
    background: #fff !important;
    padding: 10px !important;
}@media only screen and (max-width: 768px) {
  #close-icon {
    display: flex !important;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    z-index: 999999 !important;
    background-color: #1457e7 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
  }

  #close-icon img {
    filter: invert(0%) brightness(200%);
    height: 24px !important;
    width: 24px !important;
  }
}
