@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');
:root {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3,
h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    color: #072366;
    font-style: normal;
}
a {
    text-decoration: none;
    color: inherit;
    outline-style: none;
}
.btn {
    display: inline-flex;
    font-size: 1.125rem;
    color: white;
    text-transform: capitalize;
    background-color: #5172F5;
    padding: 16px 40px;
    border-radius: 100px;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.mt-0 {
    margin-top: 0;
}
#topbar {
    position: fixed;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 15, 73, 0.212);
    z-index: 100;
}
#topbar .logo {
    margin: 0 40px;
}
.navbar {
    margin: 0 auto 0 0;
}
#topbar #active {
    border-bottom: 3px solid #6785FF;
    padding: 33px 16px 30px;
}
#topbar .navbar a {
    position: relative;
    padding: 33px 16px;
    margin: 0 5px;
    font-size: 1rem;
    color: #0d2d3e;
    font-weight: 700;
}
#topbar .navbar a::before {
    content: " ";
    width: 0;
    height: 3px;
    background-color: #6785FF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: width .3s;
}
#topbar .navbar a:not(#active):hover::before {
    width: 100%;
}
.topbar-left {
    display: flex;
    align-items: center;
}
.topbar-left a {
    border-left: 2px solid #eee;
    padding: 0 17px 0 13px;
    margin: 0 10px;
    color: #6785ff;
    font-size: 1.25rem;
    font-weight: 600;
}
.topbar-right {
    display: flex;
    align-items: center;
    padding: 0px 25px;
    background-color: #6785ff;
    height: 100%;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}
