
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  height: 100%;
  
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: none repeat scroll 0 0;
  color: black;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3ec1d5;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #60ccdc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 120px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: transparent;
}

#header.header-scrolled {

  background: black;
  height: 120px;
  color: black;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 150px;
}

@media (max-width: 768px) {
  #header {
    height: auto;
    background: transparent;
    width: 100%;
  }
  #header .logo h1 {
    font-size: 28px;
  }


  
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 120px;
  margin-top: 2rem;
}
}

.header-bg {
  background: url(../img/background/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
}

.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}


.navbar  a .scrolled{
  color: #000;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #3ec1d5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #0d2529;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3ec1d5;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;

}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    margin-right: 2rem;
  
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 2, 2, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #0d2529;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3ec1d5;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3ec1d5;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 85vh;
  
  overflow: hidden;
  position: relative;
}

@media (max-height: 300px) {
  #hero {
    height: 50vh;
  }


  
#hero .carousel-item {
 background-position: center;
 background-size: cover;
  
}
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {

#hero .carousel-item{
  
  
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;

}
}


#hero .carousel-item::before {
  content: '';
  
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
    line-height: 1.2;
  }


}

#hero p {
  width: 80%;
  font-size: 60px;
  line-height: 1.2;
  margin-top: 2rem;
  color: #fff;
  text-align: left;
  
  
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero p {
    font-size: 25px;
    width: 18rem;
    
    font-family: 'Nunito', sans-serif;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 1;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}


#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  padding: 8px 32px;
  border-radius: 10px;
  width: 10rem;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: green;

  
}

#hero .btn-get-started:hover {
  background: green;
  
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
  background-color: #f9f9f9;
}


.single-well > a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  margin-right: 5px;
  font-size: 18px;
}

.single-well p {
  color: #444;
}




.quality{
	margin-top:4rem;
	margin-bottom: 4rem;
}
.quality .content {
	width: 100%;
  
  }

  .quality .section-title{
	  
	  font-size: 35px;
	  margin-left: 30rem;
	  margin-top: 3rem;
	}
  
  .quality .list-group-item{
	border-radius: 0rem;
	border-color: transparent;
	

  }
  


  @media screen and (max-width:600px){
    .quality .content .content-text{
      font-size: 20px;
     }
  }

  .quality .content .content-text .p{

    font-size: 20px;
    font-family: 'Nunito', sans-serif;
  }
  .quality .image-parent{
	width: 7em;
  }
 
  
  .quality .about-title{
	  font-size: 35px;
	  
	 margin-left: 27rem;
	 font-family: 'Nunito', sans-serif;
	 display: inline;
	 height: 15rem;
  }
  
  .about .qulaity-title{
	  text-align: right;
	  font-size: 50px;
    color: darkblue;
    font-family: 'Nunito', sans-serif;
    margin-top: 2rem;
    line-height: 2rem;
  }

  
@media (max-width: 768px) {
  .about .qulaity-title {
    font-size: 25px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
  
  }
}


  .about .qulaity-sub-title{
	  
	  font-size: 18px;
    margin-top: 5rem;
    font-family: 'Nunito', sans-serif;
    line-height: 2rem;
  }

  .quality .content .content-text{
    
    color: black;
    font-size: 30px;
    font-family:'Nunito Sans', sans-serif;
  }

  .quality .content .image-parent{
    width: 30%;
  
  }
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head > h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head > h2 {
  color: #333;
}

.single-services > h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services > p {
  color: #333;
  font-size: 14px;
}



/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq{
  padding-top: 4rem;
}
.faq .accordion-collapse {
  border: 0;
}

.faq .section-header{
  font-size: 50px;
  line-height: 3rem;
  text-align: center;
}
.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}


@media screen and (max-width: 767px) {


  .faq .section-header{
    font-size: 30px;
    line-height: 3rem;
    text-align: center;
  }

}
/* Team */

/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
    padding-right: 2rem;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}



#team .card {
    border: none;
    background: #ffffff;
    width: 20rem;
   
   
}

@media (max-width: 768px){

  #team {
    background: #eee !important;
 
}

  #team .card {
    border: none;
    background: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
}

}
.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
/* POP-UP */

