/*
Theme Name: digidreamtech Child
Theme URI: https://them.es/starter
Template: digidreamtech
Author: digidreamtech
Author URI: http://localhost/digidreamtech
Description: Custom
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.3.5.1685056494
Updated: 2023-05-25 23:14:54

*/
body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  
  :root {
    --lightcolor: #ecf0fc;
    --primary-color: #4c6fff;
    --secondary-color: #2d3958;
    --font-color: #5a5a5a;
    --white: #fff;
    --blacK: #000000;
    --menucolor: #110f0f;
    --textlightcolor: #7f8cab;
    --sectionbg: #ecf0fc;
    --darkbg: #052e4b;
    --smalltitle: #7a8a9e;
    --darktitle: #223645;
    --linkcolor: #e12454;
    --footertitle: #fadfce;
    --darkbg2: #10212d;
    --footermenu: #dcdcdc;
    --lightbg: #fffbee;
  }
h1{
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
}

h2{
    font-size: calc(26px + (64 - 26) * ((100vw - 300px) / (1920 - 300)));
}


/* Header Css Start*/
header{
    background-color: transparent;
    padding: 10px 0;
}
.ctm-header{
    background-color: transparent;
    padding:10px 0;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.ctm-active{
    background-color: transparent;
    padding: 10px 0;
    background-color: hsl(261.92deg 89.66% 11.37%);
}
.navbar-brand img {
    width: 100%;
  }
  
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px;
  }
  
  .navbar-nav .nav-link.show,
  .navbar-nav .show > .nav-link {
    color: #080808;
  }
  
  .navbar-nav .active > .nav-link {
    border-bottom: 2px solid var(--secondary-color);
    color: #080808;
  }
  
  .navbar-nav .nav-link {
    color: var(--white) !important;
    border-bottom: 2px solid transparent;
    padding: 0 0px;
    margin: 0 15px;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
 
  .navbar-light .navbar-nav .nav-link:active {
      border-bottom: 2px solid var(--secondary-color);
      color: #0094db;
  }
  
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover {
    border-bottom: 2px solid var(--secondary-color);
    color: #000000;
  }
  
  .dropdown-menu {
    min-width: 12rem;
    padding:0;
    color: #fff;
    background-color:#160337;
  }
  
  .dropdown-menu a {
    color: #fff !important;
  }
  
  .dropdown-menu a:active {
    color: #000000 !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  
  .dropdown-menu a:hover {
    color: #111 !important;
    background-color: #fff !important;
    /*border-bottom: 2px solid #fff!important;
      */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
   #header .header-scrolled {
    padding: 10px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
}
/* Header Css End*/

/* Home Page Css start*/
.home-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom left;
    min-height: 90vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.home-banner h1 {
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--white);

}

.home-banner p {
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--white);
    padding-bottom: 40px;
}

