body,
html {
  	width: 100%;
  	height: 100%;
}

body {
  	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; 
}

hr {
  	max-width: 50px;
  	border-width: 3px;
  	border-color: #ff9d00;
}

hr.light {
  	border-color: #fff;
}

.text-uppercase {
    text-transform: uppercase!important;
}

p {
	color: #212529;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
  }

a {
  	color: #5c6ac4;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	transition: all 0.2s; 
  	font-weight:500;
}

a:hover {
  	color: #5c6ac4; 
  	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  	font-family: 'Montserrat', sans-serif; 
  	text-transform:lowercase;  
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.bg-primary {
  	background-color: #ffffff !important;
	padding-top:0px;
	margin-left:0px;
	
}
.img-responsive1 {
    width: 100%;
    height: auto;
}
.bg-dark {
  	background-color: #212529 !important; 
  	text-align: center;
}
.bg01{
	border-top:5px solid #5c6ac4;
	border-right:1px solid #EAEDF0;
}
.bg02{
	border-top:5px solid #EE4180;
	border-right:1px solid #EAEDF0;
}
.bg03{
	border-top:5px solid #F3C152;
}
.text-faded {
  	color: rgba(255, 255, 255, 0.7);
}

section {
  	padding: 0rem 0;
}

.section-heading {
  	margin-top: 0;
}

::-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;
}

#mainNav {
  	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  	background-color: #fff;
  	font-family: 'Open Sans', 'Helvetica Neue', 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: #5c6ac4;
  	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  	color: #5c6ac4;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  	font-size: .9rem;
  	font-weight: 700;
  	text-transform: uppercase;
  	color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  	color: #5c6ac4;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  	color: #5c6ac4 !important;
  	background-color: transparent;
}

#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: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #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: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #5c6ac4;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #5c6ac4;
  }
  #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: #5c6ac4;
  }
}

header.masthead {
  	padding-top: 0rem;
  	/*padding-bottom: calc(10rem - 56px); */
  	/*background-image:url(../../../img/bg_head01.jpg);*/
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-attachment: scroll;
  	background-attachment: fixed;
}

header.masthead hr {
  	margin-top: 30px;
  	margin-bottom: 30px;
}

header.masthead h1 {
  	font-size: 2rem; 
  	text-align:left;
}

header.masthead p {
  	font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    /*height: 90vh;
    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.masthead02 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 25px);
  	background-image: url("../../../img/bg_privacy.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;
  	font-family:'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight:300;
}

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;
  }
}
.service-box {
  	max-width: 400px;
}

.portfolio-item {
  	display: block;
  	position: relative;
  	overflow: hidden;
  	max-width: 530px;
  	margin: auto auto 1rem;
	text-align:center;
	vertical-align:middle;
}

.portfolio-item .caption {
  	display: flex;
  	height: 100%;
  	width: 100%;
 	background-color: rgba(33, 37, 41, 0.2);
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	z-index: 1;
}

.portfolio-item .caption .caption-content {
  	color: #fff;
  	margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  	font-size: 3.1rem;
  	text-transform:lowercase;
  	font-family:'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 300; 
}

.portfolio-item .caption .caption-content p {
  	font-weight: 300;
  	font-size: 1.4rem;
  	font-family:'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	text-align:left;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    /*margin-right: 5rem;
    margin-bottom: 5rem;*/
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: #5c6ac4;
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}
.work_title {
    color: #222a37;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 55px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 10px;
}
.work_subtitle {
    color: #5c6ac4;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 25px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 50px;
}
.work_text{
	color:#FFFFFF;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
	
}
.work_categorie{
	color:#FFFFFF;
	font: 300 24px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:lowercase;
	text-align:left;
}

@media (max-width: 992px) {
		.work_categorie{
			font-size: 22px;
		}
}

footer.footer {
  	padding-top: 5rem;
  	padding-bottom: 5rem;
}
.text-primary {
  	color: #5c6ac4 !important;
}

.btn {
  	font-weight: 700;
  	text-transform: uppercase;
  	border: none;
  	border-radius: 2px;
  	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  	margin-right:20px;
}

.btn-xl {
  	padding: 1rem 2rem;
}