#header {
    height: 765px;
    margin: 90px 0 0;
    background-image: url("../image/header_bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    
}
#header::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 15, 73, 0.212);
}
.header-des {
    color: #fff;
    position: relative;
}
.header-des h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 29px;
    text-transform: capitalize;
}
.header-des p {
    font-size:1.6875rem;
    margin-bottom: 50px;
    font-weight: normal;
}
#header .btn {
    position: relative;
}
#top-icon i{
    padding:10px;
    color: white;
    background-color: #6785FF;
    border-radius: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
}
#process {
    padding: 100px 0 50px;
}
.btn2 {
    text-align: center;
}
.btn2 span{
    padding: 5px 17px;
    background-color: #F0F3FF;
    border-radius: 100px;
    text-transform: capitalize;
    color: #53a6ff;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: -0.5px;
}
.btn2 h2 {
    margin: 30px auto 50px;
    font-size: 40px;
    display: block;
    font-weight: 600;
}
.process-slide {
    display: flex;
    text-align: center;
}
.process-des h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 21px auto;
    display: block;
    text-transform: capitalize;
}
.process-des p {
    color: #57667e;
    font-size: 16px;
    line-height: 1.875rem;
    font-weight: normal;
}
#hr {
    border-top: 1px solid  #DEE2E6;
}
#services {
    padding: 70px 0;
}
.services-img .img-one, .img-two{
    display: flex;
    height: 562px;
}
.cloth img {
    width: 550px;
}
.cloth-des {
    background-image: url("../image/xoffers2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}
.cloth-des p {
    padding: 0 100px;
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: normal;
}
.cloth-des h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 21px auto;
    display: block;
    text-transform: capitalize;
}
#call {
    width: 100%;
    height: 238px;
    background-image: url("../image/section_bg01.png.webp");
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    display: flex;
    padding: 0 70px 0 35px;
    justify-content: space-between;
    align-items: center;
}
#call .call-left h2{
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
#call .call-left p {
    font-size: 1.125rem;
}
.call-right .btn img {
    padding: 0 15px 0 0;
}
.call-right .btn span {
    color:white;
    font-size: 18px;
}
#rupaya {
    padding: 100px 0 30px;
    text-align: center;
}
.rupaya-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.rupaya-img img:not(:nth-child(2)) {
    width: 50px;
    filter: opacity(0.5);
}
.rupaya-des p{
    color: #1d2547;
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: normal;
}
.rupaya-des span {
    font-size: 18px;
    color: #fbba42;
    letter-spacing: -1.3px;
}
.rupaya-des p:last-child {
    color: #1d2547;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 100px;
}
.between-icon {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 1100px;
    font-size: 40px;
    font-weight: 200;
    cursor: pointer;
}
.achievement-end {
    margin-top: 30px;
}
.achievement-des h3 {
    color: #6785ff;
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 10px;
}
.achievement-des p {
    color: #57667e;
    line-height: 25px;
}
.achievement-des:nth-child(2) p {
    margin: 0 25px;
}
.achievement {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
#achievement {
    padding: 70px 0 50px;
}
#company {
    display: flex;
    margin-top: 70px;
}
.company-img img {
    width: 570px;
}
.company-des {
    width: 375px;
    padding-left: 70px;
    display: flex;
    align-items: center;
}
.company-des h2 {
    font-size: 2.5rem;
    font-weight: 600;
}
.company-des p {
    color: #10285d;
    font-size: 1rem;
    line-height: 30px;
    margin: 20px 0;
    font-weight: normal;
}
.map img {
    width: 100%;
    height: 375px;
    margin-top: 130px;
}
#bottombar {
    display: flex;
    padding: 100px 0;
    justify-content: space-between;
}
.one {
    width: 315px;
}
.one-des p {
    color: #646d77;
    font-size: 14px;
    margin: 30px auto 45px;
    line-height: 1.8;
    font-weight: normal;
}
.one-icon i {
    padding: 10px;
    margin: 0 5px;
    background-color: #F0F3FF;
    border-radius: 100px;
    text-transform: capitalize;
    color: #53a6ff;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: -0.5px;
    transition: background-color .3s, color .3s;
}
.one-icon i:hover {
    color: #fff;
    background: #6785ff;
}
.two {
    width: 300px;
}
.two h3 {
    color: #1d2547;
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 600;
}
.two a {
    display: block;
}
.two a {
    color: #646d77;
    font-weight: 300;
    font-size: 0.875rem;
    margin-bottom: 15px;
    letter-spacing: .1px;
}
.three {
    width: 300px;
}
.three h3 {
    color: #1d2547;
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 600;
}
.three a:nth-child(2){
    font-size: 1.625rem;
    color: #6785ff;
    font-weight:300;
}
.three a:nth-child(3){
    color: #646d77;
    font-weight: 300;
    font-size: 0.875rem;
    display: block;
    padding: 30px 0 20px;
}
.three a:nth-child(4){
    color: #646d77;
    font-weight: 300;
    font-size: 0.875rem;
    display: block;
}
.two a, .three a {
    transition: color .3s;
}
.two a:hover, .three a:hover {
    color: #6785ff;
}
#topbar-end {
    height: 114px;
    background-image: url("../image/download\ \(1\).webp");
    background-repeat: no-repeat;
    background-size: cover;
}
#topbar-end {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}
#topbar-end p, span{
    color: #1d2547;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .1px;
}
#topbar-end span a{
    color: #6785ff;
}

/* Hero */
#hero {
    margin-top: 90px;
    height: 400px;
    display: flex;
    align-items: center;
    background-image: url("../image/hero_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    position: relative;
}
#hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right,rgba(29,37,70,.78), transparent);
}
#hero h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
}
.diveder {
    border-bottom: 1px solid #dee2e6;
    margin: 30px auto 50px;
}

/* Article */
.article {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 50px;
}
.article .figure img {
    width: 100%;
}
.article .content {
    position: relative;
    padding: 50px 40px 10px;
}
.article .content .date {
    background-color: #6785ff;
    display: inline-flex;
    flex-flow: column wrap;
    padding: 15px 30px;
    color: white;
    border-radius: 6px;
    position: absolute;
    top: -70px;
    left: 40px;
    transition: all .3s;
}
.article .content .date span {
    color: white;
    transition: alln .3s;
}
.article .date:hover {
    background-color: transparent;
}
.article .date:hover span {
    color: #6785FF;
}
.article .date > * {
    width: 100%;
}
.article .date > *:first-child {
    font-size: 1.875rem;
    font-weight: 600;
    font-family: "Ralewey", sans-serif;
}
.article .date > *:last-child {
    font-size: 1.125rem;
}
.article .title {
    margin-bottom: 20px;
}
.article .title:hover {
    color: #6785FF;
}
.article .footer {
    padding: 10px 40px 40px;
    font-size: 0.875rem;
    color: #999;
    display: flex;
}
.article .footer a span {
    color: #999;
}
.article .footer a span:hover {
    color: #6785FF;
}
.article .footer a:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #999;
}
/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 130px;
}
.pagination span {
    font-size: 1.75rem;
    font-weight: 400;
}
.pagination > * {
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    margin: 0 5px;
    border: 1px solid #f0e9ff;
    color: #8a8a8a;
    background-color: white;
    transition: box-shadow .3s;
}
.pagination > *.active {
    background-color: #fbf9ff;
}
.pagination > *:hover {
    color: #6785ff;
    background-color: white;
}
.pagination > *:focus {
    box-shadow: 0 0 0 2px rgba(103, 133, 255, .3);
}

