*{
    margin: 0;
    padding: 0;
    box-shadow: border-box;
    font-family: 'poppins';
}
body{
	background-color: #f7f7f7;
    font-size: 17px;
}
/* Starts Top Header Area */
section.section-bg.header-top-area {
    background: linear-gradient(to right, #001aa5, #388312);
    padding: 10px 0px;
    color: #FFF;
}
.social_icon i.fa-brands {
    color: #FFF;
    width: 30px;
    height: 30px;
    transition: .3s;
    background: #3183D7;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    font-size: 15px;
}
.social_icon i.fa-regular {
    color: #FFF;
    width: 30px;
    height: 30px;
    transition: .3s;
    background: #3183D7;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    font-size: 15px;
}
.social_icon i.fa-solid {
    color: #FFF;
    width: 30px;
    height: 30px;
    transition: .3s;
    background: #3183D7;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    font-size: 15px;
}
.header_date_icon i.fa-regular {
    color: #FFF;
    width: 30px;
    height: 30px;
    transition: .3s;
    background: #3183D7;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    font-size: 15px;
}
section.section-bg.header-top-area:hover i.fa-brands{
  transform:rotate(360deg);
}
section.section-bg.header-top-area:hover i.fa-regular{
  transform:rotate(360deg);
}
section.section-bg.header-top-area:hover i.fa-solid{
  transform:rotate(360deg);
}

/* Starts Banner Area */
.header-banner-area{
    background-color: #fff;
}
.logo_area img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.banner_area img {
    width: 100%;
    height: auto;
    padding: 10px;
}


/* Starts Main Nav Area */
div#main-nav{
    background-color: #131F35;
/*     margin: 2px 0;*/
}
.mainnav i.fa-solid{
    color: #FFF;
    width: 30px;
    height: 30px;
    padding: 8px;
    font-size: 15px;
}  
.mainnav-area{
    z-index:999 !important;
}
.responsive-menu{
    height: 52px;
}
.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}
.mainnav:after, .logo h1{transition:.4s}
.is-sticky .logo h1{
padding: 6px 12px;
}
.is-sticky .mainnav-area{
    box-shadow: 0px 0px 7px 2px #ccc;
    background:#fff;
    opacity:.9;
}

.mainnav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
.mainnav li{
    display:inline-block;
    position:relative;
}
.mainnav li a{
    color:#FFF;
    display:block;
    font-weight:700;
    text-transform:uppercase;
    font-size:14px;
    padding:12px 10px;
    text-decoration:none;
    }
.mainnav li:hover > a{
    background-color:#e5176e;
    color:#fff;
    transition:.3s;
}
.mainnav li ul{
    position:absolute;
    left:0;
    width:210px;
    padding:15px 0px;
    background:#131F35;
    z-index:1000;
    
    transition:.3s;
    opacity:0;
    visibility:hidden; transform:scale(.5);
    
}
.mainnav li ul li{
    display:block;
}
.mainnav li ul li a{
    padding:10px 15px;
    color:#fff;
}
.mainnav li:hover ul{
    opacity:1;
    visibility:visible; transform:scale(1);
}
.mainnav li:hover li:hover > a{
    background-color:#e5176e;
    color:#fff;
}

/* Starts Slider Area */
.single-slide-item{
  background-size:cover;
  background-position:center;
  background-color:#ddd;
  height:590px;
  font-size:24px;
  color: #fff;
}
.single-slide-item h2{
  font-size:30px;
  margin:0 0 10px;
}
.single-slide-item p{
  font-size:16px;
  margin:0 0 8px;
}
.slider-overly{
  background-color: rgba(0, 0, 0, 0.65);
    display: block;
    height: 100%;
    width: 100%;
}
.slide-item-table{
  display:table;
  width:100%;
  height:100%;
}
.slide-item-tablecell{
  display:table-cell;
  vertical-align:middle;
}
.tsbd-btn{
  display:inline-block;
  background:#DC1434;
  color:#fff;
  padding:12px 20px;
  text-transform:uppercase;
  font-weight:700;
  font-size:14px;
  border-radius:3px;
}
.tsbd-btn:hover{
  text-decoration:none;
  background:#333;
  color:#fff;
}
.tsbd-btn.slide-btn{
  margin-top:5px;
  text-decoration:none;
}

.homepage-slides .owl-nav div{
  position:absolute;
  left:50px;
  top:50%;
  color:#fff;
  border:2px solid;
  font-size:19px;
  width:40px;
  height:40px;
  text-align:center;
  line-height:35px;
  margin-top:-20px;
  opacity:.8;
  border-radius:50%;
  opacity:0;
  visibility:hidden;
  transition:.3s;
}
.homepage-slides:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.homepage-slides .owl-nav div.owl-next{
  left:auto;
  right:50px;
}

