*{
    margin: 0;
    padding: 0;
}
a.py-3.d-block.h-100.w-100.position-relative.z-index-1.pr-1.text-secondary.border-top {
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 6px;
}
.box h2 {
    font-weight: var(--weight3);
    font-size: 1.5rem;
    color: #000;
}
.fa-plus::before {
    content: "\2b";
    color: #1bb1dc;
}
h2.h4.m-0.pr-3 {
    color: #000;
    text-align:left;
}

.header-section-1 h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    z-index: 11;
    position: relative;
    margin-top: 80px;
}
.icons-sec {
    background: linear-gradient(90deg, #000000 0%, #000046 100%);
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 30px;
}
.header-section-1 {
    padding: 4rem 0;
    width: 100%;
    margin-top: 50px;
    background: linear-gradient(to left, #1CB5E0, #000046) !important;
}
.header-section-1 h1{
    margin:10px 0 0 0;
    color:#fff;
}
.cards-section .fa-solid{
    font-size: 45px !important;
    padding: 10px 0;
    margin-bottom: 10px;
    color:#1bb1dc;
    font-weight:bold !important;
}
.cards-section .fa{
    font-size: 45px !important;
    padding: 10px 0;
    margin-bottom: 10px;
    color:#1bb1dc;
    font-weight:bold !important;
}
.cards-section .fa-brands{
    font-size: 45px !important;
    padding: 10px 0;
    margin-bottom: 10px;
    color:#1bb1dc;
    font-weight:bold !important;
}
.card.card-body.border-0.p-0 p {
    color: black;
    padding: 15px;
}

.card {
    margin-bottom: 0px !important;
}

.card.card-body.border-0.p-0 {
    color: black;
}
.fourty {
    color: #5bb6e1 !important;
}
.termsAnd {
    padding-top: 30px;
}
img.img-fluid.scale-up {
    transition: transform .5s;
    border-radius:15px;
}

img.img-fluid.scale-up:hover {
    transform: scale(1.1);
    border-radius:15px;
}
.privacy {
    padding-left: 56px;
}
.Counter h4 {
    color: #fff;
    font-size: 15px;
}

.footericons {
    margin-top: -7px;
}
.footer ul {
    line-height: 1rem;
    margin-top: -19px;
}
a.web-button {
    background: #1bb1dc;
    border: 1px solid #1bb1dc;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    top: 40px;
}
a.web-button:hover{
    background:#fff;
    border: 1px solid #1bb1dc;
    color: #1bb1dc;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    top: 40px;
}
.navbar{
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px gray !important;
}

.nav-link{
    font-weight: 600;
    color: black !important;
    padding: 5px 15px !important;
    font-size: 17px;
}

.nav-link:hover{
    color: #1bb1dc !important;
}

.navBtn{
    background-color: #1bb1dc;
    text-decoration: none !important;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 500;
}
.navbar-brand img{
    width: 199px;
    position: relative;
    left: 80px;
}



/*Header*/

header{
    padding-top:12rem;
    padding-bottom:6rem;
    background: linear-gradient(-45deg, #000046, #D2E2FF, #5B5D92, #1bb1dc, #B0DDCF,#20273D);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
}
header h1{
    color:#fff;
    font-weight:bold;
    letter-spacing:1px;
    font-size:47px;
}
header h1 a{
    text-decoration:none;
}
header .form-control{
    display:inline !important;
    width:70% !important;
    padding:10px 10px;
    border-radius:10px;
}
header button{
    padding:10px 20px;
    background:#1bb1dc;
    border:1px solid #1bb1dc;
    border-radius:10px;
    color:#fff;
    font-weight:bold;
}
header p{
    color:#fff;
    letter-spacing:0.4px;
    margin-top:20px;
    font-size:20px;
}
header .carousel{
    background-image: url(../images/Header-Bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
}
header .carousel img{
    height:55vh;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




/* Professional-sec */

.Professional-sec{
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.Professional-sec h1{
    font-weight: bold;
    color: #fff;
    font-size: 2.7rem;
}
.Professional-sec p{
    padding: 10px 0;
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.6rem;
    margin-top: 30px;
}
.Professional-sec span{
    color: #fff;
    padding-left: 10px;
    font-size: 17px;
}
.icons-div img{
    height: 17px;
}
.footer-form p {
    color: #fff;
    font-size: 1.2rem !important;
    position: relative;
    top: 0rem !important;
    text-align: left !important;
}

.icons-div.list ul li {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border:1px solid #fff;
    background:#fff;
    color:#1bb1dc;
    padding-left: 10px;
    margin-bottom:1.5rem;
    border-radius:2px;
    cursor:pointer;
}
.icons-div.list ul li:hover{
    background:#1bb1dc;
    color:#fff;
    border:1px solid #fff;
}
.icons-div.list ul li:hover span{
    color:#fff;
}
.icons-div.list ul{
    list-style:none;
    padding:0;
}
.icons-div span{
    color:#1bb1dc;
}
.icons-div .fa-circle-check{
    margin-right:10px;
    cursor:pointer;
}
.Professional-sec ul{
    list-style: none;
    padding: 0px;
}
.Professional-sec ul li{
    padding: 8px 0;
    cursor: pointer;    
}
.Professional-sec ul li{
    color: #fff;
}

/* Aspires section */

.green-btn{
    position: relative;
    padding: 11px 30px;
    background-color: #1bb1dc;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 12px;
    cursor: pointer;
    margin: 10px auto;
    border: none;
}

.green-btn:hover{
    position: relative;
    padding: 11px 30px;
    color: #1bb1dc !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #1bb1dc;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 12px;
    cursor: pointer;
    margin: 10px auto;
}


/* Tab section1 */

#pills-tab {
    justify-content: center !important;
}
#pills-home-tab,#pills-profile-tab,#pills-contact-tab{
    padding: 20px 30px !important;
    border-radius: 0;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #287eff !important;
}
.fa-check{
    color: #287eff;
    font-size: 19px;
}
.pricingTable-signup a:hover{
    color: #fff !important;
    background-color: #1bb1dc !important;
}



/* Counter */

.Counter {
    background: linear-gradient(90deg, #000000 0%, #000046 100%);
    margin: 60px 0 0 0;
}
.Counter h4{
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}
.Counter p{
    color: #fff;
    font-size: 18px;
}



/* Tab Cards */

.nav-tabs{
    justify-content: center !important;
    border: none !important;
}

#nav-home-tab, #nav-profile-tab, #nav-contact-tab{
    padding: 20px 30px !important;
    border-radius: 0;
    font-weight: 600;
    font-size: 17px;
    margin: 0 5px;
    border-bottom: 1px solid #00a5e3;
}
.nav-tabs button.active{
    background-color: #00a5e3 !important;
    color: #fff !important;
    border-radius: 5px;
}

.nav-tabs button:hover{
    background-color: #00a5e3 !important;
    color: #fff !important;
    border-radius: 5px;
}
.pricingTable{
    background: #00a5e3;
    margin: 0 auto !important;
    cursor: pointer;
    border-radius: 30px;
    transition: .5s;
}
.pricingTable:hover {
    background: #000046;
    transition: .4s;
    transform: scale(1.1);
    position: relative;
    top: 3rem;
}
.pricingTable:hover .pricing-content{
    color:#1CB5E0;
}
.pricingTable:hover .pricingTable-signup a{
    background:#1CB5E0 !important;
    color:#fff;
}
.pricingTable:hover .title{
    background:#1CB5E0 !important;
    color:#fff !important;
    font-size: 19px;
    text-align: center;
    text-transform: capitalize;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 0px;
}
.pricingTable:hover ul li{  color:#fff; }
.pricingTable:hover .price-value{
    background:#1CB5E0 !important;
}
.pricingTable:hover .price-value .amount {
    color: #fff !important;
}
.pricingTable:hover .amount{
    color:#fff !important;
}
.pricingTable .price-value {
    color: #07163e;
    background-color: #fff;
    text-align: center;
    padding: 40px 0px !important;
    border-radius: 50%;
    margin: 40px auto !important;
    width: 40%;
}
.pricingTable .title {
    font-size: 19px;
    text-align: center;
    text-transform: capitalize;
    margin: auto;
    color: #02153e;
    margin-bottom: 20px;
    margin-top: 50px;
}
h5.title {
    --border-width: 2px;
    position: relative;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 35px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #040c5e;
    background: #fff;
    border-radius: var(--border-width);
    font-weight: bold;
}
.title{
    --border-width: 2px;
    position: relative;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 35px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #040c5e !important;
    background: #fff;
    border-radius: var(--border-width);
    font-weight: bold;
}
.pricingTable .price-value .amount {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    color: #183276 !important;
    cursor: pointer;
}
.pricingTable .pricing-content {
    color: #fff;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 35px;
}
ul.pricing-content {
    overflow-y: scroll;
    height: 250px;
}
.pricingTable .pricingTable-signup a {
    color: #183276;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 5px;
    transition: all 0.3s;
    margin: auto;
    text-align: center;
    text-decoration: none;
}
.pricingTable-signup{ 
    padding: 30px 0px;
    text-align: center;
}
ul.pricing-content::-webkit-scrollbar {
    width: 7px;
  }
  
  ul.pricing-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  ul.pricing-content::-webkit-scrollbar-thumb {
    background:  #1bb1dc;
    border-radius: 10px;
  }
  
  ul.pricing-content::-webkit-scrollbar-thumb:hover {
    background: #1bb1dc;
    border-radius: 10px;
  }

  ul.pricing-content {
    overflow-y: scroll;
    height: 250px;
    margin-right: 15px;
}






/* Footer Form Section */


.footer-form{
    background: #1CB5E0 !important;
    padding: 20px 40px !important;
}
.footer-form h3{
    color: #fff;
    position: relative;
    top: 4rem;
    font-size: 40px;
}
.footer-form p{
    color: #fff;
    font-size: 1.2rem !important;
    position: relative;
    top: 8rem;
    text-align: left !important;
}
.quote-form{
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    margin-top: 20px !important;
}
.quote-form h4{
    text-align: center;
    color: #02153e !important;
    position: relative;
    top: -30px !important;
    font-weight: bold;
    font-size: 30px;
    
}
.quote-form button{
    width: 100%;
    background-color:#287eff;
    border: none;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    border-radius: 5px;
}

.footer-form img{
    position: relative;
    top: 110px;
    float: right;
}



/* Image Section Tabs */

#pills-img1-tab, #pills-img2-tab, #pills-img3-tab, #pills-img4-tab{
    padding: 12px 10px !important;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #1bb1dc !important;
    margin: 0 5px;
}
.thumb {
	float:left;
	position:relative;
	margin:3px;
}
.thumb:hover {
	border:0;
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:-200px; 
    left:0px; 
}
.second-img{
    width: 200px !important;
    border: 2px solid #1CB5E0;
    height: 500px !important;
}


/* Testimonial */

.Testimonial-sec h4 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    text-align:center;
}
.Testimonial-sec h2 {
    color: #212529;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    text-align:center;
}


.Testimonial-sec h5 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    text-align:center;
}
.Testimonial-sec h2 {
    color: #212529;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    text-align:center;
}
.Testimonial-sec .carousel {
    margin: 50px auto;
}

.Testimonial-sec .carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

.Testimonial-sec .carousel .media {
    position: relative;
    padding: 0 0 0 20px;
    margin-left: 20px;
}

.Testimonial-sec .carousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.Testimonial-sec .carousel .testimonial {
    color: #fff;
    position: relative;
    background: #1CB5E0;
    padding: 15px;
    margin: 0 0 20px 20px;
}

.Testimonial-sec .carousel .testimonial::before,
.Testimonial-sec .carousel .testimonial::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.Testimonial-sec .carousel .testimonial::before {
    width: 20px;
    height: 20px;
    background: #9b9b9b;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.Testimonial-sec .carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.Testimonial-sec .carousel .carousel-item .row>div:first-child .Testimonial-sec .testimonial {
    margin: 0 20px 20px 0;
}

.Testimonial-sec .carousel .carousel-item .row>div:first-child .Testimonial-sec .media {
    margin-left: 0;
}

.Testimonial-sec .carousel .testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
}

.Testimonial-sec .carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}

