@font-face {
	font-family: 'mont-heavydemo';
	src: url('../fonts/mont-heavydemo.eot');
	src: local('☺'), url('../fonts/mont-heavydemo.woff') format('woff'), url('../fonts/mont-heavydemo.ttf') format('truetype'), url('../fonts/mont-heavydemo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

:root {
  --theme-clr: #078080;
  --sec-clr: #4d86ff;
}


body {
    color: #172833;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 40px;
}
html,body { 
	height: 100%;
}
h1,h2,h3,h4,h5,h6 {
	color: #172833;
}
.about_section p {
	color: #757575;
}
p {
	color:#5e5e5e;
}
a {
	color: #5957cd;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #172833;
	text-decoration: none;
	transition: all .5s ease;
}
a:focus {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul,li {
	margin: 0;
	padding: 0;
}
.form-control:focus {
	box-shadow: none;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
section {
	padding: 100px 0;
	position:relative;
}
.no-padding { 
	padding: 0
}
section.small_pt {
	padding-top: 50px;
}
section.small_pb {
	padding-bottom: 50px;
}
.lg_pt_20 {
	padding-top: 20px;
}
.lg_pt_30 {
	padding-top: 30px;
}
.lg_pt_40 {
	padding-top: 40px;
}
.lg_pt_50 {
	padding-top: 50px;
}
.lg_pb_20 {
	padding-bottom: 20px;
}
.lg_pb_30 {
	padding-bottom: 30px;
}
.lg_pb_40 {
	padding-bottom: 40px;
}
.lg_pb_50 {
	padding-bottom: 50px;
}
.list_none li {
	list-style:none;
}
input {
	border: 0;
	padding: 10px 20px;
	width: 100%;
}
button {
	border: 0;
	border-radius: 40px;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
button:focus {
	outline:none;
}
.overflow_hide {
	overflow: hidden;
}
.title_default_light h2,.title_default_dark h2{
	font-size: 40px;
	margin-bottom: 30px;
}
.title_default_light h2 {
	color:#fff;
}
.title_border h2 {
	padding-bottom: 35px;
	position: relative;
}
.title_border h2::before {
	background-color: #1769d8;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 135px;
}
.title_border.text-center h2::before {
	margin:0 auto;
}
.title_default_light.title_border h2::before {
	background-color: #fff;
}
.divider {
	clear:both;
	display:block;
	height:20px;
}
.transparent_bg {
	background-color: rgba(0, 0, 0, 0) !important;
}
.box_shadow_none {
	box-shadow: none !important;
}
.large_divider {
	height:100px;
}
.small_divider {
	height:50px;
}
.small_space {
	margin-top:20px;
}
.large_space {
	margin-top: 50px;
}
.list_style_circle li {
    padding-left: 20px;
	list-style: none;
	position:relative;
}
.list_style_circle li:before {
	border-radius:100%;
    background-color: #0a74ee;
	content: "";
	position:absolute;
	left:0;
	top:18px;
	height: 7px;
	width: 7px;
}

.container,
.container-fluid {
    position: relative;
    z-index: 5;
}
.gradient_box {
	background: #0b5ef7; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5ef7 0%, #0b8bf7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5ef7 0%,#0b8bf7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5ef7 0%,#0b8bf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5ef7', endColorstr='#0b8bf7',GradientType=0 ); /* IE6-9 */
}
.light_gray_bg {
	background-color: #edf5ff;
}
.bg_blue {
	background-color: #0a74ee;
}

/*START LOADER DESIGN*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg); 
	-moz-transform: rotate(-135deg); 
   	-webkit-transform: rotate(-135deg); 
    transform: rotate(-135deg);
	z-index: 1001;
}
.object{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left:  5px solid #FFF;
	border-right: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	
}
#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}
#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}	

@-webkit-keyframes animate {
 
50% {
	-ms-transform: rotate(360deg) scale(0.8); 
	-moz-transform: rotate(360deg) scale(0.8); 
   	-webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  }
}

@keyframes animate {
	
50% {
	-ms-transform: rotate(360deg) scale(0.8); 
	-moz-transform: rotate(360deg) scale(0.8); 
   	-webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  }	
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background-color: #0a74ee;
	z-index: 999;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-moz-transform: translateX(0); 
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
.loaded #loading-center-absolute {
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);  /* IE 9 */
	-moz-transform: translateX(100%);
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.5s 1s ease-out;  
	transition: all 0.3s 1s ease-out;
}

/*END PRELOADER DESIGN*/

/* BTN START */
.btn {
	border-radius: 5px;
	font-size: 18px;
	font-weight:500;
	padding: 15px 40px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.btn.btn-radius {
	border-radius: 40px;
}
.btn-box-shadow {
	box-shadow: 0px 20px 59px rgba(18,69,136,0.40);
}
.btn-box-shadow2 {
	box-shadow: 0px 20px 59px rgba(15,204,144,0.40);
}
.btn-default {
	background-color: #eaedf0;
	border: 0;
	color: #172833;
	font-weight: 700;
	letter-spacing: 1px;
	outline:none;
	text-transform:uppercase;
	z-index:2;
	
}
.btn-default:hover{
	background-color: #eaedf0;
	color: #172833;
}

.btn-default:hover,
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active:focus, 
.btn-default:active:hover,
.btn-default.active,
.btn-default:active,
.btn-default.focus:active, 
.btn-default:focus,
.btn.active:not(:disabled):not(.disabled), 
.btn:active:not(:disabled):not(.disabled) {
	background-color: #eaedf0;
	color: #172833;
	outline:none;
}
.btn-border {
	border: 1px solid #eaedf0;
	color: #172833;
	outline:none;
	text-transform:uppercase;
	z-index:2;
}
.btn.btn-border:hover,
.btn.btn-border.active.focus, 
.btn.btn-border.active:focus, 
.btn.btn-border.active:hover, 
.btn.btn-border:active:focus, 
.btn.btn-border:active:hover, 
.btn.btn-border.active, 
.btn.btn-border:active, 
.btn.btn-border.focus:active, 
.btn.btn-border:focus {
	background-color: #eaedf0;
	color: #fff;
	box-shadow: none;
}
.btn-primary {
	background: rgba(0, 0, 0, 0);
	color: #5957cd;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn-primary:hover,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active:focus, 
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary.focus:active, 
.btn-primary:focus,
.btn-primary.active:focus:not(:disabled):not(.disabled), 
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn-primary.active:not(:disabled):not(.disabled), 
.btn-primary:active:not(:disabled):not(.disabled) {
	background: rgba(0, 0, 0, 0);
	box-shadow :none;
	color: #5957cd;
	padding-left: 30px;
}

.scrollup {
	border-radius: 4px;
	bottom: 30px;
	color: #172833;
	display: none;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.btn + .btn:last-child {
	margin-left: 10px;
}
/* BTN END */
/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
02. HEADER SECTION
*===================================*/
header {
	background-color: #ece5b4;
	height: 125px;
	padding: 10px 0px;
	transition: all 0.4s ease 0s;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.modal-open header.fixed-top {
	padding: 5px 0 !important;
}
.nav-fixed,
header.active {
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
header.nav-fixed {
    height: 70px;
    padding: 5px 0;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.nav-fixed .navbar-brand img {
	max-width: 180px;
}
header.no-sticky {
	left: 0;
	position: absolute;
	right: 0;
}
header .navbar-nav a {
	color: #172833;
	font-size: 16px;
}
.navbar-expand-lg .navbar-nav > li {
	padding: 0 12px;
}
.navbar-expand-lg .navbar-nav > li:last-child {
	padding-right: 0;
}
header a:hover,
.navbar-nav li a.active,
.navbar-nav .dropdown-menu li.active a {
	color: var(--theme-clr);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 20px 0;
	font-weight:500;
	position:relative;
}
.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 0;
}
.navbar-expand-lg .navbar-nav > li > .nav-link.active:before {
	background-color: #ffffff;
	bottom: 10px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 90%;
}
.navbar-expand-lg .nav_btn > li {
	margin-left: 15px;
	padding: 0;
}
.navbar-expand-lg .nav_btn > li:first-child {
	margin: 0;
}
.dropdown-toggle::after,.dropdown-toggler::after {
	border: 0 none;
	content: "";
	font-family: ionicons;
	height: auto;
	line-height: normal;
	margin-left: 5px;
	vertical-align: middle;
	width: auto;
}
.navbar-nav .dropdown-menu {
	background-color: #4241b8;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0px;
}
.dropdown-item:focus, 
.dropdown-item:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #ff69c9;
	padding:10px;
}
.navbar-expand-lg .navbar-nav li {
	position:relative;
}
.navbar-expand-lg .navbar-nav .dropdown-item {
	color: #ffffff;
	font-size:14px;
	font-weight:500;
	padding: 3px 10px;
	text-transform:capitalize;
}
.navbar-expand-lg .navbar-nav .dropdown-item:hover {
	color:#ff69c9;
}
.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-expand-lg .navbar-nav .dropdown.show > a {
	background-color: transparent;
	color:#ff69c9;
}
.nav_btn .btn {
	letter-spacing: 0;
	font-weight: normal;
    padding: 10px 40px;
    text-transform: capitalize;
}
.nav_btn .btn.btn-default {
    color: #fff;
}
.nav-fixed .nav_btn .btn {
    padding: 7px 20px;
}
.logo_dark {
	display:none;
}

/*===================================*
02. END HEADER SECTION
*===================================*/

/*===================================*
03. BANNER SECTION
*===================================*/
.banner_padding {
    padding: 100px 0;
}
.banner_text {
	max-width:80%;
	margin:40px auto 0;
}
.banner_text h1 {
	color:#fff;	
	font-size:60px;
	margin-bottom: 20px;
}
.banner_text p {
	color:#fff;	
	font-size:25px;
	font-weight:300;
	margin-bottom: 30px;
}
.overlay_gradient:before {
	background: -moz-linear-gradient(top, rgba(17,63,164,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(17,63,164,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(17,63,164,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113fa4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 265px;
}
.banner_bottom_img {
	margin-bottom: -200px;
}
.circle_effect {
	bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    right:0;
}
.circle_bg1 {
    position: absolute;
    top: 20%;
    left: -50%;
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
    right:-50%;
}
.circle_bg1 span{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation-name:ripple;
	-moz-animation-name:ripple;
	-o-animation-name:ripple;
	animation-name:ripple;
	-webkit-animation-duration:4s;
	-moz-animation-duration:4s;
	-o-animation-duration:4s;
	animation-duration:4s;
	-webkit-animation-delay:6s;
	-moz-animation-delay:6s;
	-o-animation-delay:6s;
	animation-delay:6s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
	-o-animation-timing-function:linear;
	animation-timing-function:linear;
	background-color: rgba(255,255,255,0.3);
}
.circle_bg1 span:nth-child(2) {
	-webkit-animation-delay:5s;
	-moz-animation-delay:5s;
	-o-animation-delay:5s;
	animation-delay:5s;
}
.circle_bg1 span:nth-child(3) {
	-webkit-animation-delay:4s;
	-moz-animation-delay:4s;
	-o-animation-delay:4s;
	animation-delay:4s;
}
.circle_bg1 span:nth-child(4) {
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	-o-animation-delay:3s;
	animation-delay:3s;
}
.circle_bg1 span:nth-child(5) {
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s;
}
.circle_bg1 span:nth-child(6) {
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}

@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(0.1);transform:scale(.01); opacity:1;}
  50% {-webkit-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-webkit-transform:scale(1);transform:scale(1); opacity:0;}
}
@-moz-keyframes ripple {
  0% {-moz-transform:scale(0.1);transform:scale(.01); opacity:1;}
  50% {-moz-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-moz-transform:scale(1);transform:scale(1); opacity:0;}
}
@-o-keyframes ripple {
  0% {-o-transform:scale(0.1);transform:scale(.01); opacity:1;}
  50% {-o-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-o-transform:scale(1);transform:scale(1); opacity:0;}
}
@keyframes ripple{
  0% {transform:scale(0.1);transform:scale(0.1); opacity:1;}
  50% {transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {transform:scale(1);transform:scale(1); opacity:0;}
}

/*===================================*
03. END BANNER SECTION
*===================================*/

/*===================================*
04. NEED ANALYTICS SECTION
*===================================*/
.analytics_box {
    padding: 100px;
}
.percentage {
	color: #fff;
	font-size: 65px;
	font-weight: 300;
	line-height: normal;
	margin-bottom:10px;
}
.analytics_content p {
	color: rgba(255,255,255,0.75);
	line-height: 30px;
	margin: 0;
}
/*===================================*
04. END NEED ANALYTICS SECTION
*===================================*/

/*05. PEOPLE ANALYTICS SECTION*/
.people-analytics {
    background-size: cover;
	border-top: 1px solid #d1d1d1;
    background-repeat: no-repeat;
	padding-bottom:280px;
}
.analytics_list li {
    padding-left: 50px;
    position: relative;
	margin-bottom:30px;
}
.analytics_list li img {
    position: absolute;
    left: 0;
    top: 15px;
}

/*06. SURVEYS SECTION*/
.serveys_box {
	background-color: #fff;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(23,105,216,0.20);
    border-radius: 5px;
	height: 100%;
}
.serveys_box:hover,
.box_wrap:hover {
	background-color: #00AEEF;
}
.serveys_box:hover,
.serveys_box:hover .serveys_heading h3,
.box_wrap:hover * {
    color: #fff;
}
.serveys_box:hover .list_style_circle li::before {
	background-color: #fff;
}
.serveys_icon {
    margin-right: 20px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}
.serveys_heading h3 {
	font-size:30px;
	font-weight: 900;
}
.serveys_list li {
	margin-top: 20px;
}

/*07. OWN SURVEYS SECTION*/
.own_survey_box .radius_box {
	border-radius: 30px;
	height:195px;
	width: 195px;
	margin: 0 auto;
	position:relative;
}
.own_survey_box .radius_box:before {
	border-radius: 30px;
	content: "";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	border: 1px solid #fff;
	transform: rotate(45deg);
}
.own_survey_box .radius_box:after {
	background-color: #4cc6f4;
	border-radius: 100%;
	content: "";
	position:absolute;
	top:50%;
	bottom:0;
	right:-32px;
	height: 10px;
	width: 10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.own_survey_box:nth-child(3) .radius_box:after {
	left:-32px;
}
.own_survey_box .rounded_box {
	border-radius: 100%;
	height:240px;
	width: 240px;
	margin: 0 auto;
	position:relative;
}
.own_survey_box .rounded_box:before {
	background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	content: "";
	position:absolute;
	top:50%;
	bottom:0;
	right: 100%;
	height: 1px;
	width: 40%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.own_survey_box .rounded_box:after {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6ffffff',GradientType=1 ); /* IE6-9 */
	content: "";
	position:absolute;
	top:50%;
	bottom:0;
	left: 100%;
	height: 1px;
	width: 40%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

/*Reporting section*/
.reporting_item {
    padding: 0 60px;
	position:relative;
}
.circle_icon {
	position:absolute;
	left: 100%;
	background-color: #e5e5e5;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    top: 120px;
}
.circle_icon::before {
    content: "";
    position: absolute;
    left: 30px;
    background-color: #e5e5e5;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    top: 5px;
}
.circle_icon::after {
    content: "";
    position: absolute;
    right: 30px;
    background-color: #e5e5e5;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    top: 5px;
}
.reporting_item img {
	margin-bottom: 50px;
}
.reporting_item h3 {
	font-size: 30px;
	font-weight: 900;
}
.reporting_item p {
	margin: 0;
	color: #757575;
}

/**/
.respond_exp_info  h3{
	font-size: 30px;
	font-weight: 900;
	color: #0066fd;
	margin: 0;
}
.respond_exp_info  span { 
	color: #5e5e5e;
}
.box_wrap {
    padding: 35px;
    box-shadow: 0 20px 40px rgba(23,105,216,0.20);
    border-radius: 5px;
	margin-bottom: 40px;
	background-color: #fff;
}

/*functionality section - icon box*/
.section_gradient_overlay:before {
	background: #0b5ef7;
	background: -moz-linear-gradient(top, #0b5ef7 0%, #0b8bf7 100%);
	background: -webkit-linear-gradient(top, #0b5ef7 0%,#0b8bf7 100%);
	background: linear-gradient(to bottom, #0b5ef7 0%,#0b8bf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5ef7', endColorstr='#0b8bf7',GradientType=0 );
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0.9;
	z-index:1;
}
.icon_box_image {
    float: left;
    margin-right: 22px;
}
.col-xl-4 .icon_box_image {
	width:48px;
}
.col-md-4 .icon_box_image {
	width:70px;
}
.icon_box_text{
	overflow: hidden;
}
.section_gradient_overlay .icon_box_text *{
	color:#fff;
}
.section_gradient_overlay .icon_box_text h4 {
	margin-top:-5px;
	font-weight:700;
}
.section_gradient_overlay .icon_box_text p {
	color:#c5dcff;
}


/*about image box*/
.about_text_box .title_default_light h2, 
.about_text_box .title_default_dark h2 {
    font-size: 30px;
}
.about_image_box {
	padding-right: 40px;
   
}
.about_image_box img{
	box-shadow: 0 0 20px 2px rgba(23,105,216,0.20);
}

.section_cta {
    padding: 50px 0;
}
.cta_box .cta_inner .cta_text {
	padding-left:20px;
}
.cta_inner h2 {
	font-size: 40px;
}
.cta_box .cta_inner .cta_text p{
	margin:0
}

.prop_det_sec {
    background-color: var(--theme-clr) !important;
}


/*footer css*/
footer {
	background:var(--sec-clr) !important;
	color:rgba(255,255,255,0.5);
	font-size:16px;
	padding:50px 0;
}
.footer_link,
.footer_social {
	margin:0 -10px;
}
.footer_link li,
.footer_social li {
	display:inline-block; 
	padding:0 10px;
}
.footer_link li:first-child {
	color:rgba(139,151,157,0.5);
	padding-right: 25px;
}
.footer_link li a {
	color:rgba(255,255,255,0.5);
}
.footer_social li a{
	font-size:32px;
	color:rgba(139,151,157,0.5); 
}

.copyright {
	color: #8b979d;
	margin-bottom:0;
	font-weight: bold;
	color: #fff;
}

/*breadcrumb*/
.breadcrumb_wrap .breadcrumb_text h1 {
	font-size:45px;
}
.breadcrumb_wrap .breadcrumb_text p {
	font-weight:300;
}
.breadcrumb_wrap .breadcrumb_text *{
	color:#fff;
}

/*surveys page*/
.surveys_wrap {
	height:100%;
}
.surveys_wrap .serveys_heading{
	padding:80px 0 50px;
}
.surveys_wrap .surveys_icon {
	display:block;
}
.surveys_wrap .serveys_heading h3 {
    font-size:45px;
}
.surveys_info {
    padding-left: 10%;
}
.surveys_info h3 {
	font-size:30px;
	font-weight:900;
	color:#0066fd;
	margin-bottom:15px;
}
.surveys_info h4 {
	font-size:25px;
	font-weight:900;
	color:#172833;
	margin-top:15px;
	display: inline-block;
	width:100%;
}
.surveys_info .serveys_list li {
    margin-top: 10px;
}
.surveys_border_bottom {
    padding-bottom: 50px;
	margin-bottom:50px;
    border-bottom: 1px solid #cad5e3;
}

.service-box{
	transition: all 0.3s ease;
}

.service-box:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.icon-box{
	height: 120px;
    width: 120px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--theme-clr);
    color: var(--theme-clr);
    fill: var(--theme-clr);
}

.ser-text{
	color: var(--theme-clr) !important;
}

.prop_det_sec svg{
	fill: #ece5b4;
}

.neighborhood_sec{
	background-color: var(--theme-clr) !important;
}
