

/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
body{
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #212112;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7%;
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/Abstract-Wallpaper.jpg);
	background-attachment:fixed;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #AF5417;
}
::-moz-selection {
	color: #fff;
	background-color: #AF5417;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
	height: auto;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
    width : 100%; 
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-weight : bold;
	font-size : 12px;
	color: #212121 !important;
    transition: all 200ms linear;	
	position: relative;
	padding: 2px 8px !important;
	display: inline-block;	
}
.nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #af5417;
    transition: width .3s;	
}
.nav-link:hover::after {
    width: 100%;
    transition: width .3s;
}
.nav-link.active {
    color: #af5417 !important;
}
@media (max-width: 767px) {
	.nav-item.active .nav-link {
		border-bottom : none;
		color : #AF5417 !important;
	}	
}

/* #Primary style
================================================== */

.bg-light {
	background:transparent !important;
    transition: all 200ms linear;
}
@media (max-width: 1023px) {
	.bg-light {
		background-color : #fff !important;
	}
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
    margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
    font-family: 'Roboto', sans-serif;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #AF5417;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #AF5417 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {	
	margin : 3px !important;
	letter-spacing: 0.3px;
	color: #212121;
	background-color: #ffffff;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
    font-weight : 500;	
	padding: 13px 27px 13px 27px;
	color: #222222;
	font-size: 12px;
    transition: all 0.2s ease-in;
}
@media (max-width:1023px) {
	.dropdown-item {
		padding : 4px 0 4px 0;
	}
}
.dropdown-item:last-child(3) {
	border-bottom : none !important;
}
.dropdown-item:hover {
	color:#AF5417;
	background:none !important;
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

/* Slider Section*/
/* Top Space */

/* Slider */
:root {
  --font-family : 'Roboto', sans-serif;
  --black-bg : #313434;
  --white-bg : #ffffff;
  --red-bg : #f03a37;
}
.parallax-slider {
  font-family : var(--font-family);
}
.parallax-slider .swiper-slide {
  position: relative;
  overflow : hidden;
  height : 100%;
}
.parallax-slider .img-container {
  position : absolute;
  top : 0;
  left : 0;
  right : 0;
  bottom : 0;
  margin : auto;
  background-position : center;
  background-size : cover;  
}
.parallax-slider .img-container::after {
  content : "";
  position : absolute;
  top : 0;
  left : 0;
  right : 0;
  bottom : 0;
  background-image:linear-gradient(to left, rgba(0, 0, 0,0), rgba(0, 0, 0,0.98));
}
@media (max-width:767px) {
	.parallax-slider .img-container::after {
       background-image:linear-gradient(rgba(255, 255, 255),rgba(0, 0, 0, 0.4));	
    } 
}
.parallax-slider .swiper-slide .content {
  display : flex;
  flex-direction : column;
  justify-content : center;
  height : 100%;
  padding-top : 15rem;
  padding-bottom : 15rem;
}
.parallax-slider .content {
  color: var(--white-bg);
  text-align : center;
}
.parallax-slider .content .title {
  font-family: 'Montserrat', sans-serif;
  font-weight : 800;
  font-size : 2rem;
  color:rgb(34, 34, 34);
  z-index : 6;
  visibility : inherit;
  opacity : 1;
  transform : matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin : 50% 50% 0px; 
  padding : 0.1rem 2rem;
}
@media (max-width: 767px) {
	.parallax-slider .content .title {
		font-family: 'Roboto', sans-serif;
		font-size : 1.3rem !important;
		line-height : 1.8rem;
		height : 50px;
		padding : 0rem 1.3rem !important;
		color : #1a1a1a !important;
	}
	.parallax-slider .content .description {
		color : #1a1a1a !important;
		padding : 6rem 1.3rem 0 1.3rem !important;
	}	
}
.parallax-slider .content .description {
  font-weight : bold;
  color : #000;
  font-size : 1.2rem;
  margin-top : 1rem;
  margin-bottom: 1.1rem;
}
	
.parallax-slider .content .title .title-wrapper {
  display : inline-flex;
  padding : 0.1rem 2rem;
}
.parallax-slider .swiper-nav-ctrl {
  background-image : none;
  height : 100%;
  top : 0;
  bottom : 0;
  margin : auto;
  display : flex;
  flex-direction : column;
  justify-content : center;
  align-items : center;
  font-size : 1rem;
  color : #1a1a1a;
  width : 30px;
  outline : 0;
}
.parallax-slider .swiper-nav-ctrl .next-ctrl {
  right : 0;
}
.parallax-slider .swiper-nav-ctrl .prev-ctrl {
  left : 0;
}
.parallax-slider .pagination-ctrl {
  max-width : calc(100% - 60px);
  left : 0;
  right : 0;
  margin : auto;
  z-index : 4;
}
.parallax-slider .pagination-ctrl .swiper-pagination-bullet {
  background-color : var(--white-bg);
}


/* About Us Section Start */

.about-section {
	margin : 5rem 0 4.3rem 0;
} 
@media (max-width: 767px) {
	.about-section {
        margin : 0;
        padding : 1.8rem 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.about-section {
        margin : 0;
        padding : 1.8rem 0.5rem;
	}	
}
.about-section .about-shadow {
    position: relative;
    font-family: Raleway, helvetica, Arial, sans-serif; 
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.about-section .title-shadow {
    position: absolute;
    left: 0;
    right: 0;
    color : #000;
    opacity : 0.09;
    font-weight : 700;
    bottom: -0.07895em;
    font-size: 1.25714em;
}
@media (max-width: 767px) {
	.about-section .title-shadow {
		display : none;
	}
	.about-section h5 {
		font-family : 'Open Sans', sans-serif !important;
		font-weight : 300 !important;
		padding : 0 1rem 0 1rem 0 !important;
		line-height : 1.5rem;
	}
	.about-section .title-text {
		font-size : 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.about-section .title-shadow {
		display : none;
	}	
}
.about-section .title-text {
    position: relative;
    z-index: 1;
    font-weight : 700;
    font-size:1.6rem;
}
.about-section h5 {
    font-weight : 700;	
	color : #737373;
	font-size : 0.8rem;
	margin : 0.8rem 0 0 0; 
    font-family: 'Montserrat', sans-serif; 
}
.about-details {
	margin : 2.5rem 0 2rem 0;
}
.about-details .abt-content {
	padding : 0 0.8rem 0 0.8rem;
	margin : 1rem 0 1rem 0;
}
@media (max-width: 767px) {
	.about-details .abt-content span {
		font-size : 1.4rem !important;
	}	
	.about-details {
		margin : 0.7rem 0 0.7rem 0 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.about-details .abt-content span {
		font-size : 1.3rem !important;
	}		
}
.about-details .abt-content span {
    font-family: Raleway, helvetica, Arial, sans-serif; 
    font-size :1.8rem; 	
	color : #AF5417;
	font-weight : 700;
}
.about-details .abt-content p {
	text-align : left;
	color : #737373;
	font-size : 0.9rem;
}
@media (max-width: 1023px) {
	.about-details .abt-content p {
			font-style: normal !important;
	}
}
.services-section {
	padding : 1rem 3rem 3rem 2rem;
	background : #f2f2f2;
	box-shadow: 0 1.5rem 4rem rgba(175, 84, 23,0.5);
}
.busi-grow {
	/*margin : 5rem 0 0rem 0;*/
	padding : 2.5rem 0 2rem 0; 
	background : #f2f2f2;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0,0.5);
}
.busi-grow .busi-img img {
	width:65%;
}
.myaccordion {
  margin: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
  background-color:#f4f4f4;
}
@media(max-width: 767px) {
	.myaccordian {
		margin : 0;
		padding: 0;
	}
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {	
  border-bottom-color: #EDEFF0;
  border : 2px solid #ffffff;  
}
.myaccordion .fa-stack {
  font-size: 12px;
  color : #AF5417;
}

.myaccordion .btn {
  font-family: 'Open Sans', sans-serif; 
  font-weight : 300;
  background : #f2f2f2;
  font-size : 1.2rem;	
  width: 100%;
  color: #212121;
  padding: 1rem;
  border : 2px solid #fff;
}
@media (max-width: 767px) {
	.myaccordion .btn {
		  font-size : 0.8rem;
		  padding : 0.8rem 0.5rem;
	}
}
.myaccordion .btn:hover, .myaccordion .btn:focus {
  color : #AF5417;
  background : #fff;
  border : 2px solid #e6e6e6;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.fa-inverse {
  color:#ffffff !important;
}
.card-body {
  margin : 0;
  padding : 0 1.2rem 0 1.2rem;
}
.card-body p
{
   padding : 0.7rem 1rem 0.7rem 1rem; 
   font-size : 0.85rem;
   text-align: justify;
   color : #737373;
   line-height:26px;
}
@media (max-width: 767px) {
	.card-body p
	{
		text-align : justify;
		font-size : 0.9rem !important;
	}	
}
.four-services .service-content {
	margin : 1rem 0 1rem 0;
	padding : 0 2rem 0 2rem;
	border-right : 2px solid #AF5417;
}
@media (max-width: 767px) {
	.four-services .service-content {
		margin : 0;
		padding : 0 0 2rem 0;
		border-right : none;
	}	
	.four-services .service-content p {
		text-align : justify !important;
	}
	.four-services .service-content img {
		width : 20% !important;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.four-services .service-content {
		padding : 0 2rem 0 2rem;
	}
	.four-services .service-content img {
		width : 25% !important;
	}		
}
.four-services .service-next {
	margin : 0.8rem 0 0.8rem 0;
}
.four-services .service-content:nth-child(even) {
    border-right : none;
}
.four-services .service-content img {
	width : 12%;
}
.four-services .service-content h4 {
	font-family: Raleway, helvetica, Arial, sans-serif; 
	font-size : 1.2rem;
	font-weight : 700;
	padding: 1rem 0 0 0;
}
.four-services .service-content p {
	text-align : justify;
	color : #737373;
	font-size : 0.85rem;
}
@media (max-width: 1023px) {
	.four-services .service-content p {
			font-style: normal !important;
	}
}
.four-services .service-content a {
	font-family: Raleway, helvetica, Arial, sans-serif; 
	text-decoration: none; 	
	color : #AF5417;
	font-weight : bold;
	text-align : left;
	padding : 1rem 0 0 0;
	font-size : 0.85rem;	
	border-bottom: 2px solid white;	
}
.four-services .service-content a:hover {
    color : #AF5417;
	border-bottom: 2px solid #AF5417;	    
}
.wcu {
	padding: 0 2.3rem 0rem 1.8rem;
}
@media (max-width: 767px) {
	.wcu {
        margin : 0rem 0 0 0;
        padding : 0 1rem 0 1rem;
	}
}	
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wcu {
        margin : 2rem 0 0 0;
        padding : 0 2rem 0 2rem !important;
	}	
}
.wcu .wcu-heading h1 {
	font-family: 'Open Sans', sans-serif; 
	font-size : 2.2rem;
	font-weight : 700;  
	text-align : left;
	color : #212121;  
}
.wcu .wcu-heading p {
	text-align : left;
	color : #737373;
	font-size : 0.9rem;
}
.wcu-icons {
	border : 2px solid #f2f2f2;
	padding:10px;
	margin : 0.2rem 0 1.8rem 0;
	transition : all 0.1s ease-in;
	cursor : pointer;
}
.wcu-icons:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wcu-right {
	margin : 0;
}
.wcu-right a {
	color : #1a1a1a !important;
}
@media (max-width: 767px) {
	.wcu-right {
		margin : 3rem 0 0 0;
	}
	.wcu-right h2 {
		text-align : center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wcu-right {
		margin : 3rem 0 0 0;
	}	
}
.wcu-right h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight : 600;
	font-size : 1.5rem; 
	margin : 0 0 1.1rem 0;	
}
.wcu-right .wcu-icons img {
    width : 45%;
    margin : 0 auto;
}
@media (max-width: 767px) {
	.wcu-right .wcu-icons img {
		width : 25%;
	}
}
.wcu-right .wcu-icons h5 {
	font-family: Raleway, helvetica, Arial, sans-serif; 
	font-weight : bold;
	padding : 1rem 0 1rem 0;
    font-size : 1rem;
    white-space:nowrap;
}
.our-skills {
	
}
@media (max-width: 767px) {
	.our-skills {
		margin : 0 0 3rem 0;
		padding : 0;
	}
	.our-skills .os-img-section {
		padding : 0 1.5rem 0 1.5rem !important;
	}
	.our-skills .os-img-section .os-img {
		margin : 0 0 2rem 0 !important;
	}
	.our-skills .os-img-section .os-img img {
		width : 80% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.our-skills .os-img-section {
		padding : 0 0.3rem 0 0.3rem !important;
	}
	.our-skills .os-img-section .os-img img {
		width : 100% !important;
	}	
}
.our-skills .os-img-section {
	padding : 0 6rem 0 6rem;
}
.our-skills .os-img-section .os-img img {
	width : 100%;		
	margin : 0 auto;
}
.our-skills .os-img-section .os-img {
	background : #f2f2f2;
	padding : 1rem;
	margin : 0 auto;
	transition : all 0.1s ease-in;	
}
.our-skills .os-img-section .os-img:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.our-certifications {
	padding:0rem 2rem 3rem 2rem;
	background : rgba(242, 242, 242, 0.5);
	box-shadow: 0 1.5rem 4rem rgba(175, 84, 23,0.5);
 }
 @media(max-width: 767px) {
 	.our-certifications {
 		padding :2rem 1rem;
 	}
 	.our-certifications .our-certifi-con h2 {
 		font-size : 1.6rem !important;
 		margin : 0;
 	}
 	.our-certifications .our-certifi-con p {
 		text-align: justify !important;
 		font-size : 1rem !important;
 		padding : 0;
 		margin : 0;
 		line-height : 1.5rem !important;
 	}
 }
.our-certifications .our-certifi-con {
	padding : 1rem;
}
.our-certifications .our-certifi-con h2 {
	font-family: Raleway, helvetica, Arial, sans-serif; 
	font-weight : bold;
	margin :  0 0 1rem 0;
	letter-spacing: 0.3px;
	font-size : 1.6rem;
}
.our-certifications .our-certifi-con p {
	text-align: justify;
    color: #737373;
    font-size: 0.85rem;
	margin-top:-70px;
	line-height:30px;
}
.our-certifications .certif-img img {
	padding : 0.5rem 0 0 0;
	margin : 0 auto;
	width : 60%;
}
@media(max-width: 767px) {
	.our-certifications .certif-img {
		margin : 0 0 1.5rem 0;
	}
	.our-certifications .certif-img img {
		width : 40%;
	}
}
.our-certifications .certif-img p {
	font-size : 1rem;
	margin : 0.5rem 0 0 0;
	font-weight : bold;
	font-family: 'Montserrat', sans-serif;	
} 
  .carousel-inner img {
      width: 85%;
      margin : 0 auto;
      display : table;
  }
  .our-testi {
	font-family: Raleway, helvetica, Arial, sans-serif;
	margin : 1rem 0 0 0;
	font-weight : bold;
	letter-spacing: 0.3px;
	font-size : 2.2rem;	 
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .our-testi {
      	padding : 1rem 0 0 1rem !important;

      } 
   }
  @media (max-width: 767px) {
  	    .our-testi {
  	    	font-size : 1.6rem;
  	    	text-align: center;
  	    }
  	    .testimonials {
  	    	margin : 0;
  	    	padding : 1rem !important;
  	    }
  }
.testimonials
{

}
.test-img
{
  float:left;
  width:80px;
  padding-top:5%;
}
.testimonials i 
{
  font-size:30px;
}
.test-content
{
  padding:0 40% 0 0;
}
.testimonials p
{
   color:#737373;
   text-align: left;
}
@media (max-width: 767px) {
	.testimonials p {
	    font-size : 0.9rem !important;
	    font-weight : 300 !important;
    }
}
.owl-carousel .testimonials img
{
 width : 20%;
}
@media (max-width:767px) {
	.owl-carousel .testimonials img {
		display : none !important;
	}
}
.owl-carousel .testimonials i {
 color : #AF5417;
}
.test-content p
{
  font-family: 'Open Sans', sans-serif; 
  font-weight: 500;
}
.test-content span
{
  font-family: 'Montserrat', sans-serif;	
  color:#9b9b9b;
  font-size:13px;
}  
.our-clients {
	
}
.our-clients .oc-img-section {

}
.our-clients .oc-img-section .oc-img img {
	width : 95%;
	padding : 2rem 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.our-clients .oc-img-section {
	  padding : 0 0.2rem 0 0.2rem; 
	}	
	.our-clients .oc-img-section .oc-img img {
		width : 100%;
	}	
}
@media (max-width: 767px) {
	.our-clients .oc-img-section {
	  padding : 0 1rem 0 1rem; 
	}	
	.our-clients .oc-img-section .oc-img img {
		width : 100%;
		padding : 2rem 1rem;
	}	
}
:focus { outline : none; }
button::-moz-focus-inner {border:0;}s


/* About Us Section Start */

    .about_hdg_image
    {
      background-repeat:no-repeat;
      background-position:center;
      background-size:cover;
      background-attachment:fixed;
      width:100% !important;
      height:470px !important;
    }
    .about_hdg_text h2
    {
      padding:22% 2% 16% 2%;
      text-align:center;
    }
    .about_hdg_text h2:before
    {
      content:" | ";
      color:#Af5417;
      font-weight : bold;
      width : 5px;
    }
    .about_hdg_text span
    {
      font-size:1.1rem;
      padding-top:10%;
      color:#f2f2f2;
      font-family: 'Roboto', sans-serif;
      font-weight:normal;
    }
    @media (max-width: 767px) {
    .about_hdg_text h1
    {
        padding:30% 0 20% 0;
        text-align:center;
        font-family:'Montserrat', sans-serif;
        font-size:1.4rem !important;
        color:#222222;
        font-weight:800;
    }
    .about_hdg_text h1:before
    {
      content:" | ";
      color:#Af5417;
      font-weight : bold;
      width : 5px;
    }
   .about_hdg_text span
    {
      font-size:0.9rem;
      padding-top:20px;
      color:#404040;
      font-family: 'Roboto', sans-serif;
    }
    }
    .about-gray
    {

    }
    .about-right img
    {
      margin : 5rem 0 0 0;	
      width:90%;

    }
    @media (max-width:767px)
    {
      .about-gray {
	    background-color:rgba(242, 242, 242, 0.6);
	    padding-bottom:50px;      	
      } 	
      .about-right img
      {
      	margin: 1rem 0 0 0;
        width:100%;
        height:auto;
      }
    }
    @media only screen and (min-width: 768px) and (max-width:1024px)
    {
      .about-right img
      {
      	padding: 3rem 0 0 0;
        width:100%;
      }
    }
    .abt-projects
    {
      background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url(https://wallpapercave.com/wp/wp1916384.jpg);
      padding-top:20px;
      padding-bottom:100px;
      background-attachment:fixed;
      background-repeat:no-repeat;
    }
    .abt-section-2
    {
      text-align:justify;
      color:#737373;
      line-height:33px;
      font-size:0.85rem;
    }
    @media (max-width:767px)
    {
      .abt-section-2
      {
        text-align:justify;
        color:#737373;
        margin: 0;
        padding: 0 1rem 0 1rem;
        line-height:1.5rem;
        font-size:0.9rem;
      }
    }
    @media only screen and (min-width:768px) and (max-width:991px)
    {
      .abt-section-2
      {
        text-align:justify;
        margin-top:-10px;
        color:#737373;
        font-family: 'Roboto', sans-serif;
        line-height:30px;
        font-size:0.9rem;
      }      
    }
    .two-abt
    {
      margin-top:50px;
    }
    .two-abt .two-abt-1 h2
    {
      border:2px solid #Af5417;
      text-align:center;
      padding:20px;
    }
    .two-abt .two-abt-2 h2
    {
      border:2px solid #Af5417;
      text-align:center;
      padding:20px;
    }
    .abt-projects .about-section .about-shadow .title-text 
    {
      color:#ffffff;
    }
    .abt_work
    {
      margin-top:0;
    }
    .abt-count-text
    {
      font-family:'Open Sans', sans-serif;
      font-size:1.2rem;
      color:#ffffff;
    }
    @media (max-width: 767px) {
	    .abt-count-text
	    {
	      font-family: 'Montserrat', sans-serif !important;
	      font-size:1rem;
	    }    	
    }
    .abt-count-title
    {
      font-family:'Raleway',sans-serif;
      font-size:3rem;
      text-align:center;
      padding-top:1.4rem;
      color:#ffffff;
    }
    .fa-3x 
    { 
      margin: 0 auto; 
      display: table; 
      color: #ffffff;
      float:none;
      font-size:3.5rem;
    }
    @media (max-width:767px)
    {
      .abt_work_count_3
      {
        padding-top:100px;
      }
      .abt_work_count_4
      {
        padding-top:100px;
      }
    }
    .hdg-abt-team {
    	margin : 0 0 4rem 0;
    }
    .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 img
    {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }
    .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-overlay-1 
    {
      position: absolute;
      left: -125px;
      bottom: -580px;
      background-color: #Af5417;
      opacity: .702;
      border-radius: 50%;
      width: 503px;
      height: 503px;
      transition: all .5s;
    }
    .hdg-abt-team .hdg-abt-team-area-1 
    {
      position: relative;
      overflow: hidden;
      transition: all .5s;
    }
    .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-info-1 
    {
      position: absolute;
      padding : 0 0 4rem 0;
      left: 50px;
      bottom: 100%;
      text-align: center;
      transition: all .5s;
    }
    .hdg-abt-team .hdg-abt-team-area-1:hover .hdg-abt-team-img-1 .hdg-abt-team-overlay-1
    {
      bottom:-280px;
    }
    .hdg-abt-team .hdg-abt-team-area-1:hover .hdg-abt-team-img-1 .hdg-abt-team-info-1
    {
      bottom:0;
    }
    .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-info-1 h3
    {
      margin-top:36px;
      padding-bottom: 0.5rem; 
      color:#fff;
      margin: 0;
      font-size:30px;
    }
    .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-info-1 p
    {
      color:#fff;
      margin: 0;
      padding: 0;      
      font-size:1rem;
      font-family:'Raleway', sans-serif;
    }
    @media only screen and (min-width:768px) and (max-width:991px)
    {
      .hdg-abt-team .hdg-abt-team-area-1
      {
        margin-bottom:60px;
      }
      .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-overlay-1
      {
        left:-85px;
      }
      .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-info-1
      {
        left:87px;
      }
    }
    @media only screen and (max-width:767px)
    {
	  .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 img
	  {
        width: 100% !important;
	  }    	
      .hdg-abt-team .hdg-abt-team-area-1
      {
        margin-bottom:60px;
      }
      .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-overlay-1
      {
        left:-85px;
      }
      .hdg-abt-team .team-area-1 .team-img-1 .team-info-1
      {
        left:87px;
      }
      .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-info-1 h3
      {
        margin: 0 auto;
        font-size:1.8rem;
        padding : 1rem 0 0.7rem 2rem !important;
      }
      .hdg-abt-team .hdg-abt-team-area-1 .hdg-abt-team-img-1 .hdg-abt-team-info-1 p
      {
        padding : 0 0 4rem 2rem;
        margin: 0 auto;      
      }      
    }

/* About Us Section End */


/*Business Intelligence Section Start*/

    .bi-dataware .bi-box
    {
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 1rem;
      padding: 2.5rem;
      border-radius: 10px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      height:auto;
    }
    .bi-box
    {
      margin:0 !important;
      padding:0 !important;
      box-sizing:100%;
    }
    .bi-box h2
    {
      color:#ffffff;
      text-align:center;
      background-color:#AF5417;
      padding:30px 0;
      font-size:1rem;
      position:relative;
      padding-left:10px;
      text-transform:uppercase;
      width:350px;
      text-shadow:0 5px 10px rgba(0,0,0,0.5);
    }
    .bi-box p
    {
      text-align:justify;
      color:#737373;
      padding:20px;
    }
  .bi-header-text
  {
    padding-top:8.3%;
    padding-left:60px;
    padding-right:40px;
  }
  .bi-header-img img
  {
    width:80%;
    margin:6.5rem 0 0 0;
  }
  .bi-header-text h1
  {
    font-family:'Open Sans', sans-serif;
    font-size:3.5rem;
    line-height:65px;
    text-align:left;
  }
  .bi-cs-link
  {
    padding-top:40px;
  }
  .bi-header-text .btn-bi 
  {
    padding:20px;
    border:2px solid #AF5417;
    text-align:left;
  }
  .bi-cs-link a
  {
    font-size:1.2rem;
    color:#Af5417;
    text-decoration:none;
    font-weight:bold;
  }
  .bi-header-text p
  {
    font-family:'Raleway',sans-serif;
    font-size:1.2rem;
    color:#737373;
    text-align:left;
    line-height:32px;
    margin:1rem 0 1rem 0;
  }
  @media only screen and (min-width:768px) and (max-width:991px)
  {
  .bi-header-text
  {
    padding-top:10%;
  }
  .bi-header-text h1
  {
    font-family:'Open Sans', sans-serif;
    font-size:2rem;
    text-align:left;
  }
  .bi-header-text p
  {
    font-family:'Roboto',sans-serif;
    font-size:1.2rem;
    color:#1a1a1a;
    text-align:left;
  }
  .bi-header-img
  {
    padding-top:10%;
  }
  }
/*--------------------------------------------------------*/
    .bi_industries
    {
      margin-top:-50px;
    }
    .bi_industry_1
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
    }
    .bi_industry_1 h2
    {
      padding-top:7rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 

    .bi_industry_2
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
      margin-top:20%;
    }
    .bi_industry_2 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 
    .bi_industry_3
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
    }
    .bi_industry_3 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 
    .bi_industry_4
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
      margin-top:20%;
    }
    .bi_industry_4 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 
    @media (max-width:767px)
    {
    .bi_industries
    {
      margin-top:0;
    }
    .bi_industry_1
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
      margin-left:13px;
    }
    .bi_industry_1 h2
    {
      padding-top:7rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 

    .bi_industry_2
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
      margin-left:13px;
      margin-top:0%;
    }
    .bi_industry_2 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 
    .bi_industry_3
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
      margin-left:13px;
    }
    .bi_industry_3 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 
    .bi_industry_4
    {
      width:300px;
      height:300px;
      clip-path: circle(120px at center);
      margin-left:13px;
      margin-top:0%;
    }
    .bi_industry_4 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:2.1rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    }
    }
    @media only screen and (min-width:768px) and (max-width:991px)
    {
    .bi_industries
    {
      margin-top:10px;
    }
    .bi_industry_1 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:1.4rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    } 
    .bi_industry_2 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:1.4rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    }
    .bi_industry_3 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:1.4rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    }
    .bi_industry_4 h2
    {
      padding-top:8rem;
      color:#1a1a1a;
      font-size:1.4rem;
      font-weight:400;
      font-family:'Open Sans', sans-serif;
      text-align:center;
    }
    .bi_industry_2
    {
      margin-top:0%;
    }
    .bi_industry_4
    {
      margin-top:0%;
    }
    }