/* Sidebar-box */
.sidebar_box {
    padding: 30px 28px;
    background-color: #fbf9ff;
    margin-bottom: 30px;
}
.sidebar_box .title {
    font-size: 1.25rem;
    color: #2d2d2d;
    text-transform: capitalize;
    border-bottom: 1px solid #f0e9ff;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 500;
}
/* Form */
.form .form-control {
    display: flex;
}
.form .form-control 
input:not([type="submit"], [type="button"], [type="reset"]){
    flex-grow: 1;
    flex-shrink: 1;
}
.form-control input {
    padding: 15px 20px;
    border-style: none;
    color:inherit;
    font-size: 0.875rem;
    color: inherit;
    border: 1px solid rgb(223, 223, 223);
}
.form-control .button{
    cursor: pointer;
    border-style: none;
    background-color: #6785FF;
    padding: 0 13px;
}
.form-control .button span {
    color: white;
    font-size: 1rem
}
.form input, button{
    outline-style: none;
}
.form .blog_btn {
    display: inline-flex;
    font-size: 13px;
    letter-spacing: 1px;
    color: #5172F5;
    text-transform: uppercase;
    border:1px solid #5172F5;
    padding: 20px 40px;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    font-family: inherit;
    cursor: pointer;
    transition: all .3s
}
.form .blog_btn:hover,
.form .blog_btn:focus {
    background-color: #5172F5;
    color: white;
}
.sidebar_box .list {
    list-style: none;
}
.sidebar_box .list li {
    border-bottom: 1px solid #dee2e6;
    padding: 20px 0;
    color: #10285d;
}
.sidebar_box .list .active {
    color: #6785FF;
}
.sidebar_box .list li a:hover {
    color: #6785ff;
}
.sidebar_box .list li:last-child {
    border: 0;
}
.sidebar_box .sidebar_article {
    display: flex;
    align-items: center;
    margin: 20px auto;
}

/* Sidebar article */
.sidebar_article div {
    padding: 0 20px;
}
.sidebar_article h3 {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all .3s linear;
    cursor: pointer;
}
.sidebar_article h3:hover {
    color: #6785FF;
}
.sidebar_article p {
    font-size: 0.875rem;
}

/* Tag list */
.tag-list {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 -4px;
}
.tag-list a {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 4px 20px;
    font-size: 0.8125rem;
    color: #888;
    border: 1px solid #eee;
    background-color: white;
    margin: 0 4px 8px;
    text-transform: lowercase;
    transition: all .3s linear;
}
.tag-list a:hover {
    color:white;
    background-color: #6785FF;
}
/* Sidebar gallary */
.sidebar_gallary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

/* Detailed article */
.article_details  .post1 {
    width: 95%;
}
.article_details .figure > h2{
    font-size: 24px;
    margin: 20px auto 15px;
    font-weight: 600;
    line-height: 1.2;
}

