@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

body  {font-family: Roboto-Regular; padding-top: 4rem;}

.infos li {
    display: inline-block;
    padding: 0rem 1rem;
}

.infos li a {
    
    text-decoration: none;
}
.infos {
    text-align: right;
    color: #fff;
}
.main {
    padding-top: 15px;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #f0f0f0;
}
body::-webkit-scrollbar-thumb {
    background-color: #162d42;
}
body::selection {
    background-color: #fff;
    color: #04a9f4;
}
 
.analysis {
    padding: 12px 30px;
    margin-top: 12px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
}

.infos ul {
    margin: 0;
}


.navbar-shrink .infos li a { color: #000 }

.section-heading {
    text-align: right;
    padding-right: 50px;
    border-right: 3px solid #f05f40;
     font-family: Roboto-Bold;
     font-size: 2rem;
}

.about {
    background-image: url(../img/wave.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.features-box {
    text-align: center;
    background: #fff;
    padding: 32px 44px 32px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    min-height: 315px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about h4 {
	font-family: Roboto-Medium;
}

.tw-readmore {
    color: #fa6742;
    display: inline-block;
}
a:hover {
    text-decoration: none;
    color: #e05e3d;
}
 
.tw-readmore i {
    padding-left: 5px;
}

.check-website { background-image: url(../img/check-website.png);
 background-repeat: no-repeat;
    background-position: center top; 
    background-size: cover;
}

.analysis-form {
    margin-top: 37px;
    margin-bottom: -15px;
}

.no-padding {
    padding: 0;
}

.tw-form-round-shape {
    position: relative;
    z-index: 1;
    margin: 0 -45px 0 0;
    right: -43px;
}

.analysis-form input[type=url], .analysis-form input[type=email] {
    border-radius: 50px;
    padding: 15px 30px;
    border: none;
}

.tw-form-round-shape {
    position: relative;
    z-index: 1;
    margin: 0 -45px 0 0;
    right: -43px;
}

@media (max-width: 767px){
.tw-form-round-shape {
    margin: 0;
    padding: 0 15px;
    right: 0;
}

.analysis-form input[type=url], .analysis-form input[type=email] {
    margin-bottom: 30px;
}
.tw-form-round-shape:after { display: none !important; }
}
.analysis-form input[type=email] {
    position: relative;
}

.analysis-form input[type=submit] {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    /*background: #2f2c2c;*/
    color: #fff;
    padding: 14px 29px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: none;
    position: relative;
    z-index: 2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
    cursor: pointer;
}
 
.tw-form-round-shape:after {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 58px;
    height: 58px;
    background: #162d42;
    display: block;
    content: "";
    border-radius: 100%;
}

.heading {
    font-family: Roboto-Bold;
    color: #fff;
}

.titles {
    font-family: Roboto-Bold;
}

/* ============== START service box css ==================*/

.services-rm-btn:after {
    content: "\f061";
    font-family:'FontAwesome';
    margin-left: 5px;
    position: relative;
    font-weight: normal;
}

.services-item {
    background: #ffffff;
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 27px 20px;
    margin: 0 11.5px;
    min-height: 420px;
    /*color: #686868;*/
}

.services-item:hover {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.services-img {
    width: 150px;
    line-height: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.services-img img {
    position: relative;
    z-index: 2;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
     margin: auto;
}

.services-item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.services-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-top: 15px;
    margin-bottom: 0;
}

.services-rm {
    font-size: 0;
    margin-top: 27px;
    margin-bottom: 0;
}
.services-effect {
    width: 17px;
    height: 17px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    top: -11px;
}
.services-effect:before {
    content: "";
    width: 7px;
    height: 7px;
    left: 5px;
    top: 12px;
    border-radius: 50%;
    position: absolute;
    background: #FFA506;
}
.services-title:after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: 9px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
        background: #FFA506;
}
.services-title a {
    color: #232323;
    margin: 10px 0;
    display: block;
}
.services-title:before {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 11px;
    right: 50%;
    margin-right: 9px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
        background: #FFA506;
}
.services-rm-btn { 
    font-size: 12px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border-style: solid;
    background: #ffffff;
    text-transform: uppercase;
    border-width: 1px;
    padding: 6px 21px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.services-rm-btn:hover {
    text-decoration: none;
    background: #e65416;
    color: #fff;
}
.services { background-image: url(../img/bg-square.png); }

/* ============== END service box css ==================*/

/* ============== Custom five collum css ==================*/

.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {

      .col-sm-15 {
    float: left;
  }
  .col-sm-15 {
    width: 20%;
  }
.col-sm-pull-15 {
    right: 20%;
  }

    .col-sm-push-15 {
    left: 20%;
  }

    .col-sm-offset-15 {
    margin-left: 20%;
  }
} 

@media (min-width: 992px) {
  .col-md-15 {
    float: left;
  }
  .col-md-15 {
    width: 20%;
  }

   .col-md-pull-15 {
    right: 20%;
  }

    .col-md-push-15 {
    left: 20%;
  }

   .col-md-offset-15 {
    margin-left: 20%;
  }
    }

@media (min-width: 1200px) {
      .col-lg-15 {
    float: left;
  }
  .col-lg-15 {
    width: 20%;
  }

   .col-lg-pull-15 {
    right: 20%;
  }

   .col-lg-push-15 {
    left: 20%;
  }

  .col-lg-offset-15 {
    margin-left: 20%;
  }
}

/*=============== END Five Collume css ===========================*/



/*==================== Start Counter css ===============*/

.working-progress { background-image: url(../img/bg-counter-1.jpg);  background-repeat: no-repeat;
    background-position: bottom center; padding: 8rem 0 4rem;}
.counter-circle:before {
    content: "";
    width: 2px;
    height: 50px;
    position: absolute;
    left: 9px;
    border: 1px dashed #dfe8f3;
    bottom: -50px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.counter-number {
    font-weight: bold;
}
.counter-circle {
    position: absolute;
    top: -71px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
    background: #FFA506;
}
.counter-effects {
    position: relative;
    margin-top: 100px;
}
.counter-img {
    width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 50%;
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border: 1px solid #fbfbfb;
    background: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.counter-item {
    text-align: center;
}

/*==================== END Counter css ===============*/



/*==================== Start price-box css ===============*/
.pricebox {
    background-color: #fff;
    padding: 30px 15px;
    webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.pricebox:hover {
 -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.price h2 {
    font-family: Roboto-Bold;
    font-size: 45px;
    padding: 15px;
}
.price h2 span {
 font-family: Roboto-Light;
 font-size: 25px;
 }
 .price-items ul{ padding: 0 }
 .price-items ul li {
    list-style: none;
}

.price-items ul li {
    list-style: none;
    line-height: 37px;
    border-bottom: 1px solid #eeeeee6b;
}

.price-box {
    background-color: #fafafa;
}

.pricebox.gold .analysis {
    background: #fff !important;
    color: #000;
}

.pricebox.gold {
    background-color: #e65716;
    color: #fff;
        overflow: hidden;
}
.most-popular {
    background-color: gold;
    color: #000;
    position: absolute;
    padding: 8px 32px;
    transform: rotate(46deg);
    right: -38px;
    top: 17px;
    font-size: 14px;
}

/*==================== END price-box css ===============*/


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}




.testimonials {
    background-image: url(../img/test-bg.jpg);
    color: #fff;
}

.testimonials .slick-dots li button:before { font-size: 25px; }

.testimonials .slick-dots li.slick-active button:before { color: #e65716 }

.testimonials .slick-dots {
    bottom: -70px;
}

/*=============== START Blog Css ================= */
.blog-titles h2 {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0;
}

.entry-meta span {
    padding-right: 15px;
    color: #000;
    font-size: 12px;
}

.entry-meta span i {
    padding-right: 8px;
}

.cat-links a {
    color: #000;
    text-decoration: none;
}
.blog-post {
    box-shadow: 0px 0px 11px #00000008;
}
.entry-meta {
    padding: 10px 0;
}

.blog-dec {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.blog, .single-post {
    background-color: #F7F9F8;
}

.blog-description {
    text-align: justify;
} 


/*========================= End Blog css ===================== */


/*========================= START Discuss css ===================== */

.nw-discuss-prjct {
    display: block;
    position:relative;
    background: #fff;
    margin-top: -100px;
    box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.2);
    padding: 29px 16px 0px;
    float: left;
}

.nw-discuss-prjct h2 {
    text-align: center;
    margin-top: 0;
    color: #282828;
}

.nw-discuss-prjct textarea {
    background: none;
    border: none;
    border-bottom: solid 1px #cccccc;
    width: 100%;
    outline: none;
    color: #1e1914;
    font: 400 18px/1em 'Roboto', sans-serif;
    padding: 10px 7px 15px;
    margin: 20px 0px 15px 0px;
    height: 80px;
}


.nw-discuss-prjct .wpcf7-not-valid-tip {
    position: absolute;
    display: block;
    left: 0;
    bottom: -35px;
    width: 200px;
    font-size: 12px;
}
button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    position: absolute;
    bottom: -35px;
    width: auto;
    font-size: 12px;
}

.nw-discuss-prjct .wpcf7-response-output {
    position: absolute;
    color: green;
    font-size: 12px;
    bottom: 9px;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

#wpcf7-f154-o1 {
    position: relative;
}

.wpcf7-validation-errors {
    color: #000 !important;
}

#wpcf7-f19-o2 .wpcf7-validation-errors {
    color: #fff !important;
}

.analysis-form .wpcf7-mail-sent-ok, .analysis-form .wpcf7-response-output {
    border: 2px solid #398f14;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
}
.analysis-form .wpcf7-response-output { color: #fff !important; }

.countryCode {
    background: transparent url(../img/select-arrow.png) no-repeat center right 9px;
    border: none;
    border-bottom: solid 1px #cccccc;
    position: relative;
    width: 100%;
    outline: none;
    padding: 0px 35px 10px 0px;
    margin: 10px 0px 32px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font: 400 18px/27px 'Roboto', sans-serif;
    color: #1e1914;
}

.nw-discuss-prjct input {
    background: none;
    border: none;
    border-bottom: solid 1px #cccccc;
    width: 100%;
    outline: none;
    color: #1e1914;
    font: 400 18px/1em 'Roboto', sans-serif;
    padding: 0px 7px 15px;
    margin: 10px 0px 15px 0px;
}

.nw-discuss-prjct .inquire-btn {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    font-size: 16px;
    max-width: 180px;
    
    border-radius: 30px;
    
    margin: auto;
    text-transform: uppercase;
    box-shadow: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
}


/*========================= End discuss css ===================== */

footer {
    background-color: #162d42;
    color: #fff;
    padding: 4rem 0;
}
footer h2 {
    font-family: Roboto-bold;
}

@media (max-width: 1024px){
.nw-discuss-prjct {
    position: static;
    margin-top: 26px;
}
}
.contact-info h3 {
    font-size: 1rem;
}
.contact-us {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon i {
    font-size: 28px;
    color: #e55215;
}

.contact-icon {
    margin-right: 15px;
    padding: 0 0px 30px;
}

.contact-info h3 {
    margin: 0;
}

footer ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.tw-footer-form {
    position: relative;
}
 
.tw-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #2E2E2E;
}

.tw-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 24px 14px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border:  transparent;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
    color: #fff;
}

footer ul a {
    color: #fff;
}

footer h3 {
    font-family: Roboto-bold;
        font-size: 1.4rem;
}

footer ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    height: 20px;
    width: 20px;
    margin-top: -1px;
    display: block;
    position: absolute;
    left: 0px;
}

.copyright {
    padding: 20px;
    background-color: #0e1c29;
    color: #fff;
}

.Social li {
    display: inline-block;
}
.Social {
    width: 100%;
    padding: 0;
}
.Social li:before {
    display: none;
}
.Social a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}
.Social a i.fa-facebook {
  background-color: #3B5998;
}
.Social a i.fa-twitter {
  background-color: #55ACEE;
}
.Social a i.fa-pinterest-p {
  background-color: #EE1B22;
}
.Social a i.fa-linkedin {
  background-color: #0976B4;
}
.Social a i.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

section {
    padding: 4rem 0;
}


@media (max-width: 767px){
    .section-heading { 
        text-align: center; padding-right: 0px; border:none; 
    }
    .infos ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.infos li {
    padding: 0rem 0.5rem;
}

footer h3 {
    margin-top: 20px;
}

.contact-us {
    margin-bottom: 0px;
}

.navbar-toggler {
    float: right;
}
.navbar .analysis {
    text-align: center;
    margin-left: 15%;
}

.col-sm-15 {
    width: 100%;
}

header.masthead h1 {
    font-size: 1.3rem;
}
.arrow {
    margin: 10% 0 !important;
}
header.masthead {
    padding-top: 13rem;
}
    }


.arrow {
  text-align: center;
    margin: 3% 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.arrow a{
    color: #fff;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.scrollup i {
    color: #fff;
    padding: 5px 10px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
 /*   text-indent: -9999px;*/
    background-color: #e65817;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}