/* Starts Service Area */
.container.service{
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 36px 0px #D8F0FF;
}
.service-wrapper{
    padding: 2% 8%;
}
.service{
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
    color: #fff;
    font-size: 35px;
    -webkit-text-stroke-width:2px;
    -webkit-text-stroke-color:transparent;
    letter-spacing: 4px;
    background-color: rgba(4, 52, 83);
    background: linear-gradient(8deg,rgba(8, 52, 83, 1) 0%, rgba(9, 103, 151) 41%, rgba(41, 17, 45, 1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    position: relative;
}
h1:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    height: 8px;
    width: 100%;
    border-radius: 8px;
    background-color: rgba(255, 2, 200, 0.05);
}
h1 span{
    position: absolute;
    top: 100%;
    left: 0%;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #72e2ae;
    animation: anim 5s linear infinite;
}

@keyframes anim{
    95%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        left: 100%;
    }
}
.cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.card.service{
    height: 300px;
    width: 358px;
    background-color: #1c2335;
    padding: 3% 8%;
    border: 0.2px solid rgba(114, 226, 174, 0.2);
    border-radius: 8px;
    transition: .6s;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.card.service:after{
    content: "";
    position: absolute;
    top: 150%;
    left: -200px;
    width: 120%;
    transform: rotate(50deg);
    background-color: #fff;
    height: 18px;
    filter: blur(30px);
    opacity: 0.5;
    transition: 1s;
}
.card.service:hover:after{
    width: 225%;
    top: -100%;
}
.card.service i{
    color: #72e2ae;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3rem;
}
.card.service h2{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.card.service p{
    text-align: justify;
    width: 100%;
    margin: 12px 0;
    color: rgba(255, 255, 255, 0.6);
}
.card.service:hover{
    transform: translateY(-8px);
    border-color: #00ff37;
}
.card.service:hover i{
    color: #0481a7;
}

/*hosting package Area*/
.hosting_package_content {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #D8F0FF;
    margin: 5px 0px 0px  0px;
}
.row.total_hosting_package_content {
    padding-bottom: 15px;
}
.pricing_heading{
  background:linear-gradient(75deg, #0073ec 10%, #7100b9) !important;
  font-size:17px;
  padding:20px;
  color:#fff;
  text-align: center;
}
.pricing_heading h2.website{
  font-weight:700;
  font-size:25px;
}
.pricing_heading h2{
  font-weight:700;
  font-size:30px;
  margin-bottom: 0;
}
.hostpackage {
  position: relative;
  float: left;
  color: #262524;
  width:100%;
  overflow:hidden;
  margin:5px;
  text-align: left;
  transition: all linear 0.3s;
}

.hostpackage:hover{
  transition: all linear 0.3s;
}

.hostpackage table{
  border:0; 
    width:100%; 
  border-spacing:0; 
  border-left:1px solid #ddf; 
  border-bottom:1px solid #ddf;

  }
.hostpackage tr{
  border:0; 
    border-spacing:0; 
  background:#fff;
  }
.hostpackage th{ 
    background:#213B7C; 
  border:0; 
  text-align:center; 
  border-right:1px solid #ddd; 
  border-top:1px solid #ddd; 
  padding:6px 10px; 
  color:#FFF; 
  font-size:16px;
  }
.hostpackage td{ 
    border:0; 
  border-right:1px solid #ddf; 
  border-top:1px solid #ddf; 
  font-size:16px;
  color:#666;
  }
.hostpackage i.fa{
  width:45px;
  height:45px;
  border:2px solid #fff;
  border-radius:100%;
  line-height:40px;
  color:#000;
  transition:.5s;
  cursor:pointer;
  padding:2px;
}
.hostpackage i.fas{
  height:45px;
  border:2px solid #fff;
  border-radius:100%;
  line-height:40px;
  color:#25d210;
  transition:.5s;
  cursor:pointer;
  padding:2px 0 0 7px;
}

.order_now{
  background:linear-gradient(75deg, #0073ec 10%, #7100b9) !important; 
  border:0; 
  text-align:center; 
  border-right:1px solid #ddd; 
  border-top:1px solid #ddd; 
  padding:6px 10px; 
  color:#FFF; 
  font-size:16px;
  cursor:pointer;
}
.order_now a{
  color:#fff;
  display:block;
  font-weight:700;
  text-transform:uppercase;
  font-size:14px;
  padding:5px 5px;
  text-decoration: none;
  }
.order_now a:hover{
  color:#000;
}
.hostpackage.active{
  position:relative;
  z-index:2;
  overflow:hidden;
}
.hostpackage.active:after{
  content:"Popular";
  position:absolute;
  right:-50px;
  top:13px;;
  color:red;
  background:#fff;
  transform:rotate(45deg);
  font-size:15px;
  padding:5px 50px;
  font-weight:bold;
}


/* Advance Feature Area */

.row.advance_features {
    box-shadow: 0px 0px 36px 0px #D8F0FF;
    margin-bottom: 10px;
}
section#features {
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 30px;
  padding-right: 5px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
}

.col-md-4.advance_features {
    padding: 0;
}

/*Payment Area*/
.frontend_payment_content {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #D8F0FF;
    margin: 5px 0px 0px  0px;
}
.row.total_payment_content {
    padding-bottom: 15px;
}

/*Software Area*/
.frontend_software_content {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #D8F0FF;
    margin: 5px 0px 0px  0px;
}
.row.total_software_content {
    padding: 30px;
    text-align: justify;
}
.software_image img {
    width: 100%;
    height: auto;
    padding: 20px;
}


/*Contact Area*/
.frontend_contact_content {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #D8F0FF;
    margin: 5px 0px 0px  0px;
}
.row.total_contact_content {
    padding-bottom: 15px;
}

.contact {
    width: 100%;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 3%);
    padding: 8px;
    background: #fff;
}
.container.contact {
    padding: 1px;
    border: 1px solid #ddd;
}

.contact .info-wrap {
    box-shadow: 0px 2px 0px rgb(0 0 0 / 3%);
    padding: 12px;
}
.contact .info {
    background: #fff;
}
.contact .info i {
    font-size: 20px;
    color: #0a21cb;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #0a21cb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}
.contact .form-group {
    padding-bottom: 8px;
}

iframe {
    border: 0;
    width: 100%;
}
/*Start Question Area*/
.question_content {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #D8F0FF;
    margin: 5px 0px 0px  0px;
}
.question.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}
.row.total_question {
    padding-bottom: 15px;
}
.accordion-body{
    text-align: justify;
}
/*Start Feedback Area*/
.feedback_content {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #D8F0FF;
    margin: 5px 0px 12px  0px;
}
.feedback.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}
.card.feedback{
    border-radius: 25px;
    background-color: #FFF;
    width: 100%;
}
.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content{
    row-gap: 5px;
    position: relative;
    padding: 25px 0;
}
.overlay.feedback{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #094f70;
    border-radius: 25px 25px 0 25px;
}
.overlay.feedback::before,
.overlay.feedback::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #094f70;
}
.overlay.feedback::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}
.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}
.name{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.description.feedback {
    font-size: 15px;
    text-align: justify;
    color: #707070;
}

.client-feedback-carousel .owl-dots div{
    height:5px;
    background:#000;
    width:20px;
    display:inline-block;
    margin:5px;
    transition: .2s;
    border-radius:2px;
}
.client-feedback-carousel .owl-dots div.active{
    width:30px;
    background:#10dcf1;
}
.client-feedback-carousel .owl-dots{
    text-align:center;
    margin-top:20px;
}

/*Start Client Area*/
.client_content {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #D8F0FF;
    margin: 5px 0px 0px  0px;
}
.client.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}
.card.client{
    background-color: #FFF;
    width: 100%;
}
.client-card-image{
    height: 150px;
    width: 100%;
}

