/** * Template Name: Moderna - v4.0.1 * Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/ * Author: BootstrapMade.com * License: https://bootstrapmade.com/license/ */
/*-------------------------------------------------------------- # General --------------------------------------------------------------*/
/*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/
@charset "UTF-8";
.confirm-block-text, .copyright, .email-header, .slick-dots, .text-center {
    text-align: center 
}
*, .slick-slider {
    box-sizing: border-box 
}
:root {
    --blue : #007bff;
    --indigo : #6610f2;
    --purple : #6f42c1;
    --pink : #e83e8c;
    --red : #dc3545;
    --orange : #fd7e14;
    --yellow : #ffc107;
    --green : #28a745;
    --teal : #20c997;
    --cyan : #17a2b8;
    --gray : #6c757d;
    --gray-dark : #343a40;
    --secondary : #6c757d;
    --success : #28a745;
    --info : #17a2b8;
    --warning : #ffc107;
    --danger : #dc3545;
    --light : #f8f9fa;
    --dark : #343a40;
    --font-family-sans-serif: 'roboto', sans-serif;
    --white : #FFF;
    --primary : #0786FF;
    --sec : #030303;
    --txt : #495B7E;
    --breakpoint-xs : 0;
    --breakpoint-sm : 576px;
    --breakpoint-md : 768px;
    --breakpoint-lg : 992px;
    --breakpoint-xl : 1200px 
}
body {
    margin : 0;
    /*font-family : 'Inter', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-size : 1rem;
    font-weight : 500;
    line-height : 1.5;
    color : #212529;
    text-align : left;
    background-color: #fff;
}
*, h1, h2, h3, h4, h5, h6, ul {
    margin : 0;
    padding: 0 
}
img {
    display : block;
    max-width: 100% 
}
a {
    text-decoration: none 
}
ul {
    list-style: none 
}
p{
    font-size: 16px;
    font-weight: 400;
}
/*.wp-full-width-container {
    width : 100%;
    max-width: 1200px;
    margin : 0 auto 
}*/

