@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,700;1,600&family=Hammersmith+One&family=Lato:wght@700&family=Montserrat:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --main-color1: #0a4064;
    --main-color2: #f6c733;
    --main-color3: #80aed8;
    --white-color: #ffffff;
    --black-color: #000000;
}

body {
    font-family: 'Aleo', serif;
    font-family: 'Inter', sans-serif;
    /* font-family: 'Lato', sans-serif; */
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}

a {
    color: var(--main-color1);
}


/* Sign up css start  */

.signup_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}

.signup_content_box {
    width: 60%;
    padding: 0px 30px;
}

.signup_banner {
    width: 40%;
    height: 100vh;
    background: var(--main-color1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup_banner img {
    width: 67%;
    /* height: 100%; */
}

.signup_content {
    text-align: center;
}

.signup_content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 11px;
}

.signup_content .signup_subheading {
    font-weight: 500;
    font-size: 1.1rem;
    color: #323673;
}

.signup_form {
    width: 50%;
    margin: auto;
    margin-top: 30px;
}

.signup_form .form-control {
    padding: 10px 15px;
}

.signup_form .form-control:focus {
    border-color: #323673a6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(66 84 165 / 28%);
}

.signup_form button {
    width: 100%;
    background: var(--main-color1);
    border-color: var(--main-color1);
}

.signup_form button:hover {
    background: var(--main-color2);
    border-color: var(--main-color2);
}

.signup_policy {
    text-align: center;
    margin-top: 32px;
}

.signup_policy p {
    line-height: 32px;
}

.already_acc {
    text-align: center;
    margin-top: 40px;
}

.already_acc p {
    font-size: 1.2rem;
}

.already_acc p a {
    font-weight: 600;
    color: var(--main-color2);
}

.signup_policy p a {
    color: var(--main-color2);
    font-weight: 500;
}

/* Sign up Css End  */


/* Header css Start */

.web_logo {
    width: 250px;
}

.left_sidenav {
    float: right;
}

.left_sidenav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.left_sidenav ul li {
    list-style: none;
    padding: 26px 15px;
    margin-left: 10px;
}

.left_sidenav ul li a {
    padding: 10px 20px;
    background: #0a4064;
    color: #fff;
    border-radius: 50px;
}

/* Header Css End */

/* Home page start  */

.banner_section {
    background: var(--main-color2);
    padding: 60px 0px;
}

.banner_content h1 {
    line-height: 60px;
    letter-spacing: .5px;
    font-size: 3.5rem;
    color: var(--white-color);
    margin-bottom: 10px;
    font-weight: 700;
    font-family: system-ui;
}

.banner_content p {
    font-size: 1.2rem;
    line-height: 35px;
}

.banner_tagline {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.banner_content a {
    padding: 15px 25px;
    background: var(--white-color);
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 79px;
    margin-top: 10px;
    display: inline-block;
    color: var(--main-color1);
}

.banner_img img {
    width: 100%;
}




/* Home Page End  */

/* Footer CSS Start  */

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--main-color1);
}

.ftco-footer-social li a:hover {
    color: var(--white-color);
}
/* 
.form-control {
    height: 52px;
    background: var(--white-color);
    color: var(--black-color);
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
} */

.form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: inherit !important;
}

.block-21 .img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.block-21 .text .heading a {
    color: #000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    text-decoration: none;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
}

.ftco-section {
    padding: 12em 0;
    background: #f8f8f8;
}

.ftco-section h2 {
    margin-bottom: 0;
}

footer {
    padding: 4em 0;
}

.footer-01 {
    background: var(--main-color1);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.footer-01:after {
    position: absolute;
    top: -300px;
    left: -100px;
    width: 800px;
    height: 800px;
    content: '';
    background: url(../images/blob-shape.svg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: .05;
}

.footer-01 a {
    color: var(--main-color2);
}

.footer-01 p {
    color: rgba(255, 255, 255, 0.6);
}

.footer-01 .copyright {
    color: rgba(255, 255, 255, 0.3);
    color: #999999;
}

.footer-01 .footer-heading {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--white-color);
    position: relative;
}

.footer-01 .footer-heading:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 40px;
    height: 2px;
    background: var(--main-color2);
}

.footer-01 ul.list-unstyled li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-01 .block-21 .text .heading a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-01 .block-21 .meta>div a {
    color: var(--main-color2);
}

.footer-01 .block-23 ul li {
    color: rgba(255, 255, 255, 0.6);
}

.footer-01 .block-23 ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-01 .block-23 ul li .icon {
    color: rgba(255, 255, 255, 0.4);
}

.footer-01 .ftco-footer-social li a {
    background: var(--main-color2);
    color: var(--white-color);
}

.footer_sec {
    padding: 30px 0px;
    background: #efefef;
}

.footer_logo {
    width: 100%;
}

.footer_logo img {
    width: 100%;
}


.footer_navigation ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.footer_navigation ul li {
    padding-right: 20px;
    list-style: none;
    font-size: 1rem;
}

.social_media_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.social_media_icon a {
    display: inline-block;
    color: var(--main-color1);
    margin-right: 15px;
    font-size: 1.3rem;
}

/* Footer Css End  */


/* Product Css Start  */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--main-color1);
}

.all_features_btn {
    background-color: var(--main-color1);
    color: var(--white-color);
}

/* Product Css End  */

/* sets css Start  */