.client-card-image .card-img{
    height: 150px;
    width: 100%;
}
.client-carousel-area .owl-dots div{
    height:5px;
    background:#000;
    width:20px;
    display:inline-block;
    margin:5px;
    transition: .2s;
    border-radius:2px;
}
.client-carousel-area .owl-dots div.active{
    width:30px;
    background:#10dcf1;
}
.client-carousel-area .owl-dots{
    text-align:center;
    margin-top:20px;
}

/*Top Footer Area*/
section.site_footer {
    background: #1c2335;
    margin-top: 6px;
}
.top-footer-area{
    padding: 20px 15px;
}
.top-footer-content{
    float: left;
}

.top-footer-count.left h3{
    color: #fff;
    font-size: 19px;
    -webkit-text-stroke-width:2px;
    -webkit-text-stroke-color:transparent;
    letter-spacing: 4px;
    background-color: rgba(4, 52, 83);
    background: linear-gradient(8deg,rgb(255 6 96) 0%, rgb(93 255 105) 41%, rgb(253 251 251) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    position: relative;
}
.top-footer-count.left h3:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    height: 2px;
    width: 95%;
    border-radius: 8px;
    background-color: #466607;
}
.top-footer-count.lmiddle h3{
    color: #fff;
    font-size: 19px;
    -webkit-text-stroke-width:2px;
    -webkit-text-stroke-color:transparent;
    letter-spacing: 4px;
    background-color: rgba(4, 52, 83);
    background: linear-gradient(8deg,rgb(255 6 96) 0%, rgb(93 255 105) 41%, rgb(253 251 251) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    position: relative;
}
.top-footer-count.lmiddle h3:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    height: 2px;
    width: 95%;
    border-radius: 8px;
    background-color: #466607;
}
.top-footer-count.mmiddle h3{
    color: #fff;
    font-size: 19px;
    -webkit-text-stroke-width:2px;
    -webkit-text-stroke-color:transparent;
    letter-spacing: 4px;
    background-color: rgba(4, 52, 83);
    background: linear-gradient(8deg,rgb(255 6 96) 0%, rgb(93 255 105) 41%, rgb(253 251 251) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    position: relative;
}
.top-footer-count.mmiddle h3:after{
        content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    height: 2px;
    width: 95%;
    border-radius: 8px;
    background-color: #466607;
}
.top-footer-count.right h3{
    color: #fff;
    font-size: 19px;
    -webkit-text-stroke-width:2px;
    -webkit-text-stroke-color:transparent;
    letter-spacing: 4px;
    background-color: rgba(4, 52, 83);
    background: linear-gradient(8deg,rgb(255 6 96) 0%, rgb(93 255 105) 41%, rgb(253 251 251) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    position: relative;
}
.top-footer-count.right h3:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    height: 2px;
    width: 95%;
    border-radius: 8px;
    background-color: #466607;
}
.top-footer-class{
    color:#fff;
}
ul.top-footer-class{
    margin:0;
    padding:0;
    list-style:none;
    text-align:left;
    }
ul.top_footer_class li{
    float:left;
    padding: 2px 0;
}
ul.top-footer-class li a{
    color:#fff;
    display:block;
    font-weight:700;
    font-size:14px;
    text-decoration: none;
    line-height: 2;
    transition: all .40s ease;
    }
ul.top-footer-class li a:hover{
    transform: translateY(-3px) translateX(-5px);
    color: #fff;
}
ul.top_footer_class li img{
    width:50px;
    margin:2px;
    
    }
ul.top-footer-class img {
    padding-bottom: 5px;
    width:100%;
}


/*bottom footer area*/

.col-md-4.text-left.developer a {
    text-decoration: none;
    color: aqua;
    font-weight: 700;
}

.footer-copyright-area{
    background:#000;
    color:#fff;
    padding:15px 0;
}






/*Responsive css*/
.responsive-nav-wrap{
    display:none;
}
.responsive-menu{
    display: none;
}


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px){
.single-slide-item
{
    height: 400px;
}

.mainnav li a{
    padding: 15px 12px;
}
.cards{
    grid-template-columns: repeat(2, 1fr);
}

.top-footer-content{
    width:97%;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width:991px){
.mainnav ul li a{
    padding: 15px 9px;
}
.mainnav li ul{
    top:80px;
}
.mainnav li:hover ul{
    top:48px;
}
.cards{
    grid-template-columns: repeat(1, 1fr);
}
.col-md-8.banner_area {
    display: none;
}
.single-slide-item{
    height: 320px;
}
h1{
    font-size: 20px;
    letter-spacing: 2px;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width:767px){

.responsive-menu{
    display: block;
}

.responsive-nav-wrap{
    display:block;
    position:absolute;
    right:0;
    top:46%;
    margin-top:-16px;
    
}
.mainnav{
    display:none;

}
.mainnav-area{
    position:relative;
    z-index:9;
}
.responsive-nav-wrap .slicknav_menu{
    background:none;
    padding:0;
}
.slicknav_btn{
    margin:0;
    padding: 10px;
    background:#000;
}
.slicknav_nav{
    width:200px;
    border-radius:2px;
    font-size:16px;
}

.slicknav_nav a{
    background:#e5176e;
    color:#fff;
}
.slicknav_nav:hover a{
    background:#e5176e;
    color:#fff;
}
.cards{
    grid-template-columns: repeat(1, 1fr);
}
.col-md-8.banner_area {
    display: none;
}
.single-slide-item{
    height: 320px;
}
h1{
    font-size: 20px;
    letter-spacing: 2px;
}

}
/* Wide Mobile Layout: 480px */
@media only screen and (min-width:480px) and (max-width:767px){

.cards{
    grid-template-columns: repeat(1, 1fr);
}
.col-md-8.banner_area {
    display: none;
}
.single-slide-item{
    height: 300px;
}
h1{
    font-size: 20px;
    letter-spacing: 2px;
}


}