.banner-btn{
    display: flex;
}
.btn-1{
    background-color: #2a075d;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 180px;
    border: 1px solid transparent;
}
.btn-1:hover{
    background-color:var(--white);
    color: var(--primary-color);
    border: 1px solid #2a075d;
}
.btn-2{
    background-color:var(--white);
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 15px;
    max-width: 180px;
}
.btn-2:hover{
    background-color: #2a075d;
    color: var(--white);
}
.home-sec1{
    background-image: url('./assets/images/section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
    padding:100px 0;
    display: flex;
    align-items: center;
}
.home-sec1 h3{
    font-size: calc(26px + (64 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
}


.home-sec1 h4{
    font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    margin-bottom:50px;
}

.home-sec1 p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:var(--textlightcolor);
    margin-bottom:50px;
}
.home-sec1 a{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color:var(--primary-color);
    text-decoration: none;
}
.home-sec1 a i{
    margin-left:10px;
}
.home-sec2{
   padding-top:50px;
	padding-bottom:10px;
    position: relative;
}
.home-sec2 h3{
    font-size: calc(24px + (42 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    margin-bottom:5px;
}
.home-sec2 p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:var(--textlightcolor);
    margin-bottom:50px;
}
.research-box{
    background-color: var(--white);
    border: 1px solid #e9e9e9;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 30px;
    margin-bottom:40px;
    min-height: 400px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.research-box:hover{
    border: 3px solid var(--primary-color);
  cursor: pointer;
}
.research-box .reseach-icon{
    border: 1px solid #e9e9e9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 40px;    
    display: flex;
    align-items: center;
    padding: 13px;
}
.research-box .reserach-text h6{
    font-size: 18px;
    /* font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300))); */
    font-weight:700;
    color: var(--secondary-color);
    margin-bottom:20px;
}

.research-box .reserach-text p{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:#7b88a8c7; 
    margin-bottom:25px;
}

.research-box .reserach-text a{
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    text-transform: capitalize;
    color:#7b88a8c7; 
}
.home-sec3{
    position: relative;
    padding: 100px 0;
    background-image: url('./assets/images/service-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-sec3 h3{
    font-size: calc(26px + (42 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    margin-bottom:100px;
}
.company-box {
    margin-bottom: 25px;
}
.company-box img{
    border: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
}
.company-box span{
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    
}

.pricing-sec{
    background-image: url('./assets/images/bg-patter-new-min.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:100px 0;
    position: relative;
}
.pricing-sec h3{
    font-size: calc(28px + (42 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    margin-bottom:25px;
}
.pricing-sec p{
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--textlightcolor);
    margin-bottom: 50px;
}
.pricing-box{
    width: 100%;
    background: #fff;
    padding: 40px;
    border: 1px solid #e7e5ea;
    border-radius: 20px;
    margin-bottom:40px;
}

.pricing-box .pricing-header{
    border-bottom:1px solid #e7e5ea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pricing-box .pricing-title h5{
    font-size: 22px;
    font-weight:500;
    color: #7b88a8;
    margin-bottom: 20px;
}
.pricing-box .pricing-price{
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary-color);
}
.pricing-box .pricing-list{
    padding: 0;
    margin: 0;
}
.pricing-box .pricing-list li{
    list-style:none;
    font-size: 16px;
    font-weight: 400;
    color: var(--textlightcolor);
    margin-bottom:8px;
    padding-left: 0;
    position: relative;
}
.pricing-box .pricing-list li::before{
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 18px;
    color: var(--secondary-color);
    margin-right: 12px;
}
.pricing-box .pricing-footer{
    padding-top: 50px;
    margin-top: 50px;
}
.pricing-footer .prc-btn{
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 15px;
}
.ctm-sec{
    position: relative;
    padding-bottom:80px;
    background-image: url('./assets/images/testimonail-sec.webp');
    background-repeat: no-repeat;
    background-position: center;
    
}
.ctm-sec h3{
    font-size: calc(22px + (42 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    padding-bottom:20px;
}
.ctm-sec p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--textlightcolor);
    margin-bottom:50px;
}
.testimonil-item{
    padding: 30px;
    border:1px solid #e7e5ea;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 12px;
    max-width: 350px;
}
.testimonil-item .testimonial-top{
    display: flex;    
    align-items: center;
}
.testimonil-item .testimonial-top img{
    width: 80px;
    height: 80px;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 20px;
}
.testimonil-item .testimonial-top .name{
    display:block;
    font-size: 16px;
    font-weight:500;
    color: var(--blacK);
}
.testimonil-item .testimonial-top label{
    font-size: 14px;
    font-weight: 400;
    color: #a0a9c0;
}
.testimonil-item p{
    font-size: 18px;
    margin-top: 15px;
    font-weight: 400;
    color: #a0a9c0;
    margin-bottom:12px;
}
/* Home Page Css End*/
.bg-light{
    background-color: #dfedff!important
}
#main {
    margin-top:0!important;
}
.common-title{
    font-size: calc(26px + (52 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    padding-bottom:20px;
}

.common-text{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--textlightcolor);
    padding-bottom:20px;
}

/* About Page Css Start*/
.inner-banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:100px 0;
    position:relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 1;
}
.inner-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background-color: #1f1f1f;
  opacity: 0.7;
  z-index: -1;    
}

.inner-banner h2{
    font-size: calc(24px + (50 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--white);
    padding:0;
    margin: 0;
    line-height: 1;
}
.inner-banner p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white);
    margin-bottom:0;
}
.about-sec1 {
    position: relative;
    padding: 80px 0;
}
.about-sec1 h3{
    font-size: calc(22px + (42 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    padding-bottom:20px;
}
.about-sec1 h5{
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    padding-bottom:7px;
    border-bottom: 1px solid var(--secondary-color);
    margin-bottom: 20px;
}
.about-sec1 p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--textlightcolor);
    margin-bottom:40px;
}
.about-sec1 img{
    margin-bottom: 30px;
    border: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.achive-sec{
    position: relative;
    background-color: #e5ecff;
    padding-top:60px;
    padding-bottom:40px;
}
.achive-sec h3{
    font-size: calc(26px + (52 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    padding-bottom:20px;
}
.achive-sec h5{
    font-size:45px;
    font-weight:700;
    color: var(--primary-color);
    padding:0;
    margin:0;
}
.achive-sec p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--textlightcolor);
    padding-bottom:0;
    margin-bottom: 20px;
}
.approch-sec{
    position: relative;
    padding: 80px 0;
}

.approch-sec h3{
    font-size: calc(26px + (52 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
    padding-bottom:20px;
}
.approch-box{
    background-color: #f2f2f2;
     padding: 50px 30px;
    margin-bottom: 40px;
    min-height: 350px;
    border-right:4px solid var(--primary-color);
    
}

.approch-sec h5{
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--darkbg);
    padding-bottom:25px;
    
}
.approch-sec p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--textlightcolor);
    padding-bottom:0;
    margin-bottom: 20px;
}
.partners-sec{
    position: relative;
   /* background-color: var(--lightcolor);  */
    padding-top:20px;
	padding-bottom:60px;
}
/* About Page Css End*/
/* Blog Page Css Start */

.sec-news {
    position: relative;
    padding-top: 10px;
    padding-bottom: 80px;
  }
  
  .sec-news label {
    font-family: "The Bustonh";
    font-size: 27px;
    color: #313341;
  }
  
  .sec-news h4 {
    font-size: calc(26px + (42 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight: bold;
    color:var(--secondary-color);
    margin-bottom:40px;
  }
  .sec-news .news-box {
    margin-bottom: 50px;
    text-align:center;
    position:relative;
    background-color: var(--white);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    text-align: left;
  }
  .sec-news .news-box .news-img {
    position:relative;
  }
  .sec-news .news-box .date::before{
    content: "";
    position:absolute;
    right: -59px; 
    width: 0;
    height: 0;
    border-bottom: 50px solid var(--white);
    border-right: 60px solid transparent;
    top: 0;
  }
  .sec-news .news-box .news-img img {  
    width:100%;
    position:relative;
  }
  .sec-news .news-box .news-text {
   padding:25px;
  }
  .sec-news .news-box .date {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:#111;
    line-height: 30px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 50%;  
  }
  
  .sec-news .news-box .news-text h6 {
    font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color:var(--secondary-color);
    line-height: 30px;
    margin-bottom:15px;
    text-align: left;
  }
  
  .sec-news .news-box .news-text p {
    font-size: 14px;
    font-weight: 400;
    color:#8b8b8b;
    line-height:24px;
    margin-bottom:15px;
    text-align:left;
  }
  .sec-news .news-box .news-text a{
    font-size:14px;
    font-weight:400;
    color:var(--secondary-color);
    line-height:24px;
    margin-bottom:10px;
    text-align:left;
  }


/* New Blog Css start */

.blog-page-ctm {
    padding-top: 80px;
    padding-bottom:50px;
     /* padding:60px 0 */
  }
  
  .full-post-img {
    width: 100%;  
    /* margin-bottom: 30px; */
  
  }
  .post-inner-cont {
    margin-bottom:40px;
  }
  .post-inner-cont .blog-p-content{
    /* border-top: 1px solid #ccc;
    padding-top:30px; */
    margin-top:25px;
  }
  .post-inner-cont-ctm {
    /* padding: 25px 25px 40px; */
    margin-bottom:40px;
    position: relative;
    background-color: var(--white);
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
    text-align: left;
  }
  .post-inner-cont-ctm .blog-p-content{
    padding:25px;
  }
  
  .meta-box-ctm {
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
  }
  
 /* .author-name-ctm:after {
    content: "|";
    margin-left: 12px;
    margin-right: 12px;
  } */
.post-section{
	position:relative;
	padding:60px 0;
}
  .ctm-post-title {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
   color:var(--secondary-color);
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1;
  }
.extra-sp{
	padding-top:100px;
}
.post-inner-cont img{
	width:100%;
	height:auto;
}
  .p-short-desc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
  }
  .post-inner-cont-ctm .small-ctm-img{
    position: relative;
  }
  .post-inner-cont-ctm .small-ctm{
	  font-size:18px;
      font-weight: 500;
       color:var(--secondary-color);
      line-height: 30px;
      background-color: var(--white);
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      width: 50%;
  }
.entry-title{
	font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 500;
      color:var(--secondary-color);
}
  .post-inner-cont-ctm .small-ctm::before{
  content: "";
      position: absolute;
      right: -59px;
      width: 0;
      height: 0;
      border-bottom: 50px solid var(--white);
      border-right: 60px solid transparent;
      top: 0;
  }
  .author-avatar{
    margin-right:10px;
  }
  .blog-p-content a{
    font-size: 14px;
      font-weight: 400;
      color: var(--secondary-color);
      line-height: 24px;
      margin-bottom: 10px;
      text-align: left;
  }
  #blog-sidebar .widget {
    background-color: #fff;
    padding: 22px;
  }
  
  #blog-sidebar .widget-title {
    margin-top: 0;
  }
  
  #blog-sidebar .widget_categories li a {
    color: #020b19;
    display: block;
    padding: 26px 0px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
  }
  
  #blog-sidebar .widget_categories li:last-child a {
    border-bottom: 0px solid #ececec;
  }
  
  #blog-sidebar .widget-title {
    font-size: 25px !important;
    font-weight: bold;
  }
  
  .mv-img {
    width: 123px;
  }
  
  .recent-view-post {
    background-color: #fff;
    padding: 22px;
  }
  
  .mv-posts {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
  }
  
  .mv-posts .mv-img {
    flex: 1 0 125px;
    max-width: 125px;
  }
  
  .mv-content {
    width: 100%;
    position: relative;
    margin-left: 14px;
  }
  
  .mv-content h4 {
    margin: 0;
    line-height: 24px;
  }
  
  .mv-content h4 a {
    color: #020b19;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }
  
  .mv-views-date {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #242529;
  }
  
  .mv-widget-title {
    margin-bottom: 30px;
  }
  
  .pi-ctm {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  
  
  .pi-ctm .page-numbers.current {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white);
    font-weight: 500;
  }
  
  .pi-ctm .page-numbers {
    padding: 7px 16px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
  }
.post-banner{
	position:relative;
	padding:120px 0;
	background:#160337;
	min-height: 400px;
    display: flex;
    align-items: center;
	
}
.post-banner{
	font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight:500;
	color:#fff;
}
/* Blog Page Css End */  
/* Service Page Css Start*/
.servbg{
    background-color:#0094db0f;
}

.dream-sec{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:500px;
    padding:100px 0;    
    display: flex;
    align-items: center;
    
}
.dream-sec h3{
    font-size: calc(24px + (42 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--white);
    padding-bottom:10px;
    text-align: center;
}
.dream-sec p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--white);
    padding-bottom:10px;
    text-align: center;
}
.work-sec{
    padding:80px 0;
    position: relative;
    background-color: var(--lightcolor);
}
.work-sec .work-box{
    margin-bottom: 30px;
    text-align:left;
}
.work-box .work-icon{
    width: 80px;
    height: 80px;
    background-color: var(--secondary-color);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.work-box .work-icon i{
    font-size:30px;
    color: var(--white);
}
.work-box .work-text h6{
    font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
}
.work-box .work-text p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--textlightcolor);
}
.digi-box{
    margin-bottom:25px;
    border: 2px solid var(--primary-color);
    padding: 20px;
    min-height:80px;
    background-color: var(--white);
    box-shadow: 0 10px 6px -6px #777;
}
.digi-box h6{
    font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: var(--secondary-color);
}
.digi-box p{
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--textlightcolor);
    margin-bottom: 0;
}
.inner-pricing{
    padding: 80px 0;
}
.pring-form{
    background-color: #00000033;
    padding: 60px 40px;
    -webkit-box-shadow: 0 3px 3px #777;
    -moz-box-shadow: 0 3px 3px #777;
    box-shadow: 0 3px 3px #777;
     margin-bottom: 20px;
     max-width: 900px;
     margin: 0 auto;
}
.pring-form label{
    font-size: 16px;
    font-family:600;
    color: var(--secondary-color);
    line-height: 1;
}
.pring-form input{
    width:100%; 
    height:52px;
    background-color: var(--white);
    border: 0;
    padding: 10px;
    color: var(--blacK);
    margin-bottom: 15px;
}

