body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #ffffff;
}

hr.light {
  border-color: #fff;
}

a {
  color: #FF6600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #FF6600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bg-primary {
  background-color: #ED1A3D !important;padding-top:70px; padding-bottom:70px;
}
.bg-green {
  background-color: #39ad43 !important;padding-top:70px; padding-bottom:70px;
}

.bg-dark {
  background-color: #212529 !important; padding-top:30px; padding-bottom:100px;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7); padding-top:50px; 
}

section {
  padding: 0rem 0;
}

.section-heading {
  margin-top: 0; font-size:55px; font-weight:300;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #FF6600;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #FF6600;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform:lowercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #FF6600;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #FF6600 !important;
  background-color: #FFFFFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: #FFFFFF;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #343333;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #343333;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #FF6600;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #FF6600;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #FF6600;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #FF6600;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px); 
  background-color:#FF6600;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300; 
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.50rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 850px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

header.masthead01 {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../../../img/bg_head04.jpg"); 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead01 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead01 h1 {
  font-size: 2rem;
}

header.masthead01 p {
  font-weight: 300; 
}

@media (min-width: 768px) {
  header.masthead01 p {
    font-size: 1.35rem;
  }
}

@media (min-width: 992px) {
  header.masthead01 {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead01 h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead01 h1 {
    font-size: 4rem;
  }
}


header.masthead02 {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 25px);
  background-image: url("../../../img/bg_head05.jpg"); 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead02 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead02 h1 {
  font-size: 2rem;
}

header.masthead02 p {
  font-weight: 300; 
}

@media (min-width: 768px) {
  header.masthead02 p {
    font-size: 1.35rem;
  }
}

@media (min-width: 992px) {
  header.masthead02 {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead02 h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead02 h1 {
    font-size: 4rem;
  }
}


.header_title{
	padding-top:50px;
	padding-bottom:40px;
}


.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 21px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #FF6600 !important; font-size:50px;
}
.text-primary1 {
  color: #ffffff !important; font-size:35px;  
}
.text-primary2 {
  color: #FF6600 !important; font-size:21px;  
}
.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #FF6600;
  border-color: #FF6600;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
.img-arrow {
    color: #FF6600;
    font-size: 55px;
}

.bg_services{
		padding-top:30px; 
	   	padding-bottom:30px;
}

.services_title{
    color: #ffffff;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    text-transform: lowercase;
    font: 300 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: right;
    padding-top: -35px;
    vertical-align: top;
}

.services_text {
    font: 300 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ffffff;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.services_subtitle {
    font: 400 21px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #212529;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	margin-bottom: 1rem;
}

ul.checkList li {
    list-style: none;
    padding: 6px 0 6px 16px;
	font: 300 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul.checkList1 li {
    list-style: none;
    font: 300 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ffffff;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}


.customer_title {
    color: #ffffff;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 300 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 40px;
}
.customer_subtitle {
    color: #ffffff;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    text-transform: lowercase;
    font: 300 45px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: right;
    padding-top: -35px;
    vertical-align: top;
}

.underline .line {
    width: 3rem;
    height: 3px;
    background: linear-gradient(90deg, #FF6600, #FF6600);
    display: inline-block;
    margin-bottom: 30px;
}

.value_title {
    color: #ffffff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    font: 300 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 60px;
    text-transform: lowercase;	
}
.action-box {
    padding: 50px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-color: #222;
}
.action-box-value {
    padding: 50px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-image:url(../../../img/bg_value.jpg);
}
.action-box-customer {
    padding: 50px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-image:url(../../../img/bg_customer.jpg);
}
.map {
    height: 20rem;
}
.partnership_title {
    color: #ffffff;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 300 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 40px;
}
.bg-partnership {
    background-color: #FF6600 !important;
    padding-top: 70px;
    padding-bottom: 70px;
}
.bg-partnership1 {
    background-color: #DF5900 !important;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact-icon {
    color: #FF6600;
    height: 4rem;
    width: 4rem;
    display: block;
    line-height: 4.0rem;
    font-size: 1.8rem;
}

.img_envelope{ font-size: 20px;}

.contact01_text{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #212529;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;		
}

.contact_link{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
	text-decoration:none;
    color: #FF6600;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;		
}
.contact_link a{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ED1A3D;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	text-decoration:none;		
}
.contact_link a:hover{
						text-decoration:underline; color:#ED1A3D;
			 		 }
.bg_contact {
			   padding: 32px 0 52px 0; overflow: hidden; text-align: center; background-color: #ffffff;
			 }

.contact-title { 
	color: #212529;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 300 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
	padding-bottom:30px;
    text-transform: lowercase;
}

.contact-text { 
				 font: 300 17px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: none; color: #6f7481; line-height: 26px; padding-bottom: 50px; 
				 padding-top: 30px;
              }

.contact-subtitle {
    				font: 300 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: none;	color: #ffffff;	line-height: 26px;	padding-bottom: 30px;
    				padding-top: 50px; font-weight:700;
				  }

.btn-contact{ 
	background-color: #FF6600;
    border-radius: 50px;
    color: #ffffff;
    border: 1px solid #DBE1EC;
    font-size: 23px;
    font-weight: 300;
    text-transform: lowercase;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 30px;
}

.btn-contact:hover{ 
				  	 color: #ffffff; border: 1px solid #23272B; background: #23272B; 
				}
/************************************************************************* Form-Control ***********************************************************************************************/


section#contact .form-group textarea.form-control1 {
    												  height: 218px;
                                                   }

section#contact .form-group input.form-control1 {
    											  height: auto;
                                                }

section#contact .form-group input, section#contact .form-group1 textarea {
    																		padding: 20px;
																		 }

.form-control1 {
    			 display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; color: #212529;background-color: #ffffff; 
				 background-image: none; border: 1px solid #DBE1EC; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
				 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
				 font-family:'Raleway', sans-serif; border-radius: 5px; 
               }

section#contact .form-group textarea.form-control2 {
    												  height: 218px;
                                                   }

section#contact .form-group input.form-control2 {
    											  height: auto;
                                                }