.Testimonial-sec .carousel .overview {
    padding: 3px 0 0 15px;
}

.Testimonial-sec .carousel .overview .details {
    padding: 5px 0 8px;
}

.Testimonial-sec .carousel .overview b {
    text-transform: uppercase;
    color: #1bb1dc;
}

.Testimonial-sec .carousel-control-prev,
.Testimonial-sec .carousel-control-next {
    width: 30px;
    height: 30px;
    background: #666;
    text-shadow: none;
    top: 4px;
    text-decoration: none;
}

.Testimonial-sec .carousel-control-prev i,
.Testimonial-sec .carousel-control-next i {
    font-size: 16px;
}

.Testimonial-sec .carousel-control-prev {
    left: auto;
    right: 40px;
}

.Testimonial-sec .carousel-control-next {
    left: auto;
}

.Testimonial-sec .carousel-indicators {
    bottom: -50px;
}

.Testimonial-sec .carousel-indicators li,
.Testimonial-sec .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin: 1px 5px;
    box-sizing: border-box;
    border-radius:30px;
}

.Testimonial-sec .carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.Testimonial-sec .carousel-indicators li.active {
    color: #fff;
    background: #1bb1dc;
    border: 5px double;
}

.Testimonial-sec .star-rating li {
    padding: 0 2px;
}

