
/*==================================

font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;

==================================== */


* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: capitalize;
}
p {
  margin: 0;
  font-size: 14px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
select,
input,
textarea {
  box-shadow: none;
  outline: 0 !important;
}

html,
body {
  height: 100%;
  position: relative;
  z-index: 2;
  color: rgb(115, 152, 216);
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/
/* .wrapper {
    position: relative;
    z-index: -1;
} */

.header {
  padding-top: 20px;
  padding-bottom: 12px;
}

@media screen and (min-width: 376px) and (max-width: 667px){
  .container.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header li a {
  color: #888;
  outline: 0;
}
/* header-left  */
.header-left li {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header-left li i,
.header-right li i {
  margin-right: 7px;
  color: #888;
}
.header-left li :hover,
.header-right li i :hover {
  color: #4793cf;
} /* header-left  */

/* header-right */
.header-right {
  color: #888;
  font-family: "Poppins", sans-serif;
}
.header-right li {
  display: inline-block;
}
.header-right li a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header-right li a:hover {
  color: #4793cf;
}
.reg a {
  margin-right: 5px;
  margin-left: 5px;
}

/* social-icon */
.social-icon {
  /* margin-left:6px; */
  top: 0;
  right: 0;
}
.social-icon li a {
  margin-left: 14px;
}

@media screen and (max-width: 991px) {
  .social-icon li a {
    margin-left: 14px;
  }
}

.dropdown > .dropdown-menu {
  border-top: 5px solid #4793cf !important;
  background-color: #fff!important;
}

a.dropdown-item {
  color: #4793cf !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent;
}
/* social-icon */

/* header-right */

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: 0!important;
  margin-top: 25px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff!important;
}
/*-------------------------------------
		3. Menu
--------------------------------------*/
#menu {
  z-index: 999;
}
/* navbar-brand */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  margin-top: 33px;
  /* margin-top: 20px; */
  padding: 0;
} /* navbar-brand */

/* wrapper-sticky */
.wrapper-sticky {
  position: relative;
  display: inline-block;
  background: #4793cf;
}

/* sticky */
.sticky {
  background: #4793cf;
  padding: 10px 0px 0px;
  height: 80px;
  color: #fff;
}

.sticky .navbar-brand {
  margin-top: 20px;
}
.sticky .navbar-default .navbar-nav li a,
.sticky .navbar-default .navbar-nav li a:active,
.sticky .navbar-default .navbar-nav li a:focus,
.sticky .navbar-default .navbar-nav li a:hover {
  color: #fff;
  margin: 0px 0px;
}
.sticky .navbar-default .navbar-toggle,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: 1px solid #000;
  margin-top: 15px;
} /* sticky */

/* drop down menu */
@media screen and (max-width: 767px){
  div#bs-example-navbar-collapse-1 {
    background: #4793cf;
    border-top: 2px solid #fff;
  }
}

/* wrapper-sticky */

/* navbar-default */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav li a {
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-top: 18px;
  padding-left: 27px;
  padding-right: 27px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
  outline: 0;
  font-weight: 700;
  margin-top: 18px;
  padding-bottom: 25px;
  padding-left: 27px;
  padding-right: 27px;
}

.navbar-default .navbar-nav li a.contact-navbar {
  padding-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-top: 18px;
  padding-bottom: 25px;
  padding-left: 27px;
  padding-right: 27px;

} /* navbar-default */

.dropdown-menu {
  padding-right: 25px;
  padding-bottom: 25px;
}

/* navbar-toggle*/
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: 1px solid #000;
  margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
} /* navbar-toggle*/



/*-------------------------------------
		4. Slider
--------------------------------------*/
.header-slider-area {
  position: relative;
  z-index: 1;
  max-height: none;
}
/* .single-slide-item */
.single-slide-item {
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* min-height: 90vh; */
}

@media screen and (max-width: 768px) {
  .single-slide-item {
    padding-bottom: 80px;
  }
  
}

.single-slide-item.slide-3 {
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 150px!important;
}