/*--------------------------------------------------------*/
    .bi-sec
    {
      padding:3rem 0 4rem 0;
    }
    .bi-sec .bi-one-sec 
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:300px;
    }
    .bi-sec .bi-two-sec
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:300px;
    }
    .bi-sec .bi-one-sec h2
    {
      text-align:center;
      font-size:1.5rem;
      font-family:'Open Sans', sans-serif;
      color:#2c3e4f;
      font-weight:600;
    }
    .bi-sec .bi-two-sec h2
    {
      text-align:center;
      font-size:1.5rem;
      font-family:'Open Sans', sans-serif;
      color:#2c3e4f;
      font-weight:600;
    }
    .bi-sec .bi-one-sec p
    {
      text-align:justify;
      color:#737373;
      font-family:'Roboto',sans-serif;
      font-size:1rem;
      line-height:35px;
    }
    .bi-sec .bi-two-sec p
    {
      text-align:justify;
      color:#737373;
      font-family:'Roboto',sans-serif;
      font-size:1rem;
      line-height:35px;
    }
    .bi-sec .bi-one-sec p strong
    {
      color:#AF5417;
    }
    .bi-sec .bi-two-sec p strong
    {
      color:#AF5417;
    }
    @media (max-width:767px)
    {
    .bi-sec .bi-one-sec 
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:auto !important;
    }
    .bi-sec .bi-two-sec 
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:auto !important;
    }   
    }
    @media only screen and (min-width:768px) and (max-width:991px)
    {
    .bi-sec .bi-one-sec 
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:auto;
    }
    .bi-sec .bi-two-sec 
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:auto;
    }   
    }
    @media (max-width:1200px)
    {
    .bi-sec .bi-one-sec 
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:380px;
    }
    .bi-sec .bi-two-sec 
    {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
      transition: transform .3s;
      border-top:5px solid #AF5417;
      height:380px;
    }   
    }