.Testimonial-sec .star-rating i {
    font-size: 14px;
    color: #ffdc12;
}


/* FAQ Section   */

.faq-Sec{
    margin:4rem auto;
}
.faq-Sec h4 {
    color: #333;
    text-align:center;
    font-weight:bold;
    letter-spacing:1px;
  }
  
  .faq-Sec h2 {
    color: #333;
    text-align:center;
    font-weight:bold;
    letter-spacing:1px;
  }
.faq-Sec p{
    text-align:center;
    font-size:17px;
    padding-bottom:30px;
}
.faq-Sec span{
    color: #333;
    font-size:17px;
}
.text-secondary {
    color: #3d5d6f;
  }
  
  .h4{
      font-size: 17px !important;
      padding: 10px 0;
  }


  .fa,
  .fas {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 1.2rem;
    font-style: normal;
    color: #1bb1dc;
  }
  .right-0 {
    right: 0;
  }
  .top-0 {
    top: 0;
  }
  .h-100 {
    height: 100%;
  }
  a.text-secondary:focus,
  a.text-secondary:hover {
    text-decoration: none;
    color: #22343e;
  }
  #accordion .fa-plus {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  #accordion a[aria-expanded=true] .fa-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .position-relative{
    text-decoration: none;
}




/* Client Logo Slider   */