.section_heading {
    text-align: center;
    margin-bottom: 33px;
}

.sets_section {
    padding: 50px 0px;
    background: aliceblue;
}

.sets_img {
    width: 100%;
}

.sets_img img {
    width: 100%;
}

.set_box {
    display: flex;
    margin-bottom: 10px;
}

.set_box .sets_img {
    width: 7%;
    margin-right: 11px;
}

.sets_content {
    width: 83%;
}

.sets_content span {
    font-size: 1.2rem;
    margin-bottom: 7px;
    display: inline-block;
}

.sets_content p {
    color: #706a6a;
}



/* Sets Css End  */

/* FAQs CSS START */

.faq-section {
    background: #fdfdfd;
    padding: 50px 0;
}

.accordion .card {
	background: none;
	border: none;
}
.accordion .card .card-header {
	background: none;
	border: none;
	padding: .4rem 1rem;
	font-family: "Roboto", sans-serif;
}
.accordion .card-header h2 span {
	float: left;
	margin-top: 10px;
}
.accordion .card-header .btn {
	color: var(--main-color1);
	font-size: 1.04rem;
	text-align: left;
	position: relative;
	font-weight: 500;
	padding-left: 2rem;
    text-wrap: balance;
}
.accordion .card-header i {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 9px;
}
.accordion .card-header .btn:hover {
	color: var(--main-color2);
}
.accordion .card-body {
	color: #324353;
	padding: 0.5rem 3rem;
}

.accordion .highlight .btn {
	color: #74bd30;
}
.accordion .highlight i {
	transform: rotate(180deg);
}

section.start_free_trail_sec {
    background: var(--main-color1);
    padding: 60px 0px;
}

.footer_strip {
    text-align: center;
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.footer_strip h2 {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 49px
}

.footer_strip a {
    background: var(--white-color);
    padding: 15px 20px;
    display: inline-block;
    color: var(--main-color1);
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 53px;
    box-shadow: 6px 6px 0px 0px #f6c733;
}
/* 

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}


.faq-title p {
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 100%;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: var(--main-color1);
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq-section {
        background: #fdfdfd;
        padding: 10px 0;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }

    .sucessSec {
        padding: 10px 0;

    }

    .imagDiv {
        height: inherit;
        width: inherit;

    }
}

.faq_sec {
    background-color: aliceblue !important;
}

.faq_sec1 {
    background-color: aliceblue !important;
}

.faq_sec .card-body p {
    color: var(--main-color1) !important;
    border-radius: 0px 30px 3px 30px;
}

.cross_line {
    color: #fb4b98 !important;
}

.cross_line1 {
    color: #926eeb !important;
}

.cross_line2 {
    color: #ef8c55 !important;
}

.sucessSec {
    padding: 60px 0;

}

.imagDiv {
    height: inherit;
    width: inherit;

} */

/* Faq's CSS END     */

/* support css Start  */

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
  }
  
  .sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-color1);
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom:18px;
  }
  
  .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:var(--main-color2);
  }
  
  .sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
  }
  
  .sec-title.light h2{
    color: #ffffff;
  }
  
  .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
  }
  
  .list-style-one{
    position:relative;
    list-style: none;
  }
  
  .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
  }
  
  .list-style-one li:before {
      content: "\f058";
      position: absolute;
      left: 0;
      top: 0px;
      display: block;
      font-size: 18px;
      padding: 0px;
      color: var(--main-color1);
      font-weight: 600;
      -moz-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1.6;
      font-family: "Font Awesome 5 Free";
  }
  
  .list-style-one li a:hover{
    color: #44bce2;
  }
  
  .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: var(--main-color1);
  }
  
  .btn-style-one:hover{
    background-color: #001e57;
    color: #ffffff;
  }
  .about-section{
    position: relative;
    padding: 120px 0 70px;
  }
  
  .about-section .sec-title{
    margin-bottom: 45px;
  }
  
  .about-section .content-column{
    position: relative;
    margin-bottom: 50px;
  }
  
  .about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
  }
  
  .about-section .text{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
  }
  
  .about-section .list-style-one{
    margin-bottom: 45px;
  }
  
  .about-section .btn-box{
    position: relative;
  }
  
  .about-section .btn-box a{
    padding: 15px 50px;
  }
  
  .about-section .image-column{
    position: relative;
  }
  
  .about-section .image-column .text-layer{
      position: absolute;
      right: -110px;
      top: 50%;
      font-size: 325px;
      line-height: 1em;
      color: #ffffff;
      margin-top: -175px;
      font-weight: 500;
  }
  
  .about-section .image-column .inner-column{
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
  }
  
  .about-section .image-column .inner-column:before{
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
  }
  
  .about-section .image-column .image-1{
    position: relative;
  }
  
  .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
  }
  
  .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
  }
  
  .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .about-section .image-column .video-link .link:hover{
    background-color: #191e34;
    color: #fff;
  }



.client {
	padding:2em 0em;
	background-color: aliceblue;

}
.bx-controls {
	position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
    /* zoom: 1;
    display: inline; */
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px #ccc !important;
    border: 5px solid aliceblue !important;
    background: aliceblue !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0px !important;
}

.slide{
    background-color: #fff;
}
/* support  css end  */

.why_dwd_heading {
    text-align: center;
    margin-bottom: 45px;
}

.why_dwd_heading h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--main-color1);
}