.btn-primary {
  	background-color: transparent;
  	border-radius: 0px;
  	color: #222a37;
  	border: 2px solid #222a37;
  	font-size: 23px;
  	font-weight: 300;
  	text-transform: lowercase;
  	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	vertical-align: middle;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 30px;
  	padding-right: 30px;
  	margin-top: 10px;	
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  	color: #fff;
  	background-color: #f05408 !important;
  	border: 2px solid #f05408;
}

.btn-primary:active, .btn-primary:focus {
  	box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.main-btn {
   	background: transparent;
   	color: #5c6ac4;
   	display: inline-block;
   	padding: 5px 25px;
   	margin: 3px;
   	border: 1px solid #5c6ac4;
   	border-radius: 0px;
   	-webkit-transition: 0.2s opacity;
   	transition: 0.2s opacity; 
   	font-weight:300;
   	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   	font-size:19px;
}
.main-btn:hover {
   	background:#5c6ac4; 
   	text-decoration:none;
   	color:#FFFFFF;
   	border: 1px solid #5c6ac4;
}

.feature {
   	position: relative;
}

.feature-content {
   	padding-left: 100px;
}
.feature .feature-icon {
   	position: absolute;
   	left: 0;
   	top: 0;
   	width: 80px;
   	height: 80px;
   	line-height: 80px;
   	text-align: center;
   	border: 1px solid #222A37;
   	color: #222A37;	font-size: 40px;
   	border-radius: 0%;     
}


.services_title{
	color: #6c757d; 
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 21px; 
    font-weight:300;
}

.services_text{
	color: #6c757d;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 17px; 
	font-weight:300;
}

.service_title {
    color: #222a37;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 55px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 10px;
}

.service_subtitle01 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #222a37;
    text-align: left;
	padding-bottom: 30px;
}

.underline .line {
    width: 5rem;
    height: 3px;
    background: linear-gradient(90deg, #5c6ac4, #5c6ac4);
    display: inline-block; 
	margin-bottom:30px;
}
.align-center {
    text-align: center;
}

.bg_about {
    background-color: #fdd120;
    padding:30px;
   	margin-top:-40px;
	margin-left:40px;
}
.about_title {
    color: #222a37;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 55px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 10px;
}

.home_text {
    font: 300 19px "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #666666;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
	padding-left:10px;
	padding-right:10px;
}
.home_title1 {
    color: #000000;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 700 60px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 30px;
    vertical-align: top;
}

.home_text_1 {
    font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #000000;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align:justify;
    -webkit-font-smoothing: antialiased;
	padding-left:0px; 
}
.home_title01 {
    color: #666666;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 300 35px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.home-icon1 {
    background-color: #5c6ac4;
    border: 2px solid #5c6ac4;
    color: #ffffff;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 6.5rem;
    font-size: 3.25rem;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}
.about_text01 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #222a37;
    text-align: center;
}
.about-icon {
    background-color: #fdd120;
    border: 1px solid #222A37;
    color: #222A37;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 3.25rem;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}
.timeline {
   	list-style: none; 
   	padding: 0; 
	position: relative;
}
.timeline:before {
  	top: 0; bottom: 0; 
	position: absolute; 
	content: ""; 
	width: 1px; 
	background-color: #efefef;
	left: 30px; 
	margin-left: -1.0px;
}
.timeline > li {
  	margin-bottom: 20px; 
	position: relative; 
	min-height: 20px;
}
.timeline > li:before,
.timeline > li:after {
  	content: " "; 
	display: table;
}
.timeline > li:after {
  	clear: both;
}
.timeline > li .timeline-panel {
  	width: 100%; 
	float: right; 
	padding: 0 20px 0 20px; 
	position: relative; 
	text-align: left;
}
.timeline > li .timeline-panel:before {
  	border-left-width: 0; 
	border-right-width: 15px; 
	left: -15px; 
	right: auto;
}
.timeline > li .timeline-panel:after {
  	border-left-width: 0; 
	border-right-width: 14px; 
	left: -14px; 
	right: auto;
}
.timeline > li .timeline-image {
	left: 0; 
	margin-left: 0; 
	width: 25px; 
	height: 25px; 
	position: absolute; 
	z-index: 100; 
	background-color:#5C6AC4;
	color: white;
  	border-radius: 100%; 
	border: 0px solid #5C6AC4; 
	text-align: center;
}
.timeline > li .timeline-image h4 {
  	font-size: 10px; 
	margin-top: 12px; 
	line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  	float: right; 
	text-align: left; 
	padding: 0 20px 0 20px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  	border-left-width: 0; 
	border-right-width: 15px; 
	left: -15px; 
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  	border-left-width: 0; 
	border-right-width: 14px; 
	left: -14px; 
	right: auto;
}
.timeline > li:last-child {
  	margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  	margin-top: 0; 
	color: inherit;
}
.timeline .timeline-heading h4.subheading {
  	font-weight:700; 
	color:#000000; 
	font-size:21px; 
	text-transform:lowercase; 
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
 	margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
		left: 50%;
  }
  .timeline > li {
        margin-bottom: 20px; 
		min-height: 20px;
  }
  .timeline > li .timeline-panel {
    	width: 41%; 
		float: left; 
		padding: 0 20px 20px 20px; 
		text-align: right;
  }
  .timeline > li .timeline-image {
    	width: 25px; 
		height: 25px; 
		background-color:#5C6AC4;
		left: 50%; 
		margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    	font-size: 13px; 
		margin-top: 16px; 
		line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    	float: right; 
		text-align: left; 
		padding: 0 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    	min-height: 20px;
  }
  .timeline > li .timeline-panel {
    	padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    	width: 25px; 
		height: 25px; 
		margin-left: -10px;
  }
  .timeline > li .timeline-image h4 {
    	font-size: 18px; 
		margin-top: 20px; 
		line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    	padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    	min-height: 20px;
  }
  .timeline > li .timeline-panel {
    	padding: 0 20px 20px 20px;
  }
  .timeline > li .timeline-image {
    	width: 25px; 
		height: 25px;
		margin-left: -10px;
  }
  .timeline > li .timeline-image h4 {
    	margin-top: 20px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    	padding: 0 20px 20px 20px;
  }
}


