@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap");
body {
  background-color: lightgray;
}

header {
  background-color: rgba(0, 0, 0, 0.6666666667);
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  height: 105px;
}
header .Center span {
  color: orange;
}
header .Center .site-logo h1 a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
}

.Banner_sec {
  z-index: 0;
  margin-top: -105px;
  padding-top: 105px;
  background-image: url(../../images/Banner-bg.jpg);
  background-repeat: no-repeat;
}

.leftside h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: xx-large;
  color: #ffffff;
}
.leftside span {
  color: orange;
}
.leftside p {
  font-family: "Open Sans", sans-serif;
  font-size: x-large;
  color: #ffffff;
  font-style: italic;
}
.leftside a {
  font-size: x-large;
  padding: 15px;
  border: solid 2px;
  color: #ffffff;
}

.Center {
  display: flex;
  align-items: center;
  max-width: 1220px;
  margin: auto;
}

.Navigation ul {
  padding-left: 40px;
  padding-right: 100px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.Navigation li {
  display: inline-block;
  list-style-type: none;
}
.Navigation li a {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6666666667);
  font-family: "Open Sans", sans-serif;
}
.Navigation .active {
  background-color: rgba(55, 86, 120, 0.6666666667);
  border-bottom: solid orange;
}

.text {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5254901961);
  position: absolute;
  bottom: -60px;
  width: 90%;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
.text p {
  display: flex;
  text-transform: uppercase;
  flex-direction: column;
  text-align: right;
  font-size: x-large;
}
.text span {
  color: orange;
}
.text ul {
  display: flex;
  gap: 50px;
}
.text ul li {
  list-style-type: none;
}
.text ul li a {
  text-decoration: none;
  color: #ffffff;
}
.text ul li a i {
  border: solid;
  padding: 10px;
  border-radius: 50%;
}

#mobile_sec {
  flex: 1;
  text-align: right;
}

.Slider {
  position: relative;
  margin-left: 30px;
  margin-top: 90px;
  color: #ffffff;
}
.Slider figure {
  position: relative;
  top: 64px;
  right: 42px;
}

#slider > li {
  display: block;
}
#slider > li:first-child {
  display: none;
}

.Contact_sec {
  display: flex;
  flex-direction: column;
  background-image: url(/themes/dwwm4/assets/images/Contact-bg.jpg);
}
.Contact_sec .Center {
  margin-bottom: 50px;
}

.Services_sec {
  background-image: url(/themes/dwwm4/assets/images/Services-bg.jpg);
}