.pring-form textarea{
    width:100%; 
    height:120px;
    background-color: var(--white);
    border: 0;
    padding: 10px;
    color: var(--blacK);
    margin-bottom: 15px;
}
/* Service Page Css End*/

/* Contact Page Css Start */
.contact-sec{
    position: relative;
    padding:100px 0;
    
}

.contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 20px;
}
.contact-box .contact-icon i{
    font-size: 22px;
    font-family:"FontAwesome";
    color: var(--secondary-color);
    margin-right: 20px;
}
.contact-box .contact-text p,
.contact-box .contact-text a{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--blacK);
    margin: 0;
}
.contact-form{
    background-color: #9688fd1a;
    padding: 60px 40px;
    -webkit-box-shadow: 0 3px 10px #777;
    -moz-box-shadow: 0 3px 10px #777;
    box-shadow: 0 3px 10px #777;
     margin-bottom: 20px;
}
.contact-form label{
    font-size: 16px;
    font-family:600;
    color: var(--secondary-color);
    line-height: 1;
}
.contact-form input{
    width:100%; 
    height:52px;
    background-color: var(--white);
    border: 0;
    padding: 10px;
    color: var(--blacK);
    margin-bottom: 15px;
}
.contact-form textarea{
    width:100%; 
    height:140px;
    background-color:#fff;
    border: 0;
    padding: 10px;
    color: var(--blacK);
    margin-bottom: 15px;
}
.ctn-btn {
    background-color:#2c0760;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    border: 0;
    padding: 14px 30px;
    margin-top: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
/* Contact Page Css End */
/* flexy breadscrums css start */
.fbc .fbc-page{
    display: flex;
}
.fbc-page .fbc-wrap .fbc-items {
    background-color: #edeff000;
    margin: 0 auto;
    display: contents;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  
    color: var(--white)!important;
    font-size: 16px;
    font-weight:500;
}
.fbc-page .fbc-wrap .fbc-items li a {
    color: #f3f3f3!important;
}
.fbc-page .fbc-wrap .fbc-items li a i {
    color: #f3f3f3!important;
}
/* flexy breadscrums css end */

/* Footer Css Start*/
#footer{
    background-image: url('./assets/images/footer-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top:120px;
    padding-bottom: 0;
}
.foot-title{
    padding-bottom: 30px;

}
.foot-title h5{
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    margin: 0;
}
.foot-menu ul {
    padding: 0;
    margin: 0;
}
.foot-menu ul li{
    list-style:none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:12px;
    
}
.foot-menu ul li a{ 
    color:#e7e5ea;
}
.foot-logo img{
    margin-bottom:30px;    
    max-width: 220px;
}
.foot-logo p{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white);
    margin-top:15px;
    margin-bottom:25px;
    padding-right: 50px;
}
.menu li a:active{
    color: var(--white);
}
#footer .menu-item a[aria-current=page] {
    color: #ffffff!important;
}