.logo-sec{
    background-image: linear-gradient(90deg, #000000 0%, #000046 100%);
    padding:2.5rem 0;
}
  .slick-slide {
      margin: 10px 20px;
  }
  
  .slick-slide img {
      width: 75%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }






/* Footer */

.footer{
    background: linear-gradient(to left, #1CB5E0, #000046) !important;
    color: #fff;
    margin-bottom: -16px !important;
}
.footer h3{
    color: #fff;
    padding: 20px 0 !important;
    margin-top: 50px;
}
.footer h5{
    color: #fff;
    padding: 20px 0 !important;
    margin-top: 50px;
    font-size:27px;
}
.fa-phone,.fa-envelope,.fa-location-arrow{
    font-size: 20px !important;
    padding-right: 2px;
}
.fa-facebook-f,.fa-linkedin-in,.fa-instagram{
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    font-size: 20px !important;
    cursor: pointer;
    margin: 15px 5px;
    color: #1bb1dc
}
.fa-instagram:hover{
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    font-size: 20px !important;
    cursor: pointer;
    margin: 15px 5px;
    background-color: #1bb1dc
}
.fa-facebook-f:hover{
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    font-size: 20px !important;
    cursor: pointer;
    margin: 15px 5px;
    background-color: #1bb1dc
}
.fa-linkedin-in:hover{
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    font-size: 20px !important;
    cursor: pointer;
    margin: 15px 5px;
    background-color: #1bb1dc
}
.footer ul{
    
    line-height: 1rem;

}
ul.footer-menu a {
    color: #fff;
    text-decoration: auto;
}
.footer a {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}



/* Logo Design Services */

.LDS-Tab h4{
    text-align: center;
    font-weight: bold;
    font-size:2rem;
    margin-top: 40px;
}

.LDS-Tab p{
    text-align: center;
    color:gray;
}
.footer-form h4{
    color: #fff;
    font-weight: bold;
    font-size:2.2rem;
    padding-top:10px;
    padding-bottom:30px
}
.footer-form h2{
    color: #fff;
    font-weight: bold;
    font-size:2.2rem;
    padding-top:10px;
    padding-bottom:30px
}
.LDS-Images h4{
    text-align: center;
    font-weight: bold;
    font-size:2.2rem;
    margin-top: 50px;
}
.LDS-Images p{
    text-align: center;
    padding: 10px 0;
    margin-bottom:-3rem;
}
.LDSbtn{
    margin: 15px auto !important;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 11px 50px;
    background-color: #1bb1dc;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 12px;
    border: none;
}
.LDS-Tab .demo{
    margin-top:-27px;
}
.LDS-Tab .liHeading{
    text-align:left !important;
    font-weight:bold;
}
.LDS-Tab .pricing-content li{
    font-size:16px;
    letter-spacing:0.4px;
}
.LDS-Tab .amount{
    font-weight:bold !important;
}




/* Web Development Service Page */

.fa-tachometer,.fa-address-card-o,.fa-desktop,.fa-qrcode,.fa-calendar-minus,.fa-cogs,.fa-address-book,.fa-bar-chart,.fa-address-card{
    font-size: 40px !important;
    padding: 10px 0;
}



/* PACKAGES PAGE */

.nav-item button.active{
    background-color: #1bb1dc !important;
    color: #fff !important;
    border-radius: 5px;
}

.nav-item button:hover{
    background-color: #1bb1dc !important;
    color: #fff !important;
    border-radius: 5px;
}

#pill-home-tab,#pill-profile-tab,#pill-contact-tab,#pill-ecommerce-tab,#pill-marketing-tab,#pill-combo-tab{
    background-color: #fff;
    border: none;
    outline: none;
    font-weight: bold;
    margin: 0 3px;
}







.bulb-img{
    display: flex;
    justify-content: center;
}
.portait-img{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}




/* About Page */

.about-company h2{
    font-weight: bold;
    text-align: center;
}
.about-company p{
    font-weight: 500; 
    color: rgb(73, 73, 73);
    padding: 30px 0; 
    line-height: 1.7rem;
    text-align: center;
}
.progress-title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.progress-bar{
    background: #53a6e3;
    position: relative;
    height: 8px;
    border-radius: 5px;
}
.progress-title > strong {
    float: right;
    color: #53a6e3;
    font-weight: 800;
    font-size: 18px;
}
.prog-bar{
    padding: 10px 0;
}
.progress{
    height: 8px;
}






/* Logo Design Services Page */

.card{
    border: none !important;
}

.card-body p{
    font-size: 15px;
    color: gray;
}

.card img {
    border-radius: 0;
}

@media screen and (max-width: 770px) {
    .card img {
      width: 150px;
    }
    .hform {
        padding: 0 !important;
    }
  }





/* Testimonial Page */

.testimonialPage{
    border: 8px solid #1CB5E0;
    padding: 40px 0 25px 0;
    text-align: center;
    position: relative;
    margin: 30px 0;
    background-color: #fff;
}
.testimonialPage:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #000046;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonialPage .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}




/* Contact Us Page */

.page-content {
	width: 100%;
	margin:  0 auto;
	display: flex;
	justify-content: center;
}
.form-v4-content  {
	background: #fff;
	width: 850px;
	border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	display: flex;
	font-family: 'Open Sans', sans-serif;
}
.form-v4-content h2 {
	font-weight: 700;
	font-size: 30px;
	padding: 6px 0 0;
	margin-bottom: 34px;
}
.form-v4-content .form-left {
	background: #3786bd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 40px;
	position: relative;
	width: 100%;
	color: #fff;
}
.form-v4-content .form-left p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
.form-v4-content .form-left span {
	font-weight: 700;
}
.form-v4-content .form-left .text-2 {
	margin: 20px 0 25px;
}
.form-v4-content .form-left .account {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 180px;
	border: none;
	margin: 15px 0 50px 0px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	appearance: unset;
}

.form-v4-content .form-left .form-left-last input {
	padding: 15px;
}
.form-v4-content .form-detail {
    padding: 20px 40px;
	position: relative;
	width: 100%;
}
.form-v4-content .form-detail h2 {
	color: #3786bd;
}
.form-v4-content .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
	margin:  0 -8px;
}
.form-v4-content .form-detail .form-row {
	width: 100%;
	position: relative;
}
.form-v4-content .form-detail .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 8px;
}
.form-v4-content .form-detail label {
	font-weight: 600;
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 8px;
}
.form-v4-content .form-detail .form-row label#valid {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #53c83c;
}
.form-v4-content .form-detail .form-row label#valid::after {
	content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
}
.form-v4-content .form-detail .form-row label.error {
	padding-left: 0;
	margin-left: 0;
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    background: none;
    color: red;
}
.form-v4-content .form-detail .form-row label.error::after {
    content: "\f343";
    font-family: "LineAwesome";
    position: absolute;
    transform: translate(-50%, -50%);
    right: 10px;
    top: -31px;
    color: red;
    font-size: 18px;
    font-weight: 900;
}
.form-v4-content .form-detail .input-text {
	margin-bottom: 27px;
}
.form-v4-content .form-detail input {
	width: 100%;
    padding: 11.5px 15px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    appearance: unset;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
}
.form-v4-content .form-detail .form-row input:focus {
	border: 1px solid #53c83c;
}
.form-v4-content .form-detail .form-checkbox {
	margin-top: 1px;
	position: relative;
}
.form-v4-content .form-detail .form-checkbox input {
	position: absolute;
    opacity: 0;
}
.form-v4-content .form-detail .form-checkbox .checkmark {
	position: absolute;
    top: 13px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.form-v4-content .form-detail .form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 5px;
   	top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #3786bd;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}
.form-v4-content .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.form-v4-content .form-detail .form-checkbox p {
    margin-left: 34px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.form-v4-content .form-detail .form-checkbox .text {
	font-weight: 700;
	color: #3786bd;
	text-decoration: underline;
}
.form-v4-content .form-detail .register {
	background: #3786bd;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 130px;
	border: none;
	margin: 6px 0 50px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.register:hover {
	color: #2f73a3 !important;
    background-color: #fff !important;
    border: 1px solid #2f73a3 !important;
}
.form-v4-content .form-detail .form-row-last input {
	padding: 12.5px;
}

.checkmark{
    margin-top: -11px;
}
.text{
    text-decoration: none !important;
}
.form-left h2{
    color:#fff;
}
.account{
    color:#2f73a3 !important;
}

.account:hover{
    background-color:#2f73a3 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

/* Responsive */
@media screen and (max-width: 991px) {
	.form-v4-content {
		margin: 20px 20px;
		flex-direction:  column;
	}
	.form-v4-content .form-left {
		width: auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.form-v4-content .form-detail {
		padding: 30px 20px 30px 20px;
	    width: auto;
	}
}
@media screen and (max-width: 575px) {
	.form-v4-content .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
		margin: 0;
	}
	.form-v4-content .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding:  0;
	}
}
@media screen and (max-width: 1180px){
.navbar-brand img {
    width: 199px;
    position: relative;
    left: 0;
}
}

/*For Mobile*/
@media only screen and (max-width: 767px)
{
  .LDS-Tab .demo .col-md-4:nth-child(4) {
    display: none;
}

.LDS-Tab .demo .col-md-4:nth-child(5) {
    display: none;
}

.LDS-Tab .demo .col-md-4:nth-child(6) {
    display: none;
}
.footer-form img {
    position: relative;
    top: 11px;
    float:left;
}
.footer-form h3 {
    color: #fff;
    position: relative;
    top: 1rem;
    font-size: 31px;
}

.footer-form p {
    color: #fff;
    font-size: 1.2rem !important;
    position: relative;
    top: 1rem;
    text-align: left !important;
} 
    
}

.hbtn::before, .hbtn::after{
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #1bb1dc;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    border-radius: 65px;
    animation: animate 1.5s linear infinite;
    backface-visibility: hidden;
}

@keyframes animate {
	0% {
		transform: scale(.2);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

.hform {
    margin: 30px auto;
    justify-content: center;
    align-items: center;
    padding: 0 60px !important;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {

		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


span.typed-text {
    color: #1bb1dc;
    font-weight: 900;
    font-size: 54px;
}

.header-section h1 {
    color: #fff;

    font-weight: 800;
}

#spin:after {
  content:"";
  animation: spin 16s linear infinite;
  font-size:2rem;
}
@keyframes spin{

  0% { content:" Logo Design Services";}
  10% { content:" Website Development Services";}
  20% { content:" Video Animation Services";}
  30% { content:" Digital Marketing Services";}
  40% { content: " Content Writing Services";}
  50% { content: " Seo Services";}
  60% { content: " Logo Design Services";}
  70% { content: " Website Development Services";}
  80% { content: " Video Animation Services";}
  90% { content: " Digital Marketing Services";}
  100% { content: " Seo Services";}

}
span#spin {
    color: #00a5e3;
    font-weight: 800;
}


/* width */
html::-webkit-scrollbar {
  width: 10px;
}

/* Track */
html::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
html::-webkit-scrollbar-thumb {
  background: #1bb1dc;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #555;
}



@media only screen and (max-width: 767px)
{
  .client-logo-section {
    margin-top: 40px;
    padding: 0 100px !important;
    display: none;
}

.footer-form {
    display: none;
}

button.green-btn.mr-3 {
    display: none;
}

ul#pills-tab li {
    margin-bottom: 15px;
}

a.web-button {
    display: none;
}

.icons-div.list ul li {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0px;
}

img.img-fluid.scale-up {
    transition: transform .5s;
    margin-bottom: 45px;
} 
/*.quote-form {*/
/*    display: none;*/
/*}*/
.header-section h1 {
    color: #fff;

    font-weight: 800;
}
.pricingTable .pricing-content {
    color: #fff;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 35px;
}
.card.mb-3 {
    padding-top: 0px !important;
}
.footer-form {
    background: linear-gradient(to left, #1CB5E0, #000046) !important;
    padding: 15px 0px !important;
}
.LDSbtn {
    margin: 0px auto !important;
}
.footer ul {
    line-height: 1.3rem;
}
p.card-text {
    font-size: 17px;
}
.LDS-Tab h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    font-size: 19px;
}
.creative {
    margin-bottom: 50px;
}
.green-btn {
    position: relative;
    padding: 11px 30px;
    background-color: #1bb1dc;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 12px;
    cursor: pointer;
    margin: 10px auto;
    border: none;
    top: 20px;
}
.newImage {
    display: none;
}
.fa-tachometer, .fa-address-card-o, .fa-desktop, .fa-qrcode, .fa-calendar-minus, .fa-cogs, .fa-address-book, .fa-bar-chart, .fa-address-card {
    font-size: 65px !important;
    padding: 10px 0;
    margin-bottom: 20px;
}
p.card-text {
    font-size: 15px;
}
.animationText {
    padding-top: 0px !important;
}
.getText {
    padding-top: 45px;
}
.pricingTable .title {
    font-size: 19px;
    text-align: center;
    text-transform: capitalize;
    margin: auto;
    color: #02153e;
    margin-bottom: 20px;
    margin-top: 50px;
    width: 100%;
}
.row
{
--bs-gutter-x:0rem;
}
.porfolioEffect {
    width: 370px;
    height: 330px;
    margin: 0 0 10px !important;
}
}

.porfolioEffect:hover {
    background-position: 100% 100%;
    transition: 6s !important;
    transform: none;
    
}
.porfolioEffect {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-In-out;
    -moz-transition: all 0.2s ease-In-out;
    -o-transition: all 0.2s ease-In-out;
    transition: all 0.2s ease-In-out;
    background-size:cover;
}

.fa-angles-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color:#1bb1dc;
    padding-right: 10px;
}

span.cursor {
  display: inline-block;
  background-color: #fff;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
  font-size:54px;
}
span.cursor.typing {
  animation: none;
  font-size:54px;
}
@keyframes blink {
  0%  { background-color: #fff; }
  49% { background-color: #fff; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #fff; }
}



/*4 Cards Section*/

:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}
@media (max-width: 400px) {
  h1 {
      font-size: 1.5rem;
  }


}


@media (max-width: 427px) {
  .box {
    margin: 20px auto;
    height: 455px !important;
    }


}


.header {
  text-align: center;
  line-height: 0.8;
  margin: 40px 0 10px 0;
}
.header h2{
    font-weight:bold;
    font-size:2.2rem;
}
.header p {
    margin: 20px auto 0px auto;
    line-height: 1.2;
    color: #666;
}
.box p {
  color: #666;
}
.box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(#ffffff 50%, #1bb1dc 50%);
    background-size: 100% 200%;
    background-position: 0 -2.5%;
    cursor: pointer;
    transition: 0.5s;
}
.box h4{
    font-weight:bold;
}
.box h3{
    font-weight:bold;
    color: #1bb1dc;
}
.box h2{
    font-weight:bold;
}
.box:hover {
    background-position: 0 -100%;
}
.box img {
  float: right;
}

.box:hover h3{
    color:#fff;
}

@media (max-width: 450px) {
  .box {
      height: 200px;
  }
}

@media (max-width: 950px) and (min-width: 450px) {
  .box {
      text-align: center;
      height: 180px;
  }
}



@media (min-width: 950px) {
  .row1-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .row2-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .box-down {
      position: relative;
      top: 150px;
  }
  .box {
      width: 28%;
   
  }
  .header p {
      width: 37%;
  }
  
}
.box:hover h2{
    color:#fff;
}
.box:hover h4{
    color:#fff;
}
.box:hover p{
    color:#fff;
}
.row2-container{
    margin: 0 0 60px 0;
}


/*Service Section*/

.serviceSec {
  width: 100%;
  display: grid;
  place-items: center;
    margin: 60px 0 60px 0;
}
.serviceSec .row {
  display: flex;
  flex-wrap: wrap;
}
.serviceSec .column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.serviceSec .card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #1bb1dc 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.serviceSec h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
.serviceSec h4{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
}
.serviceSec h2{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
}
.serviceSec p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 30px;
    font-size:16px;
}
.serviceSec .icon-wrapper {
  background-color: #1bb1dc;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #fff !important;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.serviceSec a{
    text-decoration:none !important;
    font-weight:bold !important;
}
.serviceSec .card:hover {
  background-position: 0 100%;
}
.serviceSec .card:hover .icon-wrapper{
  background-color: #ffffff;
  color: #1bb1dc !important;
}
.serviceSec .card:hover h3 {
  color: #ffffff;
}
.serviceSec .card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .serviceSec {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .serviceSec {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.serviceSec .fas {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 1.2rem;
    font-style: normal;
    color: #fff;
}
.serviceSec .card:hover .fas{
  color: #1bb1dc !important;
}
.serviceSec h2{
    font-weight:bold;
    letter-spacing:1px;
    text-align:center;
}


/* Icons sec */

.icons-sec {
    background: linear-gradient(90deg, #000000 0%, #000046 100%);
    padding-top: 30px;
    padding-bottom: 10px;
}

.icons-sec h5 {
    font-weight: bold;
    padding-left: 8px;
    font-size: 16px;
    color: #fff;
}

.icons-sec h2 {
    font-weight: bold;
    padding-left: 8px;
    font-size: 20px;
    color: #fff;
}

.icons-sec p {
    font-size: 16px;
    padding-left: 8px;
    color: #fff;
}
/*Video Css*/


.bg-video-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.header-section h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    z-index: 11;
    position: relative;
}

.header-section p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.7rem;
    font-size: 17px;
    padding: 10px 0;

    position: relative;
    z-index: 11;
}
i.fa.fa-check {
    position: relative;
    z-index: 5;
}
span {
    z-index: 6;
    color: #fff;
    position: relative;
}
.hbtn {
    position: relative;
    padding: 11px 50px;
    background-color: #1bb1dc;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 12px;
    border: none;
    top: 30px;
    z-index: 9;
}
.header-section {
    padding: 50px 0;

    width: 100%;
    height: 100vh;
}
/*mega menu*/
.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}


@media all and (max-width: 1499px) {

.header-section h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    z-index: 11;
    position: relative;

}
.porfolioEffect {
    width: 330px;
    height: 330px;
    margin: 10px;
    border-radius: 15px;
}
span.typed-text {
    color: #1bb1dc;
    font-weight: 900;
    font-size: 28px;
}
.header-section p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.2rem;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    z-index: 11;
}
span.cursor.typing {
    animation: none;
    font-size: 28px;
}
span.cursor {
  display: inline-block;
  background-color: #fff;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
  font-size:28px;
}
.header-section p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.2rem;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    z-index: 11;
}
}
@media all and (min-width: 1500px) {
    .porfolioEffect {
    width: 375px;
    height: 330px;
    margin: 10px;
    border-radius: 15px;
}
}