/* Side Widget */
.side-widget.open {
  margin-right: 0;
}
.side-widget {
  width: 57px;
  z-index: 9;

  position: fixed;
  right: 0;
  top: 52%;
  text-align: center;
  margin-right: -45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.btn-blue:hover {
  background-color: green;
}
.btn.btn-blue {
  background-color: green;
}
.btn.btn-blue {
  background-color: green;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
.side-widget.open .btn {

  font-family: 'Nunito', sans-serif;
  color: white;
  padding: 12px 35px;
  border-radius: 10px;
  
  letter-spacing: -0.5px;
}
.widget-close:hover {
  color: #ccc;
}
.widget-close {
  color: #636363;
}
.widget-close {
  position: absolute;
  left: 3px;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.section.triad-section {
margin-top: 10px;
}
section.section h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}
h2 {
  color: white;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
 
}
section.section p.sub-heading {
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
section.triad-section .triad-sub-section {
  padding-right: 60px;
}
section p.detail-paragraph:first-child {
  margin-top: 0;
}
section p.detail-paragraph {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 40px;
  font-size: 18px;
  color: #000;
}
b, strong {
  font-weight: 700;
}
#popup-container {
position: fixed;
z-index: 9990;
margin: 0 auto;
top: 10%;
left: 0;
right: 0;
width: 100%;
max-width: 990px;
display: none;
}

#popup-container.open {
display: block;
}

.modal-content {
background-color: white;
color: #fff;
height: 40rem;
padding:-5rem;
}

@media (max-width: 768px){
  .modal-content {
  
    height: 20rem;
}

h1{
  font-size: 20px;
}
}
.modal-content input {
height: 57px;
border-radius: 0px;
}

.modal-content .btn-primary {
width: 175px;
background-color: #ef9919;
border: 0px;
}

.modal-content .btn-primary:hover {
background-color: #0073b7;
border: 0px;
}

.modal-content .logorow {
text-align: center;
}

.close {
margin-right: 10px;
margin-top: 5px;
color: black;
opacity: 1;
}

.close:hover {
color: black;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;

}

.testimonials .text{
  font-size: 50px;
  text-align: center;
  padding-top: 4rem;
  line-height: 3rem;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}




/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
  width: 20rem;
  height: 20rem;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button > button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
  margin-left: 6.5rem;
}

.team-img > a {
  display: block;
}

.team-img > a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 34px;
  width: 34px;
  margin: 0 3px;
}

.team-social-icon ul li a i {
  line-height: 0;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
}

.team-content > h4{

  color: black;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;

}


.team-content > p {
 
  color: black;
  text-align: center;
  font-size: 15px;

}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}




/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/intro.jpg);
  background-repeat: no-repeat;
  height: 35rem;
  background-size: cover;
  margin-top: 0.7rem;
  width: 100%;
  margin-top: 2rem;

 
}

.reviews-area .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    padding: 8px 32px;
    border-radius: 12px;
    width: 10rem;
    transition: 0.5s;
  float: left;
    color: #fff;
    background: green;
    
  }
  
  .reviews-area .btn-get-started:hover {
    background: green;
    
  }


.reviews-area h2{

  font-size: 50px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  margin-top:15rem;
  color: #000;
}

.reviews-area h5{
  margin-top: 3rem;
  color: rgb(0, 0, 0);
  font-family:'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  justify-content: left;
}
.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

