body {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
*  { 
	font-family: Calibri, Arial, sans-serif;
}
ul {
	list-style-type:none;
}
.header {
	padding: 0px;
	margin: 0px;
	background: #FFF;
	text-align: right;
	width: 100%;
	display: block;
}
@media (min-width: 1400px) {
	.max-container {
		width: 1370px;
	}
}
.innerheader {
	border-bottom: 3px solid #FF8019;
	padding: 15px 40px;
}
.innerheader .header_logo {
	padding: 0px 20px;
}
.innerheader .navbar-right {
	padding: 5px 40px;
	position: relative;
}
.innerheader .navbar-right .block_wrap {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	display: block;
	text-align: right;
}
.about_navibar .about_menu {
	width: 100%;
	background: #FF8019;
	text-align: center;
	border-bottom: 2px solid #FF8019;
	padding:25px 0px;
}
.about_navibar .about_menu ul li, .about_navibar .about_menu ul {
	margin: 0;
	padding: 0;
}
.about_navibar .about_menu ul li {
	display: inline-block;
}
.about_navibar .about_menu ul li .head_title {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: 300;
}
.about_navibar .about_menu ul li .bold_text {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	text-transform:uppercase;
}
.about_navibar .about_menu ul li .head_title:nth-child(2) {
	padding-top: 0;
	font-size: 25px;
}
.about_navibar .about_menu ul li .head_title .mini_txt {
	font-size: 23px;
	font-weight: 400;
}
.banner_section {
	padding: 60px 0px;
	padding-top: 80px;
	background: #FFF;
}
.banner_section .banner_title {
	font-size: 18px;
	font-weight: 500;
	color: #343434;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 24px;
	text-align: justify;
}
.banner_section .grid_desc {
	font-size: 18px;
	font-weight:600;
	margin-top: 0px;
	padding-right:55px;
	color: #333;
	margin-bottom: 20px;
}
.banner_section .grid_desc.last { 
	font-weight:400;
}
.get_started_container {
	background: #2E87FD;
	padding: 55px 40px 30px;
	max-width:380px;
	display:inline-block;
	border-radius:8px 8px 0px 0px;
	border-top: 10px solid #FF8019;
}
.get_started_container .form-control {
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
	color: #fff;
	padding: 5px 0px;
	height: 34px;
	box-sizing: border-box;
	font-size: 15px;
}
.display_table { 
	display:table;
	margin:0px auto;
}	
.table_cell { 
	display:table-cell;
	vertical-align:middle;
}
.get_started_container .form-control:focus {
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}
 .get_started_container .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #eee;
}
.get_started_container .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #eee;
}
.get_started_container .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #eee;
}
.get_started_container .form-control:-moz-placeholder { /* Firefox 18- */
 color: #eee;
}
.more_btn .submit_btn {
	border: 2px solid #FF8C31;
	font-weight: 600;
	color: #fff;
	padding: 6px 35px;
	border-radius: 20px;
	background: #F37A18;
	display: inline-block;
	outline:none !important;
	box-shadow:none;
	font-size: 18px;
	width: 75%;
	margin-top: 5px
}
.w_auto.more_btn .submit_btn, .w_auto.more_btn .submit_btn:hover, .w_auto.more_btn .submit_btn:focus { 
	width:auto;
}
.get_started_container {
	position: relative;
	-webkit-box-shadow: 0px 2px 77px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 77px -21px rgba(0,0,0,0.75);
box-shadow: 0px 2px 77px -21px rgba(0,0,0,0.75);
}
.get_started_container .get_img {
	position: absolute;
	left: 0%;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	top:100%;
}
.get_started_container .get_img button {
	display: block;
	background:#FF8019;
	outline:none !important;
	width:100%;
	color:#fff;
	border-radius:0px;
	padding: 14px 20px;
	font-size: 24px;
	font-weight: 600;
	
}
.display_table {
	display: table;
	margin: 0px auto;
	height:100%;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.banner_grid_list {
	list-style-type: none;
	padding-left: 0px;
	margin: 25px 0px;
}
.banner_grid_list li {
	padding: 6px 0px;
	padding-left: 40px;
	color: #333;
	margin-bottom: 6px;
	font-size: 17px;
	
	
}
.banner_grid_list li.triangle_0:after {
	position: absolute;
    content: '';
    display: block;
    top: 12px;
    left: 0px;
	border-style: solid;
	border-width: 12px 0 0 12px;
	border-color: transparent transparent transparent #2e87fd;
}
.banner_grid_list li.triangle_1:after {
	position: absolute;
    content: '';
    display: block;
    top: 12px;
    left: 0px;
	border-style: solid;
	border-width: 12px 0 0 12px;
	border-color: transparent transparent transparent #FF8019;
}
.section_1 { 
	min-height:200px;
	/*background: #003466 url(../images/bg_img.jpg) top 100% center repeat-X;
    background-size: 100% 50%;
    padding-top: 0px;
    padding-bottom: 0px;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(35%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);*/
}
/*--footer--*/
div.footer.footer_new_view {
	padding: 35px 50px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-color: #1F1F1F;
	width: 100%;
	color: #8F9BA9;
}
div.footer.footer_new_view .footer_sect_logo, div.footer.footer_new_view .footer_sect_logo:hover, div.footer.footer_new_view .footer_sect_logo:focus {
	font-size: 34px;
	padding: 15px 0px;
	line-height: normal;
	font-weight: 500;
	color: #656565;
}
div.footer.footer_new_view div.left_section {
	box-sizing: border-box;
}
div.footer.footer_new_view input[type=text], div.footer.footer_new_view input[type=text]:hover, div.footer.footer_new_view input[type=text]:focus {
	height: 40px;
	width: 300px;
	background: transparent;
	border: 1px solid #4C4C4C;
	outline: 0px;
	padding-left: 10px;
	color: #fff;
}
div.footer.footer_new_view .footer_desc {
	font-size: 13px;
	color: #8F8F8F !important;
	padding-right: 80px;
}
div.footer.footer_new_view .footer_icon ul {
	display: inline-block;
	margin: 30px 0px;
	margin-top: 10px;
	padding: 0px;
}
div.footer.footer_new_view .footer_icon ul li {
	display: inline-block;
	padding: 0px 5px;
}
div.footer.footer_new_view .footer_icon ul li:first-child {
	padding-left: 0px;
}
div.footer.footer_new_view div.footer_icon ul.media_list li a.media_icon {
	display: inline-block;
	height: 45px;
	width: 45px;
	padding: 0px;
	transition: all 0.3s ease;
	margin: 0px;
}
div.footer.footer_new_view div.footer_icon ul.media_list li a.media_icon.facebook {
	background: url(../images/facebook.png) center center no-repeat;
	background-size: 100%;
}
div.footer.footer_new_view div.footer_icon ul.media_list li a.media_icon.facebook:hover {
	background: url(../images/facebook1.png) center center no-repeat;
	background-size: 100%;
}
div.footer.footer_new_view div.footer_icon ul.media_list li a.media_icon.twitter {
	background: url(../images/twitter.png) center center no-repeat;
	background-size: 100%;
}
div.footer.footer_new_view div.footer_icon ul.media_list li a.media_icon.twitter:hover {
	background: url(../images/twitter1.png) center center no-repeat;
	background-size: 100%;
}
div.footer.footer_new_view div.footer_icon ul.media_list li a.media_icon.google {
	background: url(../images/google.png) center center no-repeat;
	background-size: 100%;
}
div.footer.footer_new_view div.footer_icon ul.media_list li a.media_icon.google:hover {
	background: url(../images/google1.png) center center no-repeat;
	background-size: 100%;
}
div.footer.footer_new_view .footer_bottom ul.terms_list {
	text-align: left;
	color: #ff9c00;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4C4C4C;
}
div.footer.footer_new_view .footer_bottom ul li {
	display: inline-block;
	padding-top: 10px;
	margin: 0px 5px;
}
div.footer.footer_new_view .footer_bottom ul li:first-child {
	margin-left: 0px;
}
div.footer.footer_new_view .footer_bottom ul li a {
	color: #ff9c00;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
div.footer.footer_new_view .footer_bottom ul li a:hover {
	color: #fff;
}
div.footer.footer_new_view .copy_rights, div.footer.footer_new_view .copy_rights p {
	font-size: 12px;
	color: #8F8F8F !important;
}
div.footer.footer_new_view .subscribe_btn {
	background: url(../images/mailarrow.png) center center no-repeat;
	height: 25px;
	width: 28px;
	background-size: contain;
	outline: 0px;
	border: none;
	vertical-align: middle;
	background-color: transparent;
}
div.footer.footer_new_view .subscribe_title {
	margin-bottom: 5px;
	color: #8F8F8F !important;
}
div.footer.footer_new_view .footer_content_left, .footer_content_right {
	width: 60%;
	float: left;
	padding-top: 10px;
}
div.footer.footer_new_view .footer_content_right {
	width: 40%;
	padding-top: 0px;
	padding-left: 50px;
	box-sizing: border-box;
}
.row_relative {
	position: relative;
}
#commentForm .row_relative { 
	margin-bottom:30px;
}
#commentForm label.error {
    color: #f00;
    position: absolute;
    top: 100%;
    left: 15px;
}
/*--footer_end--*/
@media (max-width: 1200px) {

.section_2 .card .section_desc { 
	padding-right:0px;
}
.section_2 .card { 
	min-height:220px;
}
.section_2 .my_padding {
    padding-left: 10px;
    padding-right: 10px;
}
.section_1 .grid_list li .cloude_content .line_br { 
	display:inline;
}
}
@media (max-width: 991px) {
.section_1 .grid_list li {
    width: 32.5%;
}
.get_started_container .get_img button { 
	font-size:20px;
}
.section_2 .section_desc.last { 
	margin-bottom:20px;
}
.wave_bg_strip { 
	height:130px;
}
}