button.btn.btnprimary.w-100 {
    background: #1baeda;
    color: #fff;
}
.header-section-1 p {
    color: #fff;
}
/*card css*/
.form-group {
    margin: 10px 0px;
}
.serviceSec a{
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
        /*text-decoration: none;*/
}
.serviceSec .card:hover a {
    color: #fff;
}

.fourty {
    color: #5bb6e1 !important;
    font-size: 30px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgb(0 0 0 / 20%);
}

.cards-section h4{
    text-align:center;
    font-weight:bold;
    font-size:2rem;
}
.cards-section ul{
    list-style:none;
    padding:0;
}
.cards-section ul li{
    color:gray;
    font-size:12px;
    padding-bottom:5px;
}
.cards-section .card-subtitle{
    font-weight:bold;
    color: #1bb1dc;
}
.cards-section .card{
    background:transparent;
}
.cards-section .card .card-body{
    padding:0 !important;
}
.cards-section .box:hover .fa{
    color:#fff;
    transform: rotate(360deg);
}
.cards-section .box .fa-solid{
    transition: 1s;
}
.cards-section .box .fa{
    transition: 1s;
}
.cards-section .box .fa-brands{
    transition: 1s;
}
.cards-section .box:hover .fa-solid{
    color:#fff;
    transform: rotate(360deg);
}
.cards-section .box:hover .card-subtitle{
    color:#fff;
}
.cards-section .box:hover .fa-brands{
    color:#fff;
    transform: rotate(360deg);
}

 /* Sticky Button */

        .stickyBtns{

            transition: .4s;

            position: fixed;

            right: 0;

            top: 35%;

            width: 420px;

            z-index: 999

        }