.single-slide-item h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 27px;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
}
.single-slide-item p {
  color: #fefefe;
  font-size: 24px;
  max-width: 805px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  margin-bottom: 51px;
}
.single-slide-item button.slide-btn,
.single-slide-item button:active .slide-btn,
.single-slide-item button:focus .slide-btn {
  display: inline-block;
  background: #f5f5fb;
  padding: 17px 50px;
  color: #4793cf;
  border: 1px solid #f5f5fb;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 36px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-slide-item button.slide-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.single-slide-item.slide-1 {
  background-image: url(../../assets/images/shutterstock_1798108978-min.jpg);
  position: relative;
  z-index: 1;
  background-position: center center !important;
}
.single-slide-item.slide-2 {
  background-image: url(../../assets/images/banner1-min.jpg);
  position: relative;
  z-index: 1;
  background-position: top !important;
}

.single-slide-item.slide-3 {
  background-image: url(../../assets/images/network.png);
  position: relative;
  z-index: 1;
  background-position: top !important;
}

.single-slide-item.slide-4 {
  background-image: url(../../assets/images/banner2-min.jpg);
  position: relative;
  z-index: 1;
  background-position: top !important;
}

.single-slide-item.slide-5 {
  background-image: url(../../assets/images/cable.png);
  position: relative;
  z-index: 1;
  background-position: top !important;
}

.single-slide-item.slide-6 {
  background-image: url(../../assets/images/Phonerepair2-compressed.jpg);
  position: relative;
  z-index: 1;
  background-position: top !important;
}
.single-slide-item.slide-7 {
  background-image: url(../../assets/images/Technical\ Support1-compressed.jpg);
  position: relative;
  z-index: 1;
  background-position: top !important;
}
.single-slide-item.slide-1:before,
.single-slide-item.slide-2:before,
.single-slide-item.slide-3:before,
.single-slide-item.slide-4:before,
.single-slide-item.slide-5:before,
.single-slide-item.slide-6:before,
.single-slide-item.slide-7:before {
  /* background: rgba(71, 147, 201, 0.7); */
  background: #4793cf;
  opacity: .6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.single-slide-item-img img {
  width: auto;
  height: 705px;
}
/* .single-slide-item */

/* .carousel-indicators */
.carousel-indicators {
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .carousel-indicators {
    bottom: 40px;
  }
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 12px 10px 0 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 12px 10px 0 0;
  background-color: #000044;
  border: 1px solid #000044;
}
/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  /* top: 39.5%; */
  top: 200px;
  left: 20px;
  background: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.carousel-control:hover {
  background: #fff;
  color: #6967d1;
  font-size: 22px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 0%
  );
}

@media screen and (max-width: 1024px) {
  .carousel-control {
    display: none;
  }
}
/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*-------------------------------------
		4. We-do
--------------------------------------*/
.we-do {
  padding: 115px 0 82px;
}

/* section-header */
.section-header h2 {
  color: #44454f;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.section-header h2 span {
  color: #4d4e54;
}
.single-slide-item h2:hover {
  color: #092337;
}
.section-header p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 32px;
  line-height: 1.8;
} /* section-header */

/*-------------------------------------
		6. Service
--------------------------------------*/
.service {
  padding: 116px 0 85px;
}
/* .service-single {
  margin-bottom: 30px;
} */
.service-content-one {
  margin-top: 42px;
  margin-bottom: 60px;
}

i.i-size {
  font-size:50px;
  /* margin-top: 25px; */
  color: #4793cf;
}

/* .all-services {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch!important;
} */
/*.service-txt*/
.service-single {
  /* max-width: 304px; */
  margin: 0 auto;
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch!important;
  
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.6);
  padding: 1.5rem;
  height: 380px;
}

a {
  padding-right: 0!important;
}


.service-txt h2 a {
  color: #44454f;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  padding: 25px 0 25px;
}
.service-txt p {
  color: #756c6a;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.67;
}
a.service-btn,
a:active.service-btn,
a:hover.service-btn,
a:focus.service-btn {
  color: #4793cf;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 15px;
} /*.service-txt*/