@media (max-width:767px) {
    /*.container {
        margin: 0 16px;
        width : auto 
   }*/
   .wp-section-part {
    margin: 20px 0 0;
   }



}
@media (max-width:1024px) and (min-width:768px) {
    /*.container {
        margin: 0 32px;
        width : auto 
   }*/
}
@media only screen and (max-device-width:1366px) and (min-device-width:1024px) and (orientation:portrait) {
    /*.container {
        margin: 0 48px;
        width : auto 
   }*/
}
.header {
    background-color: #FFF;
    box-shadow : 0 0 1px solid var(--primary);
    height : 82px;
    position : sticky;
    top : 0;
    z-index : 100;
}
@media (max-width:991px) {
    .header {
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        height : 56px;
   }
    .header .header__nav {
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        width : 100%; 
   }
    .header .header__nav .navbar-collapse {
        padding: 10px;
   }
    .header .header__nav .navbar-nav {
        margin-bottom: 30px;
   }
    .header .header__nav .navbar-right {
        margin-bottom: 20px;
   }
}
.header .header__nav .nav-link {
    color : var(--sec);
    font-size: 16px;
}
.header .header__nav .nav-link:active, .header .header__nav .nav-link:focus, .header .header__nav .nav-link:hover {
    color: var(--primary) 
}
@media (min-width:992px) {
    .header .header__nav {
        padding: 20px 30px 
   }
    .header .header__nav .nav-link {
        padding-left : 12px;
        padding-right: 12px 
   }
    .header .header__nav .navbar-brand {
        margin-right: 40px 
   }
}
.header__search-btn {
    z-index: 90 
}
.header__search-icon {
    height : 40px;
    object-fit: contain;
    width : 40px 
}
.header__search-grid {
    display : grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap : 30px 
}
.header__search .search-form .form-group input.form-control::-webkit-input-placeholder {
    color : var(--primary);
    display: none;
    opacity: .6 
}
.header__search .search-form .form-group input.form-control::-moz-placeholder {
    color : var(--primary);
    display: none;
    opacity: .6 
}
.header__search .navbar-right {
    min-width: 100% 
}
.header__search .navbar-right form {
    width: 100% 
}
.header__search .form-group {
    position : relative;
    width : 0;
    min-width : 40px;
    height : 40px;
    overflow : hidden;
    transition : width 1s;
    backface-visibility: hidden;
}
.header__search .form-group input.form-control {
    color : var(--primary);
    position: absolute;
    top : 0;
    right : 0;
    outline : 0;
    width : 100%;
    height : 40px;
    margin : 0;
    z-index : 10 
}
.header__search input[type=text].form-control {
    -webkit-appearence : none;
    -webkit-border-radius: 0;
}
.header__search .form-control-submit, .header__search .search-label {
    width : 40px;
    height : 40px;
    position : absolute;
    right : 0;
    top : 0;
    padding : 0;
    margin : 0;
    text-align : center;
    cursor : pointer;
    line-height: 40px;
    background : #FFF 
}
.header__search .form-control-submit {
    background: var(--primary);
    color : var(--white);
    opacity : 1;
    border : none;
    outline : 0;
    z-index : -1 
}
.header__search .search-label {
    z-index: 90 
}
.header__search .form-group.sb-search-open, .header__search .no-js .sb-search-open {
    width: 100% 
}
.header__search .form-group.sb-search-open .search-label, .header__search .no-js .sb-search .search-label {
    background: var(--primary);
    color : var(--white);
    z-index : 11 
}
.footer__item.has-active .footer__link, .header__btn-login {
    color: var(--primary) !important: 
}
.header__search .form-group.sb-search-open .form-control-submit, .header__search .no-js .form-control .form-control-submit {
    z-index: 90 
}
.header__search .form-control, .header__search .form-control-submit {
    border: 2px solid var(--primary) 
}
@media (min-width:992px) {
    .header__search {
        display: flex 
   }
    .header__search .navbar-right {
        margin-right: 40px;
        min-width : 190px 
   }
    .header__search .search-form {
        display : flex;
        justify-content: flex-end 
   }
    .header .navbar__logo {
        height : 36px;
        max-width: initial;
   }
    .header .navbar-expand-lg .navbar-nav {
        justify-content: space-evenly;
        width : 75%;
   }
}
.header__btn-login {
    font-size: 18px 
}
.header__btn-signup {
    border-radius: 8px;
    font-size : 18px;
    min-width : 120px 
}
.footer-copy, .footer__link {
    font-size : 16px;
    line-height: 1.2 
}
@media (max-width:991px) {
    .header__search {
        width: 100% 
   }
    .header__search-grid {
        justify-content: space-between 
   }
    .header .navbar__logo {
        height: 26px 
   }
}
.footer {
    background-color: #061E3D;
    border-bottom : 1px solid #979797;
    font-size : 16px;
    color : #A0A9B5 !important;
    padding : 42px 0;
}
.footer__list {
    margin-bottom: 24px 
}
.footer__item {
    margin-right: 40px 
}
.footer__link {
    color : #A0A9B5 !important;
    font-size : 16px;
    padding-left : 2px;
    padding-right: 2px;
    white-space : nowrap 
}
.footer__link:active, .footer__link:focus, .footer__link:hover {
    color : #0786FF;
    text-decoration: none;
}
.footer-copy {
    color: #A0A9B5 !important;
}
.footer-copy__txt, .section__ttl {
    color: #FFF;
}
.footer-social__link {
    padding-left : 8px;
    padding-right: 8px 
}
.footer-social__link:first-child {
    padding-left: 0 
}
.footer-social__link:last-child {
    padding-right: 0 
}
.footer-social__icon {
    height : 20px;
    object-fit: contain;
    width : 20px 
}
@media (min-width:992px) {
    .footer-social {
        justify-content: flex-end 
   }
}
@media (max-width:991px) {
    .footer {
        padding: 20px 0 
   }
    .footer__list {
        flex-wrap : nowrap;
        margin-left : -15px;
        margin-right : -15px;
        margin-bottom: 16px;
        overflow : scroll 
   }
    .footer__list::-webkit-scrollbar {
        display: none 
   }
    .footer__item {
        margin-right: 10px 
   }
    .footer__link {
        font-size : 14px;
        padding-left : 15px;
        padding-right: 15px 
   }
    .footer-copy {
        font-size : 13px;
        margin-bottom: 20px 
   }
}
/*-------------------------------------------------------------- # Why Us --------------------------------------------------------------*/
.why-us {
    background-color: #E8F1FF;
    padding : 42px 0;
}
.why-us__ttl {
    color : #030303;
    font-size : 20px;
    font-weight: 700;
    line-height: 1.3;
}
.why-us__btn {
    background-image: linear-gradient(180deg, #329BFF 0, #0174E2 100%);
    box-shadow : 0 0 6px 0 #0786ff;
    border-radius : 4px;
}
.why-us__clr {
    color: #0786FF;
}
@media (min-width: 1024px) {
    .why-us {
        padding: 58px 0;
   }
    .why-us__ttl {
        font-size: 40px;
   }
    .why-us__btn {
        min-width: 232px;
   }
}
@media (max-width: 768px) {
    .why-us__ttl {
        margin-bottom: 30px;
   }
}
/* ----------------------------------------- */
/*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/
.hero {
    width : 100%;
   /* height : 70vh;
    */
    margin-bottom : 50px;
    overflow : hidden;
    position : relative;
}
.hero .carousel {
    width: 100%;
}
.hero .carousel-container {
    position: absolute;
    top : 100px;
    left : 100px;
}
.hero .carousel-item {
    display: block;
    z-index: 6;
}
.hero h2 {
    color : #000000;
    margin-bottom: 20px;
    font-size : 34px;
    font-weight : 500;
}
.hero p {
    font-size : 20px;
    -webkit-animation-delay: 0.4s;
    animation-delay : 0.4s;
    font-weight : 400;
    color : #495B7E;
}
.hero__img__parent{
    display: flex;
    justify-content: flex-end;
}
.hero__img {
    background     : url("../images/wordpress/wp-integration-bg.png") no-repeat #FFF;
    background-size: 100%;
    height         : 500px;
    top            : 60px;
    right          : 0;
    object-fit: cover;
}
.wp-round-bg{
    background     : url("../images/wordpress/round-bg.png") no-repeat #FFF;
    background-position-y: top;
    background-position-x: right;
    padding: 70px 100px 0 0;
    background-size: 40%;
    object-fit: cover;
}
.wp-tail-bg{
    background     : url("../images/wordpress/tail-bg.png") no-repeat #FFF;
    background-position-y: 5px;
    background-position-x: left;
    padding: 10% 0 0px 10%;
    background-size: 36%;
    object-fit: cover;
}
.hero__img img {
    position: absolute;
    top: 75px;
}
.actions{
    width: 100%;
}
.actions a{
    width: 100% !important;
    min-width: unset;
}
.trial{
    color:#798AAD;
    font-size : 17px;
}
.themeblock{
    color: #ffffff;
}
@media (min-width: 1024px) {
    .hero {
        margin-bottom: 30px;
   }
    .hero .carousel-control-prev, .hero .carousel-control-next {
        width: 5%;
   }
    .hero .carousel-container {
        bottom: 0;
        right : 0;
        width: 75%;
        max-width: 730px;
   }
}
@media (max-width: 991px) {
    .hero .carousel-container {
        position: unset;
    }
    .hero{
        overflow: visible;
    }
    .hero__img {
        height: 70vh;
   }
    .hero .carousel-container {
        display : flex;
        flex-direction : column;
        align-items : center;
        justify-content: center;
        margin: 20px;
        padding : 0 30px;
   }
   /*.hero__img img {
        width: 85%;
    }
    .hero .carousel-container {
        top: 85%;
        padding: 0 0px 0 10px;
    }
    .hero .actions{
        margin-top: 10px !important;
        margin-bottom: 200px;
    }*/
    
}
@media (max-width: 575px) {
    .hero h2 {
        font-size : 30px;
        margin-bottom: 16px;
   }
    .hero p {
        font-size: 16px;
   }
    .hero__img {
        height: 60vh;
   }
   .trial {
        margin-top: 10px;
    }    
    .themeblock img {
        width: 75%;
    }
    .wp-integrations .row {
        margin-left: 0px;
    }

}
@media (max-width: 480px) {
   .trial {
        text-align: center;
    }
    .hero__img {
        height: 64vh;
    }
    .wp-integrations .row {
        margin-left: 0px;
    }

}
@media (max-width: 414px) {
    .hero__img {
            height: 50vh;
       }
}
/* ------------------------------------------ */
.section {
    margin-bottom: 30px 
}
.section__ttl {
    color : #000;
    font-size : 20px;
    font-weight : 700;
    line-height : 1.2;
    margin-bottom: 20px 
}
.section__txt {
    color : #495B7E;
   ;
    font-size : 15px;
    line-height : 1.5;
    margin-bottom: 20px 
}
@media (min-width:992px) {
    .section {
        margin-bottom: 60px;
   }
    .section__ttl, .featurette-heading {
        font-size: 32px;
        font-weight: 500;
   }
    .section__txt {
        font-size : 20px;
        margin-bottom: 40px;
   }
}
/*-------------------------------------------------------------- # Our Services --------------------------------------------------------------*/
.services {
    margin-bottom: 60px;
}
.services__ttl {
    color : #030303;
    font-weight : 600;
    margin-bottom: 12px;
    font-size : 24px;
}
.services__subttl {
    color : #495B7E;
    font-size : 16px;
    line-height: 28px;
}
.services__card, .services__card2, .services__card3 {
    background : #fff;
    border : 1px solid rgba(0, 0, 0, 0.1);
    color : #030303;
    margin-bottom: 16px;
    padding : 24px 20px;
    position : relative;
    border-radius: 12px;
    line-height : 26px;
    transition : all 0.3s ease-in-out;
}
.services__card:hover, .services__card:active, .services__card:focus {
    box-shadow: 0 0 24px 0 rgba(139, 155, 178, 0.20);
}
.services__card3{
    cursor: pointer;
}
.services__card3.active{
    box-shadow: 0 0 24px 0 rgba(139, 155, 178, 0.20);
    border : 1px solid rgba(0, 123, 254, 1);
}
.services__icon3{
    display: block;
    max-height: 375px;
    margin-bottom: 15px;
    width: 100%;
    object-fit: fill;
}
.services__icon2{
    display: block;
    margin-bottom: 15px;
    width: 100%;
    object-fit: fill;
}
.services__icon {
    display : block;
    height : 40px;
    margin-bottom: 15px;
    width : 40px;
}
.services__title {
    color : #030303;
    font-weight : 500;
    margin-bottom: 15px;
    font-size : 18px;
}
.services__desc {
    color : #495B7E;
    font-size : 14px;
    line-height: 28px;
}
.services__clr {
    color: #0786FF;
}
@media (min-width: 1024px) {
    .services {
        margin-bottom: 84px;
   }
    .services__card {
        padding: 28px 32px;
   }
    .services__title {
        font-size: 32px;
   }
    .services__desc {
        font-size: 16px;
   }
    .services__ttl {
        font-size: 40px;
   }
    .services__subttl {
        font-size: 18px;
   }
}
@media (max-width: 768px) {
    .services__card {
        box-shadow: 0 0 24px 0 rgba(139, 155, 178, 0.20);
    }   
    .themeblock img {
        width: 75%;
    }
    .themeblock-content {
        padding: 5%;
    }
}
.themeblock{
    position: relative;
}
.themeblock::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E5F1FF;
    content: "";
    z-index: -1;
    top: 0;
    background     : url("../images/wordpress/wp-theme-bg.png") no-repeat #E5F1FF;
    background-repeat: repeat-y;
    background-size: 100%;
    object-fit: cover;
}
/* integrations */
.integration{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.integration.content{
    display: grid;
}
.integration.image{
}


/* steps */
.step{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 16px;
}
.stepTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px !important;
  width: 64px !important;
  border: 1px solid #C4D3E8;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}