.popup .stickyBtn{

    width:100% !important;

    background:#000;

    color:#fff;

    border-radius:30px;

    border:1px solid #000;

    outline:none;

    padding:8px 0;

    text-transform:uppercase;

    letter-spacing:1px;

    font-weight:bold;

    margin:10px 0;

}

.popup .stickyBtn:hover{

    width:100% !important;

    background:#fff;

    color:#000;

    border-radius:30px;

    border:1px solid #000;

    outline:none;

    padding:8px 0;

    text-transform:uppercase;

    letter-spacing:1px;

    font-weight:bold;

}

        .clickbutton {

            background-color: #1bb1dc;

            width: 50px;

            z-index: 999;

            height: 200px;

            cursor: pointer;

            box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);

            border-radius: 3px 0 0 3px;

            display: inline-block;

            vertical-align: top;

            color: #fff !important;

            font-size: 16px;

            font-weight: bold;

            text-transform: uppercase;

            box-shadow: 0 0 40px #00000026;

            transition: .4s;

            position: fixed;

            right: 0;

            margin-top: 3.5rem;

        }



        .clickbutton a {

            color: #fff !important;

            text-decoration: none;

            padding-left: 10px;

        }



        .clickbutton .crossplus {

            position: absolute;

            display: block;

            transform: rotate(-90deg);

            transition: .4s;

            left: -54px;

            white-space: pre;

            bottom: 87px

        }

        .btns_wrap img {

            width: 27px !important;

        }



        .right-container-button {

            background-color: #1bb1dc;

            width: 50px;

            z-index: 1000;

            height: 50px;

            cursor: pointer;

            border-radius: 3px 0 0 3px;

            justify-content: center;

            align-items: center;

            border: none;

            transition: .4s;

            position: fixed;

            right:0;

        }



        .right-container-button2 {

            background-color: #1bb1dc;

            width: 50px;

            z-index: 999;

            height: 50px;

            cursor: pointer;

            border-radius: 3px 0 0 3px;

            display: flex;

            justify-content: center;

            align-items: center;

            border: none;

            position: fixed;

            right: 0;

            transition: .4s;

        }



        .right-container-button2 .fa-phone {

            font-size: 20px !important;

            color: #fff;

            position: relative;

            top: -7px;

        }



        .right-container-button span {

            color: #000 !important;

            position: absolute;

            left: 17px;

            top: 20px;

            line-height: 28px;

        }



        .right-container-button2 span {

            color: #000 !important;

            position: absolute;

            left: 17px;

            top: 20px;

            line-height: 28px;

        }



        .right-container-button:hover {

            transition: all 500ms cubic-bezier(.62, .1, .5, 1);

            width: 250px;

        }



        .right-container-button2:hover {

            transition: all 500ms cubic-bezier(.62, .1, .5, 1);

            width: 250px;

        }



        .right-container-button .long-text {

            transition: opacity 1000ms;

            opacity: 0;

            color: #fff !important;

            white-space: nowrap;

            font-size: 0;

            width: 0;

            margin-top: -10px;

        }



        .right-container-button2 .long-text {

            transition: opacity 1000ms;

            opacity: 0;

            color: #000 !important;

            white-space: nowrap;

            font-size: 0;

            width: 0;

            margin-top: -8px;

        }

        .right-container-button2 .long-text a{

            text-decoration: none;

            color: #fff;

        }

        .right-container-button .long-text.show-long-text {

            transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;

            opacity: 1;

            margin-left: 45px;

            font-size: 20px;

            width: auto;

        }



        .right-container-button2 .long-text.show-long-text {

            transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;

            opacity: 1;

            margin-left: 45px;

            font-size: 20px;

            width: auto;

        }



        .fa-commenting {

            color: #fff !important;

            font-size: 22px;

            position: relative;

            top: -7px;

        }



        #popup1 {

            background: rgba(0, 0, 0, 0.7);

            transition: opacity 500ms;

            visibility: hidden;

            opacity: 0;

            z-index: 10001;
            display:flex;
            margin:0 auto;
            justify-content:center;

        }



        #popup1:target {

            visibility: visible;

            opacity: 1;

        }



        .popup {

            margin: 30px auto;

            padding: 15px;

            border-radius: 5px;

            width: 30%;

            position: absolute;

            z-index: 1100;

        }
        
        