.service-single:hover {
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.6);
  opacity: 1;
  /* background: linear-gradient(158.32deg, #27aae1 9.78%, #262466 98.2%); */
  background-size: cover;
  transform: scale(1.05);
  /* background-color: #fff; */
  color: #fff !important;
}

/* .service-txt h2 a:hover {
  color: #fff;
}

.service-txt p a:hover {
  color: #fff;
} */

/*single-we-do-box */
.we-do-carousel {
  padding-top: 60px;
}
.we-do-description {
  padding: 55px 0 70px;
}
.single-we-do-box {
  box-shadow: 0 0 5px rgba(35, 37, 41, 0.1);
  overflow-x: hidden;
  margin-top: 15px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*we-do-description*/
.single-we-do-box {
  background: #fff;
  min-height: 345px;
}
/* we-do-info */
.we-do-info {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.we-do-img {
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.we-do-topics {
  margin-top: 32px;
  margin-bottom: 27px;
}
.we-do-topics h2 a {
  color: #44454f;
  font-size: 20px;
} /* we-do-info */

/* we-do-comment */
.we-do-comment {
  margin-top: 14px;
}
.we-do-comment p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  max-width: 306px;
  margin: 0 auto;
} /* we-do-comment */

/*we-do-description*/
.single-we-do-box:hover {
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.2);
  opacity: 1;
}

/*owl carousel*/
.owl-carousel .owl-stage {
  position: relative;
  padding-top: 26px;
  padding-bottom: 40px;
}

/*-------------------------------------
		5. About
--------------------------------------*/
.about-us {
  background: #f9faff;
  padding-bottom: 150px;
}
.about-us-txt {
  margin-top: 103px;
}
.about-us h2 {
  color: #4d4e54;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.about-us p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  max-width: 501px;
  margin-top: 28px;
  margin-bottom: -18px;
}
.about-us-img {
  position: relative;
  box-shadow: 0 10px 30px rgba(112, 134, 230, 0.2);
  z-index: 1;
}
.about-us-img:before {
  position: absolute;
  content: " ";
  top: 55px;
  left: -23px;
  border: 3px solid #ebecfb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px){
  .single-about-us-img {
    display: none;
  }
}



/*-------------------------------------
		9. Team
--------------------------------------*/



.team-box-inner .team-meta {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.learn-btn,
a:hover.learn-btn,
a:focus.learn-btn,
a:active.learn-btn {
  color: #7086e6;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 8px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.single-team-box:hover a.learn-btn {
  opacity: 1;
} /*team-box-inner*/
.single-team-box:hover .team-box-inner {
  height: 100px;
}
.single-team-box:hover {
  box-shadow: 5px 5px 30px 5px rgba(65, 62, 126, 0.2);
}
.single-team-box.single-team-card:hover {
  box-shadow: 0px 5px 35px 5px rgba(6, 5, 49, 0.2);
}


/*-------------------------------------
		14. Contact
--------------------------------------*/
.contact {
  padding: 115px 0 120px;
  background: url(../../assets/images/footer.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.contact:before {
  background: rgba(71, 147, 201, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*contact-head */
.section-header.contact-head h2,
.section-header.contact-head p {
  position: relative;
  color: #fff;
}
.contact-form h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 40px;
}
/*contact-head */

.contact-content {
  padding: 0 0 0 0;
  margin-top: 30px;
  overflow: hidden;
}
.contact-form {
  position: relative;
  margin: 50px 0 0 0;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-control {
  padding: 24px 21px;
  font-size: 16px;
  border: 1px solid #f9faff;
  border-radius: 0px;
  box-shadow: none;
  outline: 0 !important;
  background: #f9faff;
  color: #888;
  resize: none;
}
.contact-form .form-group {
  padding-bottom: 7px;
}

/*--contct button--*/
.contact-form .single-contact-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4793cf;
  height: 50px;
  width: 195px;
  border: 1px solid #4793cf;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-form .single-contact-btn button.contact-btn,
.contact-form .single-contact-btn button.contact-btn:focus {
  margin-top: 0px;
  outline: 0 !important;
  border: 0;
  color: #fff;
  letter-spacing: 2.5px;
  border-radius: 0px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-contact-btn:hover button.contact-btn {
  color: #4793cf;
  background: #fff;
  border: 1px solid #4793cf;
}

/*--contct button--*/

/* contact-right */
.contact-right {
  display: flex;
}

/* contact-adress */
.contact-adress {
  margin: 68px 0 0px;
  display: flex;
  flex-direction: column;
}
.contact-office-address {
  margin-bottom: 18px;
}
.contact-office-address h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.contact-office-address p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  margin-bottom: 50px;
}
.contact-online-address {
  color: #fff;
  font-size: 14px;
}
.single-online-address {
  position: relative;
  margin-bottom: 30px;
}
.single-online-address i {
  padding-right: 7px;
}
.single-online-address span {
  position: absolute;
  font-size: 14px;
  left: 25px;
  top: 0;
  width: 100%;
} /* contact-adress */

/*hm-foot-icon*/
.contact-icon {
  margin-top: 19px;
}
.contact-icon ul li {
  float: left;
}
.contact-icon ul li > a {
  color: #fff;
  margin-right: 13px;
  padding: 0px 12px 0px 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
} /*contact-icon*/

/* contact-right */
.form-group {
  position: relative;
}
.form-group i {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 20px;
  visibility: hidden;
}

.form-group.error textarea,
.form-group.error input{
  border-color: #e74c3c;
  border-width: 3px;
}

.form-group.success textarea,
.form-group.success input{
  border-width: 3px;
  border-color: #2ecc71;
}

.form-group.success i.icofont-check-circled {
  color: #2ecc71;
  visibility: visible;
}

.form-group.error i.icofont-close-circled {
  color: #e74c3c;
  visibility: visible;
}

.form-group small{
  visibility: hidden;
  font-size: 18px;
}

.form-group.error small {
  /* color: #e74c3c; */
  visibility: visible;
  color: #fff;
}

/*-------------------------------------
		16. Footer
--------------------------------------*/
.hm-footer {
  padding-bottom: 68px;
  background: #212135;
}
.hm-footer-details {
  margin-top: 120px;
}
.hm-footer-widget {
  margin-bottom: 30px;
}

/* hm-foot-title */
.hm-foot-title h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 32px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.hm-foot-title .logo {
  margin-bottom: 32px;
}
.hm-foot-para p {
  color: #aaa;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
  text-transform: initial;
  max-width: 260px;
} /* hm-foot-title */

.para-news a{
  color:#aaa;
}

.mt-10px {
  margin-top: 10px;
}
/*hm-foot-icon*/
.hm-foot-icon {
  margin-top: 33px;
}
.hm-foot-icon ul {
  display: inline-flex;
  margin-left: -11px;
}
.hm-foot-icon ul li {
  width: 32px;
  height: 32px;
  background: #aaa;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hm-foot-icon ul li > a > i {
  color: #212135;
}
.hm-foot-icon ul li:hover {
  background: #fff;
} /*hm-foot-icon*/

/* footer-menu  */
.footer-menu ul {
  display: grid;
}
.footer-menu li a {
  font-size: 14px;
  color: #aaa;
  padding-bottom: 20px;
  text-transform: capitalize;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-menu li a:hover,
.footer-menu li a:focus {
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
} /* footer-menu  */

/*hm-foot-email*/
.hm-foot-para p.para-news {
  color: #aaa;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-transform: initial;
  max-width: 263px;
  padding-top: 3px;
}

.hm-foot-email {
  display: flex;
  margin-top: 35px;
}
.foot-email-box .form-control {
  background: #3d3d4d;
  display: block;
  padding: 32px 32px 33px;
  outline: 0 !important;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.foot-email-box input[placeholder="Email Address"] {
  color: #8b8b8b;
  font-size: 16px;
}
.foot-email-subscribe button {
  width: 65px;
  height: 65px;
  background: #4793cf;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  box-shadow: none;
  border: 0;
} /*hm-foot-email*/

/*hm-para-news*/
.hm-para-news a {
  color: #aaa;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
  text-transform: initial;
  max-width: 258px;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hm-para-news a:hover {
  color: #4793cf;
}
.footer-line {
  padding: 30px 0 35px;
}
.border-bottom {
  border-bottom: 1px solid #aaa;
}
.hm-para-news span {
  color: #aaa;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
} /*hm-para-news*/

/*-------------------------------------
		17. Footer- copyright
--------------------------------------*/
.footer-copyright {
  background: #1a1a2a;
  padding: 30px 0 35px;
}
.foot-copyright {
  color: #8b8b8b;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
/* foot-menu  */
.foot-menu ul li {
  float: left;
  padding-left: 15px;
  text-transform: capitalize;
}

.foot-menu li a {
  color: #8790af;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.foot-menu li a,
.foot-menu li a:hover,
.foot-menu li a:focus {
}
.foot-menu li {
  position: relative;
  padding-left: 42px;
}
/*-------------------------------------
		ABOUT PAGE
--------------------------------------*/

/*-------------------------------------
		i. about-part
--------------------------------------*/

.about-part {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 124px 0 144px;
  z-index: 1;
}
.about-part.service-part {
  background: url(../images/Technical\ Support1-compressed.jpg) no-repeat center;
  background-position:top center;
  background-size: cover;
}

.about-part.technical-support-part {
  background: url(../images/shutterstock_1798108978-min.jpg) no-repeat center;
  background-position:top center;
  background-size: cover;
}

.about-part.networking-part {
  background: url(../images/Networking-verycompressed.jpg) no-repeat center;
  background-position:top center;
  background-size: cover;
}

.about-part.data-center-part {
  background: url(../images/banner2-min.jpg) no-repeat center;
  background-position:center center;
  background-size: cover;
}

.about-part.telecommunication-part {
  background: url(../images/Telecom\ service\ banner-compressed2.jpg) no-repeat center;
  background-position:center center;
  background-size: cover;
}

.about-part.computer-repair-part {
  background: url(../images/Phonerepair2-compressed.jpg) no-repeat center;
  background-position:center center;
  background-size: cover;
}

.about-part.IT-infrastructure-part {
  background: url(../images/shutterstock_1798108978-min.jpg) no-repeat center;
  background-position:center center;
  background-size: cover;
}

.about-part.cable-management-part {
  background: url(../images/shutterstock_269034434.jpg) no-repeat center;
  background-position:center center;
  background-size: cover;
}

.about-part.project-part {
  background: url(../images/project/project-banner.jpg) no-repeat center;
}


.about-part:before {
  position: absolute;
  content: "";
  background: #27aae1;
  opacity: .5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.about-part-details h2 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 3px;
  left: 15px;
}
.about-part-content {
  position: relative;
}

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
}
.breadcrumb > li + li:before {
  padding: 0 0px;
  color: transparent;
  content: "";
}
.breadcrumb li > a {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

@media screen and (max-width: 320px){
  .breadcrumbs .telecom{
    padding-right: 0;
    padding-left: 0;
  }

  .breadcrumb li > a {
    font-size: 30px;
  }
}

@media screen and (min-width: 321px) and (max-width: 425px){
  .breadcrumb li > a {
    font-size: 35px;
  }
}

.breadcrumb li {
  color: #dddcff;
}
.breadcrumb li span {
  margin-left: 8px;
  margin-right: 4px;
  font-size: 50px;
}


/*.comments-area */

.comments-area h3 {
  color: #4d4e54;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}

.comment-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment {
  list-style: none;
}
.children {
  padding-left: 108px;
}

/*comment-content*/
.comment-body {
  display: -webkit-box;
  padding-bottom: 43px;
  margin-bottom: 38px;
}
.xtra-comment-body {
  border-bottom: 1px solid #dfdfdf;
}
.comment-content {
  padding-left: 27px;
}
.comment-content > b.fn a {
  color: #4d4e54;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.comment-content > b.fn a span {
  padding: 0 16px 0 26px;
  color: #888;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.reply {
  display: inline-block;
  color: #7e7bda;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.comment-content p {
  color: #888;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-top: 15px;
  line-height: 1.7;
}
.comment-content:hover .reply,
.comment-content:hover .reply a {
  color: #ea1b33;
  transition: 0.7s;
}

/*comment-content*/

/*.comments-area */

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  z-index: 15;
  color: #fff;
  background: #4793cf;
  border: 1px solid #4793cf;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#scroll-Top .return-to-top:hover {
  background: #4793cf;
  color: #fff;
  border: 1px solid #4793cf;
  border-radius: 50%;
}


/*-------------------------------------
		5. About
--------------------------------------*/
.service-item {
  background: #f9faff;
}
.about-us-txt {
  margin-top: 70px;
}
.service-item h2 {
  color: #4d4e54;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.service-item p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  
  margin-top: 28px;
  
}
.about-us-img {
  position: relative;
  box-shadow: 0 10px 30px rgba(112, 134, 230, 0.2);
  z-index: 1;
}
.about-us-img:before {
  position: absolute;
  content: " ";
  top: 55px;
  left: -23px;
  border: 3px solid #ebecfb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* parallax effect */
.parallax {
  /* The image used */
  background-image: url("../images/shutterstock_1080323435.jpg");

  /* Set a specific height */
  min-height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* added */
.setting {
  max-width: 30px;
  margin-right: 1rem;
}

/* .service-make-us {
  margin-top: 4.5rem;
} */

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100rem;
}

.pt-100 {
  padding-top: 100px;
}

.Quadz {
  font-size: 20px;
}

.about-us-content {
  margin-top: 100px;
}

/* services */
.service-item-list {
  margin-right: 4rem;
}

.service-margin-top {
  margin-top: 1.5rem;
}

.service-item .service-1 a{
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  font-weight: 400;
  padding: 20px 10px;
  line-height: 22px;
  transition: all 0.5s ease;
  width: 25rem;
  border: 1px solid #27aae1;
}

.service-item .service-1 a:hover,
.service-item a.active {
  background: #27aae1;
  color: #FFFFFF;
  border-left: 8px solid #072d4d;
  border-color: #072d4d;
  line-height: 22px;
  transition: all 0.5s ease;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.service-align-justify-p {
  text-align: justify;
}

.single-about-us-p {
  margin-top: 0!important;
}

.row-margin-top {
  padding-top: 50px!important;
}

.row-margin-top-70 {
  padding-top: 100px!important;
}

.row-margin-top-100 {
  padding-top: 150px;
}

.row-margin-top-100-px {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 150px;
}

.contact-service {
  margin-top: 50px;
  border: 1px solid #27aae1;
  padding: 2.5rem 0;
  width: 25rem;
}

.contact-service-content {
  text-align: center;
}

.service-contact-a {
  color: #27aae1;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .single-about-us {
    margin-top: 70px;
  }
 
}

@media screen and (max-width: 991px) {
  .h2-text-center {
    text-align: center;
    margin-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .d-flex-justify-content-between {
    display: flex;
    justify-content: space-between;
  }

}

/* telecommunication */
.telecommunication-margin-x {
  margin: 0 5rem;
}

/* telecommunication */

@media screen and (max-width: 991px) {
  .h2-text-center {
    text-align: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px){
  .row-margin-top-70 {
    margin-top: 0!important;
  }
}


/* services */
@media screen and (max-width: 768px) {
  .row-margin-top-100-px {
    padding-top: 0;
  }

  .row-margin-top-100 {
    padding-top: 0;
  }

  .about-us-content {
    margin-top: 30px!important;
  }

  .technical-last-img {
    display: none;
  }
}