/*--------------------------------------------------------*/
	.bi-key .bi-key-features img
    {
      padding:20px;
      width:50%;
    } 
    .bi-key .bi-key-features h2
    {
      color:#1a1a1a;
      text-align:left;
      font-family:'Open Sans', sans-serif;
      font-size:1.2rem;
      font-weight:600;
      text-transform:uppercase;
    }
    .bi-key .bi-key-features p
    {
      color:#737373;
      text-align:justify;
      font-size:0.85rem;
      line-height:28px;
    }
/*--------------------------------------------------------*/
    .bi-services .bi-ser-sec h2
    {
      font-family:'Open sans', sans-serif;
      font-size:1.5rem;
      color:#1a1a1a;
      float:none;
      text-align:center;
      font-weight:600;
      text-transform:uppercase;
      padding:3rem 0;
    }
    .bi-services .bi-ser-sec p
    {
      font-size:0.85rem;
      text-align:left;
      color:#737373;
      line-height:25px;
    }
    .bi-services .bi-ser-sec p span
    {
      color:#Af5417;
      font-weight:600;
    }
    .bi-ser-sec img
    {
    position: absolute;
      width:30%;  
   	  z-index: 1;
      opacity:0.2;
      bottom:30px;
      left:0;
    }
    @media (max-width:767px)
    {
      .bi-ser-sec
      {
        margin-top:20px;
      }
    }
