/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
 html, body {
     overflow-x: hidden;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
     font-family: 'Poppins', sans-serif;
     text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
}
 ol, ul {
     list-style: none;
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 .container{
     max-width:1200px;
     margin:0 auto;
}
 ul.header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin:20px 0px;
}
 .header img {
     width: 250px;
}
 ul.header li:nth-child(2) a {
     margin: 15px;
     text-decoration:none;
     color:#000;
}
 ul.header li:nth-child(2) a:hover {
     color:#f78837;
}
 .fixed-header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background: #fff;
     box-shadow: 0px 0px 10px #ddd;
     z-index: 9999;
     margin-top: 0px !important;
     padding: 10px 100px;
}
/*banner styles starts here*/
 * {
     box-sizing: border-box 
}
 .mySlides {
     display: none 
}
 img {
     vertical-align: middle;
}
 .slideshow-container {
     position: relative;
     margin: auto;
}
 .prev, .next {
     cursor: pointer;
     position: absolute;
     top: 50%;
     width: auto;
     padding: 16px;
     margin-top: -22px;
     color: white;
     font-weight: bold;
     font-size: 18px;
     transition: 0.6s ease;
     border-radius: 0 3px 3px 0;
}
 .next {
     right: 0;
     border-radius: 3px 0 0 3px;
}
 .prev:hover, .next:hover {
     background-color: rgba(0,0,0,0.8);
}
 .text {
     color: #f2f2f2;
     font-size: 15px;
     padding: 8px 12px;
     position: absolute;
     bottom: 150px;
     width: 100%;
     text-align: center;
     font-family: 'Righteous', cursive;
}
 .text h1 {
     font-size: 40px;
     margin: 0px 0px 25px 0px;
     font-weight:bold;
}
 .text p {
     width: 45%;
     margin: 20px auto 40px auto;
     line-height: 1.6;
}
 .text a {
     background: transparent;
     color: #f78837;
     text-decoration: none;
     padding: 10px 30px;
     border-radius: 50px;
     border:2px solid #f78837;
}
 .text a:hover {
     background: #f78837;
     color:#fff;
     ;
}
 .numbertext {
     color: #f2f2f2;
     font-size: 12px;
     padding: 8px 12px;
     position: absolute;
     top: 0;
}
 .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;
}
 .active, .dot:hover {
     background-color: #717171;
}
 .fade {
     -webkit-animation-name: fade;
     -webkit-animation-duration: 1.5s;
     animation-name: fade;
     animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
     from {
         opacity: .4 
    }
     to {
         opacity: 1 
    }
}
 @keyframes fade {
     from {
         opacity: .4 
    }
     to {
         opacity: 1 
    }
}
 @media only screen and (max-width: 300px) {
     .prev, .next,.text {
         font-size: 11px 
    }
}
/*banner styles ends here*/
/*what-we-do-style-starts-here*/
 ul.what-we-do {
     display: flex;
}
 h2.serv{
     text-align: center;
     font-size: 26px;
     font-weight: bold;
     letter-spacing: 0.3px;
     margin: 75px 0px 30px 0px;
     line-height:1.4;
}
 ul.what-we-do li {
     margin: 15px;
     flex-basis: 0;
     flex-grow: 1;
     box-shadow: 0 0 5px #e6e6e6;
     padding: 30px 10px 30px 10px;
}
 ul.what-we-do li:hover {
     background: #f3f3f39e;
     border-top: 5px solid #f4832b;
	 transition: all 0.1s ease-in;
}
 ul.what-we-do li p {
     font-size: 15px;
     line-height: 1.6;
     text-align: center;
}
 .what-we-do img {
     display: block;
     margin: 0 auto;
     width: 70px;
}
 .what-we-do h2 {
     font-weight: bold;
     text-transform: uppercase;
     line-height: 1.4;
     letter-spacing: 0.3px;
     font-size: 17px;
     margin: 15px 0px;
     text-align:center;
}
/*what-we-do-style-starts-here*/
/*about us starts here*/
 .about-us-bg {
     background:#f4832b;
     margin: 75px 0px 0px 0px;
}
 ul.about-us {
     display: flex ;
}
 ul.about-us li {
     flex-basis: 0;
     flex-grow: 1;
}
 ul.about-us li:nth-child(1) {
     margin-left: 100px;
}
 .about-us h2 {
     font-size: 26px;
     color: #fff;
     font-weight: bold;
     letter-spacing: 0.3px;
     margin: 45px 0px 20px 0px;
}
 .about-us p {
     font-size: 15px;
     line-height: 1.6;
     color: #fff;
     margin-bottom: 20px;
     padding: 0px 50px 0px 0px;
     text-align:justify;
}
 .about-us a {
     background: #fff;
     color: #f4832b;
     text-decoration: none;
     padding: 10px 30px;
     border-radius: 50px;
     display: inline-block;
     margin-top: 15px;
}
 .about-us img {
     width:100%;
}
/*about us ends here*/
/*portfolio starts here*/
 * {
     box-sizing: border-box;
}
div#myBtnContainer{
	
	text-align:center;
}
 button.btn {
     font-family: 'Poppins', sans-serif;
}
 .portfolio {
     background: #333;
     padding: 25px 0px 75px 0px;
}
 h2.portfolio {
     text-align: center;
     font-size: 26px;
     font-weight:bold;
     padding: 75px 0px 30px 0px;
     line-height: 1.4;
     color:#fff;
}
/* Center website */
 .row {
     margin: 10px -16px;
}
/* Add padding BETWEEN each column */
 .row, .row > .column {
     padding: 8px;
}
/* Create three equal columns that floats next to each other */
 .column {
     float: left;
     width: 33.33%;
     display: none;
    /* Hide all elements by default */
}
/* Clear floats after rows */
 .row:after {
     content: "";
     display: table;
     clear: both;
}
/* Content */
 .content {
     background-color: white;
     padding: 10px;
}
 .content h4 {
     margin: 15px 0px 0px 0px;
     text-align: center;
     line-height: 1.4;
     font-weight: bold;
     word-break: break-word;
}
/* The "show" class is added to the filtered elements */
 .show {
     display: block;
}
/* Style the buttons */
 .btn {
     border: none;
     outline: none;
     padding: 12px 16px;
     background-color: white;
     cursor: pointer;
}
 .btn:hover {
     background-color: #ddd;
}
 .btn.active1 {
     background-color: #f4832b;
     color: white;
     font-weight:bold;
}
/*portfolio ends here*/
/*milestones starts here*/
 .milestones-bg {
     margin: 0px 0px 100px 0px;
}
 .milestones-list {
     display: flex;
     justify-content: space-evenly;
}
 h2.milestone-heading {
     text-align: center;
     font-size: 26px;
     font-weight: bold;
     letter-spacing: 0.3px;
     margin: 75px 0px 30px 0px;
     line-height:1.4;
}
 .milestones-list h3 {
     font-size: 36px;
     font-weight: bold;
     text-align: center;
     margin-bottom: 20px;
     letter-spacing: 3px;
     color: #5f8beb;
     margin-top: 40px;
}
 ul.milestones-list p {
     font-weight: bold;
     text-align:center;
     line-height:1.6;
}
/*milestones starts here*/
/*testimonial starts here*/
 .testimonials-bg {
     background: #f4822f;
     padding: 100px 0px;
}
 ul.testimonials {
     display: flex;
     justify-content: space-evenly;
     position:relative;
}
 ul.testimonials li {
     background: #fff;
     margin: 15px;
     padding: 30px;
}
 h2.testimonial-heading {
     text-align: center;
     font-size: 26px;
     font-weight: bold;
     letter-spacing: 0.3px;
     margin: 0px 0px 75px 0px;
}
 ul.testimonials img {
     width: 75px;
     position: absolute;
     top: -20px;
}
 .testimonials p {
     font-size: 15px;
     line-height: 1.6;
     margin-top: 30px;
}
 .author {
     text-align: right;
     color: #5f8beb;
     margin-top: 30px;
}
/*testimonial ends here*/
/*client carousel starts*/
/* Slider */
 .customer-logos-bg {
     padding: 15px 0px 75px 0px;
}
 .slick-slide {
     margin: 0px 20px;
}
 .slick-slide img {
     width: 50%;
     margin:0 auto;
}
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}
 .slick-list:focus {
     outline: none;
}
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
}
 .slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
 .slick-track:after {
     clear: both;
}
 .slick-loading .slick-track {
     visibility: hidden;
}
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide {
     float: right;
}
 .slick-slide img {
     display: block;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
 .slick-initialized .slick-slide {
     display: block;
}
 .slick-loading .slick-slide {
     visibility: hidden;
}
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
     display: none;
}
 h2.client-heading {
     text-align: center;
     font-size: 26px;
     font-weight: bold;
     letter-spacing: 0.3px;
     margin: 75px 0px 60px 0px;
}
/*client carousel ends*/
/*form styles*/
 .contact-form-bg {
     background: #000;
     padding: 0px 0px 50px 0px;
}
 input[type="text"]::placeholder {
     color: #fff;
}
 input[type="email"]::placeholder {
     color: #fff;
}
 textarea::placeholder {
     color: #fff;
}
 .contact-form form {
     text-align: center;
     max-width: 600px;
     margin: 0 auto;
}
 input[type="text"] {
     width: 45%;
     border: none;
     padding: 10px;
     background: transparent;
     color: #fff;
     border-bottom: 1px solid;
     font-family: 'Poppins', sans-serif;
     margin:10px;
}
 input[type="text"]:focus {
     outline: none;
}
 input[type="email"] {
     width: 45%;
     border: none;
     padding: 10px;
     background: transparent;
     color: #fff;
     border-bottom: 1px solid;
     font-family: 'Poppins', sans-serif;
     margin:10px;
}
 input[type="email"]:focus {
     outline: none;
}
 textarea {
     width: 95%;
     background: transparent;
     border: none;
     border-bottom: 1px solid #fff;
     color: #fff;
     margin-top: 40px;
     font-family: 'Poppins', sans-serif;
     margin:10px;
}
 textarea:focus{
     outline:none;
}
 input[type="submit"] {
     background: #f4822f;
     color: #fff;
     border: none;
     padding: 10px 40px;
     font-size: 16px;
     border-radius: 50px;
     display: inline-block;
     margin: 30px 0px;
     font-weight: bold;
}
 h2.form-heading {
     text-align: center;
     font-size: 26px;
     font-weight: bold;
     letter-spacing: 0.3px;
     padding: 75px 0px 60px 0px;
     color: #fff;
}
/*form styles*/
 ul.footer {
     display: flex;
     justify-content: space-evenly;
     padding:30px 0px;
}
 
 .footer-bg {
     background: #000000d9;
     padding:30px 0px;
}
 .footer h2 {
     color: #f4822f !important;
     font-size: 22px;
     margin: 0px 0px 20px 0px;
     font-weight: bold;
}
 .footer li p {
     color: #fff;
     font-size: 14px;
     line-height: 1.6;
}
 .footer li a {
     color: #fff;
     
     text-decoration: none;
     padding-bottom: 10px;
     display: inline-block;
	 font-size:14px;
}