.copyright{
    padding-top:100px;
    padding-bottom:20px;
}
.copyright p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
/* Footer Css End*/

/* Accordian CSS start */
.accordion{
    max-width: 1200px;
    margin: 0 auto;
}

.accordion-item{
    margin-bottom:0;
    background-color: var(--white);
}
.accordion-item .accordion-button{
    background: var(--secondary-color);
    border: 0;
    font-size: 20px;
    color:var(--white);
    font-weight: 500;
}
.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(26%) hue-rotate(310deg) brightness(109%) contrast(106%);
}
.accordion-button:after {
   
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(26%) hue-rotate(310deg) brightness(109%) contrast(106%);
}

/* Accordian Css ENd */


.mob-nav{
    display:none;
}
.ma5menu__toggle{
    display: none!important;
}

@media (max-width: 991px){
    .ma5menu__toggle{
        display: block!important;
    }
    .home-sec1 {
        padding: 30px 0 0;
        min-height: auto;
    }
    .home-sec2 {
        padding: 40px 0;
        position: relative;
    }
    .home-sec2 p {
        margin-bottom: 0;
    }
    .home-sec3 {
        padding: 0;
    }
    .home-sec3 h3 {
        margin-bottom: 40px;
    }
    .pricing-sec {
        padding:20px 0;
    }
    .pricing-sec p {
        margin-bottom: 0;
    }
	.inner-banner {
    padding: 150px 0 80px;
    position: relative;
	min-height: auto;
	}

}
@media (max-width: 767px){
     .banner-btn {
        display: grid;
    }
    .home-sec1 {
        padding: 30px 0 0;
    }
    .home-sec2 {
        padding: 40px 0;
        position: relative;
    }
    
}