/*--------------------------------------------------------*/
    .bi-dataware .bi-data-one h2
    {
      font-family:'Open Sans', sans-serif;
      color:#AF5417;
      font-size:2rem;
      font-weight:600;
    }
    .bi-dataware .bi-data-one p
    {
      color:#737373;
      font-size:0.85rem;
      line-height:30px;
      text-align:justify;
    }
    .bi-dataware .bi-data-two h2
    {
      font-family:'Open Sans', sans-serif;
      color:#AF5417;
      font-size:2rem;
      font-weight:600;
      text-align:left;
    }
    .bi-dataware .bi-data-two  span
    {
      color:#1a1a1a;
      font-size:1rem;
    }
    .bi-dataware .bi-data-two p
    {
      font-family:'Roboto', sans-serif;
      color:#737373;
      font-size:1rem;
      line-height:30px;
      text-align:justify;
    }
    @media (max-width:767px)
    {
    .bi-dataware .bi-data-one p
    {
      font-family:'Roboto', sans-serif;
      color:#737373;
      font-size:0.9rem;
      line-height:30px;
      text-align:justify;
    }
    .bi-dataware .bi-data-two p
    {
      font-family:'Roboto', sans-serif;
      color:#737373;
      font-size:0.9rem;
      line-height:30px;
      text-align:justify;
    }
    .bi-dataware .bi-data-one h2
    {
      font-family:'Open Sans', sans-serif;
      color:#AF5417;
      font-size:1.5rem;
      font-weight:600;
      text-align:center;
    }
    .bi-dataware .bi-data-two h2
    {
      font-family:'Open Sans', sans-serif;
      color:#AF5417;
      font-size:1.5rem;
      font-weight:600;
      text-align:center;
      margin-top:20px;
    }
    }
    @media only screen and (min-width:768px) and (max-width:991px)
    {
    .bi-dataware .bi-data-one h2
    {
      font-family:'Open Sans', sans-serif;
      color:#AF5417;
      font-size:2rem;
      font-weight:600;
      text-align:center;
    }
    .bi-dataware .bi-data-two h2
    {
      font-family:'Open Sans', sans-serif;
      color:#AF5417;
      font-size:2rem;
      font-weight:600;
      text-align:center;
      margin-top:40px;
    }
    }
/*--------------------------------------------------------*/

/* Business Intelligence Section End */