section#contact .form-group input, section#contact .form-group2 textarea {
    																		padding: 20px;
																		 }

.form-control2{
    			 display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; color: #212529;background-color: #ffffff; 
				 background-image: none; border: 1px solid #DBE1EC; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
				 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
				 font-family:'Raleway', sans-serif; border-radius: 5px;
               }



/************************************************************************ scroll-to-top ***********************************************************************************************/
.scroll-to-top {
    			position: fixed; background: rgba(52,58,64,.5); bottom: 60px; right: 60px; z-index: 104400; box-shadow: -1px -1px 3px rgba(0,0,0,0.1); border-radius: 0px; padding: 2px;
				color: rgba(255, 255, 255, 0.5); height: 60px; width: 60px;line-height: 60px;text-align: center;transition: all 0.3s ease-in-out;
               }

.scroll-to-top:hover {
						background-color: #1d2124;
					}
.img-arrow-up {
			      color: #ffffff; font-size:15px;
		       }

/**************************************************************************************************************************************************************************************/


.footer-navigation-links {
    color: #ffffff;
    font-weight: 300;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
}

.main_text {
    font-weight: 300;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}


/**************************************************************************************************************************************************************************************/

@media screen and (max-width: 1199px) 
{
	
     p { 
		 font-size: 16px;
		}
 
	.btn-xl {
				font-size:18px; 
			} 

	.btn {
			font-size:18px;
		 }
	.how_works_title{
						font-size:55px;
					 }
	.blockchain_title{
						font-size:55px;
					 }
	 h1 {
    	  font-size: 2.5rem;
		}
	h4 {
    		font-size: 1.3rem;
		}
	.action-box-quote{
						font-size: 55px;
					 }
	.contact-title{
					font-size: 55px;
				  }
	.service_title{
					font-size: 55px;
				  }
	.section-heading{
						font-size: 55px;
				  	}
	.value_title{
					font-size: 55px;
				}
	ul.checkList1 li{
						font-size: 25px;
					}
	ul.checkList li {
						font-size: 25px;
					}
	.text-primary1 {
    					font-size: 25px;
					}
	.customer_title{
						font-size: 55px;
					}
	.customer_subtitle {
							font-size: 45px;
						}
	.timeline .timeline-heading h4.subheading{
												font-size: 25px;
				  							 }
	.about_title{
					font-size: 55px;
				 }
	.about_title1{
					font-size: 60px;
				 }
}

@media screen and (max-width: 991px) 
{
   	
   	p { 
		font-size: 14px;
	  }

	.btn-xl {
			  font-size:16px;
			}

	.btn {
		   font-size:16px; 
		 }
	.how_works_title{
						font-size:35px;
					 }
	.blockchain_title{
						font-size:35px;
					 }
	h1 {
    		font-size: 1.3rem;
		}
	h4 {
    	  font-size: 1.1rem;
		}
	.action-box-quote{
						font-size: 35px;
					 }
	.contact-title{
					font-size: 35px;
				  }
	.services_title{
						font-size: 35px;
				  	}
	
	.section-heading{
						font-size: 35px;
				  	}
	.value_title{
					font-size: 35px;
				}
	ul.checkList1 li{
						font-size: 19px;
					}
	ul.checkList li {
						font-size: 19px;
					}
	.text-primary1 {
    					font-size: 19px;
					}
	.customer_title{
						font-size: 35px;
					}
	.customer_subtitle {
							font-size: 25px;
						}
	.timeline .timeline-heading h4.subheading{
												font-size: 19px;
				  							 }
	.about_title{
					font-size: 35px;
				 }
	.about_title1{
					font-size: 35px;
				 }
}

@media screen and (max-width: 767px;) 
{
   	
   	p { 
		font-size: 12px;
	  }
 
   	.btn-xl {
			  font-size:13px;
		    }

   	.btn {
		   font-size:13px; 
		 }
	
	h1 {
    	  font-size: 0.5rem;
		}
	
	.contact-title{
					font-size: 25px;
				  }
	.service_title{
					font-size: 25px;
				  }
	.section-heading{
						font-size: 25px;
				  	}
	.value_title{
					font-size: 25px;
				}
	.customer_title{
						font-size: 25px;
					}
	.customer_subtitle {
							font-size: 21px;
						}
	ul.checkList1 li{
						font-size: 15px;
					}
	ul.checkList li {
						font-size: 15px;
					}
	.text-primary1 {
    					font-size: 15px;
					}
	.timeline .timeline-heading h4.subheading{
												font-size: 17px;
				  							 }
	.about_title{
					font-size: 25px;
				 }
	.about_title1{
					font-size: 25px;
				 }
}