@media (min-width: 768px) and (max-width: 991px) {


  .reviews-area{
    background: url(../img/background/intro\ -\ Copy.jpg);
  
    background-repeat: no-repeat;
    
    background-size: cover;
    background-position: center center;
  
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .reviews-area{
    background: url(../img/background/intro\ -\ Copy\ \(2\).jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   
  }

  
.reviews-area h2{

  font-size: 30px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
}
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #444;
}

#portfolio-flters li:hover, #portfolio-flters li.filter-active {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img > a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.pri_table_list li.check {
  font-weight: 600;
}

.pri_table_list li.check i {
  color: #3EC1D5;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list li.cross {
  text-decoration: line-through;
  color: #999;
}

.pri_table_list li.cross i {
  color: #999;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list > button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active > h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active > button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active > button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}

.contact-area .text-center{
 font-size: 50px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 5rem;

}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #3ec1d5;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus, .php-email-form textarea:focus {
  border-color: #3ec1d5;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: green none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;

  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
  background-color:lightgray;
  
}

.blog-text {
  
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 2rem;
 
  font-size: 30px;
  text-align: center;
}

.blog-sub-text{
  color:black;
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 2rem;
  font-size: 15px;
  margin-left: 1rem;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type > a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type > a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.blog-area .single-blog{
  
  
	border: solid #fff8f8 2px;
	background-color: white;

  height: 30rem;	
}

@media screen and (max-width:767px){

  .single-blog {
    margin-bottom: 30px;
    border: white solid 3px;
    width: 100%;
    display: block;
   
    
    
    
  }
}
@media screen and (min-width:768px) and (max-width:991px){

  .single-blog{
    width: 50%;
  }
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

.single-blog .single-blog-img{

  border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: white;
	padding-top: 1rem;
}







/* service*/

.wrapper {
  width: 100%;
  margin: 20px auto;
  padding-top: 7.5rem;
}

@media (max-width: 768px){
  .wrapper{
    padding-top: 2rem;
  }
}
.wrapper .service-title{

  font-size: 50px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  color: black;
  font-weight: bold;
}
.cards_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

.cards_wrap .card_item {
  width: 25%;
  padding: 10px;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;

}

.cards_wrap .card_inner {
  background: #fff;
  height: 100%;
  
}

.cards_wrap .card_top {
  width: 100%;
  min-height: 225px;
  padding: 10px;
  padding-bottom: 0;
}

.cards_wrap .card_bottom {
  padding: 15px;
}

.cards_wrap .card_bottom .card_category {
  font-family: 'Nunito Sans', sans-serif;
  line-height: 2rem;
  margin: 10px 15px;
  font-size: 30px;
}

.cards_wrap .card_bottom .card_info {
  
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height:1.5rem;
  margin-left: 1rem;
  

}



.cards_wrap .card_bottom .card_creator {

  text-align: center;
  
  margin-right: 1.5rem;
  border-radius: 10px;

}

@media (max-width: 1024px) {
  .cards_wrap .card_item {
    width: 33.3%;
   
  }
}

@media (max-width: 768px) {
  .cards_wrap .card_item {
    width: 50%;
  }

  
}

@media (max-width: 528px) {
  .cards_wrap .card_top {
    height: auto;
  }
  .cards_wrap .card_item {
    width: 100%;
  }

  .cards_wrap .card_inner{
    height: 100%;
  }
  .cards_wrap .card_bottom {
    padding: 10px;
  }
  
  .cards_wrap .btn-warning{
    margin-top: 1rem;
  }
.cards_wrap .card_bottom .card_category {
  font-family: 'Nunito Sans', sans-serif;
  line-height: 2rem;
  margin-top: -1rem;
  font-size: 20px;
}

.cards_wrap .card_category{
  margin-top: 2rem;
}
.cards_wrap .card_bottom .card_info {
  
  
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  line-height:1.5rem;
  margin-left: 1rem;

}
}






/*software products*/



.wrapper1 {
  width: 100%;
  margin: 20px auto;
  padding-top: 0.5rem;

}

.wrapper1 .service-title{
  font-size: 50px;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: black;
  font-weight: bold;
  line-height: 2rem;

}


@media screen and (max-width: 600px) {
  .wrapper1 .service-title{
    font-size: 30px;
 
  
  }


}



.cards_wrap1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

.cards_wrap1 .card_item {
  width: 25%;
  padding: 10px;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  border: black solid 1px;
}

.cards_wrap1 .card_inner {
  background: #fff;
  
}

.cards_wrap1 .card_top {
  width: 100%;
  min-height: 225px;
  padding: 10px;
  padding-bottom: 0;
}

.cards_wrap1 .card_bottom {
  padding: 15px;
}

.cards_wrap1 .card_bottom .card_category {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 30px;
  line-height: 2rem;
}

.cards_wrap1 .card_bottom .card_info {
  padding: 15px;
  margin: 10px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
 
}



.cards_wrap1 .card_bottom .card_creator {
  justify-content: center;
 border-radius: 10px;

}




@media (max-width: 1024px) {
  .cards_wrap1 .card_item {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .cards_wrap1 .card_item {
    width: 50%;
  }
}

@media (max-width: 528px) {
  .cards_wrap1 .card_top {
    height: auto;
  }
  .cards_wrap1 .card_item {
    width: 100%;
  }
}




/*products*/

.products{
    width: 100%;
    height: 100%;
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
  
  .products .section-title{
    font-size: 50px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 2rem;
    font-weight: bold;
  }




.products .card{

 
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.card .card-title{
  text-align: center;
  font-size: 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  color: #000;
}

.card .card-text{
  font-size: 20px;
}


@media (max-width: 768px) {
  .products{
    width: 100%;
    height: 100%;
    justify-content: flex;
  }
 }
 @media (max-width: 1024px) {
   .cards_estimate .card_item {
     width: 33.3%;
   }
 }
 
 @media (max-width: 768px) {
   .cards_estimate .card_item {
     width: 50%;
   }
 }
 
 @media (max-width: 528px) {
  .products{
    width: 100%;
    height: 100%;
   
  }

  
.products .card{
  width: 100%;
 
}
 }






/*estimating*/
.estimate {
  width: 100%;
  
 
  padding-bottom: 5rem;
  background-image: url("/eBusiness/eBusiness/assets/img/background/whitelogo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 
}

.cards_estimate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
  
}

.cards_estimate .card_item {
  width: 25%;
  height: 20rem;
  padding: 10px;  margin-right: 2rem;
  margin-left: 2rem;
 
  margin-top: 5rem;
  
}

.cards_estimate .card_inner {
  background: #fff;
  margin-bottom: 4rem;
  height: 18rem;
  
}


.cards_estimate .card_bottom .card_category {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 30px;
  line-height: 2rem;
}

.cards_estimate .card_bottom .card_info {
  padding: 15px;
  margin: 10px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  color: #000;
}



.cards_estimate .card_bottom .card_creator {
  text-align: center;
 font-size: 20px;
 margin-left: 1rem;
  border-radius: 10px;

}

.estimate .price{
  background-image: url(/eBusiness/eBusiness/assets/img/background/whitelogo.png);
  background-position: center;
  background-size: cover;
  height: 15rem;
  background-repeat: no-repeat;
}

.estimate .price_title{
  margin-top: 12rem;
  font-size: 50px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.estimate .price-sub-title{
  font-size: 25px;
  margin-top: 2rem;
  text-align: center;
  line-height: 2rem;
}


@media (max-width: 768px) {
 .estimate .price-sub-title {
    font-size: 20px;
    text-align: left;
    margin-left: 1rem;
  }
}
@media (max-width: 1024px) {
  .cards_estimate .card_item {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .cards_estimate .card_item {
    width: 50%;
  }
}

@media (max-width: 528px) {
  .cards_estimate .card_top {
    height: auto;
  }
  .cards_estimate .card_item {
    width: 100%;
  }
}





/*products*/




.wrapper2 {
  width: 100%;
  height: 100%;
  padding-top: 8rem;
}
@media (max-width:768px){
  .wrapper2{
  padding-top: 5rem;
  }
}

.wrapper2 .section-title{
  font-size: 50px;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 2rem;
  font-weight: bold;
}

.wrapper2 .card_sub_section{
  font-size: 30px;
  text-align: center;
  margin-bottom: 2rem;
}
.cards_wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 
  
}

.cards_wrap2 .card_item {
  width: 25%;
  padding: 10px;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
 
  background-image: url("assets/img/background/whitelogo.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
 
}



.cards_wrap2 .card_top {
  width: 100%;
 
  padding: 10px;
  padding-bottom: 0;
}

.cards_wrap2 .card_inner{
  height: 100%;
}

.cards_wrap2 .card_bottom {
  padding: 15px;
}

.cards_wrap2 .card_bottom .card_category {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
  margin-left: 1rem;
  line-height: 2rem;
  font-size: 30px;
}

.cards_wrap2 .card_bottom .card_info {
  padding: 15px;
  margin: 10px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 2rem;
 
}



.cards_wrap2 .card_bottom .card_creator {
  text-align: center;
  padding-right: 1.5rem;
  border-radius: 10px;

}

@media (max-width: 1024px) {
  .cards_wrap2 .card_item {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .cards_wrap2 .card_item {
    width: 50%;
  }
}

@media (max-width: 528px) {
  .cards_wrap2 .card_top {
    height: auto;
  }

  .wrapper2 .section-title{
    font-size: 30px;
  }

  .wrapper2 .card_sub_section{
    font-size: 25px;
  }
  
.cards_wrap2 .card_bottom .card_category {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
  margin-left: 1rem;
  line-height: 2rem;
  font-size: 20px;
 

}


.cards_wrap2 .card_bottom .card_info {
  padding: 15px;
  margin: 10px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 2rem;
 
}

  .cards_wrap2 .card_item {
    width: 100%;
  }
}



/*speed*/

.wrapper3 {
  width: 100%;
  margin: 20px auto;
 

}

.cards_wrap3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

 background-color: lightgray;
  
}

.cards_wrap3 .card_item {
  width: 25%;
  padding: 10px;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  background-color: white;
 
}



.cards_wrap3 .card_top {
  width: 100%;
 
  padding: 10px;
  padding-bottom: 0;
  justify-content: center;
}

.cards_wrap3 .card_bottom {
  padding: 15px;
}

.cards_wrap3 .card_bottom .card_category {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 30px;
}

.cards_wrap3 .card_bottom .card_info {
  padding: 15px;
  margin: 10px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
 
}



.cards_wrap3 .card_bottom .card_creator {
  justify-content: left;
border-radius: 10px;
}

@media (max-width: 1024px) {
  .cards_wrap3 .card_item {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .cards_wrap3 .card_item {
    width: 50%;
  }
}

@media (max-width: 528px) {
  .cards_wrap3 .card_top {
    height: auto;
  }
  .cards_wrap3 .card_item {
    width: 100%;
  }
}

/*software products*/








/*software products*/



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .section-header{
  text-align: center;
  font-size: 50px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 3rem;
}
.clients .clients-slider .swiper-slide img {

  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;

  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}





    
/* estimating*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .section-title{
  font-size: 50px;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}


.about .sub-section{
  font-size: 30px;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  text-align:center;
  margin-bottom: 2rem;
  line-height: 2rem;
  

}
@media screen and (max-width: 767px) {


  .about .section-title{
    font-size: 30px;
  }
  
.about .sub-section{
  text-align:left;
  font-size: 25px;
}
}

.about .sub-section2{
  font-size: 25px;

  color: rgb(0, 0, 0);
  font-family: 'Nunito Sans', sans-serif;
  text-align:right;
  margin-bottom: 2rem;
  margin-right: 55px;
  line-height: 2rem;

}



@media screen and (max-width: 767px) {

  .about .sub-section2{
    font-size: 20px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    text-align:left;
    margin-bottom: 2rem;
    line-height: 2rem;
  }

  .about .content-text{
    font-size: 15px;
  }

}
@media (min-width: 768px) and (max-width:991px){

  .about .sub-section2{
    font-size: 15px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    text-align:right;
    margin-bottom: 2rem;
    line-height: 2rem;
  
  }


}

.about .sub-section1{
  font-size: 25px;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  text-align:left;
 
  
 
  line-height: 2rem;
  

}

/* responsive*/



@media screen and (min-width: 768px) and (max-width:991px){

  .about .sub-section2{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    text-align: left;
  }

}
@media (min-width: 768px) and (max-width:991px){

  .about .sub-section1{
    font-family: 'Nunito Sans', sans-serif;
    
  }




  .about .image-fluid{

    padding-top: 3rem;
  }

  .about .content-text{
    margin-top: 2rem;
    font-size: 15px;
  }
}



.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}


.about .content-text{

  font-family: 'Nunito Sans', sans-serif;
  display: inline;

  margin-left: 2rem;
  width: 50rem;
  margin-top: 1rem;
  color: #000;
  font-size: 30px;
  line-height: 2rem;
}



@media screen and (max-width:767px){

  .about .content-text{

    font-family: 'Nunito Sans', sans-serif;
    display: inline;
    font-size: 20px;
    margin-left: 2rem;
    width: 50rem;
    margin-top: 1rem;
    color: #000;
   
    line-height: 2rem;
  }

}
.about .content ul h5 {
 
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/* CAD*/

/**********************/
/*     11. Call Me    */
/**********************/
.form-1 {
	padding-top: 1rem;	
	padding-bottom: 1rem;	
	width: 100%;
}



.form-1 .column{
  display: block;
  width: 33%;
 
}

.row {margin: 0 -5px;}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.form-1 .card{
	
	margin-top: 5rem;
	height: 25rem;
	width: 25rem;
	background-image: url();
	background-position: center;
	background-size: cover;


}
.form-1 .card .card-title{
	font-size: 30px;
	font-family: 'Nunito', sans-serif;
	color: black;
	font-weight: bold;
}
.form-1 .card .card-text{
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	color: black;
}


.form-1 .text-container {
	padding-bottom: 2rem;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: black;
}

.form-1 .section-title {
	margin-top: 4rem;
	font-family: 'Nunito', sans-serif;
	color: darkblue;
	font-size: 50px;
	text-align: center;

	
}
.form-1 .sub-section{
	font-size: 30px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	margin-top: 2rem;
}



/* Responsive columns - one column layout (vertical) on small screens */
@media screen  and (max-width: 600px) {
  .column {
    width: 100%
    
  }


  .reviews-area {
    background: url("../img/background/intro.jpg");
    
    background-repeat: no-repeat;
    background-size: contain;
  height: 10rem;
    width: 100%;

    
  
  }
  
.reviews-area h2{

  font-size: 20px;
  width: 100%;
  margin-top: -2rem;
  text-align: left;
  margin-left: -2rem;

}

.reviews-area h5{

 
  font-size: 10px;
  margin-top: -1rem;
  margin-left: -2rem;
}
}
/* CAD consulting*/

.cad-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color:black;
  
  font-family: 'Nunito Sans', sans-serif;
  padding-top: 2rem;
  font-weight: bold;
  text-align: start;
  margin-top: 3rem;
  font-size: 30px;
}

.cad-text h4 {

  font-size: 30px;
  margin-top: 5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-left: 1rem;
  color: black;
}


.cad-area .cad-title{

  font-size: 30px;
  text-align: center;
  margin-top: 2rem;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
}
.cad-area .cad-text{

  font-size: 18px;
  margin-top: 2rem;
  font-family: 'Nunito Sans', sans-serif;
  margin-left: 1rem;
  color: #000;


}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type > a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type > a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}



.cad-blog{

  background-image: url("/eBusiness/eBusiness/assets/img/background/whitelego.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2rem;
  border: black solid 1px;
  width: 100%;
  margin-bottom: 2rem;
  height: 100%;
}



@media screen and (min-width: 768px) and (max-width: 991px) {

  .cad-blog{
    background: url(/eBusiness/assets/img/background/whitelego.jpg);
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 2rem;
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .cad-blog{
    background: url(/eBusiness/assets/img/background/whitelego.jpg);
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2rem;
   
  }
}
.cad-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}




/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;

}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content > p {
  color: #444;
}

.entry-meta > span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing > h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {

  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;

  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}

.footer .footer-top .footer-contact p {
  font-weight: bold;
  color: #000;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }
  .work-right-text {
    padding: 40px 0;
  }
  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }
  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    width: 40%;
  }
  .team-content.text-center > h4 {
    font-size: 20px;
  }
  .sus-btn {
    margin-left: 0;
  }
  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }
  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text {
    padding: 36px 0;
  }
  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }
  .single-awesome-portfolio {
    width: 33.33%;
  }
  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }
  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }
  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }
  .post-information .entry-meta span a {
    padding: 4px 0;
  }
  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-add-itms {
    width: 50%;
  }
  .left-sidebar-title > h4 {
    font-size: 18px;
  }
  .contact-form {
    margin-top: 0px;
  }
  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .slider-area {
    margin-top: 60px;
  }
  .slider-content {
    padding: 80px 0;
  }
  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }
  .section-headline h2 {
    font-size: 30px;
  }
  .well-middle .single-well {
    margin-top: 30px;
  }
  .single-skill {
    margin-bottom: 40px;
  }
  .tab-menu {
    margin-top: 30px;
  }
  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }
  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }
  .subs-feilds {
    width: 100%;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }
  .section-headline h3 {
    font-size: 25px;
  }
  .well-text > h2 {
    font-size: 18px;
  }
  .well-text p {
    display: none;
  }
  .single-team-member {
    margin-bottom: 30px;
  }
  .service-right {
    width: 100%;
  }
  .service-images:hover .overly-text {
    display: none;
  }
  .portfolio-area {
    padding-top: 0px;
  }
  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }
  .pri_table_list {
    margin-bottom: 30px;
  }
  .single-awesome-project, .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }
 
  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .head-team h5 {
    font-size: 22px;
  }
  .footer-content {
    margin-bottom: 30px;
  }
  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .page-area .slider-content {
    padding: 500px 0;
  }
  .search-option input {
    width: 74%;
  }
  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  li.threaded-comments {
    margin-left: 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }
  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }
  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }
  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }
  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}