/* ECommerce Style Section Start */

  .ecom-section {
      padding: 4em 0 4em 0;
  }
  .ecom-section.ecom-slant, .ftco-footer.ecom-slant {
      padding: 2em 0 11em 0; 
  }
  .ecom-section .ecom-heading, .ftco-footer .ecom-heading {
      font-size: 40px;
      line-height: 1.5;
  }
  @media screen and (max-width: 768px) {
      .ecom-section .ecom-heading, .ftco-footer .ecom-heading {
          font-size: 30px; 
      } 
  }
  .ecom-section.bg-light, .ftco-footer.bg-light {
      background: #f2f2f2 !important; 
  }  
  .ecom-slant {
      position: relative;
      overflow: hidden;
  }
  .ecom-slant:after {
      width: 120%;
      height: 180px;
      left: -10%;
      background: #f2f2f2;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      content: "";
      position: absolute;
      bottom: -100px; 
  }
  @media screen and (max-width: 960px) {
      .ecom-slant:after {
          bottom: -150px;
      } 
  }
  @media screen and (max-width: 768px) {
      .ecom-slant:after {
          bottom: -100px; 
      }
  }
  .ecom-slant.ecom-slant-white:after {
      background: #fff;
  }
  .ecom-slant.ecom-slant-dark:after {
      background: #263135; 
  }
  .bg-image, .ecom-cover {
      background-size: cover;
      background-repeat: no-repeat; 
  }
  .ecom-cover {
      background-position: center center; 
  }
  .ecom-cover .ecom-heading {
      font-size: 45px;
      line-height: 1.34;
      color: #fff;
  }
  @media screen and (max-width: 768px) {
      .ecom-cover .ecom-heading {
          font-size: 37px;
          line-height: 1.3; 
      } 
  }
  .ecom-cover .ftco-subheading, .ecom-cover p {
      color: rgba(255, 255, 255, 0.5); 
  }
  @media screen and (max-width: 768px) {
      .ecom-cover .btn {
          width: 100% !important;
          border: 1px solid red; 
      } 
  }
  .ecom-cover.overlay {
      position: relative; 
  }
  .ecom-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; 
  }
  .ecom-cover .ftco-vh-100 {
      min-height: 700px !important;
  } 
  .ecom-media {
      background: #fff;
      border-radius: 5px; 
  }
  .ecom-media.text-center .ftco-icon {
      margin: 0 auto;
  }
  .ecom-img {
      background: linear-gradient(rgba(255, 255, 255, 0.9),rgba(0, 0, 0, 0.7)), url(../images/e_commerce/Ecommerce.png);
      background-repeat:no-repeat;
      background-size: cover;
      background-position: center;
      background-attachment: scroll;
  }  
  .media .media-body img {
  	width : 25%;
  	transition: 0.2s ease-in-out;
  }
  .media .media-body h5 {
  	transition: 0.2s ease-in-out;
    font-family:'Raleway', sans-serif;
    font-weight : bold;
  }  
  .media:hover img {
  	transition: 0.2s ease-in-out;
  	transform:translateY(-20px);
  }
  .media:hover h5 {
  	transition: 0.2s ease-in-out;
  	padding-right: 1rem; 
  }
  .media .media-body p {
  	font-family:'Roboto', sans-serif;
  	font-weight: 300;
  	color: #595959;
  } 
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
	  .media:hover img {
	  	transition: none;
	  	transform:none;
	  }
	  .media:hover h5 {
	    -webkit-transition: none !important;
	    -moz-transition: none !important;
	    transition: none !important;
	  }
		.our-work-plat-imginner:hover {
	        -webkit-transform: none !important;
	        -moz-transform: none !important;
	        transform: none !important; 
		} 	  	         	    	
  } 
  @media (max-width: 767px) {
  	.our-work-plat-img {
  		margin: 2rem 0 2rem 0;
  	}
	.our-work-plat-main {
	    height: 200px;
	}
	.our-work-plat-imginner:hover{
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important; 
	}
    .our-work-plat-imginner img {
  	    width: 55% !important;
    }	 
	.media:hover img {
	  	transition: none;
	  	transform:none;
	}	 	
  }
  .our-work-plat-img {
  	margin: 0 0 1rem 0;
  }
  .our-work-plat-img img {
  	width: 40%;
  }
  .our-work-plat-imginner {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;  	
  }
  .our-work-plat-imginner:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);       
  }
  .our-work-plat-imginner h3 {
  	padding: 1.3rem 0 0 0;
  	font-family: 'Open Sans', sans-serif;
  	color: #2c3e4f;
  	font-weight: bold;
  	font-size: 1rem;
  	text-transform: uppercase;
  }
  .ecom-qual-assure {
  	background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.5)),url("../images/e_commerce/quality_assurance.jpg");
  	background-size: cover;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  }
  .ecom-qual-assure .qual-assure-cont {
  	display: table-cell;
  	vertical-align: middle;
  	/*margin: 0 0 0 6rem;*/
    padding: 15rem 0 8rem 3rem;
  }
  .qual-assure-cont h2 {
  	color: #f2f2f2;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 3.3rem;
  	font-weight: bold;
  }
  .qual-assure-cont p {
  	color: #f2f2f2;
  	line-height: 1.7rem;
  	font-family: 'Roboto', sans-serif;
  	text-align: left;
  	font-weight: 400;
  	font-size: 1.1rem;
  }
  .qual-assure-sec-cont {
  	margin: 5.5rem 0 0 1rem;
  	padding: 3rem;
  }
  .qual-assure-sec-cont .qual-assure-four-cont h3 {
  	text-align: left;
  	font-family: 'Roboto', sans-serif;
  }
  .qual-assure-sec-cont .qual-assure-four-cont p {
  	color: #fff;
  	text-align: left;
  	font-weight: 300;
  	margin: 0 0 4rem 0;
  } 
  .qual-assure-four-cont img {
  	width:20%;
  }
  @media (max-width:767px) {
  .ecom-qual-assure .qual-assure-cont 
  {
    padding: 7rem 1.3rem 1rem 1.3rem;
  }
  .qual-assure-cont h2 {
  	color: #f2f2f2;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 2.3rem;
  	font-weight: bold;
  }
  .qual-assure-cont p {
  	color: #f2f2f2;
  	line-height: 1.7rem;
  	font-family: 'Roboto', sans-serif;
  	text-align: justify;
  	font-weight: 400;
  	font-size: 1.1rem;
  }
  .qual-assure-sec-cont {
  	margin: 1.5rem 0 0 1rem;
  	padding: 1.5rem;
  }
  .qual-assure-four-cont img {
  	width:23%;
  }
  .qual-assure-sec-cont .qual-assure-four-cont h3 {
  	text-align: justify;
  	font-family: 'Roboto', sans-serif;
  }
  .qual-assure-sec-cont .qual-assure-four-cont p {
  	color: #fff;
  	text-align: justify;
  	font-weight: 300;
  	margin: 0 0 4rem 0;
  } 
  }
  @media only screen and (min-width:768px) and (max-width:992px) {
  .ecom-qual-assure .qual-assure-cont 
  {
    padding: 7rem 1.3rem 1rem 1.3rem;
  }
  .qual-assure-cont h2 {
  	color: #f2f2f2;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 2.3rem;
  	font-weight: bold;
  }
  .qual-assure-cont p {
  	color: #f2f2f2;
  	line-height: 1.7rem;
  	font-family: 'Roboto', sans-serif;
  	text-align: justify;
  	font-weight: 400;
  	font-size: 1.1rem;
  }
  .qual-assure-sec-cont {
  	margin: 1.5rem 0 0 1rem;
  	padding: 1.5rem;
  }
  .qual-assure-four-cont img {
  	width:33%;
  }
  .qual-assure-sec-cont .qual-assure-four-cont h3 {
  	text-align: justify;
  	font-family: 'Roboto', sans-serif;
  }
  .qual-assure-sec-cont .qual-assure-four-cont p {
  	color: #fff;
  	text-align: justify;
  	font-weight: 300;
  	margin: 0 0 4rem 0;
  	font-size: 1.1rem;
  } 
  }
/* ECommerce Style Section End */


/* Market Intelligence Section Style Start */

