/*
Theme Name: WEB DEVELOPMENT
Author: Manish Roy
Description: A custom theme converted from HTML/CSS
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  color: #333;
  font-family: "PT Sans", sans-serif;
}

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-between;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Header */
header {
  background-color: #360b7a;
  padding: 5px;
  height: 80px;
}

header h1 {
  font-size: 2em;
  margin-left: 30px;
  color:#fff;
   font-family: "Roboto Slab", serif;
}

/* Navigation */
nav {
  padding: 10px;
  text-align: center;
}
.navbar{
display: flex !important;
justify-content: space-between !important;
}
.navbar-collapse {
  flex-grow: unset !important;
}
nav a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    color: #fff !important;
      font-family: "Roboto", serif;
    font-weight: 400 !important;
    cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:hover{
  color:#b6b1b1 !important;
}
.navbar-collapse {
    /* margin-left:460px; */
}
.navbar-light .navbar-nav .active>a{
  color:#f9dd71 !important;
}
/* banner content */
.banner{
  background-image: url('image/banner1.jpg');
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 872px;
  opacity: 0.9;
  overflow: hidden;
  display: block;
}

.inner-banner{
  position: relative;
}
.inner-content {
  position: absolute;
  top: 30px;
  width: 630px;
  height: 484px;
  padding: 22px 40px;
  color: #fff;
  border:2px solid #fff;
  border-radius: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inner-content h1{
  font-size: 56px;
  width: 363px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inner-content h1 span{
  /* color: #204aeb; */
}
.inner-content h3{
  font-family: "Roboto Slab", serif;
  margin-top:50px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inner-banner button{
background-color: #204aeb;
border-radius: 30px;
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
width:183px;
height: 53px;
border:0;
margin-top:30px;
}
.inner-banner button:hover{
  background-color: #627fef;
}
.address_bar{
  position: relative;
  margin-top: -240px;
  z-index: 99 !important;
}
.address_bar svg{
/* color: #360b7a !important; */
width: 100%;
}
.skt-footer-wave .skt-footer-wave-color{
  fill: #360b7a !important;
}
footer{
  background-color: #360b7a !important;
  position:absolute;
  width: 100%;
  top: 200px;
}
footer .logo h2 img{
  width: 405px !important;
}
.footmenu li {
    display: inline-block;
    list-style: none;
    margin: 10px 22px;
}
.footmenu li a {
    color: #ffffff;
}
.footercols1 h2{
  font-family: "Roboto Slab", serif;
  text-align: center;line-height: 83px;color: #fff;
}
.footercols1 p{
  font-size: 14px;
   font-family: "PT Sans", sans-serif;
   text-align: center;
   line-height: 33px;
}
.footmenu li a:hover{
  text-decoration: none;
}
.footercols1 p a{
  color:#f9cbb9;
}
.footmenu{
  font-size: 14px;
}
.copyright{
  border:2px solid #fff;
  border-radius: 12px;
  margin-bottom: 100px;
}
.copytext{
    padding: 30px 0;
    line-height: 1.9em;
    text-align: center;
}
.copytext p{
  margin: 0;;
}
/* Main content */
main {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
  border-radius: 8px;
}

/* Footer */
footer {
  text-align: center;
  margin-top: 20px;
  padding: 15px;
  background-color: #333;
  color: #fff;
  
}

/* inner pages css */
.sub-banner img{
  width: 100%;
}
.inner-page{
  margin-bottom: 160px !important;
  /* height: 600px; */
}
.inner-heading{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
   font-family: "Roboto", serif;
  color: #360b7a;
  letter-spacing: 1;
  
}
.para-img img{
  width: 500px;

}
.sub-content{
  padding: 0 22px;
}
.sub-content p{
  font-size: 16px;
  font-weight: 600;
  color: #7a7a7a;
  text-align: justify;
  margin:0 !important;
  line-height: 27px;
}
.para-content{
  display: flex;
  justify-content: space-between;
}
.service-card{
   display: flex;
  justify-content: space-between;
  align-items: start;
}
.card-content h5{
   font-family: "Roboto", serif;
   font-weight: 700;
}
.card-content p{
  font-size: 15px;
  color: #7a7a7a;
  text-align: justify;
  line-height: 25px;
}
.services .sc-2{
  margin-top: 50px;
}
.plans .card{
  position: relative;
  width: 300px;
  height: 350px;
  border:0;
  border-radius: 4px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.plans  h4{
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background-color: #360b7a;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", serif;
  color: #fff;
  padding: 20px;
}
.plans h5{
  margin-top: 10px;
}
.plans p{
  font-size: 12px;
  padding: 20px 48px;
  line-height: 25px;
  color: #7a7a7a;
  text-align: center;
  height: 250px;
}
.plans button{
  background-color: #360b7a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  outline: none;
}
.plans button:hover{
  background-color: #501aa8;
  color: #dddbdb;
}
.inner-address{
  margin:0;
}
.contact {
  display: flex;
  justify-content: space-between;
}
.contact-form form label{
  color: #7a7a7a;

}
.contact-info h3{
  font-size: 15px;
  background-color: #360b7a;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  font-family: "Roboto", serif;
}
.contact-info ul li{
  font-size: 14px;
  list-style: none;
  line-height: 30px;
  color: #000;
  font-family: "Roboto", serif;
}
.contact-info ul li span {
  margin-right: 5px;
}





/* Responsive */
@media (max-width: 768px) {
  .navbar-toggler {
    background-color: #fff !important;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background-color: #fff;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333 !important;
  }
  .navbar-light .navbar-nav .nav-link{
    font-weight: 700 !important;
      font-family: "Roboto", serif;
  }
  .inner-content{
   padding: 20px;
    width: auto;
    margin: 20px;
  }
  .inner-content h1{
    font-size: 45px;
    width: 300px;
  }
  .inner-content h3{
    width: 200px;
  }
  .inner-content p{
    font-size: 14px;
    width: 300px;
  }
  .banner{
    height: 600px;
  }
  footer{
    margin-top: 0;
    top: 190px !important;
  }
  footer .logo h2 img{
    width: 250px !important;
  }
  .footmenu li{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px;
  }
  .footercols1 p{
    font-size: 12px;
    line-height: 22px;
  }
  nav a {
    display: block;
    margin: 10px 0;
  }
   main {
    padding: 10px;
  }
  .sub-banner img{
    margin-top:0px;
    width: 100%;
    height: auto;
  }
  .para-img img{
    width:100%;
    margin-bottom: 20px;
  }
  .para-content{
    display: block !important;
  }
  .inner-page{
    height: 806px;
  }
  .service-inner-mob-page{
    height: auto;
  }
  .service-card{
    margin-bottom: 20px;
  }
  .navbar-collapse{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .services .sc-2{
    margin-top: 0 !important;
  }
  .plans .card{
    width: 100%;
    margin-bottom: 30px;
  }
  .address_bar{ 
    margin: 0;
  }
  .contact-info{
    margin-top: 40px;
  }
}