/* Tas and Comments */
.tas-and-comments {
    padding: 10px 40px 20px 0;
    font-size: 0.875rem;
    color: #999;
    display: flex;
}
.tas-and-comments a span {
    color: #999;
    font-size: 1rem;
}
.tas-and-comments a span:hover {
    color: #6785FF;
}
.tas-and-comments a:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #999;
}
.article_details p {
    font-family: "Muli",sans-serif;
    color: #10285d;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
blockquote {
    background: rgba(130,139,178,0.1);
    padding: 30px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}
.article_details blockquote p {
    font-family: "Muli",sans-serif;
    background: #fff;
    padding: 25px 25px 25px 30px;
    border-left: 2px solid #888;
    line-height: 1.733;
    font-size: 1rem;
    letter-spacing: .7px;
    color:#888;
}

/* Bottomline */
.bottomline {
    border-bottom: 1px solid #f0e9ff;
    margin: 20px auto;
}

/* Soial Networks */
.social-networks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}
.social-networks .likes {
    display: flex;
}
.social-networks .likes span {
    font-size: 1rem;
    color: #072366;
}
.social-networks .likes span:first-child {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 1.125rem;
}
.social-networks .links {
    display: flex;
    align-items: center;
    
}
.social-networks .links a span{
    font-size: 1.125rem;
    color: #999;
    padding: 7px;
}
.post-cotroller {
    display: flex;
    justify-content: space-between;
}
.prev {
    display: flex;
    text-align: left;
}
.prev div:last-child {
    margin-left: 20px;
}
.prev .title {
    padding: -5px;
    margin-top: -20px;
}
.prev .title a {
    color: #2d2d2d;    
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    transition: all .3s linear;
}
.prev .title a:hover {
    color: #007bff;
}
.next {
    display: flex;
    text-align: right;
}
.next div:first-child {
    margin-right: 20px;
}
.next .title {
    padding: -5px;
    margin-top: -20px;
}
.next .title a {
    color: #2d2d2d;    
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    transition: all .3s linear;
}
.next .title a:hover {
    color: #007bff;
}
.auther {
    display: flex;
    padding: 30px;
    padding: 40px 30px;
    background: #fbf9ff;
    margin: 50px auto;
}
.auther img {
    margin-right: 30px;
}
.auther_name {
    color: #2d2d2d;    
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    transition: all .3s linear;
}
.auther_name:hover {
    color: #007bff;
}
.auther p {
    color: #10285d;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}
.Main {
    width: 65%;
}

/* Comment list */
.comment-list {
    margin-bottom: 100px;
}
.comment-list h2 {
    margin: 30px auto;
    font-size: 1rem;
}
.comment {
    display: flex;
    margin: 50px auto;
    align-items: center;
    justify-content: center;
}
.comment img {
    margin-right: 20px;
}
.comment p {
    color: #888888;
    font-size: 15px;
}
.comment .footer {
    margin-top: 10px;
}
.comment .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .auther1 {
    color: #000;
    transition: all .3s linear;
}
.footer .auther1:hover {
    color: #6785ff;
}
.footer .date {
    margin-left: -280px;
    color: #888;
    font-size: .875rem;
}
.footer .reply {
    border: 0;
    background: white;
    text-transform: uppercase;
    color: #888;
    font-size: .875rem;
}
.comment-form h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 22px;
}
.form-control textarea {
    width: 100%;
    height: 195px;
    outline-style: none;
    border: none;
    border: 1px solid rgba(201, 201, 201, 0.693);
    resize: vertical;
    padding: 20px;
    font-family: inherit;
    color: #999;
    margin-bottom: 30px;
}
.form-control {
    width: 100%;
}
.name1 {
    margin-right: 30px;
}
.form .row {
    display: flex;
}
.col-2 {
    display: flex;
    flex-basis: 50%;
}
.name-web {
    margin: 30px auto;
}
.form .blog_btn2 {
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 1px;
    color: #5172F5;
    text-transform: uppercase;
    border:1px solid #5172F5;
    padding: 20px 40px;
    margin-top: 10px;
    width: 250px;
    justify-content: center;
    font-family: inherit;
    cursor: pointer;
    transition: all .3s;
    background: white;
}
.form .blog_btn2:hover,
.form .blog_btn2:focus {
    background-color: #5172F5;
    color: white;
}
.contact_map {
    height: 480px;
    overflow: hidden;
}
.contact_map img {
    width: 100%;
    margin-top: 50px;
    filter: brightness(40%);
}
.col-6 {
    width: 700px;
    margin-left:125px;
}
.row1 {
    display: flex;
}
.two2 {
    margin-top: 65px;
}
.sidibar-item {
    display: flex;
    margin: 50px 0;
}
.sidibar-item span {
    font-size: 40px;
    margin: 0 20px 0 50px;
    color: rgb(165, 165, 165);
}
.sidibar-item p {
    font-size: 15px;
    color: #aeaeae;
}