 /* 
---------------------------------------------
work process 
--------------------------------------------- 
*/

 * {
     box-sizing: border-box;
 }

 body {
     margin: 0;
     font-family: Arial, Helvetica, sans-serif;
 }

 .zcontainer {
     padding: 20px;
     padding-bottom: 10px;
     margin-left: 200px;
     margin-right: 200px;
     background-color: white;
 }

 .zrow:after {
     content: "";
     display: table;
     clear: both
 }

 .zcolumn-66 {
     float: left;
     width: 66.66666%;
     padding: 20px;
 }

 .zcolumn-33 {
     float: left;
     width: 33.33333%;
     padding: 20px;
 }

 .zlarge-font {
     font-size: 60px;
     margin-bottom: -0px;
     font-weight: 1000
 }

 .zxlarge-font {
     font-size: 64px
 }

 .button {
     border: none;
     color: white;
     padding: 14px 28px;
     font-size: 16px;
     cursor: pointer;
     background-color: #04AA6D;
 }

 img {
     display: block;
     height: auto;
     max-width: 100%;
 }

 @media screen and (max-width: 800px) {

     .zcolumn-66,
     .zcolumn-33 {
         width: 100%;
         text-align: center;
     }

     img {
         margin: auto;

     }

     .zcontainer {
         padding: 6px;
         margin-left: auto;
         margin-right: auto;
     }

     @media screen and (max-width: 800px) {
         .img {
             margin: auto;

         }
     }

 }

 /* Slideshow container */
 .slideshow-container {
     position: relative;
     background: ;
     margin-left: 200px;
     margin-right: 200px;
     height: inherit;
 }

 /* Slides */
 .mySlides {
     display: none;
     padding: 80px;
     padding-top: 0px;
     text-align: center;
 }

 /* Next & previous buttons */
 .prev,
 .next {
     cursor: pointer;
     position: absolute;
     top: 50%;
     width: auto;
     margin-top: -30px;
     padding: 16px;
     color: #888;
     font-weight: bold;
     font-size: 20px;
     border-radius: 0 3px 3px 0;
     user-select: none;
 }

 /* Position the "next button" to the right */
 .next {
     position: absolute;
     right: 0;
     border-radius: 3px 0 0 3px;
 }

 /* On hover, add a black background color with a little bit see-through */
 .prev:hover,
 .next:hover {
     background-color: #ffb703;
     color: white;
 }

 /* The dot/bullet/indicator container */
 .dot-container {
     text-align: center;
     padding: 20px;
     background: #343a40;
     margin-left: 200px;
     margin-right: 200px;
 }

 /* The dots/bullets/indicators */
 .dot {
     cursor: pointer;
     height: 15px;
     width: 15px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.6s ease;
 }

 @media screen and (max-width: 800px) {
     .slideshow-container {
         margin-left: auto;
         margin-right: auto;
     }

     .dot-container {
         margin-left: auto;
         margin-right: auto;
     }
 }


 /* 
---------------------------------------------
counter 
--------------------------------------------- 
*/

 .ccolumn {
     float: left;
     width: 33.3333333%;
     padding: 0 10px;
     margin: auto;
 }

 .crow {
     margin: 0 200px;
     justify-content: space-between;
 }

 /* Clear floats after the columns */
 .crow:after {
     content: "";
     display: table;
     clear: both;
 }

 /* Responsive columns */
 @media screen and (max-width: 950px) {
     .ccolumn {
         width: 100%;
         display: block;
         margin-bottom: 10px;
     }

     .crow {
         margin: auto;
     }
 }

 /* Style the counter cards */
 .ccard {
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
     padding: 16px;
     border-radius: 5px;
     text-align: center;
     background-color: #444;
     color: white;
 }

 .fa {
     font-size: 50px;
     color: white;
 }


 /* 
---------------------------------------------
faq 
--------------------------------------------- 
*/
 @import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");

 * {
     box-sizing: border-box;
 }

 *::before,
 *::after {
     box-sizing: border-box;
 }


 .container-faq {
     margin: 0 auto;
     padding: rem;
     width: 48rem;
 }

 .accordion .accordion-item {
     border-bottom: 1px solid #e5e5e5;
 }

 .accordion .accordion-item button[aria-expanded=true] {
     border-bottom: 1px solid #ffb703;
 }

 .accordion button {
     position: relative;
     display: block;
     text-align: left;
     width: 100%;
     padding: 1em 0;
     color: #7288a2;
     font-size: 1.15rem;
     font-weight: 400;
     border: none;
     background: none;
     outline: none;
 }

 .accordion button:hover,
 .accordion button:focus {
     cursor: pointer;
     color: #ffb703;
 }

 .accordion button:hover::after,
 .accordion button:focus::after {
     cursor: pointer;
     color: #ffb703;
     border: 1px solid #ffb703;
 }

 .accordion button .accordion-title {
     padding: 1em 1.5em 1em 0;
 }

 .accordion button .icon {
     display: inline-block;
     position: absolute;
     top: 18px;
     right: 0;
     width: 22px;
     height: 22px;
     border: 1px solid;
     border-radius: 22px;
 }

 .accordion button .icon::before {
     display: block;
     position: absolute;
     content: "";
     top: 9px;
     left: 5px;
     width: 10px;
     height: 2px;
     background: currentColor;
 }

 .accordion button .icon::after {
     display: block;
     position: absolute;
     content: "";
     top: 5px;
     left: 9px;
     width: 2px;
     height: 10px;
     background: currentColor;
 }

 .accordion button[aria-expanded=true] {
     color: #ffb703;
 }

 .accordion button[aria-expanded=true] .icon::after {
     width: 0;
 }

 .accordion button[aria-expanded=true] + .accordion-content {
     opacity: 1;
     max-height: 9em;
     transition: all 200ms linear;
     will-change: opacity, max-height;
 }

 .accordion .accordion-content {
     opacity: 0;
     max-height: 0;
     overflow: hidden;
     transition: opacity 200ms linear, max-height 200ms linear;
     will-change: opacity, max-height;
 }

 .accordion .accordion-content p {
     font-size: 1rem;
     font-weight: 300;
     margin: 2em 0;
 }

 @media screen and (max-width: 700px) {
     .container-faq {
         margin: 0 auto;
         padding: .5rem;
         width: auto;
     }
 }

 /* 
---------------------------------------------
footer
--------------------------------------------- 
*/

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta{
    padding-top: 20px;
    padding-left: 50px;
    
}
.single-cta i {
  color: #ffb703;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 300px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
    margin-top: 20px
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.instagram-bg{
  background: #eb4924;
}
.linkedin-bg{
  background: #007bb5;
}
.youtube-bg{
  background: #bb0000;
}
.footer-widget-heading h3 {
  padding-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 4px;
  width: 50px;
  background: #ffb703;
}
.footer-widget ul li {
  
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ffb703;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}


.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ffb703;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ffb703;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media (max-width:700px){
    .footer-section {
        padding: 20px;
    }
    .single-cta {
       padding-left: 10px; 
    } 
}
.btn {
  background-color: #ffb703;
  border: none;
  color: white;
  padding: 10px 12px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
}

.btn:hover {opacity: 0.6}
 /* 
---------------------------------------------
welcome to hq
--------------------------------------------- 
*/


 .about-content {
     max-width: 800px;
     margin: 0 auto;
 }

 .about-content h2 {
     font-size: 30px;
     line-height: 45px;
     margin-bottom: 30px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
     color: #333;
     text-transform: uppercase;
 }

 .about-content p {
     font-weight: 300;
     color: #777;
     font-size: 18px;
 }

 .about-content {
     padding-right: 60px;
 }

 .btn-black {
     color: #fff;
     background-color: rgba(0, 0, 0, 1);
     transition: 0.5s;
     border-radius: 1;
 }

 .btn-black:hover {
     color: #fff;
     background-color: rgba(0, 0, 0, 0.8);
     transition: 0.5s;
 }

 @media (max-width:576px) {
     .about-content {
         padding-right: 0;
     }

     .about-content h2 {
         font-size: 26px;
     }

     .about-content p {
         font-size: 16px;
     }
 }


 /* 
---------------------------------------------
vision mission
--------------------------------------------- 
*/



 .button:focus,
 .input:focus,
 .textarea:focus,
 .select:focus {
     outline: none;
 }

 .tabs {

     display: block;
     display: -webkit-flex;
     display: -moz-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 200px;
     overflow: hidden;
 }


 .tabs [class^="tab"] label,
 .tabs [class*=" tab"] label {
     color: #000000;
     cursor: pointer;
     display: block;
     font-size: 1.3em;
     font-weight: 900;
     line-height: 1em;
     padding: 2rem 0;
     text-align: center;
 }

 .tabs [class^="tab"] [type="radio"],
 .tabs [class*=" tab"] [type="radio"] {

     cursor: pointer;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: block;
     width: 100%;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 .tabs [class^="tab"] [type="radio"]:hover,
 .tabs [class^="tab"] [type="radio"]:focus,
 .tabs [class*=" tab"] [type="radio"]:hover,
 .tabs [class*=" tab"] [type="radio"]:focus {
     border-bottom: 0px solid #FFB703;



 }

 .tabs [class^="tab"] [type="radio"]:checked,
 .tabs [class*=" tab"] [type="radio"]:checked {
     border-bottom: 3px solid #FFB703;

 }

 .tabs [class^="tab"] [type="radio"]:checked + div,
 .tabs [class*=" tab"] [type="radio"]:checked + div {
     opacity: 1;
 }

 .tabs [class^="tab"] [type="radio"] + div,
 .tabs [class*=" tab"] [type="radio"] + div {
     display: block;
     opacity: 0;
     padding: 2rem 0;
     width: 90%;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 .tabs .tab-2 {
     width: 50%;


 }

 .tabs .tab-2 [type="radio"] + div {
     width: 200%;
     margin-left: 200%;
 }

 .tabs .tab-2 [type="radio"]:checked + div {
     margin-left: 0;
 }

 .tabs .tab-2:last-child [type="radio"] + div {
     margin-left: 100%;
 }

 .tabs .tab-2:last-child [type="radio"]:checked + div {
     margin-left: -100%;
 }

 @media (max-width:700px) {
     .tabs {
         margin: 10px;
     }


 }


 /* 
---------------------------------------------
why choose us
--------------------------------------------- 
*/


 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #ffffff;
 }

 a,
 a:hover,
 a:focus,
 a:active {
     text-decoration: none;
     outline: none;
 }

 ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .heading {
     margin-top: 0px;
 }

 .separator {
     position: relative;
     display: inline-block;
     text-transform: capitalize;
     margin-bottom: 30px;
 }

 .separator:after,
 .separator:before {
     position: absolute;
     content: "";
     width: 50px;
     height: 2px;
     background: #353535;
     top: 50%;
 }

 .separator i {
     color: #353535;
 }

 .separator:after {
     right: 140%;
 }

 .separator:before {
     left: 140%;
 }

 .heading-main-white {
     color: #fff;
 }

 .heading-main-white .separator {
     color: #fff;
 }

 .heading-main-white .separator:before,
 .heading-main-white .separator:after {
     background: #d45725;
 }

 .heading-main-white .separator i {
     color: #d45725;
 }

 .feature-section {
     background-color: black;
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
     padding-bottom: 60px;
     padding-top: 0.1px;
     min-height: 50vh;
     margin-bottom: 0px;
 }

 .features-div {}

 .feature-back:hover {
     color: #fff !important;
     background-color: #ffffff1c;
     border-radius: 11px;
 }

 .feature-back {
     color: #fff !important;
     padding: 18px;
 }

 .features-title {

     font-size: 30px;
     letter-spacing: 0.5px;
     text-align: center;
     color: #fff;
 }

 .below-line-feature {
     border-top: 2px solid #fff;
     display: inline-block;
     bottom: auto;
     left: auto;
     margin: auto auto auto 0;
     font-size: 16px;
     color: #fff;
     padding-left: 50px;
     padding-top: 4px;
 }

 .features-div i {
     color: #FFB703;
     font-size: 48px !important;
     float: left;
     padding-right: 18px;
     padding-top: 15px;
 }

 .features-heading {
     font-size: 19.98px;
     letter-spacing: 0.5px;
     padding-left: 70px;

 }

 .features-div p {
     font-size: 14px;

     padding-left: 70px;
     line-height: 2;
 }
@media (min-width: 80px){
   
    .features-div {
        padding-left: 25px;
        padding-right: 20px;
    }
}
 
 /* 
---------------------------------------------
Steps bar
--------------------------------------------- 
*/


 *, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

body-steps {
  font-size: inherit;
  line-height: inherit;
}

.container-steps {
  box-sizing: content-box;
  padding: 0 12px;
  max-width: 640px;
  margin: 48px auto;
}

.step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.step-list__item {
  counter-increment: step-counter;
  position: relative;
}
.step-list__item:before {
  content: counter(step-counter);
  font-weight: 300;
  color: #d8d8d8;
}
.step-list__item h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: black
}
.step-list__item .icon {
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
}
.step-list__item .icon img {
  width: 100%;
  height: 100%;
}
.step-list__item .body-steps {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.step-list__item .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 18px;
}
.step-list__item:first-child .icon {
  background: #f4f6d5;
}
.step-list__item:nth-child(2) .icon {
  background: #e8f4f3;
}
.step-list__item:nth-child(3) .icon {
  background: #ededed;
}
.step-list__item:nth-child(4) .icon {
  background: #edf6ef;
}
.step-list__item:nth-child(5) .icon {
  background: #fef3f3;
}
.step-list__item:nth-child(odd) .content {
  justify-content: flex-start;
}
.step-list__item:nth-child(even) .content {
  justify-content: flex-end;
}
.step-list__item:first-child > .step-list__item__inner:before {
  content: none;
}
.step-list__item:last-child > .step-list__item__inner:after {
  content: none;
}
.step-list__item + li {
  margin-top: 84px;
}
.step-list__item + li > div {
  margin-top: -1px;
}

.business-d{
    align-content: center;
}
@media screen and (max-width: 600px) {
  .step-list__item {
    display: flex;
  }
  .step-list__item:before {
    content: counter(step-counter);
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #000000;
    margin-right: 12px;
  }
  .step-list__item .icon {
    order: 0;
    width: 36px;
    height: 36px;
    padding: 9px;
    position: absolute;
    left: -9px;
    top: 42px;
  }
  .step-list__item .body-steps {
    order: 1;
    margin-top: 8px;
    margin-left: 12px;
  }
  .step-list__item .content {
    align-items: flex-start;
  }
  .step-list__item .content:before {
    content: "";
    position: absolute;
    border-left: #d8d8d8;
    height: 100%;
    left: 9px;
    bottom: 0;
    display: block;
    width: 1px;
    background: #d8d8d8;
    top: 84px;
  }
  .step-list__item:last-child .content:before {
    content: none;
  }
}
@media screen and (min-width: 601px) {
  .step-list__item:before {
    content: counter(step-counter);
    position: absolute;
    font-size: 90px;
    line-height: 1;
    font-weight: 300;
    color: #d8d8d8;
  }
  .step-list__item .icon {
    width: 174px;
    height: 174px;
    padding: 48px;
  }
  .step-list__item .body-steps {
    flex: 0 1 33.3333%;
    margin-top: 84px;
  }
  .step-list__item .content {
    align-items: flex-end;
  }
  .step-list__item > .step-list__item__inner {
    position: relative;
  }
  .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
    border-width: 0px;
    border-style: solid;
    border-color: #d8d8d8;
    display: block;
    content: "";
    position: absolute;
    height: 42px;
    width: calc( 33.3333% - 42px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner {
    text-align: right;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-left-width: 1px;
    left: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-left-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-left-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(odd):before {
    left: 0;
    margin-left: 33.3333%;
    transform: translateX(-100%);
  }
  .step-list__item:nth-child(odd) .icon {
    margin-left: 72px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-right-width: 1px;
    right: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-right-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-right-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(even):before {
    right: 0;
    margin-right: 33.3333%;
    transform: translateX(100%);
  }
  .step-list__item:nth-child(even) .icon {
    margin-right: 72px;
  }
  .step-list__item:nth-child(even) .body-steps {
    order: 1;
  }
}
 /* 
---------------------------------------------
Advantages
--------------------------------------------- 
*/

 


 /* 
---------------------------------------------
Blogs
--------------------------------------------- 
*/



.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #ffb703;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
    color: black
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #ffb703;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #ffb703;
  width: 50px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

 /* 
---------------------------------------------
Contact form
--------------------------------------------- 
*/


/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #ffb703;
  color: white;
  padding: 12px 50px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
}

input[type=submit]:hover {
  background-color: #ffc300;
}



/* Style the container/contact section */
.container-contact {
  border-radius: 5px;
  background-color: #14213d;
  padding-left: 150px;
    padding-right:150px;
    padding: 50px;
    
}


/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: px;
  padding: 20px;
    color: white;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
    .container-contact{
        padding:10px;
    }
}


 /* 
---------------------------------------------
Get quotation
--------------------------------------------- 
*/



input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #ffb703;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ffc300;
}

.container-getq {
  border-radius: 5px;
  background-color: #14213d;
  padding-left: 300px;
  padding-right: 300px;
  padding-top:5px;
  padding-bottom: 50px;
    color: white;
}

@media screen and (max-width: 1000px){
    .container-getq{
        padding-left: 15px;
        padding-right: 15px;
    }
}


 /* 
---------------------------------------------
hero image text
--------------------------------------------- 
*/

   #hero-image-text {
  padding: 120px 0px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

 #hero-image-text-services {
  padding: 120px 0px;
  background-image: url(../images/Services-page-01-min.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#hero-image-text-about {
  padding: 120px 0px;
  background-image: url(../images/about-us-01-min.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#hero-image-text-blog {
  padding: 120px 0px;
  background-image: url(../images/blog-01-min.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#hero-image-text-career {
  padding: 120px 0px;
  background-image: url(../images/career-01-min.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

 #hero-image-text-blog-1 {
  padding: 120px 0px;
  background-image: url(../images/blog-1-01-min.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.container-hero{
    text-align: left;
    position: relative;
    
}

.row-hero{
    padding-left: 100px;
     padding-right: 100px;
    padding-top: 200px;
}

.hero-content h2 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.hero-content h2 em {
  font-style: normal;
  color: #ffb703;
}

.hero-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}

@media screen and (max-width: 600px){
    .row-hero{
        padding: 10px;
        padding-top: 100px;
    }
    .hero-content h2{
        font-size: 30px;
    }
}

 /* 
---------------------------------------------
blog 1
--------------------------------------------- 
*/

.content-blog{ 
    margin: 0 auto;
    padding: 4rem 0;
    width: 960px;
    max-width: 100%;
}
.content-blog h1{
    font-size: 29px;
    font-weight: 800;
    color: #232d39;
    
}
.content-blog h2{
    font-size: 22px;
    font-weight: 700;
    color: #232d39;
}
article {
    float: left;
    width: 900px;
}
article p:first-of-type {
    margin-top: 0;
}
aside {
    float: right;
    width: 120px;
}
p img {
    max-width: 70%;
    
}

@media only screen and (max-width: 960px) {
    .content{ 
        padding: 2rem 0;
    }
    article {
        float: none;
        margin: 0 auto;
        width: 96%;
    }
    article:last-of-type {  
        margin-bottom: 3rem;
    }
    aside {  
        float: none;
        text-align: center;
        width: 100%;
    }
    .content-blog h1{
        padding: 10px;
    }
}


 /* 
---------------------------------------------
our team
--------------------------------------------- 
*/

.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
  color: #3e4555;
}

.team4 .font-weight-medium {
	font-weight: 700;
}

.team4 h5 {
    line-height: 32px;
    font-size: 18px;
}

.team4 .subtitle {
    color: #ffb703;
    line-height: 24px;
		font-size: 15px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}

 /* 
---------------------------------------------
job Opening
--------------------------------------------- 
*/


.text-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
  border: 1px dashed #ffb703;
  box-sizing: border-box;
}

.h6 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 12px;
  margin-top: 0;
    color: black;
}

.text-box p {
  margin: 0;
    text-align: center;
}

@media only screen and (max-width: 700px){
    .text-box{
       
        margin: 10px;
    }
}
 /* 
---------------------------------------------
important note
--------------------------------------------- 
*/


#call-to-action-note {
  padding: 120px 0px;
  background-image: url(../images/important-note2-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#career-bd {
  padding: 120px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #ffb703;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}

.main-banner {
  position: relative;
}
.center-note {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
@media only screen and (max-width: 960px) {
    .center-note{ 
      width: 100%;
    }
}


 /* 
---------------------------------------------
vendor count
--------------------------------------------- 
*/