.mi_top_content_section {
	background-image: linear-gradient(to right, rgba(89, 89, 89, 0.9), rgba(153, 153, 153, 0.5));
width: 100%;
}
@media (max-width: 767px) {
	.mi_top_content_section .ma_in_headcon {
		padding : 3.5rem 0 0 0 !important;
	}
	.mi_top_content_section .ma_in_headcon h3 {
		text-align: left !important;
		font-size: 1.2rem !important;
		font-weight: normal !important;
		padding: 0 0 0.5rem 1.5rem !important;
	}
	.mi_top_content_section .ma_in_headcon h1 {
		margin: 0 !important;
		text-align: left !important;
		font-size: 2.3rem !important;
		padding: 0 0 0.5rem 1.5rem !important;
	}
	.mi_top_content_section .ma_in_headcon p {
		text-align: left !important; 
		font-size: 0.9rem !important;
		line-height: 1.5rem !important;
		padding: 0 1.5rem 0 1.5rem !important; 
	}	
	.mi_top_content_section .ma_in_img img {
		position: relative !important;
		width : 70% !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}	
}
.mi_top_content_section .ma_in_headcon {
	padding : 7rem 0 12rem 0;
}
.mi_top_content_section .ma_in_headcon h3 {
	padding : 0 0 0 6rem;
    text-transform: uppercase;
	font-family : 'Roboto', sans-serif;
	letter-spacing : 0.4px; 
	font-size : 1.5rem;
	font-weight: 300;
}
.mi_top_content_section .ma_in_headcon h1 {
    padding : 1rem 0 0 6rem;
    margin : 0;
	font-family : 'Montserrat', sans-serif;
	color : #ffffff;
    text-transform: uppercase;
    font-size : 4rem;
    text-align : left;
}
.mi_top_content_section .ma_in_headcon p {
	font-weight : 300 !important;
	font-family : 'Roboto', sans-serif;
	font-size : 1.1rem;
	line-height: 1.9rem;
	color : #ffffff;
    padding : 1rem 0 0 6rem;
    text-align : left;
}
.mi_top_content_section .ma_in_img img {
	width : 100%;
	bottom: 0;
	position: absolute;
	right: 15px;
}
.ma_in_features .col-lg-4 {
	padding-left: 0;
}
.ma_in_features .row {
	padding : 0;
}
.ma_in_features .features_mi {
	padding : 0rem 2rem 0.5rem 2rem;
	border-right : 2px solid rgba(191, 191, 191, 0.5);
	border-bottom : 2px solid rgba(191, 191, 191, 0.5);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;		
}
@media (max-width: 767px) {
	.ma_in_features .features_mi {
	    padding : 1.5rem !important;
	    border-right :none !important;
	    border-bottom: none !important;
	}
	.ma_in_features .row {
		padding : 0 !important;
	}	
	.ma_in_features .features_mi p {
		line-height: 1.7rem !important;
	}
}
.ma_in_features .features_mi:nth-child(3) {
	border-right : none;
}
.ma_in_features .features_mi:nth-child(4) {
	border-bottom : none;
}
.ma_in_features .features_mi:nth-child(5) {
	border-bottom : none;
}
.ma_in_features .features_mi:nth-child(6) {
	border-right : none;
	border-bottom : none;
}
.ma_in_features .features_mi h2 {
	color: #Af5417;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.ma_in_features .features_mi img {
	width: 25%;
	padding: 0.5rem 0 0.3rem 0;
}
@media (max-width: 767px) {
	.ma_in_features .features_mi h2 {
		font-family: 'Raleway', sans-serif;
		font-size: 1.2rem !important;
		font-weight : bold !important;
		margin : 0 !important;
		text-align: left !important;
		text-decoration: underline;
	}
	.ma_in_features .features_mi p {
		font-family : 'Roboto', sans-serif !important;
		font-weight : 300 !important;
	}
}
.ma_in_features .features_mi p {
	font-family : 'Raleway', sans-serif;
    color : #737373;
    line-height: 1.9rem;
    font-size : 0.9rem;
    font-weight : 500;
    font-kerning: normal;
    text-align : left;
}
.cus-coll_section {
	margin : 3rem 0 3rem 0;
}
.cus-coll_section .cus-res {
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0, url("../images/market_intelligence/custom_research.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width : 100%;	
	padding : 12rem 0 3.25rem 4rem;
    transition: transform .2s;	
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;    
}
@media (max-width: 767px) {	
	.cus-coll_section .cus-res {
		width : 100% !important;
	    padding : 4rem 0 4rem 2rem !important;	
	}
	.cus-coll_section .cus-res p {
		line-height: 1.5rem !important;
		font-size: 0.9rem !important;
	}
	.cus-coll_section {
		margin :0 !important;
		padding: 0 0.5rem 0 0.5rem !important;
	}	
}
.cus-coll_section .cus-res h2 {
    color: white; 
    font-family:'Raleway', sans-serif;
    font-weight :bold;
    padding: 0 0 0.5rem 0;
}
.cus-coll_section .cus-res p {
    color: white;
    font-size : 1.1rem;
    text-align : left;
    line-height : 1.9rem;
    padding : 0 3rem 0 0;
    font-weight : 300; 	
}
.cus-coll_section .col-lg-5 {
	padding : 0;
	margin : 0;
}	
.dc_box {
	position: absolute;
    overflow : hidden;
}
@media (max-width:767px) {
	.dc_box {
		position: relative;
	    overflow : hidden;
	}
	.dc_box .dc_conbox {
		position: absolute;
		bottom : -100%;
		height: 100% !important;
	    box-sizing: border-box;
		padding: 15px 10px;
	}
	.dc_box:hover .dc_conbox {
	    bottom: 0% !important; 
	} 
	.dc_box:hover img {
		-webkit-transform: translateY(-100%) !important;
		-moz-transform: translateY(-100%) !important;
		transform: translateY(-100%) !important;
	}	
	.dc_box .dc_conbox h2 {
		font-size: 1rem !important;
		padding: 0 0 0 2rem !important;
	}
	.dc_box .dc_conbox h6 {
		font-weight: normal !important;
		font-size : 0.8rem !important;
	    padding : 0.7rem 0 0 2rem !important;
	}
	.dc_box .dc_conbox p {
	    text-align: left;
	    font-size: 0.8rem !important;
	    font-weight :300;
	    color : #fff;
	    padding: 0 1rem 0 3rem; 
	}				
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.dc_box {
		position: relative;
	    overflow : hidden;
	}				
}
.dc_box img {
	width : 100%;
	transition :0.3s;
}
.dc_box .dc_conbox {
	position: absolute;
	bottom : -100%;
	width: 100%;
	height: 100%;
    background-image: linear-gradient(to right, rgba(89, 89, 89), rgba(153, 153, 153));
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 0.9rem;
	transition: 0.3s;
}
.dc_box .dc_conbox h2 {
	margin: 0;
    font-family:'Raleway', sans-serif;
	font-weight: bold;
	padding: 1rem 0 0 3rem;
	color : #fff;
}
.dc_box .dc_conbox h6 {
    text-align: left;
    font-size: 1rem;
    font-weight : bold;
    color : #fff;
    padding : 1rem 0 0 3rem;
}
.dc_box .dc_conbox p {
    text-align: left;
    font-size: 1rem;
    font-weight :300;
    color : #fff;
    padding: 0 1rem 0 3rem; 
}
.dc_box:hover .dc_conbox {
    bottom: -30%; 
} 
.dc_box:hover img {
	-moz-transform: translateY(-70%);
	-webkit-transform: translateY(-70%);		
	transform: translateY(-70%);
}

/* Market Intelligence Section Style End */



/* Web Data Extraction Section Style Start */

    .web_hero_image
    {
      background:linear-gradient(rgba(255, 255, 255, 0.9),rgba(175, 84, 23, 0.4)), url("../images/building2.jpg");
      background-repeat:no-repeat;
      background-position:center;
      background-size:cover;
      background-attachment:fixed;
    }
    .web_hero_text h1
    {
      padding:18% 0;
      text-align:center;
      font-family:'Montserrat', sans-serif;
      font-size:2.6rem;
      color:#222222;
      font-weight:800;
    }
    .web_hero_text h1:before
    {
      content:" | ";
      color:#Af5417;
      font-weight : bold;
      width : 5px;
    }
    .web_hero_text span
    {
      font-size:1.1rem;
      color:#404040;
      font-family: 'Roboto', sans-serif;
    }
    @media (max-width: 767px) {
    .web_hero_text h1
    {
        padding:30% 0 20% 0;
        text-align:center;
        font-family:'Montserrat', sans-serif;
        font-size:1.4rem !important;
        color:#222222;
        font-weight:800;
    }
    .web_hero_text h1:before
    {
      content:" | ";
      color:#Af5417;
      font-weight : bold;
      width : 5px;
    }
   .web_hero_text span
    {
      font-size:0.9rem;
      padding-top:20px;
      color:#404040;
      font-family: 'Roboto', sans-serif;
    }
    }
    /*--------------------------------------------------------------------------*/
    .web_data_features
    {
      padding-bottom:5rem;
    }
    .web_data_features .feature-box
    {
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 1rem;
      padding: 2.5rem 2.2rem 2.5rem 2.2rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
      transition: transform .2s;
      height:450px;
    }
    .web_data_features .feature-box-even
    {
      background-color: rgba(175, 84, 23, 0.8);
      font-size: 1rem;
      padding: 2.5rem 2.2rem 2.5rem 2.2rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
      transition: transform .2s;
      height:450px;
    }
    .web_data_features .feature-box:hover 
    {
      transform: translateY(-1.5rem) scale(1.03);
    }
    .web_data_features .feature-box h2
    {
      font-family: 'Raleway', sans-serif;
      font-size: 1.4rem;
      line-height : 2rem;
      font-weight: 700;
      text-align: left;
      color:#Af5417;
    }
    .web_data_features .feature-box p
    {
      font-family:'Roboto', sans-serif;
      font-size: 1rem;
      text-align : left;
      font-weight : 300;
      line-height:30px;
      color: #737373;
    }
    .web_data_features .feature-box-even h2
    {
      font-family: Raleway, helvetica, Arial, sans-serif;
      line-height : 2rem;
      font-size: 1.4rem;
      font-weight: 700;
      text-align: left;
      color:#ffffff;
    }
    .web_data_features .feature-box-even p
    {
      font-family:'Roboto', sans-serif;
      font-size: 1rem;
      line-height:30px;
      text-align:justify;
      font-weight : 300;
      color: #ffffff;
    }
    @media (max-width: 767px) {
    .card .card-img-top {
      width: 25% !important;
    }
    .web_data_features .feature-box
    {
      padding: 2.5rem;
      height:600px;
    }
    .web_data_features .feature-box-even
    {
      padding: 2.5rem;
      height:600px;
    }
    .web_data_features .feature-box:hover 
    {
      transform: translateY(-1.5rem) scale(1.03);
    }
    .web_data_features .feature-box h2
    {
      font-family: Raleway, helvetica, Arial, sans-serif;
      font-size: 1.2rem !important;
      font-weight: 600 !important;
      text-align: left !important;
      color:#Af5417;
    }
    .web_data_features .feature-box p
    {
      font-family:'Roboto', sans-serif;;
      font-size: 0.9rem;
      text-align:justify;
      color: #737373;
    }
    .web_data_features .feature-box-even h2
    {
      font-family: Raleway, helvetica, Arial, sans-serif;
      font-size: 1.2rem !important;
      font-weight: 600 !important;
      text-align: left !important;
      color:#ffffff;
    }
    .web_data_features .feature-box-even p
    {
      font-family:'Roboto', sans-serif;
      font-size: 0.9rem;
      text-align:justify;
      color: #ffffff;
    }
    }
   @media (max-width: 1024px) {
    .web_data_features .feature-box
    {
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 1rem;
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
      transition: transform .3s;
      height:550px;
      border:none;
    }
    .web_data_features .feature-box-even
    {
      background-color: rgba(175, 84, 23, 0.8);
      font-size: 1rem;
      padding: 2.5rem;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
      transition: transform .3s;
      height:500px;
    }
    .web_data_features .feature-box:hover 
    {
      transform: translateY(-1.5rem) scale(1.03);
    }
    .web_data_features .feature-box h2
    {
      font-family: Raleway, helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      text-align:center;
      color:#Af5417;
    }
    .web_data_features .feature-box p
    {
      font-family:'Roboto', sans-serif;;
      font-size: 1rem;
      text-align:justify;
      color: #737373;
    }
    .web_data_features .feature-box-even h2
    {
      font-family: Raleway, helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      text-align:center;
      color:#ffffff;
    }
    .web_data_features .feature-box-even p
    {
      font-family:'Roboto', sans-serif;;
      font-size: 1rem;
      text-align:justify;
      color: #ffffff;
    }
  }
  @media (max-width: 767px) {
    .web_data_features .feature-box
    {
      height:auto !important;
    }
    .web_data_features .feature-box-even
    {
      height:auto !important;
    }
    .web_data_features .feature-box:hover 
    {
    	transform : none;
    }      	
  }
  @media only screen and (min-width: 768px) and (max-width:991px)
  {
    .web_data_features .feature-box
    {
      height:auto !important;
    }
    .web_data_features .feature-box-even
    {
      height:auto !important;
    }
    .web_data_features .feature-box:hover 
    {
      transform: none;
    }
    .web_data_features .feature-box h2
    {
      font-family: Raleway, helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      text-align:center;
      color:#Af5417;
    }
    .web_data_features .feature-box p
    {
      font-family:'Roboto', sans-serif;;
      font-size: 1rem;
      text-align:justify;
      color: #737373;
    }
    .web_data_features .feature-box-even h2
    {
      font-family: Raleway, helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      text-align:center;
      color:#ffffff;
    }
    .web_data_features .feature-box-even p
    {
      font-family:'Roboto', sans-serif;;
      font-size: 1rem;
      text-align:justify;
      color: #ffffff;
    }
  }
  /*-------------------------------------------------------------------------------------------*/
  .web-data-cleansing-tools
  {
    margin-top: -130px;
  }
  .web-data-cleansing-tools h2
  {
    font-family: Raleway, helvetica, Arial, sans-serif;    
    font-size: 1.6rem;
    text-align: left;
    font-weight: 700;
    line-height : 2.2rem;
    margin-top: 14rem;
  }
  .web-data-cleansing-tools p
  {
     font-size:1.2rem;
     line-height:2.2rem;
     font-weight : 300;
     color:#737373;
     text-align:justify;
     font-family: 'Roboto', sans-serif;
  }
  .web-data-cleansing-tools svg
  {
    position: absolute;
    margin-left: -100px;
    margin-top: 100px;
  }
  .card 
  {
    border: none;
    background: transparent;
  }
  .card .card-body h3 {
  	padding : 0.3rem 0 0 0 !important;
  	font-family : 'Open Sans', sans-serif !important;
  	font-size : 1rem !important;
  	font-weight : 500 !important;
  }
  .card .card-body span {
  	font-family : 'Roboto', sans-serif !important;
    font-weight : normal !important;
    font-size : 1.3rem !important;
    color : #4d4d4d !important;
  }
  @media (max-width: 767px)
  {
    .web-data-cleansing-tools h2
    {
      margin-top: 100px;
      font-size:1.4rem;
      text-align:center;
    }
  .web-data-cleansing-tools p
  {
     font-size:0.9rem;
     line-height:35px;
     color:#737373;
     font-family: 'Roboto', sans-serif;
  }
  }
  @media (max-width: 991px) 
  {
    .web-data-cleansing-tools h2
    {
      margin-top: 200px;
    }
  }
  .web-data-cleansing-tools .col-lg-4 p 
  {
    max-width: 1000px;
    margin-bottom: 30px;
  }
  .web-data-cleansing-tools .col-lg-8 
  {
    padding: 10px 100px;
  }
  @media (max-width: 767px) 
  {
    .web-data-cleansing-tools .col-lg-8 
    {
      padding: 10px 0;
    }
  }
  .web-data-cleansing-tools .col-lg-8 .row .col:first-child 
  {
    margin-top: 150px;
  }
  @media (max-width: 600px) 
  {
    .web-data-cleansing-tools .col-lg-8 .row .col:first-child 
    {
      margin-top: 50px;
    }
  }
  @media (max-width: 600px) 
  {
    .web-data-cleansing-tools .col-lg-8 .col 
    {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .web-data-cleansing-tools .col-lg-8 .card 
  {
    background: #fff;
    margin: 20px 5px 0px 5px;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  }

  .web-data-cleansing-tools .col-lg-8 .card .card-img-top 
  {
    max-width:65%;
    margin: 0 auto;
  }
  .web-data-cleansing-tools .col-lg-8 .card h3 
  {
    font-family: 'Roboto', sans-serif;
    font-size:1.4rem;
    color: #Af5417;
  }
  .web-data-cleansing-tools .col-lg-8 .card h3 span
  {
    font-family: 'Roboto', sans-serif;
    font-size:1.4rem;
    color: #1a1a1a;
  }

/* Web Data Extraction Section Style End */


/* Footer Section */

footer .footer-top h2,h3 {
	color:#fff;
} 
.footer-top {
	background : #333333;
	padding : 25px 40px 0px 40px;
}
.segment-one h3 {
	font-family: 'Open Sans', sans-serif;
	font-size : 1.85rem;
	color : #fff;
}
@media (max-width: 767px) {
	.segment-one, .segment-two, .segment-three {
        margin : 0 0 2rem 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.segment-one, .segment-two, .segment-three {
        margin : 0 0 2rem 0;
	}	
}
.segment-one h2 {
	font-family: 'Open Sans', sans-serif;
	color : #fff;
	font-size : 1.2rem;
}
.segment-one p {
	font-size : 0.8rem;
    letter-spacing : 0.5px;		
	color : #cccccc;
    text-align : justify !important;
}
.segment-two h2 {
	font-family: 'Open Sans', sans-serif;
	color : #fff;
	font-size : 1.2rem;
}
.segment-two ul {
	margin : 0;
	padding : 0;
	list-style: none;
}
.segment-two ul li {
}
.segment-two ul li a {
    font-size : 0.8rem;
    color : #cccccc;
    letter-spacing : 0.3px;
    text-decoration:none;
}
.segment-three h2 {
	font-family: 'Open Sans', sans-serif;
	color : #fff;
	font-size : 1.2rem;
}
.segment-three ul {
	margin : 0;
	padding : 0;
	list-style: none;
}
.segment-three ul li {
}
.segment-three ul li a {
    font-size : 0.8rem;
    color : #cccccc;
    letter-spacing : 0.3px;
    text-decoration:none;
}
.segment-four h2 {
	font-family: 'Open Sans', sans-serif;
	color : #fff;
	font-size : 1.2rem;
}
.segment-four p {
	font-size : 0.8rem;
	text-align : left;
	color : #cccccc;
    letter-spacing : 0.5px;	
}
.segment-four .sociallink {
	font-family: 'Raleway', sans-serif;	
	margin : 18px 0 0 0;
}
.segment-four .sociallink a i {
	color:#ffffff;
    font-size : 1.5rem;
}

  /* Testimonials Slider Section Start */

  .section-padding {
  	margin : 2rem 0 2rem 0;
  	position : relative;
  }
  .section-padding .section-heading {
  	margin : 0 0 2.5rem 0;
  }  
  .section-padding .section-heading h2 {
  	font-size :2.7rem !important;
  	font-weight : bold;
  }
  .team-info {
  	margin-top : 40px;
  }
  .team-info h3 {
  	margin-bottom : 20px;
  	font-weight : 600;
  	color : #000;
  	letter-spacing :0;
  }
  .team-info h6 {
  	font-weight : 500;
  	font-size : 1rem;
  }  
  .team-info p {
  	text-align : left;
  	height : 100px;
  	margin :20px 0;
  	font-size : 0.9rem;
  }
  .team-div {
  	width :45px;
  	background : #000;
  	height :2px;
  	position : relative;
  	margin-top :10px;
  }
  .team-div:after {
  	position : absolute;
  	content : '';
  	width : 30px;
  	background : #000;
  	height : 2px;
  	bottom : 0;
  	top : 5px;
  }
  .carousel-indicators {
    bottom : 20px;
    left : 53%;
  }
  .carousel-indicators li {
  	border : 1px solid #444;
  }
  .carousel-indicators .active {
  	background : #1a1a1a;
  	border-color : #1a1a1a;
  }  
  .list-inline li {
  	text-align :center;
  	align-items: center;
  	width :30px;
  	height : 30px;
  	background : #262626;
  	border-radius : 50%;
  }
  .list-inline li a i {
  	color :#fff;
  	padding : 7px 3px;
  }
  @media (max-width:991px) {
  	.team-info {
  		padding : inherit;
  	}
    .team-img img {
    	width : 90%;
    	margin : 0 auto;
    }   
    .carousel-indicators {
        margin : 0 auto;
    }    	
  }
  @media only screen and (max-width : 600px) {
    .carousel-indicators {
        margin : 0 auto;
    }
    .team-info p {
        font-size : 0.8rem;
        line-height : 16px;
    }
    .team-img img {
    	margin-bottom : 3px;
    }   
  }
  @media only screen and (min-width : 768px) and (max-width : 991px) {
  	.team-info {
  		padding : inherit;
  	}
  } 
/* Testimonials Slider Section End */  


/* Case Studies Of Business Intelligence Section Start */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	 .cas_bi_main_section .cas_bi_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_bi_main_section .cas_bi_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_ecom_main_section .cas_ecom_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_ecom_main_section .cas_ecom_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_mi_main_section .cas_mi_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_mi_main_section .cas_mi_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_wde_main_section .cas_wde_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_wde_main_section .cas_wde_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	.cas-heading h1 {
		font-family: Open Sans, Helvetica, Arial, sans-serif;
		padding : 0 0 1.5rem 4rem;
		font-size : 2rem !important;
		text-align : left;
		font-weight : 300;
		color : #AF5417;
	}
	.cas-img img {
	    width : 100% !important;
    }			 	 	 	 	 	 	 	 	
}
@media only screen and (min-width: 1024px) and (max-width: 1206px) {
	 .cas_bi_main_section .cas_bi_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_bi_main_section .cas_bi_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_ecom_main_section .cas_ecom_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_ecom_main_section .cas_ecom_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_mi_main_section .cas_mi_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_mi_main_section .cas_mi_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_wde_main_section .cas_wde_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_wde_main_section .cas_wde_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	.cas-heading h1 {
		font-family: Open Sans, Helvetica, Arial, sans-serif;
		padding : 0 0 1.5rem 4rem;
		font-size : 3rem !important;
		text-align : left;
		font-weight : 300;
		color : #AF5417;
	}
	.cas-img img {
	    width : 100% !important;
    }	
}
@media (max-width: 767px) {
	 .cas_bi_main_section .cas_bi_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_bi_main_section .cas_bi_head_content_left h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;
	 	line-height : 28px !important;
	 }	
	 .cas_bi_main_section .cas_bi_head_content_left p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;
	 }	  
	 .cas_bi_main_section .cas_bi_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_bi_main_section .cas_bi_head_content_right h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;
	 	line-height : 28px !important;
	 }
	 .cas_bi_main_section .cas_bi_head_content_right p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;
	 }

	 .cas_ecom_main_section .cas_ecom_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_ecom_main_section .cas_ecom_head_content_left h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;
	 	line-height : 28px !important;
	 }	
	 .cas_ecom_main_section .cas_ecom_head_content_left p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;
	 }	

	 .cas_ecom_main_section .cas_ecom_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 } 
	 .cas_ecom_main_section .cas_ecom_head_content_right h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;
	 	line-height : 28px !important;
	 }	
	 .cas_ecom_main_section .cas_ecom_head_content_right p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;
	 }	 


	 .cas_mi_main_section .cas_mi_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_mi_main_section .cas_mi_head_content_left h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;	
	 	line-height : 28px !important; 	
	 }	
	 .cas_mi_main_section .cas_mi_head_content_left p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;	 	
	 }	

	 .cas_mi_main_section .cas_mi_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_mi_main_section .cas_mi_head_content_right h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;
	 	line-height : 28px !important;	 	
	 }	
	 .cas_mi_main_section .cas_mi_head_content_right p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;	 	
	 }	  


	 .cas_wde_main_section .cas_wde_head_content_left {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 } 
	 .cas_wde_main_section .cas_wde_head_content_left h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;
	 	line-height : 28px !important;
	 } 	 
	 .cas_wde_main_section .cas_wde_head_content_left p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;
	 } 	 

	 .cas_wde_main_section .cas_wde_head_content_right {
	 	height : auto !important;
	 	padding : 2.5rem 1.5rem 2.5rem 1.5rem !important;
	 }
	 .cas_wde_main_section .cas_wde_head_content_right h3 {
	 	font-size : 1.2rem !important;
	 	font-weight : bold !important;
	 	line-height : 28px !important;
	 } 	
	 .cas_wde_main_section .cas_wde_head_content_right p {
		font-size : 1rem !important;
		text-align: left !important;
		line-height : 1.5rem !important;
	 }
	.cas-img {
		margin: 0 auto;
	}
	.cas-img img {
	    width : 90% !important;
    }	 
	.cas-section {
	    margin : 5rem 0 0 0 !important;
    }  	 
	.cas-heading {
		padding : 0 !important;	
	} 
	.cas-heading h1 {		
	    font-family: 'Open Sans', sans-serif;
	    font-size : 1.5rem !important;
	    font-weight : 400 !important;
	    text-align : left !important;
	    line-height: 25px !important;
	    margin : 0 0 1.2rem 0;
	    padding: 0 0 0 0!important;
	}
}
.cas-section {
	margin : 3.5rem 0 0 0;
}
.cas-heading {
	margin : 0;
	padding : 5rem 0 5rem 0;	
}
.cas-heading h1 {
	padding : 0 0 1.5rem 4rem;
	font-size : 4rem;
	text-align : left;
	font-weight : 300;
	color : #AF5417;
}
.cas-img {
	padding : 1rem 3rem 3rem 0;
}
.cas-img img {
	width : 100%;
}
.cas_bi_main_section .cas_bi_head_content_left {
	height : 55rem;
	background : #f2f2f2;
	padding : 5rem 4rem 5rem 4rem;
	transition: 0.2s ease-in-out;
	margin-top:-100px;
}
.cas_bi_main_section .cas_bi_head_content_right {
	height : 45rem;
	background : rgba(175, 84, 23);
	padding : 5rem 4rem 5rem 4rem;
}
.cas_bi_main_section .cas_bi_head_content_left h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #AF5417;
	font-weight : 300;
	margin-top:5%;
}
.cas_bi_main_section .cas_bi_head_content_left p {
	font-weight : 300;
	font-size : 1rem;
	text-align: justify;
	line-height : 1.8rem;
    color : #737373;
}
.cas_bi_main_section .cas_bi_head_content_right h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #f2f2f2;
	font-weight : 300;
	margin-top:5%;	
}
.cas_bi_main_section .cas_bi_head_content_right p {
	font-weight : 300;
	font-size : 1rem;
	text-align: justify;
	line-height : 1.8rem;
    color : #f2f2f2;
}
.cas_ecom_main_section .cas_ecom_head_content_left {
	height : 50rem;
	background : #f2f2f2;
	padding : 4rem 2rem 5rem 2rem;
}