.section1_inner {
	background:#2E87FD;
	padding:50px 0px;
	
	margin-top:-50px;
}
.section_1 .section_main_tile {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
	transform: scale(0);
	transition:all 0.45s ease;
}
.section_1 .section_main_tile.visible {
	transform:scale(1);
}
.section_1 .section_desc {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.section_1 .section_desc.fading {
	opacity:0.01;
}
.line_br {
	display:block;
}

.section_2 {
	padding:50px 0px;
	overflow:hidden;

}
.section_main_tile {
    font-size: 25px;
    font-weight: 600;
    margin-top: 0px;
    color: #343434;
    margin-bottom: 0px;
}
.section_sub_title {
    font-size: 28px;
    font-weight: 300;
    margin-top: 0px;
    position: relative;
    color: #343434;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.section_2 .section_desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    margin-bottom: 25px;
	
}

.section_2_inner {
	padding:50px 0px;
}
.animate_svg {
	width:500px;
	display:block;
	margin:0px auto;
}
.animate_sections {
	position:relative;
	padding:50px 0px;
	opacity:0;
}
.animate_sections.visible {
	opacity:1;
}
.svg_txt {
	position:absolute;
	opacity:0;
	font-size:16px;
	color:#343434;
	
}
.svg_txt0 {
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px;
    padding: 0px;
    opacity: 1;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
	color:#343434;
}
.svg_txt1 {
	top:0px;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
	
}
.svg_txt2 {
	top: 107px;
    right: 100px;
	text-align:left;
	
}
.svg_txt3 {
	top: 222px;
    right: 105px;
	text-align:left;
}
.svg_txt4 {
	top: 330px;
    right: 40px;
    text-align: left;
}
.svg_txt5 {
	bottom: 0px;
    left: 51%;
    transform: translateX(-41%);
    text-align: left;
}
.svg_txt6 {
	top: 363px;
    left: 135px;
    text-align: right;
	
}
.svg_txt7 {
	top: 250px;
    left: 135px;
    text-align: right;
	
}
.svg_txt8 {
	top: 130px;
    left: 150px;
    text-align: right;
	
}


.section_3 {
	background:#FF8019;
	padding:50px 0px;
}
.section_3 .section_main_tile {
	font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
	transform: scale(0);
	transition:all 0.45s ease;
}
.section_3 .section_main_tile.visible {
	transform:scale(1);
}
.section_3 .section_desc {
	font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-bottom: 25px;
	min-height:70px;
	
}
.section_3 .section_desc.fading {
	opacity:0.01;
}
.section_3 .col_grid { 
	float:none;
	width:33%;
	display:inline-block;
	vertical-align:top;
}
.section_3 .kb_icon1 {
	background:url(../images/ic1.png) left center no-repeat;
	background-size:70px;
	padding:15px;
	padding-left:93px;
}
.section_3 .kb_icon2 {
	background:url(../images/ic2.png) left center no-repeat;
	background-size:70px;
	padding:15px;
	padding-left:93px;
	
}
.section_3 .kb_icon3 {
	background:url(../images/ic3.png) left center no-repeat;
	background-size:70px;
	padding:15px;
	padding-left:93px;
	
}
.section_3 .kb_icon4 {
	background:url(../images/ic4.png) left center no-repeat;
	background-size:70px;
	padding:15px;
	padding-left:93px;
}
.section_3 .kb_icon5 {
	background:url(../images/ic5.png) left center no-repeat;
	background-size:70px;
	padding:15px;
	padding-left:93px;
}
.section_3 .kb_icon6 {
	background:url(../images/ic6.png) left center no-repeat;
	background-size:70px;
	padding:15px;
	padding-left:93px;
}


.section_4 {
	background:#2E87FD;
	padding:50px 0px;
	text-align:center;
}
.section_4 .section_main_tile {
	padding:0px;
	margin:0px;
	transform: scale(0);
	transition:all 0.45s ease;
	color:#fff;
	text-decoration:underline;
	
}
.section_4 .section_main_tile.visible {
	transform:scale(1);
}
.btn_more {
	background:#FFF;
	padding:6px 20px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	color:#2E87FD;
	margin-top:20px;
	border-radius:0px;
}


@media (max-width: 1450px) { 
	.cloude_content .line_br { 
		display:inline;
	}
}
@media (max-width: 1200px) { 
	.section_1 .section_desc {
		padding-right:20px;
	}
	.section1_inner { 
		padding:30px 0px
	}
}
@media (max-width: 992px) {
	.section_3 .col_grid{
		width:49%;
	}
	.animate_svg {
		width:350px;
	}
	.svg_txt2 {
		top: 85px;
    	right: 55px;
		text-align:left;
	}
	.svg_txt3 {
		top: 165px;
		right: 45px;
		text-align:left;
	}
	.svg_txt4 {
		top: 236px;
    	right: -7px;
		text-align: left;
	}
	.svg_txt5 {
		bottom: 0px;
		left: 51%;
		transform: translateX(-41%);
		text-align: left;
	}
	.svg_txt6 {
		top: 260px;
    	left: 75px;
		text-align: right;
		
	}
	.svg_txt7 {
		top: 177px;
    	left: 60px;
		text-align: right;
		
	}
	.svg_txt8 {
		top: 97px;
    	left: 100px;
		text-align: right;
		
	}
.section1_inner {
	padding: 50px 0px;
}
.use_case .section_main_tile, .section_4 .section_main_tile {
    color: #fff;
    text-decoration: underline;
    
}
.case_list {
    margin-left: 100px;
    padding-left: 110px;
}
.case_list:nth-child(2) {
    margin-left: 30px;
}
.section_3 .section_desc {
	font-size: 14px;
    
	
}
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.svg_txt2 {
		top: 107px;
		right: 210px;
		text-align:left;
	}
	.svg_txt3 {
		top: 222px;
		right: 210px;
		text-align:left;
	}
	.svg_txt4 {
		top: 330px;
		right: 135px;
		text-align: left;
	}
	.svg_txt5 {
		bottom: 0px;
		left: 51%;
		transform: translateX(-41%);
		text-align: left;
	}
	.svg_txt6 {
		top: 363px;
		left: 235px;
		text-align: right;
		
	}
	.svg_txt7 {
		top: 250px;
		left: 230px;
		text-align: right;
		
	}
	.svg_txt8 {
		top: 130px;
		left: 250px;
		text-align: right;
		
	}
	
}
@media (min-width: 1400px) {
	.svg_txt2 {
		top: 107px;
		right: 210px;
		text-align:left;
	}
	.svg_txt3 {
		top: 222px;
		right: 210px;
		text-align:left;
	}
	.svg_txt4 {
		top: 330px;
		right: 135px;
		text-align: left;
	}
	.svg_txt5 {
		bottom: 0px;
		left: 51%;
		transform: translateX(-41%);
		text-align: left;
	}
	.svg_txt6 {
		top: 363px;
		left: 235px;
		text-align: right;
		
	}
	.svg_txt7 {
		top: 250px;
		left: 230px;
		text-align: right;
		
	}
	.svg_txt8 {
		top: 130px;
		left: 250px;
		text-align: right;
		
	}
}
/*--legacy_section--*/
.legacy_section { 
	background:#EBECEE;
	overflow:hidden;
}
.legacy_section * {
	list-style-type:none;
}
.legacy_section .grid_section{ 
	padding-top:180px;
	padding-bottom:50px;
	position:relative;
}
.legacy_section .grid_section.first_section  { 
	background:#fff;
	padding-left:120px;
	padding-right:50px;
	overflow:hidden;
	position:relative;
}
.legacy_section .grid_section.first_section .pencil_grid { 
	position:absolute;
	left:0px;
	top:0px;
	width:500%;
	display:block;
	z-index:1;
}
.legacy_section .grid_section.first_section .pencil_grid .pencil_list { 
	height:340px;
	width:50px;
	float:left;
	position:relative;
	
	transition:all 0.4s ease;
	transform:translateY(-100%);
}
.legacy_section .grid_section.first_section .pencil_grid .pencil_list.active { 
	transform:translateY(0%);
}
.legacy_section .grid_section.first_section .pencil_grid .pencil_list span { 
	height:100%;
	width:100%;
	display:block;
	background:#f00;
	left:0px;
	top:0px;
	position:absolute;
	z-index:5;
	background:url(../images/pencil3.png) top -1px center no-repeat;
	background-size:50px;
}

.legacy_section .grid_section.first_section .pencil_grid .pencil_list:before {
	position:absolute;
	left:0px;
	top:0px;
	height:25px;
	width:100%;
	content:'';
	display:block;
	z-index:1;
	-webkit-box-shadow: 0px -6px 26px 5px rgba(0,0,0,1);
	-moz-box-shadow: 0px -6px 26px 5px rgba(0,0,0,1);
	box-shadow: 0px -6px 26px 5px rgba(0,0,0,1);
} 
.legacy_section .grid_section.first_section .pencil_grid .pencil_list.pencil_lg span { 
	background:url(../images/pencil1.png) top -1px center no-repeat;
	background-size:50px;
}
.legacy_section .grid_section.first_section .pencil_grid .pencil_list.pencil_1 span { 
	background:url(../images/pencil2.png) top -1px center no-repeat;
	background-size:50px;
}
.legacy_section .grid_section.first_section .pencil_grid .pencil_list.pencil_2 span { 
	background:url(../images/pencil4.png) top -1px center no-repeat;
	background-size:50px;
}
.legacy_section .grid_section.first_section .pencil_grid .pencil_list.pencil_3 span { 
	background:url(../images/pencil5.png) top -1px center no-repeat;
	background-size:50px;
}
.legacy_section .grid_section.first_section .content_wrap {
	position:relative;
	z-index:2;
}
.legacy_section .left_lists {
	padding-right:5%;
}
.legacy_section .left_lists li {
    font-size: 17px;
    margin-bottom: 30px;
    color: #333;
	opacity:0;
	transform:translateY(100px);
    padding-left: 14px;
    list-style-type: none;
	transition:all 0.5s ease;
    border-left: 4px solid #333;
}
.legacy_section .left_lists li.active { 
	opacity:1;
	transform:translateY(0px);
	transition-delay:0s;
}
.legacy_section .left_lists li:last-child { 
	margin-bottom:0px;
}
.legacy_section .grid_section.second_section  { 
	background:#EBECEE;
	padding-left:10%;
	padding-right:10%;
	box-sizing:border-box;
}
.legacy_section .grid_section.second_section .vertical-aligning { 
	align-items: center;
	display:table;
}
.grid_section.second_section .vertical-aligning .fil0 {fill:#2E87FD}
.grid_section.second_section .vertical-aligning .fil1 {fill:#FF8019; stroke-width:20;stroke:#FF8019;
	-webkit-animation: slideOver 1.5s linear infinite;
	-moz-animation: slideOver 1.5s linear infinite;
	-ms-animation: slideOver 1.5s linear infinite;
	animation: slideOver 1.5s linear infinite;
}
@keyframes slideOver {
  0% {
    fill:#FF8019;
	opacity:0.3;
  }
  25% {
    fill:#FF8019;
	opacity:0.40;
  }
  50% {
   fill:#FF8019;
   opacity:0.65;
  }
  75% {
    fill:#FF8019;
	opacity:0.75;
  }
   100% {
    fill:#FF8019;
	opacity:1;
  }
}
.legacy_section .grid_section.second_section .vertical-aligning > .column { 
	display:table-cell;
	vertical-align:middle;
}
.legacy_section .grid_section.second_section .desc { 
	font-size: 17px;
	font-weight:400;
	opacity:0;
	transform:translateX(250px);
	transition:all 0.4s ease;
	padding-left:30px;
}
.legacy_section.animated .grid_section.second_section .desc {  
	transform:translateX(0px);
	transition-delay:1.4s;
	opacity:1;
}
.legacy_section .vertical-align {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.legacy_section .vertical-align > [class^=col-] {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.legacy_section .svgtransition { 
	max-width:200px;
	max-height:200px;
	opacity:0;
	transform:scale(0.5) rotate(45deg);
	transition:all 0.5s linear;
}
.legacy_section.animated .svgtransition { 
	transition-delay:1s;
	opacity:1;
	transform:scale(1) rotate(0deg);
}


.legacy_section .h3_title {
    font-size: 45px;
    font-weight: 600;
    color: #333;
    padding-bottom: 8px;
    position: relative;
	margin-top:0px;
    margin-bottom: 40px;
	transform:scale(0.2);
	opacity:0;
	transition:all 0.4s ease;
	transform-origin:left center;
}
.legacy_section .h3_title.active { 
	transform:scale(1);
	opacity:1;
	transition-delay:0.7s;
}
.legacy_section .h3_title:after {
    position: absolute;
    left: 0px;
    width: 50px;
    top: 100%;
    background: #333;
    height: 4px;
    content: '';
    display: block;
}
@media (max-width: 1400px) {  
.legacy_section .grid_section.second_section {
    background: #EBECEE;
    padding-left: 7%;
    padding-right: 7%;
    box-sizing: border-box;
}
}
@media (max-width: 1200px) { 
.legacy_section .svgtransition { 
	max-width:100px;
	max-height:100px;
}
}
@media (max-width: 992px) {  
.legacy_section .grid_section.second_section { 
	padding-top:60px;
}
.legacy_section .vertical-align > [class^=col-] { 
	flex-basis: auto;
}
}