.icon-road {
    font-size: 43px; 
	line-height: 13px; 
	border-radius: 48%; 
	position: absolute; 
	left: -3px; 
	width: 22px; 
	text-align: center; 
	height: 22px; 
	color: #5c6ac4; 
    padding-left: 0px; 
	padding-top: 0px;
}
.color-green {
    color: #5c6ac4 !important;
}

.how_works_title{
    color: #5c6ac4;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 500 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    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-quote {
    font-family:'Amaranth', sans-serif;
    font-size: 55px;
    font-weight: 500;
    color: #222a37;
    text-align: center;
    text-transform: lowercase;
}
.img_video {
    color: #222a37;
    font-size: 90px;
    padding-right: 20px;
}

.img_facebook1 {
    color: #ffffff; 
	background-color:#3b5998;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity;
}
.img_twitter1 {
    color: #ffffff; 
	background-color:#55acee;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity; 
}
.img_linkedin1 {
    color: #ffffff; 
	background-color:#007bb5;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity; 
}
.img_youtube1{
    color: #ffffff; 
	background-color:#ff0000;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity; 
}
.img_instagram1{
    color: #ffffff; 
	background-color:#e95950;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; height:40px;
    transition: 0.2s opacity;
}

.footer_variant_grey {
	background-color: #212529;
	padding: 32px 0 52px 0; 
	overflow: hidden; 
	text-align: center; 
}
.footer-navigation-links {
    color:#757575; 
	font-weight:300; 
	font-family: 'Raleway', sans-serif; 
	font-size:15px;
	text-align:center;
}

.contact_sp{
	padding-top:30px;
}

.contact01 {
    position: relative;
}

.contact01-content {
    padding-left: 50px; 
}
.contact01 .contact01-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;	
	font-size: 30px;
	border-radius: 0%;	
    
}

.contact01 .contact01-icon1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	border: 1px solid #5c6ac4;
	color: #5c6ac4;	
	font-size: 50px;
	border-radius: 50%;	
    
}
.contact01_text{
	color: #ffffff;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300; 
	padding-top:10px;		
}
.contact-icon {
    background-color: #000000;
    border: 2px solid #000000;
    color: #ffffff;
    height: 4rem;
    width: 4rem;
    display: block;
    line-height: 4.0rem;
    font-size: 1.8rem;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}