.About_sec {
  background-color: #ffffff;
}
.About_sec .Center {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.About_sec .Center h2 {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.About_sec .Center p {
  text-align: center;
}
.About_sec .Center .Line {
  border-bottom: solid 2px orange;
  width: 300px;
  margin-bottom: 40px;
}
.About_sec .Center .Tabside {
  padding-top: 20px;
}
.About_sec .Center .Tabside ul {
  margin-right: 40px;
  display: flex;
  justify-content: center;
  list-style: none;
}
.About_sec .Center .Tabside ul li {
  border: solid 1px rgb(168, 164, 164);
}
.About_sec .Center .Tabside ul li a {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(168, 164, 164);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.About_sec .Center .Tabside ul li a:hover, .About_sec .Center .Tabside ul li a.activeLink {
  background-color: orange;
  color: #ffffff;
}
.About_sec .Center .tabcontent {
  display: flex;
  margin-bottom: 40px;
}
.About_sec .Center .tabcontent.hide {
  display: none;
}
.About_sec .Center .tabcontent .TabImage {
  position: relative;
}
.About_sec .Center .tabcontent .TabImage .img2 {
  top: 30px;
  left: -30px;
  position: absolute;
}
.About_sec .Center .tabcontent .Description {
  margin-left: 50px;
}
.About_sec .Center .tabcontent .Description h3 {
  display: flex;
  flex-direction: column;
  font-weight: 100;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.About_sec .Center .tabcontent .Description h3 span {
  color: orange;
  font-size: 24px;
}
.About_sec .Center .tabcontent .Description p {
  text-align: "Open Sans", sans-serif;
}

.Services_sec .Center {
  display: flex;
  flex-direction: column;
}
.Services_sec .Center h2 {
  margin-bottom: 0px;
  margin-top: 60px;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  color: #ffffff;
}
.Services_sec .Center p {
  margin-top: 20px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
.Services_sec .Center .Line {
  border-bottom: solid 2px orange;
  width: 300px;
  margin-bottom: 40px;
}
.Services_sec .Serviceside {
  width: 100%;
  margin-bottom: 50px;
}
.Services_sec .Serviceside ul {
  height: 350px;
  padding-left: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 50px;
}
.Services_sec .Serviceside ul li {
  flex: 1;
  border: solid 1px rgb(168, 164, 164);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.Services_sec .Serviceside ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.Services_sec .Serviceside ul li a h4 {
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.Services_sec .Serviceside ul li.Development {
  background-image: url(/themes/dwwm4/assets/images/Development-bg.jpg);
}
.Services_sec .Serviceside ul li.Desdin {
  background-image: url(/themes/dwwm4/assets/images/desgin-bg.jpg);
}
.Services_sec .Serviceside ul li.Concept {
  background-image: url(/themes/dwwm4/assets/images/concept-bg.jpg);
}
.Services_sec .Serviceside ul li.System {
  background-image: url(/themes/dwwm4/assets/images/systam-bg.jpg);
}

.Pricing_sec .Center {
  display: flex;
  flex-direction: column;
}
.Pricing_sec .Center h2 {
  margin-top: 50px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}
.Pricing_sec .Center p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.Pricing_sec .Center .Line {
  border-bottom: solid 2px orange;
  width: 300px;
  margin-bottom: 40px;
}
.Pricing_sec .Center .Pricingside {
  width: 100%;
  margin-bottom: 70px;
}
.Pricing_sec .Center .Pricingside h2 {
  font-size: 24px;
}
.Pricing_sec .Center .Pricingside ul {
  display: flex;
  flex-direction: column;
  height: 350px;
  padding-left: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: 0%;
  margin-right: 0%;
  gap: 20px;
}
.Pricing_sec .Center .Pricingside ul li {
  display: flex;
  align-items: center;
  border: solid 1px rgb(168, 164, 164);
}
.Pricing_sec .Center .Pricingside ul li .Basic {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px black;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  background-color: orange;
  height: 123.55px;
  margin-left: 0%;
  margin-right: 0%;
}
.Pricing_sec .Center .Pricingside ul li .Basic h5 {
  transform: rotate(-90deg);
}
.Pricing_sec .Center .Pricingside ul li .Dollar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: orange;
  background-color: #1b1b1b;
  border-left: solid 1px rgb(168, 164, 164);
  border-right: solid 1px rgb(168, 164, 164);
  padding-right: 30px;
  padding-left: 30px;
  width: 200px;
  margin-left: 0%;
  margin-right: 0%;
}
.Pricing_sec .Center .Pricingside ul li .Dollar h2 {
  font-size: 32px;
}
.Pricing_sec .Center .Pricingside ul li .Band {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #ffffff;
  padding-left: 30px;
  width: 150px;
  border-right: solid 1px rgb(168, 164, 164);
  padding-right: 30px;
}
.Pricing_sec .Center .Pricingside ul li .Band p {
  display: flex;
  flex-direction: column;
}
.Pricing_sec .Center .Pricingside ul li .Order {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #1b1b1b;
}
.Pricing_sec .Center .Pricingside ul li .Order a {
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 100%;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.Contact_sec {
  background-repeat: repeat;
  background-size: cover;
}
.Contact_sec .Contactside .Center {
  display: flex;
  flex-direction: column;
}
.Contact_sec .Contactside .Center h2 {
  margin-top: 50px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.Contact_sec .Contactside .Center p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.Contact_sec .Contactside .Center .Line {
  border-bottom: solid 2px orange;
  width: 300px;
  margin-bottom: 40px;
}
.Contact_sec .Get_sec .Mid {
  max-width: 1220px;
  margin: auto;
  display: flex;
  height: 415px;
  padding-top: 40px;
}
.Contact_sec .Get_sec .Mid .Leftside fieldset {
  border: none;
}
.Contact_sec .Get_sec .Mid .Leftside fieldset p textarea {
  width: 300px;
  height: 120px;
  margin-bottom: 15px;
}
.Contact_sec .Get_sec .Mid .Leftside fieldset p .field {
  width: 300px;
  height: 35px;
  margin-bottom: 15px;
}
.Contact_sec .Get_sec .Rightside address {
  padding-bottom: 10px;
  padding-left: 45px;
  color: lightgray;
  font-family: "Open Sans", sans-serif;
  background: url("/themes/dwwm4/assets/images/location-icn.png");
  background-repeat: no-repeat;
  background-size: 20px;
  line-height: 24px;
  margin-left: 30px;
  font-size: 11px;
}
.Contact_sec .Get_sec .Rightside .Number {
  background: url("/themes/dwwm4/assets/images/phone-icn.png");
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.Contact_sec .Get_sec .Rightside .Email {
  background: url("/themes/dwwm4/assets/images/mail-icn.png");
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.Contact_sec .Get_sec .Rightside .Email a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: lightgrey;
}
.Contact_sec .Get_sec .Rightside h3 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: orange;
  font-weight: 400;
  margin: 0px 0px 20px 30px;
  text-transform: uppercase;
}
.Contact_sec .Get_sec .button {
  width: 304px;
  height: 35px;
  border: none;
  border-radius: 0%;
  background-color: orange;
  color: white;
  padding-left: 5px;
}
.Contact_sec .Get_sec ul {
  list-style-type: none;
  display: flex;
  margin-left: 30px;
}
.Contact_sec .Get_sec ul li {
  margin-right: 15px;
}
.Contact_sec .Get_sec ul li a img {
  height: 25px;
}
.Contact_sec footer {
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: center;
  margin-top: 50px;
}
.Contact_sec footer .Cntr p {
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  color: lightgray;
  background: rgba(0, 0, 0, 0.4);
  height: 65px;
  align-items: center;
  font-size: 10px;
}
.Contact_sec footer .Cntr p a {
  text-decoration: none;
  color: lightgray;
  font-size: 10px;
}

/*# sourceMappingURL=app-site.css.map */
