*{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

marquee{
    padding: 1rem;
    background-color: #424242;
    color: aliceblue;
}

.tc, .pp{
    margin: 2rem;
}

.tc p, .pp p{
    text-align: justify;
}

.tc h2, .pp h2{
    color: #236ad6;
}

nav{
    background-color: white;
}

nav img{
    width: 40%;
}

.welcome{
    background-color: white;
}

.welcome-para h1 span{
    color: #424242;
}

.welcome{
    padding-top: 2rem;
}

.logo{
    display: none;
}

.mobile-logo{
    display: flex;
    justify-content: space-between;
}

.navbar-toggler {
    display: block;
    margin: 21px 7px 0 0;
    width: 50px !important;
    height: 40px !important;
    border-radius: 1px;
}

.social_icons{
    display: none;
}

.title{
    color: white;
}

.mobile-logo button{
    background-color: #236ad6;
}

.nav-link{
    color: black !important;
    line-height: 40px !important;
    font-size: 18px !important;
}

.dropdown-item{
    color: white !important;
}

.navbar-nav .dropdown-menu{
    background-color: #236ad6;
    line-height: 40px !important;
}

.welcome-para{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 7rem;
}

.welcome-para h6{
    color: #424242;
    text-align: center;
}

.welcome-para h1{
    color: #236ad6;
    text-align: center;
}

.welcome-img{
    padding-top: 5rem;
}

.welcome-img img{
    width: 100%;
    padding-top: 2rem;
}

.welcome-para img{
    width: 20rem;
    height: 15rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.block{
    width: 100%;
    position: relative;
    background: linear-gradient(to right, rgba(35, 106, 214, 1) 0%, rgba(32, 149, 242, 1) 100%);
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .block::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(-3deg);
  }

  .block h2{
      color: white;
      padding-top: 2rem;
  }

  .block p{
    color: white;
    text-align: justify;
  }

  .about{
      padding: 2rem 1rem 1rem 1rem;
  }

  .about-img{
      padding: 2rem;
  }

  .about-img img{
      width: 80%;
  }

  .service, .projects, .contact{
      padding: 3rem 1rem;
  }

  .service h2, .projects h2{
      padding-bottom: 1rem;
  }

  .scroll{
      background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("images/computer.jpg");
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  footer{
      background-color: #424242;
      color: aliceblue;
      padding: 2rem 1rem;
  }

  footer i{
      padding-right: 5px;
  }

  footer h6{
      color: white;
      padding-bottom: 1rem;
  }

  footer ul{
      padding-left: 0;
  }

  footer ul li{
      list-style-type: none;
      padding: 0.5rem 0;
  }

  footer ul li a{
      text-decoration: none;
      color: aliceblue;
      font-style: italic;
  }

  footer ul li a:hover, .copyright a:hover{
      color: deepskyblue;
  }
  
  .social i{
    color: white;
  }

  .social i:hover{
      color: #236ad6;
  }

  .newsletter{
      padding-bottom: 2rem;
  }

  .copyright{
      background-color: #424242;
      border-top: 1px solid #777;
  }

  .copyright p{
      text-align: center;
      padding: 2rem;
      color: aliceblue;
      font-size: small;
      margin-bottom: 0;
  }

  .copyright a{
      text-decoration: none;
      color: aliceblue;
      font-style: italic;
  }

  /*about*/
  .about-banner{
      margin: 7rem 1rem 6rem 2rem;
  }

  .abt-img img{
      width: 100%;
  }

  .abt-para{
      padding-top: 5rem;
  }

  .abt-para h1, .abt-para-server h1{
      color: #424242;
  }

  .abt-para h5, .abt-para-server h5{
      color: #777;
  }

  .abt-para img, .abt-para-server img{
      width: 20rem;
      height: 15rem;
      display: none;
  }

  .abt-img-web img{
      padding-top: 2rem;
  }

  /*webdesign*/
 .webdesign, .webdev, .seo, .content-writing{
     padding: 2rem 1rem;
 }

 #seo img{
    padding-top: 5rem;
 }

 .webdev-img img, .seo-img img, .content-img img{
     width: 20rem;
     height: 15rem;
     display: block;
     margin: 0 auto;
 }

 .webdesign-exp p, .webdev-para p, .webhosting-para p, .seo-para p, .content-para p{
    text-align: justify;
 }

 .webdev-para, .webdev-img{
     padding-top: 3rem;
 }

 /*hosting*/
 .abt-img-server img, .seo-img img, .content-img img{
     width: 100%;
     padding-top: 1rem;
 }

 .webhosting{
     padding: 2rem 1rem;
 }

 .contact-us{
    padding: 4rem 1rem 2rem 1rem;
 }

 .webhosting-img img{
     width: 20rem;
     height: 15rem;
 }

 .abt-para-server{
     padding-top: 2rem;
 }

 .block h3{
    text-align: center;
    color: white;
    padding-top: 1rem;
 }

 /*contact*/
 .contact-info ul li, .marketing ul li{
    list-style: none;
    color: white;
    padding-bottom: 7px;
 }

 .contact-info ul, .marketing ul{
    padding-left: 0;
 }

 .contact-info ul li i, .marketing ul li i{
    color: white;
    padding-right: 5px;
 }
 
 .marketing ul li a{
    text-decoration: none;
    background-color: white;
    padding: 0.4rem 1rem;
    margin-top: 5px;
    border-radius: 30px;
 }

 .marketing ul li a:hover{
    background-color: #424242;
    color: white;
 }

 #call{
    color: #236ad6;
 }
 
 .alert{
    margin: -9px 0 12px 0;
    padding: 10px;
    border-radius: 5px;
  }
  .success-alert{
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
  }
  .error-alert{
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
  }
  
    .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.float:hover{
    color: #25d366;
    background-color: #FFF;
}

.my-float{
	margin-top:16px;
}





@media (min-width: 768px){
    .mobile-logo img{
        width: 30%;
    }

    .welcome-img img{
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .about{
        padding: 1rem 5rem;
        display: flex;
        justify-content: space-between;
    }

    .about-img{
        padding-top: 3rem;
    }

    .about-img img{
        width: 100%;
    }

    .contact{
        width: 50%;
        display: block;
        margin: 0 auto;
        padding: 4rem 0;
    }

    footer{
        padding: 3rem 2rem;
        display: flex;
        justify-content: space-between;
    }

    .about-banner{
        display: flex;
        justify-content: space-around;
    }

    .abt-img-web img{
        padding-top: 14rem;
    }

    .abt-para img, .abt-para-server img{
        display: block;
    }

    /*webdesign*/
   .webdesign, .webdev, .seo{
       display: flex;
       justify-content: space-around;
       padding: 4rem 3rem;
    }

  .webdesign-img img{
      width: 100%;
      padding-top: 4rem;
   }

  .webdesign-exp, .webdev-para, .seo-para{
      width: 50%;
   }

   .content-para{
    width: 80%;
   }

   /*webhosting*/
   .abt-img-server{
    width: 50%;
   }

   .abt-para-server{
       padding: 3rem 0 2rem 2rem;
   }

   .abt-img-server img{
       padding-top: 15rem;
   }

   .webhosting, .content-writing{
       padding: 4rem 3rem;
       display: flex;
   }

   .contact-us{
       padding: 4rem 3rem;
       display: flex;
       justify-content: space-around;
   }

   /*seo*/
   .seo-img img{
       width: 100%;
       padding-top: 5rem;
   }

   #seo img{
    width: 20rem;
    height: 15rem;
    margin-top: 9rem;
  }

  
}


@media (min-width: 990px){
    .mobile-logo{
        display: none;
    }

    .logo{
        display: block;
    }

    .social_icons{
        display: block;
    }

    .nav-link:hover{
        color: #236ad6 !important;
    }

    .navbar-nav .nav-link.active{
        color: #236ad6 !important;
    }

    .dropdown-item:hover{
        color: #236ad6 !important;
    }

    .welcome{
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }

    .welcome-img img{
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-top: 5rem;
    }

    .welcome-para span{
        color: #424242;
    }

    .welcome-para{
        padding: 7rem 5rem;
        margin-top: 2.5rem;
    }

    .about-img img{
        width: 100%;
        padding-top: 2rem;
    }

    .service{
        padding: 4rem 5rem;
    }

    .projects{
        padding: 2rem 5rem;
    }

    /*hosting*/
    .abt-img-server img{
        width: 70%;
        padding-top: 7rem;
        padding-left: 2rem;
    }

    .seo-img img{
        padding-top: 2rem;
    }

    #pro img, #content img, #contact{
        padding-left: 5rem;
    }

    #seo img, #blog img{
        width: 30rem;
        height: 25rem;
        margin-top: 3rem;
    }

    .social_icons a{
        text-decoration: none;
    }
}