.map {
    height: 20rem;
	margin-left:0px;
}
.bg_contact {
	padding: 100px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-color: #ffffff; background-image:url(../../../img/bg_contact.jpg);
}

.contact-title { 
    color: #ffffff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
    font: 700 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 30px;
    text-transform: lowercase;
}

.contact-text { 
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	text-transform: none; 
	color: #ffffff; 
	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: #f05408;
    border-radius: 0px;
    color: #ffffff;
    border: 3px solid #f05408;
    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: 0px;
    padding-right: 0px;
    margin-top: 0px;
	border-radius: 2px; width:100%;
}

.btn-contact:hover{ 
	color: #ffffff; 
	border: 3px solid #5c6ac4; 
	background: #5c6ac4; 
}

.btn-contact1{ 
	background-color: transparent;
    border-radius: 0px;
    color: #5c6ac4;
    border: 3px solid #5c6ac4;
    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: 0px;
    padding-right: 0px;
    margin-top: 0px;
	border-radius: 50px; width:50%;
}
.btn-contact1:hover{ 
	color: #ffffff; 
	border: 3px solid #5c6ac4; 
	background: #5c6ac4; 
}

.btn-default_02 {
    color: #ffffff;
    border: 3px solid #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-default_02:hover{ 
	color: #ffffff; 
	border: 3px solid #222a37; 
	background: #222a37; 
}

.mySlides {
	display:none; 
	background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white; width:100%;
}

.carousel {
    position: relative; 
	width: 100%;
}

.carousel-control.right {
    right: 0; left: auto; 
	background-image:none; 
	background-repeat: repeat-x;
	color:#ffffff; 
	font-size:50px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 
}

.carousel-control.left {
    background-image:none; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; 
	color:#ffffff; 
	font-size:50px;
}

.carousel-caption {
    position: absolute; 
	right: 15%; 
	bottom: 500px; 
	left: 15%; 
	z-index: 10; 
	padding-top: 0px; 
	padding-bottom: 20px; 
	color: #000000; 
	text-align: center;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0);
}

.carousel-inner {
	position: relative;
	width: 100%; 
	overflow: hidden;
}

.carousel-indicators {
	position: absolute;
	bottom: -3px; 
	left: 50%; 
	z-index: 15; 
	width: 80%; 
	padding-left: 0; 
	margin-left: -40%; 
	text-align: center; 
	list-style: none; 
	
}

.carousel-indicators .active {
	background: #ffffff;
    width: 15px;
    height: 15px;
    margin: 0 17.5px;
    border: 0;
}

.carousel-indicators li {
	margin: 0 20px;
    width: 10px;
    height: 10px;
    background: #c7c7c7;
    text-align: center;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    position: relative;
}
.carousel-control {
	position: absolute; 
	top: 0; 
	bottom: 0; left: 0; 
	width: 15%; 
	font-size: 20px; 
	color: #fff; 
	text-align: center; 
	text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
	background-color: rgba(0, 0, 0, 0); 
	filter: alpha(opacity=50); 
	opacity: .5;
}

.carousel_title{
	font-family: 'Amaranth', sans-serif; 
	font-size: 60px; 
	font-weight:500; 
	color:#ffffff; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px; 
	text-transform:uppercase;
}

