/*    Start Global    */
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box; }

/*    End Global    */
/*    Start Loading    */
.load {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555555; }
  .load .spiner {
    width: 160px;
    height: 160px;
    background: none;
    border: 4px solid #5f5656;
    border-right-color: #FFF;
    border-radius: 50%;
    margin: 250px auto 0px;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }
  .load h2 {
    margin-top: 20px;
    margin-left: 70px;
    font-size: 70px;
    letter-spacing: 5px; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*    End Loading    */
/*    Start Scroll    */
.scrolltop {
  display: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999; }
  .scrolltop i {
    color: #FFF; }

/*    End Scroll    */
/*    Start Tool Box   */
/*    Start Tool Box   */
.tool {
  width: 260px;
  height: 100%;
  background-color: black;
  color: #FFF;
  margin-left: -260px;
  padding: 0px 20px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000; }
  .tool .open {
    background-color: #000;
    cursor: pointer;
    padding: 3px;
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    top: 80px;
    right: -26px; }
    .tool .open:hover i {
      color: #d8b5b5; }
  .tool h3 {
    padding-right: 15px;
    cursor: pointer;
    text-align: right; }
    .tool h3:hover span {
      color: #d8b5b5; }
  .tool ul {
    margin: 0px;
    margin-top: 50px;
    text-align: center; }
    .tool ul li {
      display: inline-block;
      width: 35px;
      height: 35px;
      margin-bottom: 10px;
      cursor: pointer; }
    .tool ul li:not(:last-child) {
      margin-right: 5px; }

/*    End Tool Box   */
/*    End Tool Box   */
/*    Start Header   */
/*    Start Header    */
/*    Start Uppernav    */
.uppernav {
  padding: 4px 0px;
  font-weight: 400;
  font-size: 18px;
  color: #efe5e5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .uppernav .work-info {
    text-align: right; }
  .uppernav i {
    margin-right: 1px; }

/*    End Uppernav    */
/*    Start Navbar    */
.navbar {
  font-weight: 400;
  font-size: 21px; }
  .navbar .navbar-brand {
    font-weight: 100; }
  .navbar .logo {
    font-weight: bolder;
    font-size: 25px;
    font-family: cursive; }
  .navbar .navbar-nav .nav-item {
    position: relative; }
    .navbar .navbar-nav .nav-item::after {
      content: "";
      height: 2px;
      position: absolute;
      right: 50%;
      bottom: 5px;
      left: 50%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .navbar .navbar-nav .nav-item:hover::after {
      right: 0px;
      left: 0px; }

/*    End Navbar    */
/*    Start Slider    */
.slider {
  background-color: black; }
  .slider .carousel .carousel-inner {
    display: flex;
    align-items: center;
    position: relative; }
    .slider .carousel .carousel-inner .overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0px;
      z-index: 2; }
    .slider .carousel .carousel-inner .carousel-item {
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      background-size: 100% 100%; }
    .slider .carousel .carousel-inner h2 {
      font-size: 70px;
      color: #fff;
      line-height: 1.6;
      position: absolute;
      left: 10px;
      z-index: 3; }
      .slider .carousel .carousel-inner h2 span {
        display: inline-block;
        background-color: red;
        padding: 6px 8px; }
    .slider .carousel .carousel-inner .carousel-one {
      background-image: url("../images/01.jpg"); }
    .slider .carousel .carousel-inner .carousel-two {
      background-image: url("../images/02.jpg"); }
    .slider .carousel .carousel-inner .carousel-three {
      background-image: url("../images/03.jpg"); }
  .slider .carousel-control-prev,
  .slider .carousel-control-next {
    z-index: 999; }
  .slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #e4dbdb;
    border-radius: 50%; }

/*    End Slider    */
/*    End Header    */
/*    Start FandC   */
/*Start features*/
.features .row div {
  padding-top: 50px;
  padding-bottom: 50px; }
  .features .row div h3 {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0px; }
  .features .row div p {
    font-size: 16px;
    font-weight: 300;
    color: #bbb1b1; }
  .features .row div:hover > h3 {
    color: #FFF; }

.features i {
  width: 100px;
  height: 100px;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  line-height: 100px; }

/*End features*/
/*Start Company*/
.company {
  padding: 40px 0px;
  background-color: #f0f5f7; }
  .company h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px; }
  .company div {
    margin: 0px auto;
    color: #948c8c;
    line-height: 1.4;
    text-align: center; }
  .company div:last-child {
    display: flex;
    margin-top: 20px;
    justify-content: center; }

.company div:last-child {
  margin-top: 20px;
  justify-content: center;
  display: flex; }

.company div:last-child span {
  background-color: red;
  display: block;
  width: 100px;
  padding: 12px 6px;
  cursor: pointer;
  border-radius: 5px;
  color: #FFF; }

/*End Company*/
/*    End FandC  */
/*    Start WandP   */
/*Satrt Work*/
.work {
  padding: 40px 0px 0px; }
  .work h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px; }
  .work div {
    margin: 0px auto;
    color: #948c8c;
    line-height: 1.4; }
  .work ul {
    margin-bottom: 0px; }
    .work ul li {
      display: inline-block;
      padding: 0px 5px;
      margin-right: 10px;
      margin-bottom: 5px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      cursor: pointer; }
  .work .active {
    color: #FFF; }
  .work .row {
    margin-top: 50px; }
    .work .row .col-sm {
      background-size: 100% 100%;
      padding: 0px;
      margin: 0px; }
      .work .row .col-sm img {
        width: 100%;
        height: 100%; }
    .work .row:last-child {
      margin-top: 0px; }

/*End Work*/
/*Start Posts*/
.posts {
  margin-top: 50px; }
  .posts h2 {
    font-size: 60px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 16px; }
  .posts p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #949292;
    line-height: 1.4; }
  .posts .row .card {
    margin-bottom: 5px;
    border: none; }
    .posts .row .card .card-body {
      border-top: none;
      margin-top: -5px;
      background-color: #FFF; }

/*End Posts*/
/*    End WandP  */
/*    Start PCSC   */
/*Start Pricing*/
.price {
  margin-top: 50px; }
  .price h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px; }
  .price h3 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 8px;
    font-weight: 600; }
    .price h3:hover {
      color: #FFF; }
  .price p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #949292;
    line-height: 1.4; }
  .price .price-item {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 1px 1px 3px 1px;
    -moz-box-shadow: 1px 1px 3px 1px;
    box-shadow: 1px 1px 3px 1px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
    .price .price-item h4 {
      font-size: 28px;
      font-weight: 600; }
    .price .price-item span:first-child {
      display: block;
      margin-top: -13px; }
    .price .price-item ul {
      margin-bottom: 10px; }
      .price .price-item ul li {
        line-height: 2.6;
        cursor: pointer; }
        .price .price-item ul li:hover {
          color: #afa0a0; }
        .price .price-item ul li:nth-last-child(2) {
          margin-bottom: 15px; }
    .price .price-item:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }

/*Start Choose*/
.choose {
  margin-top: 50px; }
  .choose .row {
    margin: 0px; }
    .choose .row .col-md-6 {
      overflow: hidden;
      padding: 0px;
      background-size: 100% 100%; }
    .choose .row div:first-child img {
      width: 100%;
      height: 100%; }
    .choose .row div:last-child {
      padding-left: 40px;
      color: #FFF; }
      .choose .row div:last-child p {
        margin-top: 37px;
        line-height: 1.4;
        color: #c3aeae; }
      .choose .row div:last-child h2 {
        font-weight: 600;
        font-size: 60px;
        color: #FFF; }
  .choose .btn {
    margin-bottom: 10px; }

/*End Choose*/
/*Start Stat*/
.stat p {
  margin-bottom: -8px;
  font-size: 25px;
  font-weight: 700; }

.stat span {
  color: #c3aeae; }

.stat .row div {
  padding: 20px 0px; }
  .stat .row div:hover p {
    color: #FFF; }
  .stat .row div:hover i {
    color: #FFF; }

/*End Stat*/
/*Start Contact*/
.contact {
  padding: 40px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  background-color: red;
  color: #FFF; }
  .contact p {
    margin-bottom: 0px; }
  .contact a {
    color: #FFF; }

/*End Contact*/
/*    End PCSC  */
/*    Start Footer   */
/*Start Footer*/
footer {
  padding: 70px 0px; }
  footer h2 {
    margin-bottom: 20px; }
  footer .navbar-brand {
    font-weight: 100;
    color: #000; }
  footer .row div {
    margin-bottom: 20px; }
    footer .row div:first-child .logo {
      font-size: 25px;
      font-weight: bolder;
      font-family: cursive; }
    footer .row div:first-child p {
      margin-bottom: 0px;
      line-height: 1.6;
      color: #9a7a7a; }
    footer .row div:first-child span {
      color: #000; }
  footer ul {
    margin-bottom: 0px; }
    footer ul li i {
      margin-right: 5px;
      font-size: 11px;
      font-weight: 700; }
    footer ul li:hover {
      color: #ad9999; }

/*End Footer*/
/*Start End*/
.end {
  padding: 20px 0px;
  -webkit-box-shadow: -1px -1px 2px 0px;
  -moz-box-shadow: -1px -1px 2px 0px;
  box-shadow: -1px -1px 2px 0px;
  color: #FFF; }
  .end .row div:last-child {
    text-align: right; }
    .end .row div:last-child ul {
      margin: 0px; }
      .end .row div:last-child ul li {
        display: inline-block;
        cursor: pointer; }
        .end .row div:last-child ul li i {
          color: #FFF; }
        .end .row div:last-child ul li:not(:last-child) {
          margin-right: 10px; }
        .end .row div:last-child ul li:hover i {
          color: #b3a7a7; }
  .end span {
    color: red; }

/*End End*/
/*    End Footer  */
/*    Start Media   */
/*Start Media Query*/
@media (max-width: 576px) {
  .slider .carousel .carousel-inner h2 {
    font-size: 39px;
    top: 65px;
    left: 15px; }
  .uppernav .work-info {
    text-align: left; }
  .navbar-light .navbar-nav .nav-item::after {
    right: 100%;
    left: 0px; }
  .navbar-light .navbar-nav .nav-item:hover::after {
    right: 70%; }
  .choose .row div:last-child {
    padding-left: 10px; }
  .load .spiner {
    margin-top: 170px; }
  .end .row div:last-child {
    text-align: left; }
    .end .row div:last-child ul li {
      margin-top: 10px; }
  .work {
    display: none; } }

/*End Mediaa Query*/
/*    End Media  */