.popup .btn-success{
    width:100%;
    background-color: #1bb1dc;
    border:1px solid #1bb1dc;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
}
.popup .btn-success:hover{
    color: #1bb1dc;
    background-color: #fff;
}
        .popup h2 {

            margin-top: 0;

            color: #333;

            font-family: Tahoma, Arial, sans-serif;

        }



        .popup .close {

            position: relative;

            float: right;

            transition: all 200ms;

            font-size: 30px;

            font-weight: bold;

            text-decoration: none;

            color: #000;

        }



        .search {

            position: absolute;

            top: 19px;

            left: 45%;

            transition: all 200ms;

            font-size: 30px;

            font-weight: bold;

            text-decoration: none;

            color: #000;

            padding: 0px 5px;

        }



        .popup .content {

            margin-top: 16px;

        }



        .div1 {

            padding: 20px 30px;

            height: auto;

            background: #fff;

            border-radius: 20px;

        }



        .content h3 {
            text-transform: uppercase;
            color: #000;
            margin-top:-7px;
        }



        @media screen and (max-width: 1024px) {

            .box {

                width: 70%;

            }



            .popup {

                width: 70%;

                left: 20%;

            }



            .div1 {

                width: 70%;

                padding: 20px;

                float: left;

            }

        }



        #quickenquire input[type=text],

        input[type=email],

        textarea,

        select {

            width: 100%;

            padding: 7px 15px;

            display: inline-block;

            border: 1px solid #ccc;

            border-radius: 30px;

            box-sizing: border-box;

        }



        #quickenquire input[type=submit] {

            width: 100%;

            background-color: #000;

            color: white;

            text-transform: uppercase;

            font-weight: bold;

            letter-spacing: 2px;

            padding: 10px 20px;

            border: none;

            border-radius: 4px;

            cursor: pointer;

            margin-top: 2em;

            margin-bottom: 5px;

        }



        #quickenquire input[type=submit]:hover {

            background-color: #000000;

        }



        #country {

            color: gray !important;

        }



        @media screen and (max-width: 1350px) {

            .right-container {

                display: none;

            }



            .floatbutton {

                display: none;

            }

        }

        @media screen and (max-width: 537px) {

            .stickyBtns {

                display:none;

            }

}

.imagesSection h5{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
    margin-bottom:30px;
}
.imagesSection p{
    text-align:center;
    padding:10px 0;
}
.PackagesSec h5{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
    margin-bottom:1.5rem;
}

.PackagesSec h2{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
    margin-bottom:1.5rem;
}
.PackagesSec p{
    text-align:center;
    margin-top:1rem;
}
.card-subtitle {
    font-size: 16px;
}

/*Logo Portfolio*/

.LogoImages{
    margin-top:2rem;
}
.LogoImages h4{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
}
.LogoImages p{
    text-align:center;
}
.LogoImages img{
    cursor:pointer;
    transition:.5s;
    border-radius:5px;
    width:100%;
}
.LogoImages img:hover{
    transform:scale(1.1);
    transition:.5s;
}


/*Website Portfolio*/

.webImages{
    margin-top:3rem;
}
.webImages h5{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
}
.webImages p{
    text-align:center;
}


/*Laptop Section*/

.laptopSec{
    margin-top:3rem;
}
.laptopSec h2{
    text-align:center;
    font-weight:bold;
    font-size:2.2rem;
}
.laptopSec .sText{
    text-align:center;
    color:gray;
}