.carousel_subtitle{
	font-family: 'Caveat'; 
	font-size: 60px; 
	font-weight:500; 
	color:#ffffff; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

.testimonials_box {
	padding: 30px 0;
	background-attachment: fixed;
	text-align: center;
	visibility: visible; 
	animation-name: fadeIn; 
	color: white; 
	background-image:url(../../../img/bg_testimonials.jpg);
	
}
.testimonials_title {
	color: #ffffff;
    text-transform: lowercase;
    font: 200 35px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 50px;
}
.carousel_title1{
	font-family: 'Amaranth', sans-serif; 
	font-size: 33px; 
	font-weight:400; 
	color:#ffffff; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px; 
	text-transform:uppercase;
}
.testimonials_author {
   	font-family: 'Caveat'; 
	font-size: 25px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center;
}
.testimonials_city {
    font-family: 'Amaranth', sans-serif; 
	font-size: 21px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center; 
	font-style: italic;
}
.img_quote {
    color: #62d5ca;
    font-size: 50px;
    padding-right: 10px;
    padding-left: 10px;
}


.bg_work {
   background-color: #eae9e6;
}
.work_title01 {
    color: #222a37;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 100 45px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
	padding-bottom:30px;
}

section#contact .form-group textarea.form-control1 {
    height: 118px;
}

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: 0px; 
	padding: 6px 6px; 
	font-size: 16px; 
	line-height: 1.42857143; 
	color: #666666;
	background-color: #ffffff; 
	background-image: none; 
	border: 1px solid #DBE1EC; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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: 2px;
}
.form-control2 {
    display: block; 
	width: 100%; 
	height: 120px; 
	padding: 6px 12px; 
	font-size: 16px; 
	line-height: 1.42857143; 
	color: #666666;
	background-color: #ffffff; 
	background-image: none; 
	border: 1px solid #DBE1EC; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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: 2px;
}
.form-control3 {
    display: block; 
	width: 100%; 
	height: 34px; 
	padding: 6px 12px; 
	font-size: 16px; 
	line-height: 1.42857143; 
	color: #666666;
	background-color: #ffffff; 
	background-image: none; 
	border: 1px solid #DBE1EC; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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: 0px;
}
.footer-navigation-links {
    color:#FFFFFF; 
	font-weight:300; 
	font-family: 'Raleway', sans-serif; 
	font-size:15px;
}

ul.f-social {
    padding: 30px 0 0; 
	width: 165px; 
	height: 30px; 
	float: right;
}
ul li {
    list-style-type: none;
}
.footer_text{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 17px; 
	font-weight:300; 
	color:#ffffff; 
	text-align:center; 
	padding-left:30px; 
}
.bg-grey{
    background-color: #ffffff;
    padding: 40px 0 70px 0;
    overflow: hidden;
    text-align: center;
    zoom: 1;
    margin-left:0px;
	margin-top:30px;
	margin-bottom:60px;
}

.bg-grey1{
    background-color: #ffffff;
	border-top:1px solid #DDDDDD;
    padding: 40px 0 70px 0;
    overflow: hidden;
    text-align: center;
    zoom: 1;
    margin-left:0px;
	margin-top:30px;
	margin-bottom:60px;
}
.footer-social {
    width: 15%;
    float: right;
    height: 40px;
    display: table;
    text-align: right;
}
.footer-social span {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 10px;
	height: 56px;
	color:#ffffff; 
	font-weight:300; 
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer-copyright {
    float: left;
    display: table;
    height: 56px;
	color:#000000; 
	font-weight:300; 
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:17px; 
}
 
.copyright1 {
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight:300;
}
.footer-links {
    width: 800px;
}
footer .inner {
    padding: 0 1.5rem;
}
.footer-social a {
    width: 72px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    float: none;
    text-align: center;
}
.img_facebook {
   	color: #374049; 
	font-size: 35px;
}
.img_twitter {
    color: #374049; 
	font-size: 35px; 
}
.img_linkedin {
    color: #374049; 
	font-size: 35px; 
}
.img_youtube{
    color: #374049; 
	font-size: 35px; 
}
.img_instagram{
    color: #374049; 
	font-size: 35px; 
}
.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:#23272B;
}

.img-arrow-up {
	color: #ffffff; 
	font-size:15px;
}
.bg_showcase{ 
	background-color:#ffffff;
	padding:0px;
	margin-left:0px;
	margin-top:60px; 
	margin-bottom:60px;

}
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 5rem;
  background-size: cover;
  padding:20px;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 2rem;
  }
}

.bg_saas{
	padding-bottom:0rem;
	padding-top:0rem;
	padding-left:0px;
	padding-right:0px; 
	background-color:#ffffff;
	margin-left:0px;
	margin-top:60px;
	margin-bottom:60px;

}
.saas_title{
    color: #212529;
    text-transform: lowercase;
    font: 700 60px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
	padding-bottom:50px;
}
.saas_title01{
    color: #212529;
    text-transform: lowercase;
    font: 700 45px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
	padding-bottom:30px;
	padding-left:0px;
	padding-top:30px;
}
.saas_text{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #212529;
    line-height: 36px;
    padding: 0px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}