.cas_ecom_main_section .cas_ecom_head_content_right {
	height : 50rem;	
	background : rgba(175, 84, 23);
	padding : 4rem 2rem 5rem 2rem;
}
.cas_ecom_main_section .cas_ecom_head_content_left h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #AF5417;
	font-weight : 300;
	line-height : 2.3rem;
}
.cas_ecom_main_section .cas_ecom_head_content_left p {
	font-weight : 300;
	font-size : 1rem;
	text-align: justify;
	line-height : 1.8rem;
    color : #737373;
}
.cas_ecom_main_section .cas_ecom_head_content_right h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #f2f2f2;
	font-weight : 300;
	line-height : 2.3rem;	
}
.cas_ecom_main_section .cas_ecom_head_content_right p {
	font-weight : 300;
	font-size : 1rem;
	text-align: justify;
	line-height : 1.8rem;
    color : #f2f2f2;
}


.cas_mi_main_section .cas_mi_head_content_left {
	height : 50rem;
	background : #f2f2f2;
	padding : 4rem 2rem 5rem 2rem;
	margin-top:-50px;
}
.cas_mi_main_section .cas_mi_head_content_right {
	height : 45rem;	
	background : rgba(175, 84, 23);
	padding : 4rem 2rem 5rem 2rem;
}
.cas_mi_main_section .cas_mi_head_content_left h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #AF5417;
	font-weight : 300;
	line-height : 2.3rem;
	margin-top:5%;
}
.cas_mi_main_section .cas_mi_head_content_left p {
	font-weight : 300;
	font-size : 1rem;
	text-align: justify;
	line-height : 1.8rem;
    color : #737373;
}
.cas_mi_main_section .cas_mi_head_content_right h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #f2f2f2;
	font-weight : 300;
	line-height : 2.3rem;
	margin-top:5%;	
}
.cas_mi_main_section .cas_mi_head_content_right p {
	font-weight : 300;
	font-size : 1rem;
	text-align: justify;
	line-height : 1.8rem;
    color : #f2f2f2;
}