@media screen and (min-width: 300px) and (max-width: 700px){
  header {
    padding-top: 8rem;
    padding-bottom: 1rem;
    }
    .pricingTable:hover{
    top: 0rem;
    transform:scale(1.0);
    }
  header h1 {
    font-size: 30px;
  }
  header .form-control{
      width:60% !important;
  }
  header .carousel img{
      height:30vh;
      
    margin: 35px auto;
  }
  .header h2 {
    font-size: 1.6rem;
  }
  .box {
    margin: 20px auto;
    height: 355px;
  }
  .serviceSec h4 {
    font-size: 1.6rem;
  }
    .serviceSec h2 {
    font-size: 1.6rem;
    padding-bottom:5px;
  }
  .imagesSection{
      padding:0 !important;
  }
  .imagesSection h5 {
    font-size: 1.6rem;
  }
  .PackagesSec h5 {
    font-size: 1.6rem;
  }
  .PackagesSec #nav-home-tab, #nav-profile-tab, #nav-contact-tab{
      padding:5px !important;
  }
  .footer-form .col-md-6{
      padding-left:20px !important;
  }
  .icons-div.list ul li {
    width: 160px;
    display:inline-block;
    padding: 10px 0px !important;
  }
  
}




@media screen and (min-width: 800px) and (max-width: 991px){
    header {
    padding-top: 8rem;
    padding-bottom: 1rem;
    }
    header h1 {
    font-size: 28px !important;
    }
     header .form-control{
      width:60% !important;
  }
  .pricingTable .title {
    width: 183px;
}
.right-container-button2{
    width:70px;
}
.right-container-button{
    width:70px;
}
.clickbutton{
   width:70px; 
}
.box {
    width: 70%;
    margin: 20px auto;
    height: 213px;
}
.porfolioEffect {
    width: 203px;
    height: 260px;
}
.pricingTable .price-value {
    width: 45%;
}
.demo .col-md-4 {
    width: 45.333333%;
}
.footer-form img{
    display:none;
}
.footer-form .col-md-2{
    width:0 !important;
}
/*.quote-form {*/
/*    width: 305px;*/
/*}*/
.footer-form h4{
    font-size:1.6rem;
}
}


.imagesSection h2 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size:2.2rem;
}

.cards-section h2{
    font-size: 2.2rem;
}

.cards-section{
    padding: 60px 0px;
}



/*dark mode*/
        .dark{
            background-color: #000;
            
        }
        .dark h2{
            color:#fff;
        }
        .dark p{
            color:#fff;
        }
        .dark .navbar{
           background-color: #000; 
        }
        .dark .nav-link{
            color:#fff;
        }
        
        
        
        
        
        
        .infoSec{
            background:#1bb1dc !important;
            color:#fff;
            padding:30px 0;
            text-align: center;
        }
        .infoSec a{
            text-decoration:none;
            color:#fff;
            font-size:25px !important;
        }
        .infoSec .fa{
            color:#fff !important;
            font-size:40px !important;
            margin-right:10px !important;
            position: relative;
    top: 6px;
}
        }
        .infoSec .btn{
            font-weight:bold;
        }
        .infoSec .btn:hover{
            color:#fff !important;
        }
        
        
        
        @media screen and (min-width: 200px) and (max-width: 500px) {
  .infoSec .phoneClass{
      display:none;
      width:0 !important;
  }
  .infoSec .mailClass{
      display:none;
      width:0 !important;
  }
   .infoSec .btnClass{
      width:100% !important;
  }
  div#offcanvasbutton button.btn.btn-primary {
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 10px 0;
    background-color: #fff;
    border-radius: 8px;
    color: black;
    margin: 10px;
    position: fixed;
    bottom: 0px;
    z-index: 999999;
    box-shadow: rgb(0 0 0 / 10%) 0px 6px 12px 0px;
    left: 0px;
    right: auto;
    cursor: pointer;
    border: 1px solid #fff;
    align-self: center;
    width: 100px !important;
    height: 88px ;
}

span.mobile-rating-none {
    display: none;
}
  
}







/*Auto Popup*/

.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
}
.login-popup .form{
    background:#000046;
    border:1px solid #fff;
    border-radius:15px;
}
.login-popup form p{
    color:#fff !important;
    text-align:left !important;
    margin:0 !important;
}
.login-popup form .discount{
    color:#1bb1dc !important;
    font-weight:bold !important;
    font-size:1.7rem;
    animation: zoom-in 0.9s ease infinite !important;
    margin-left:10px !important;
}
.login-popup #selectService{
  color: #666;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
	z-index:2000;
}
.login-popup .popup-box{
	background-color:#ffffff;
	width: 380px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;

}
.login-popup.show .popup-box{
	opacity: 1;
	margin-left: 0;
	border-radius:15px !important;
}
.login-popup .popup-box .img-area{
    border-radius: 10px 0 0 10px;
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .popup-box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;

}
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}

.login-popup .popup-box .form p{
	color:#35625f;
	font-size: 25px;
	font-weight:bold;
	text-align:center;
}
.login-popup .popup-box .form .form-control{
	height: 40px;
	margin-bottom: -8px;
	width: 100%;
	font-size: 15px;
	color:#000000;
	border-radius: 5px;
}
.login-popup .popup-box .form .form-control:focus{
	outline: none;
}
.login-popup .popup-box .form label{
	font-size: 15px;
	color:#555555;
}
.login-popup .popup-box .form .btn{
	width: 100%;
	background: #1bb1dc;
	position:relative;
	top:5px;
	height: 45px;
	border:none;
	font-size: 15px;
	text-transform: uppercase;
	color:#ffffff;
	cursor: pointer;
	font-weight:bold;
	letter-spacing:1px;
	border:1px solid #1bb1dc;
}
.login-popup .popup-box .form .btn:hover{
    background:#fff;
    color: #1bb1dc;
    border:1px solid #1bb1dc;
    position:relative;
	top:5px;
	font-weight:bold;
}
.login-popup .popup-box .form .btn:focus{
	outline: none;
}
.login-popup .popup-box .form .close{
	position: absolute;
	right: 10px;
	top:0px;
	font-size: 30px;
	cursor: pointer;
	color:#fff;
}
.login-popup form{
    padding:40px;
}

/*responsive*/
@media(max-width: 767px){
    
    div#offcanvasbutton button.btn.btn-primary {
    display: none;
}
    
	.login-popup .popup-box{
		width: calc(100% - 30px);
	}
	.login-popup .popup-box .img-area{
		display: none;
	}
	.login-popup .popup-box .form{
		flex: 0 0 100%;
        max-width: 100%;
	}
}
.login-popup .popup-box .form textarea{
    margin-top:0;
    overflow:hidden;
}