.social-icons {
    margin: 10px 0px;
}
.social-icons a {
    margin: 3px;
}
.social-icons a img:hover {
    opacity: 0.6;
}
.social-icons a img:hover {
    opacity: 0.6;
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}



 .footer li a:hover {
     color: #f4822f;
}
 .icon {
     display: none;
}
 .topnav {
     overflow: hidden;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#424242;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#333;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

 @media only screen and (max-width:1024px){
     .text {
         bottom: 70px;
    }
     .about-us img {
         width: 100%;
         height: 100%;
         object-fit: cover;
    }
     .about-us a {
         margin-bottom: 40px;
    }
     .portfolio {
         padding: 25px 60px 75px 60px;
    }
}
 @media only screen and (max-width:823px){
     .text {
         bottom: 45px;
    }
     .text p {
         width: 75%;
    }
     ul.about-us li:nth-child(1) {
         margin-left: 40px;
    }
     .about-us p {
         padding: 0px 30px 0px 0px;
    }
}
 @media only screen and (max-width:768px){
     .fixed-header {
         padding: 10px;
    }
     .text p {
         width: 75%;
    }
     .text {
         bottom: 40px;
    }
     ul.about-us li:nth-child(1) {
         margin-left: 50px;
    }
     .about-us img {
         object-position: right;
    }
     .topnav {
         display: none;
    }
     .icon {
         display: block;
         position: absolute;
         top: 50px;
         right: 30px;
    }
     .topnav.responsive {
         position: absolute;
         display: block;
         width: 40%;
         right: 0px;
         background: #000;
         z-index: 999;
         top: 113px;
    }
     ul.header .topnav.responsive a {
         display: block;
         line-height: 2;
         color: #fff;
    }
     .fixed-header {
         top: -20px;
         margin: 20px 0px !important;
         padding: 20px 0px !important;
    }
     .column {
         width: 100%;
    }
     .content h4 {
         padding:10px;
    }
	ul.container.footer {
    display: flex;
    flex-wrap: wrap;
}
}
 @media only screen and (max-width:736px){
     .text h1 {
         font-size: 34px;
         margin: 0px 0px 15px 0px;
    }
     .text {
         bottom: 40px;
    }
}
 @media only screen and (max-width:667px){
     .text {
         bottom: 30px;
    }
     .text p {
         width: 90%;
    }
}
 @media only screen and (max-width:640px){
     ul.about-us li:nth-child(1) {
         margin-left: 30px;
    }
}
 @media only screen and (max-width:568px){
     .text p {
         display: none;
    }
     .text {
         bottom: 35px;
    }
     .text h1 {
         font-size: 30px;
    }
     .text a {
         margin-top: 10px;
         display: inline-block;
    }
     ul.what-we-do {
         display: inherit;
         flex-wrap: wrap;
    }
     .milestones-list {
         display: inherit;
         flex-wrap: wrap;
    }
     ul.testimonials {
         display: inherit;
         position: relative;
         flex-wrap: wrap;
    }
     ul.container.testimonials li:not(:first-child) {
         margin-top: 100px;
    }
     .testimonials-bg {
         padding: 60px 0px;
    }
}
 @media only screen and (max-width:414px){
     .header img {
         width: 100px;
    }
     ul.header li:nth-child(2) a {
         margin: 5px;
         font-size: 9px;
    }
     .text h1 {
         font-size: 20px;
         margin: 0px 0px 0px 0px;
    }
     .text {
         bottom: 19px;
    }
     .text a {
         margin-top: 15px;
    }
     .text p {
         display: none;
    }
     .icon {
         top: 25px;
    }
     .topnav.responsive {
         top: 70px;
    }
     .text a {
         padding: 5px 20px;
         display: inline-block;
         margin-top: 20px;
         font-size: 1em;
    }
     ul.header .topnav.responsive a {
         display: block;
         line-height: 1.5;
         color: #fff;
         padding: 10px;
    }
     ul.what-we-do {
         flex-wrap: wrap;
    }
     ul.what-we-do li {
         flex-basis: inherit;
         flex-grow: inherit;
    }
     ul.what-we-do li:hover {
         background: #f3f3f3de;
         border-top: 5px solid #f4832b;
    }
     ul.about-us {
         display:inherit;
         flex-wrap: wrap;
         flex-direction:column-reverse;
    }
     .milestones-list {
         display: inherit;
         flex-wrap: wrap;
    }
     ul.testimonials {
         flex-wrap: wrap;
    }
     ul.container.footer {
         display: inherit;
         flex-wrap: wrap;
    }
     ul.container.footer li {
         margin-top:30px;
    }
     input[type="text"] {
         width: 95%;
    }
     input[type="email"] {
         width: 95%;
    }
     h2.serv {
         margin: 30px 0px 30px 0px;
    }
     .about-us-bg {
         margin: 30px 0px;
         padding: 20px 0px 0px 0px;
    }
     .testimonials-bg {
         padding: 50px 0px;
    }
     .customer-logos-bg {
         padding: 15px 0px 30px 0px;
    }
     h2.client-heading {
         margin: 30px 0px 30px 0px;
    }
     ul.footer {
         text-align: center;
    }
     .testimonials-bg {
         padding: 50px 0px 120px 0px;
    }
     .footer-bg {
         background: #000000d9;
         padding: 0px 0px;
    }
     .portfolio {
         padding: 25px 30px 75px 30px;
    }
     ul.container.testimonials li:not(:first-child) {
         margin-top: 40px;
    }
}
 @media only screen and (max-width:360px){
     .topnav.responsive {
         top: 69px;
    }
     .portfolio {
         padding: 25px 30px 75px 30px;
    }
}
 @media only screen and (max-width:320px){
     .text {
         bottom: 14px;
    }
     .text h1 {
         font-size: 16px;
         margin: 0px 0px 0px 0px;
    }
     .text a {
         padding: 5px 10px;
         margin-top: 12px;
         font-size: 12px;
    }
}
/*about us page style starts here*/
 .about p {
     line-height: 1.6;
     text-align: justify;
}
 ul.abt-process {
     display: flex;
}
 .abt-process h2 {
    font-size: 19px;
    font-weight: bold;
    color: #424242;
    line-height: 1.4;
    text-align: center;
    margin: 20px 0px;
}
 ul.abt-process li {
     flex-grow: 1;
     flex-basis: 0;
     background: #fff;
     margin: 10px;
     padding: 30px;
     box-shadow: 0px 0px 10px #dadada;
}
ul.abt-process li:hover {
    background: #f3f3f39e;
    border-top: 5px solid #f4832b;
    transition: all 0.1s ease-in;
}
ul.abt-process li img {
    width: 75px;
    display: block;
    margin: 0 auto;
}
 .process {
     margin: 30px 0px;
}
 @media only screen and (max-width:1024px){
     .about {
         padding: 0px 50px;
    }
}
 @media only screen and (max-width:768px){
     ul.abt-process {
         display: inherit;
         flex-wrap: wrap;
    }
}
 @media only screen and (max-width:500px){
     .about {
         padding: 0px 20px;
    }
}
/*about us page style ends here*/
/*services page style starts here*/
 ul.abt-services {
     display: flex;
     margin: 0px 0px 20px 0px;
}
 .abt-services h2 {
     font-size: 19px;
     font-weight: bold;
     color: #f78837;
     margin: 25px 0px;
     line-height: 1.4;
     text-align: center;
}
 ul.abt-services li {
     flex-grow: 1;
     flex-basis: 0;
     background: #fff;
     margin: 10px;
     box-shadow: 0px 0px 10px #dadada;
}
ul.abt-services li:hover {
    background: #f3f3f39e;
    transition: all 0.1s ease-in;
}
 ul.abt-services img {
     max-width: 100%;
}
 .services {
     margin: 30px 0px;
}
 .services p {
     padding: 0px 25px 50px 25px;
}
 @media only screen and (max-width:1024px){
     .services {
         padding: 0px 50px;
    }
}
 @media only screen and (max-width:768px){
     .services {
         padding: 0px 0px;
    }
     ul.abt-services {
         display: inherit;
         flex-wrap: wrap;
    }
     ul.abt-services img {
         max-width: 100%;
         display: block;
         margin: 0 auto;
    }
     ul.abt-services li {
         box-shadow: none;
    }
}
/*services page style ends here*/
 