.cas_wde_main_section .cas_wde_head_content_left {
	height : 32rem;
	background : #f2f2f2;
	padding : 4rem 2rem 5rem 2rem;
}
.cas_wde_main_section .cas_wde_head_content_right {
	height : 32rem;	
	background : rgba(175, 84, 23);
	padding : 4rem 2rem 5rem 2rem;
}
.cas_wde_main_section .cas_wde_head_content_left h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #AF5417;
	font-weight : 300;
	line-height : 2.3rem;
}
.cas_wde_main_section .cas_wde_head_content_left p {
	font-weight : 300;
	font-size : 1rem;
	text-align: left;
	line-height : 1.8rem;
    color : #737373;
}
.cas_wde_main_section .cas_wde_head_content_right h3 {
	font-family : 'Open sans', sans-serif;
	font-size : 1.5rem;
	color : #f2f2f2;
	font-weight : 300;
	line-height : 2.3rem;	
}
.cas_wde_main_section .cas_wde_head_content_right p {
	font-weight : 300;
	font-size : 1rem;
	text-align: left;
	line-height : 1.8rem;
    color : #f2f2f2;
}

/* Case Studies Of Business Intelligence Section End */


/* Business Intelligence / Data Analytics Section Start */


.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("bpo.jpg");
    	width: ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image h1:before {
    content:'| ';
    color : #054C8A;    
    font-weight : bold;
    width : 5px;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 40%;
    text-transform: uppercase;
    left: 10%;
    color: white;
}
@media(max-width : 767px) {
    .hero-image {
        height : 35%;
    }
    .hero-image h1 {
        padding : 0;
        margin : 0;
        font-size : 1.5rem;
        font-weight : 300;
    }
    .hero-image h1:before {
        content:'| ';
        color : #054C8A;    
        font-weight : bold;
        width : 5px;
    }
    .hero-text {
        text-align: left;
        position: absolute;
        top: 40%;
        left: 5%;
        color: white;
    }      
}
/* Business Intelligence / Data Analytics Section End */

/* #Media
================================================== */

@media (max-width: 767px) {
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: white;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}

  /* Parallax Slider Section Start */

  .parallax-slider .content .title {
    font-weight : bold;
    text-transform : uppercase;
    font-size : 1.8rem;
    color:#ffffff;
    text-align:left;
  }
  .parallax-slider .content .description {
    font-weight : normal;
    font-size : 14px;
    margin-top : 10px;
    margin-bottom: 10px;
    text-align:left;
  }
  .parallax-slider .content .title .title-wrapper {
    text-decoration : none;
    display : inline-flex;
    padding : 2%;
  }

  /* Parallax Slider Section End */

}

/* #Link to page
================================================== */

.link-to-portfolio {
	  position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}