.saas_text01{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #212529;
    line-height: 36px;
    padding-bottom: 0px;
	padding-left:30px;
    padding-top: 0px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.saas_text02{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #212529;
    line-height: 36px;
    padding-bottom: 0px;
	padding-left:30px;
    padding-top: 0px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.bg_home{
	padding-bottom:0px; 
	padding-top:0px;
	padding-left:0px;
	padding-right:0px; 
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:30px;
	margin-bottom:30px;
}
.bg_crm{ 
	padding-bottom:100px; 
	padding-top:100px;
	padding-left:100px;
	padding-right:100px; 
	background-color:#5c6ac4;
	margin-left:40px;
	margin-right:40px;
	margin-top:100px;
	margin-bottom:100px;
}
.bg_crm_1{ 
	padding-top:30px;
}
.crm_text{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ffffff;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 10px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
	padding-left: 0px;
}
.crm_title{
    color: #ffffff;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 700 60px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 30px;
    vertical-align: top;
}
.crm_text01{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #5d5d5d;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}
.crm_title01 {
    color: #ffffff;
    text-transform: lowercase;
    font: 700 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 30px;
}

.crm_text02{
    font: 300 17px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ffffff;
    line-height: 36px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: left;
    -webkit-font-smoothing: antialiased; vertical-align:top;
}
.bg_ecommerce{ 
	padding:30px;
	background-color:#ffffff;
	margin-top:60px;
	margin-left:0px; 
	margin-bottom:60px;
}
.bg_ecommerce_1{ 
	background-color:#ffffff;
	padding:30px;
	margin-left:40px;
}
.ecommerce_title02{
    color: #000000;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 700 60px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 0px;
	padding-bottom:60px;
    vertical-align: top;
}
.ecommerce_title{
    color: #000000;
    text-transform: lowercase;
    font: 700 50px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 50px;
	padding-top:60px;
}
.ecommerce_title01 {
    color: #000000;
    text-transform: lowercase;
    font: 700 21px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 0px;
}
.ecommerce_text{
    font: 200 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #000000;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    padding-left: 0px;
}
.ecommerce_text1{
    font: 200 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #000000;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    padding-left: 0px;
}
.terms_text{
    font-weight: 300;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: justify;
}
.terms_sp{
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg_development{ 
	background-color:#ffffff;
	padding:30px;
	margin-left:0px;
	margin-bottom:60px;
	margin-top:60px;
	padding-top:60px;
}
.bg_body{
	background-color:#ffffff;
	padding-top:50px;
}
.bg_sign{
	padding-top:50px;
}
.logo_sig{
	padding-top:40px;
	padding-bottom:60px;
	padding-left:60px;
}
.sing_in_title{
    font: 300 72px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
	text-align:center;
	padding-top:20px; 
	padding-bottom:20px;
}
.sing_in_text{
    font: 300 23px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
    color: #777777;
	text-align:left;
	padding-top:20px; 
	padding-bottom:20px;
}
.sing_in_text1{
    font: 300 15px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
    color: #858f96;
	text-align:center;
	padding-top:40px; 
	padding-bottom:20px;
}
.sing_in_link{
    color: #ff9d00;
    text-decoration: none;
	font: 500 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left:10px;
}
.sing_in_link a{
    color: #ff9d00;
    text-decoration: none;
	font: 500 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left:10px;
}
.sing_in_link a:hover {
    text-decoration: none; 
	color:#777777;
}

.ec_module{ 
	padding-top:60px;
	padding-bottom:60px;
}

.site-logo{
	width:190px;
	height:61px;
}


@media screen and (max-width: 1199px) 
{
	
	.how_works_title{
		font-size:55px;
	}
	
	.action-box-quote{
		font-size: 55px;
	}
	.contact-title{
		font-size: 55px;
	}
	.service_title{
		font-size: 55px;
	}
	.work_title{
		font-size: 55px;
	}
	
	.timeline .timeline-heading h4.subheading{
		font-size: 21px;
	}
	.about_title{
		font-size: 55px;
	}
	.about_title1{
		font-size: 60px;
	}
	.carousel_title{
		font-size: 60px;
	}
	.carousel_subtitle{
		font-size: 60px;
	}
	.home_title1{
		font-size: 60px;
	}
	.saas_title{
		font-size: 60px;
	}
	.saas_title01{
		font-size: 45px;
	}
	.crm_title{
		font-size: 60px;
	}
	.crm_title01{
		font-size: 35px;
	}
	.ecommerce_title02{
		font-size: 60px;
	}
	.ecommerce_title{
		font-size: 45px;
	}
	.testimonials_title{
		font-size: 35px;
	}
	.portfolio-item .caption .caption-content h2 {
  		font-size: 3.1rem;
	}
	.portfolio-item .caption .caption-content p {
    	font-size: 1.4rem;
    }
	.ecommerce_title01 {
  		font-size: 21px;
	}
	.site-logo{
		width:190px;
		height:61px;
	}

}

@media screen and (max-width: 991px) 
{ 
	.how_works_title{
		font-size:35px;
	}
	.home_title1{
		font-size: 35px;
	}
	.action-box-quote{
		font-size: 35px;
	}
	.contact-title{
		font-size: 35px;
	}
	.service_title{
		font-size: 35px;
	}
	.work_title{
		font-size: 35px;
	}
	
	.timeline .timeline-heading h4.subheading{
		font-size: 19px;
	}
	.about_title{
		font-size: 35px;
	}
	.about_title1{
		font-size: 45px;
	}
	.carousel_title{
		font-size: 35px;
	}
	.carousel_subtitle{
		font-size: 35px;
	}
	.saas_title{
		font-size: 25px;
	}
	.saas_title01{
		font-size: 25px;
	}
	.crm_title{
		font-size: 35px;
	}
	.crm_title01{
		font-size: 25px;
	}
	.ecommerce_title02{
		font-size: 35px;
	}
	.ecommerce_title{
		font-size: 35px;
	}
	.ecommerce_title01 {
  		font-size: 19px;
	}
	.portfolio-item .caption .caption-content h2 {
  		font-size: 1.1rem;
	}
	.portfolio-item .caption .caption-content p {
    	font-size: 0.8rem;
    }
	.testimonials_title {
    	font-size: 18px;
		line-height: 22px;
		letter-spacing: 0px;
		text-align: justify;
		padding-bottom: 10px;
		padding:10px;
	}
	.footer-copyright{
		font-size: 12px;
	}
	.site-logo{
		width:50%;
	}
	.site-logo{
		width:137px;
		height:44px;
	}
}

@media screen and (max-width: 767px;) 
{
   	
	.how_works_title{
		font-size:25px;
	}
	.home_title1{
		font-size: 25px;
	}
	.saas_title{
		font-size: 25px;
	}
	.action-box-quote{
		font-size: 25px;
	 }
	.contact-title{
		font-size: 25px;
	}
	.service_title{
		font-size: 25px;
	}
	.work_title{
		font-size: 25px;
	}
	.timeline .timeline-heading h4.subheading{
		font-size: 17px;
	}
	.about_title{
		font-size: 25px;
	}
	.about_title1{
		font-size: 30px;
	}
	.carousel_title{
		font-size: 25px;
	}
	.carousel_subtitle{
		font-size: 25px;
	}
	.saas_title01{
		font-size: 19px;
	}
	.crm_title{
		font-size: 25px;
	}
	.crm_title01{
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0px;
		text-align: justify;
		padding-bottom: 10px;
		padding:10px;
	}
	.ecommerce_title02{
		font-size: 25px;
	}
	.ecommerce_title{
		font-size: 25px;
	}
	.testimonials_title{
		font-size: 18px;
		line-height: 0px;
		letter-spacing: 0px;
		text-align: justify;
		padding-bottom: 10px;
	}
	.portfolio-item .caption .caption-content h2 {
  		font-size: 0.6rem;
	}
	.portfolio-item .caption .caption-content p {
    	font-size: 0.6rem;
    }
	.ecommerce_title01 {
  		font-size: 15px;
	}
	.site-logo{
		width:137px;
		height:44px;
	}
}


social-signin .social-button {
    height: 48px;
    width: 300px;
    border-radius: 1px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.img_comments{
	font-size:50px;
}