/* Custom Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'Replica Std Light';
    src: url('replicastd-light-4.eot');
    src: local('Replica Std Light'), local('ReplicaStd-Light'),
        url('replicastd-lightd41d-4.eot?#iefix') format('embedded-opentype'),
        url('replicastd-light-4.woff2') format('woff2'),
        url('replicastd-light-4.woff') format('woff'),
        url('replicastd-light-4.ttf') format('truetype'),
        url('replicastd-light-4.svg#ReplicaStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Replica Std Bold';
    src: url('replicastd-bold-4.eot');
    src: local('Replica Std Bold'), local('ReplicaStd-Bold'),
        url('replicastd-boldd41d-4.eot?#iefix') format('embedded-opentype'),
        url('replicastd-bold-4.woff2') format('woff2'),
        url('replicastd-bold-4.woff') format('woff'),
        url('replicastd-bold-4.ttf') format('truetype'),
        url('replicastd-bold-4.svg#ReplicaStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Replica Std Regular';
    src: url('replicastd-regular-4.eot');
    src: local('Replica Std Regular'), local('ReplicaStd-Regular'),
        url('replicastd-regulard41d-4.eot?#iefix') format('embedded-opentype'),
        url('replicastd-regular-4.woff2') format('woff2'),
        url('replicastd-regular-4.woff') format('woff'),
        url('replicastd-regular-4.ttf') format('truetype'),
        url('replicastd-regular-4.svg#ReplicaStd-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General Styles
-------------------------------------------------- */

.grecaptcha-badge
{
	display: none;
}

body {
  padding-top: 0px;
  font-family: 'Replica Std Regular';
  color:#323232;
}

h1,
h2,
h3,
h4{font-family: 'Replica Std Bold'; color:#323232;}

h1{font-size:26px;}

a:hover {text-decoration:none;}
a:focus {
  outline:none;
  text-decoration: none;
}

.animated,
.animated a, .product_list li, .product_list li span {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;

}

#wrapper_1{position:relative;}

/* Top Header
-------------------------------------------------- */
/*#header{background:url(images/rednwhite.jpg) repeat-y center top; position:relative; z-index:2;}*/
#header {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2500+0,ff2500+35,ffffff+35,ffffff+100 */
background: #ff2500; /* Old browsers */
background: -moz-linear-gradient(left, #ff2500 0%, #ff2500 35%, #ffffff 35%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff2500 0%,#ff2500 35%,#ffffff 35%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff2500 0%,#ff2500 35%,#ffffff 35%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2500', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#header .container{padding-right:0;}
.top_header{background:url(top_header_bg-3.jpg) no-repeat center top; background-size:100%; position:relative;}
.custom_slider {	position: relative;	/*z-index: -2;*/}
.block_1{position:absolute; top:35px; right:90px; color:#ff2600;}
.block_1 span.num{font-family: 'Replica Std Bold';}
.block_1 a{color:#ff2600;}

.block_2{position:absolute; top:61px; right:0; display:block;}

.block_3{position:absolute; top:61px; right:175px; display:block;}
.block_3 span{font-family: 'Replica Std Bold';}

/* Menu Styles
-------------------------------------------------- */
.navbar{background:none; margin-bottom:0;border:none; border-radius:0px;}
.navbar-nav { float:right;}
.navbar-fixed-top{border:none;}

.nav > li > a{color:#6e6e6e; font-family: 'Replica Std Regular';}
.nav > li.active > a, .nav > li > a:hover, .nav > li > a:focus{color:#ff0000; background:none;}
/*.nav > li.active.ci_t > a, .nav > li.ci_t > a:hover, .nav > li.ci_t > a:focus{color:#47a8ff; background:none;}
.nav > li.active.sp_t > a, .nav > li.sp_t > a:hover, .nav > li.sp_t > a:focus{color:#ff0000; background:none;}
.nav > li.active.dm_t > a, .nav > li.dm_t > a:hover, .nav > li.dm_t > a:focus{color:#6DCF32; background:none;}
.nav > li.active.in_t > a, .nav > li.in_t > a:hover, .nav > li.in_t > a:focus{color:#00d0cb; background:none;}*/

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:none !important;
    border-color:none !important;  background:none;
}
.navbar-nav > li > .dropdown-menu {
    margin-top:0px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding:13px;
}

.dropdown-menu
{
	background-color: #f0f0f0 !important; border-left:solid 4px #ff0000;
}
.dropdown-menu li a {

	color:#5a5a5a !important;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:none!important;
	font-size: 17px;
}
.dropdown-menu > li > a {

    padding:10px 0px 10px 0px;!important;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ff0000 !important;
    text-decoration: none;
    background:none !important;
}

.dropdown-menu li
{

	border-bottom:1px solid #fff;
}
.dropdown-menu > li > a:hover
{
	padding-top:10px;
	padding-bottom:10px;
	color: #ff0000 !important;
}



.navbar-toggle {
  background-color: #acacac;
}
.navbar-toggle .icon-bar{background-color:#fff;}



/* Header Section
-------------------------------------------------- */
#box_outside{}
.header_section{background:url(header_img1-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
.header_section_155{background:url(header_img_what_we_do-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
.header_section_157{background:url(header_img_why_lavabox-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
.header_section_156{background:url(header_img_why_online-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
.header_section_158{background:url(header_img_about_us-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}

.header_section_inner{width:50%; padding-right:10px;}
.header_section_inner2{display:none; background:#f3f3f3; overflow:hidden; padding:12px;}

.header_section_155 .header_section_inner, .header_section_157 .header_section_inner{width:41%;}
.header_section_156 .header_section_inner{width:46%;}

.phone_container{background:#f3f3f3; display:none;}
.phone_container a{color:#323232;}

/* Main Content
-------------------------------------------------- */
.main_title{font-size:26px; margin-bottom:15px;}
.main_top .container{padding:0;}
.main_top .wht_we_do{width:100%; position:relative;}

.kk-hide1{display:block;}
.kk-hide2{display:none;}

.more_btn{background:#323232; color:#fff; padding:3px 10px; text-transform:uppercase; margin-top:10px;}
.more_btn:hover{background:#f28b29; color:#fff;}

.kk_num{display:none; width:50px; height:50px; margin-right:12px; text-align:center; vertical-align:middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;

	-moz-box-shadow:2px 2px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.5);
	-khtml-box-shadow:2px 2px 6px rgba(0,0,0,0.5);
	box-shadow:2px 2px 6px rgba(0,0,0,0.5);

	}

.product_list{margin:0; padding:0;}
.product_list li{list-style:none; display:block; background:#f0f0f0; position:relative;}
.product_list li:hover{background:#f28b29;}
.product_list li a{display:block; color:#323232;}
.product_list li a:hover{color:#fff;}
.product_list li span{ display:block; position:absolute; background:#323232; color:#fff; text-align:center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	}
.product_list li:hover span{background:#fff; color:#f28b29;}

.case_study{/*background:url(images/casestudy_bg.png) no-repeat top; background-size:100%; overflow:hidden; position:relative;*/}
.case_study:hover .more_btn{background:#f28b29; color:#fff;}

.case1{background:url(casestudy_bg1_hover-3.png) no-repeat top; background-size:100%; overflow:hidden; position:relative;}
.case2{background:url(casestudy_bg_hover-3.png) no-repeat top; background-size:100%; overflow:hidden; position:relative;}

.left_bottom{padding-left:17px; padding-top:52px;}
.left_bottom h1{color:#ff0000; font-family: 'Replica Std Regular'; margin-top:0; margin-bottom:0; line-height:100%;}
.left_bottom h2{color:#323232; font-family: 'Replica Std Regular'; margin-top:0; line-height:42px;}

.left_bottom.bio_temp{padding-top:0;}


.home_ph{overflow:hidden; font-size:26px; line-height:38px; margin-top:37px; color:#ff0000;}
.ph_icon2{width:38px; margin-right:10px; float:left;}
.home_ph a{color:#ff0000;}

.home_mail{overflow:hidden; margin-top:9px; line-height:38px; font-size:26px; clear:both;}
.mail_icon{width:38px; margin-right:10px; float:left;}
.home_mail img{float:left;}

.mail_icon_hover{position:absolute; top:0; left:0;}
.home_mail a{overflow:hidden; color:#ff0000;  display:inline-block; position:relative;
transition:all 300ms linear;
-moz-transition:all 300ms linear;
-webkit-transition:all 300ms linear;
-ms-transition:all 300ms linear;
}
.home_mail a:hover, .home_mail:hover a{color:#f07812;}

.homepage_form{margin-top:52px;}
.homepage_form iframe{min-height:481px;}
.contactpage_form{display:block; margin-top:32px;}
.txt4{display:none;}
.left_form{display:none;}



.brk2{display:none;}
.team_contacts{display:none;}

.orange_box{color:#fff; padding:50px 220px 50px 0;}
.orange_box h1{font-size:80px; text-transform:uppercase; color:#fff;}
.orange_box h2{font-size:33px; text-transform:uppercase; color:#fff;}
.orange_box p{font-size:31px; line-height:38px; padding-bottom:18px;}

.inner_banner{overflow:hidden; background:#f3f3f3; height:260px; clear:both;}
.inner_banner .container{top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); position:relative;}
.inner_banner h1{font-size:46px; color:#ff2600; margin-top:0;}
.inner_banner p{font-size:23px; color:#414141;}
.inner_banner p:last-child{margin-bottom:0;}

.mob_ph a{color:#aaa;}

.vu_dsk{cursor:pointer;}

.orange_block{background:url(orange_block_bg-3.png) no-repeat top; height:550px;}

.three_boxes_top{background:#ebebeb; height:675px; padding:75px 0;}
.three_boxes_top h1{font-size:40px; margin:0 0 50px 20px;}
.three_boxes_top .white_box{background:#fff; padding:20px; float:left; height:420px; position:relative;}
.three_boxes_top .col-lg-4.first{padding-left:0;}
.three_boxes_top .col-lg-4.last{padding-right:0;}
.three_boxes_top p{font-size:16px;}
.three_boxes_top .white_box .white_top{height:130px;}
.three_boxes_top .white_box .white_top .white_left{float:left; width:60%;}
.three_boxes_top .white_box .white_top .white_right{float:right;}
.three_boxes_top .white_box .white_inner{float:left; clear:both; font-size:16px; line-height:22px;}
.three_boxes_top .white_box .white_top h2{text-transform:uppercase; font-size:28px; margin:10px 0;}
.three_boxes_top .white_box .white_top h3{font-size:16px; color:#646464; text-transform:uppercase; margin:10px 0;}
.three_boxes_top .white_box .more_btn{position:absolute; bottom:30px; font-size:14px; font-family: 'Replica Std Bold'; background:#ff4b00; padding:5px 20px;}
.three_boxes_top .white_box .more_btn:hover{background:#323232;}


.sales_learn_more {padding-left:22px !important;}
.sales_learn_more .sales_inner{background:#323232; padding:20px; color:#3a94ff; margin-top:40px; float:left; width:100%; position:relative;}
.sales_learn_more .sales_inner .sales_left{float:left;}
.sales_learn_more .sales_inner .sales_left h1{font-size:28px; font-family: 'Replica Std Bold'; color:#3a94ff; margin-top:0;}
.sales_learn_more .sales_inner .sales_right{float:right;}
.sales_learn_more .sales_inner .sales_right a{position:absolute; width:100%; height:100%; display:block; left:0; top:0;}
.sales_learn_more .sales_inner .sales_right img{margin:66px 0 10px 397px;}

.sales_learn_more .sales_inner.sales_red{color:#ff2600;}
.sales_learn_more .sales_inner.sales_red .sales_left h1{color:#ff2600;}

.sales_learn_more .sales_inner, .sales_learn_more .sales_inner *{transition: all 0.2s linear;}
.sales_learn_more .sales_inner:hover{background:#000;}
.sales_learn_more .sales_inner:hover .sales_right img{margin-left:405px;}

.meet_the_team_box {padding-left:0px !important;}
.meet_the_team_box .meet_the_team_inner{background:#323232; padding:20px; color:#fff; margin-top:40px; float:left; width:100%; position:relative;}
.meet_the_team_box .meet_the_team_inner .meet_left{float:left; width:240px;}
.meet_the_team_box .meet_the_team_inner .meet_left h1{font-size:28px; font-family: 'Replica Std Bold'; color:#f07812; margin-top:0;}
.meet_the_team_box .meet_the_team_inner .meet_left a{display:inline-block; background:#ff4b00; font-size:14px; text-transform:uppercase; color:#fff; padding:3px 13px; margin-top:12px; transition: all 0.2s linear;}
.meet_the_team_box .meet_the_team_inner .meet_left a:hover{background:#f07812;}

.meet_the_team_box .meet_the_team_inner .meet_right{float:right; width:80px; margin-left:10px;}
.meet_the_team_box .meet_the_team_inner .meet_right a{position:absolute; width:100%; height:100%; display:block; left:0; top:0;}
.meet_the_team_box .meet_the_team_inner .meet_right img{margin:0;}

.about_top{padding-left:20px;}
.about_top h1{font-size:46px;}
.about_top p{font-size:22px; color:#646464;}

.bio_block{padding-left:20px; padding-top:10px;}
.bio_block h1{font-size:46px;}
.bio_block h2{font-size:28px; color:#646464; margin-top:6px; margin-bottom:25px;}
.bio_block p{font-size:16px; color:#646464; margin-bottom:17px; line-height:24px;}
.bio_photo img{margin-top:50px; display:block;}
.bio_photo{padding-left:20px;}

.bio_block img{display:none;}

.bio_btns {margin-top:30px; margin-left:20px;}
.bio_btns br{display:none;}
.bio_btns a {display:block; padding:5px 15px; background:#a5a5a5; float:left; margin-right:10px; text-transform:uppercase; color:#fff; font-size:20px; font-family: 'Replica Std Bold'; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -ms-transition:all 0.3s linear; margin-top:10px;}

.bio_btns a[href^="/"]{background:#000;}
.bio_btns a[href^="/"]:hover{background:#f07812;}

.bio_btns a[href^="http:"]{background:#000;}
.bio_btns a[href^="http:"]:hover{background:#f07812;}

.blog_search_box h3{font-size:19px;}


/* career Intro */
.career_intro{padding:40px 0 40px;}
.career_txt{font-size:36px; color:#646464; line-height:40px;}
.career_txt .action_btn{background:#ff8c00; display:inline-block; padding:15px 30px; color:#fff; font-size:28px; line-height:30px; position:relative; height:60px; margin-top:60px;}
.career_txt .action_btn:after{
	position:absolute;
	right:-40px;
	top:0;
	width:0;
	height:0;
	border-left:40px solid #ff8c00;
	border-top:30px solid transparent;
	border-bottom:30px solid transparent;
	content:"";
}

.career_vid{text-align:center;}
.career_vid iframe {
  max-width: 100%;
  margin:0 auto;
}

.career_red_title{	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+1,ff8c00+100 */
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left,  #ff0000 1%, #ff8c00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff0000 1%,#ff8c00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ff0000 1%,#ff8c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff8c00',GradientType=1 ); /* IE6-9 */
 padding:30px 0px; position:relative; font-size:36px; color:#fff; line-height:40px; text-align:center; margin-bottom:0px;}
.career_red_title2{padding:50px 30px;}

.career_intro p
{
	font-size:20px;
	line-height:30px;
}

.or-r
{
	padding: 9px;
    background: url(hire-bg-3.png) no-repeat center top;
    border-radius: 10px;
    margin-left: -66px;
    font-size: 11px;
    margin-top: 10px;
    position: absolute;
    font-weight: normal;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    max-width: 73px;
    height: 26px;
    line-height: 21px;
}/*.career_red_title:after{
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:-35px;
	width:0;
	height:0;
	border-top:35px solid #ff0000;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	content:"";
}
*/
.career_item{padding:40px 0; border-bottom:2px solid #dcdcdc;}
.career_item h1{font-size:36px; color:#ff0000; line-height:40px;}
.career_item p{font-size:22px; color:#323232; line-height:26px;}
.career_item img{max-width:100%; height:auto;}
.career_desc{padding-top:20px;}

.career_desc2{padding-left:200px;}


.lavabox_career{ background:#FFBE00; text-align:center; padding-bottom:30px;}
.lava_career_help{display:inline-block; vertical-align:top; margin:20px 30px; text-align:left; width:315px; height: 400px; padding:20px; }
.lava_career_help h1{font-size:30px; color:#ff0000; line-height:33px;}
.lava_career_help p{font-size:16px; color:#323232;}
/*.lava_career_help p:hover{color:#fff;}*/
.lava_career_help td:last-child{padding-left:12px;}
/*.lava_career_help:hover
{
	background:rgba(43,43,43,0.3);
	padding:20px;
	border-radius:4px;
	width: 315px;
    color:#fff;

}
.lava_career_help:hover h2 {color:#fff;}
.lava_career_help:hover p {color:#fff;}*/


/* Media Queries
-------------------------------------------------- */

@media (min-width: 768px) {
	.container {
		width: 750px;
	}

	.top_header {
    height: 92px;
    background-size: 779px;
    background-position: -85px top;
}


.main_logo {
    width: 152px;
    padding-top: 24px;
    margin-left: 0px;
}



#header {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 92px;
    position: relative;
    z-index: 9;
}



.block_1{font-size:20px; top:36px;}
	.block_2{width:100px; top:35px;}

	.dl-menuwrapper{display:none;}

	.navbar{height:40px; min-height:40px;}
		.nav > li > a{font-size:14px; padding:15px 10px 5px;}
		.or-r {margin-top: 5px; margin-left:-58px}
	.dropdown-menu li a {	color: #8C8C8C !important;	padding-top: 10px;	padding-bottom: 10px;	padding-left: none !important;	/*font-size: 13px*/;}
	.navbar-collapse{padding-left:0; padding-right:0;}
	.nav > li.first > a{padding-left:1px;}

	#box_outside .container{
		padding-right: 0px;
		padding-left: 0px;
		margin-top:20px;
	}
	.header_section{padding:15px;}
	.header_section h1{font-size:20px; line-height:26px; margin-top:7px;}
	.header_section p{font-size:14px; line-height:17px; margin-top:20px;}
	.header_section_158 .header_section_inner p{margin-bottom:0; margin-top:10px;}
	.header_section_158 .header_section_inner{width:41%;}


	.header_section_1{height:211px;}
	.header_section_155{height:233px;}
	.header_section_156{height:231px;}
	.header_section_157{height:186px;}
	.header_section_158{height:186px;}


	.home_ph{font-size:20px; line-height:32px; margin-top:17px;}
	.ph_icon2{width:32px; margin-right:8px;}

	.home_mail{font-size:20px; line-height:32px; margin-top:9px; }
	.mail_icon{width:32px; margin-right:8px;}

	.main_title{font-size:20px; margin-bottom:15px; margin-left:0px;}

	/* Contact */
	.contact .col-xs-12{padding-left:0; padding-right:0;}
	.contact_num{margin-top:30px; padding-left:15px;}
	.contact_num .txt1{font-size:26px; line-height:30px; margin-bottom:20px;}
	.contact_num .txt2{font-size:20px; margin-bottom:0;}
	.contact_num .txt3{font-size:20px; display:none;}
	.contact_num h1{font-size:40px; margin-top:0; padding-top:0; margin-bottom:12px;}

	.contact_details{border-top:10px solid #f0f0f0; margin-right:12px; margin-top:20px; padding-left:15px;}
	.contact_details .col-sm-4{padding:0;}
	.contact_details h1{font-size:20px; margin-top:20px;}
	.c_det{position:relative; padding-left:42px; overflow:hidden;}
	.c_det .contact_icon{position:absolute; left:0; top:0; width:32px;}
	.c_det h1{font-size:20px; margin-top:3px;}
	.c_det h2{font-size:16px; margin-top:10px; margin-bottom:0;}
	.c_det p{font-size:16px; line-height:20px;}
	.c_det.one{margin-top:20px;}
	.c_det.two{margin-top:15px;}
	.c_det.three{margin-top:20px;}
	.c_det.four{margin-top:20px;}

	.team_contacts{border-top:10px solid #f0f0f0; margin-right:0px; margin-top:20px; padding-left:15px; overflow:hidden;}
	.team_contacts h1{margin-bottom:0px; font-size:20px; margin-top:20px;}

	.team_title{background:#f0f0f0; padding:7px 15px; margin-top:30px;}
	.team_title h1{margin:0; padding:0; font-size:16px;}

	.team_persons{overflow:hidden;}
	.team_persons .col-sm-6{padding:0;}
	.person_details{position:relative; padding-left:120px; min-height:110px; margin-top:18px;}
	.person_photo{position:absolute; top:0; left:0; width:100px;}

	.person_details h1{font-size:15px; margin:0 0 5px 0; padding:0;}
	.person_details p{font-size:15px; margin:0 0 5px 0; padding:0;}
	.person_details a{color:#323232; text-decoration:none;}

	/* End Contact */

	/* Lead Scan */
	.inner_cont2{margin-top:40px;}
	.inner_cont2 .col-sm-12{padding:0;}
	.mid_cont{padding-left:17px; padding-right:12px;}
	.mid_cont h1{font-size:26px; margin-top:0;}
	.mid_cont h3{font-size:16px; margin-bottom:20px;}
	.mid_cont p{font-size:14px;}
	.mid_cont p.size1{font-size:16px;}
	.mid_cont h1.main_title2{margin-bottom:20px;}
	.mid_cont .c_top{padding-right:30px;}
	.mid_cont .c_top2{padding-right:0px;}
	.mid_cont ul{margin:0 0 25px 0; padding:0;}
	.mid_cont ul li{background:url(red_arrow.png) no-repeat left 3px; font-size:14px; margin:0 0 6px 0; padding:2px 0 2px 24px; list-style:none;}

	.side_img{padding-left:30px; width:290px;}
	.side_img2{padding-left:20px; width:290px;}
	.grey_box4{background:#f0f0f0; position:relative; padding:50px 15px 15px 130px; margin-top:15px;}
	.grey_box4 h1{background:#5ec926; margin:0; padding:10px 15px; color:#fff; font-size:16px; position:absolute; left:0; top:0; width:100%;}
	.grey_box4 .gr4_img{position:absolute; left:15px; top:55px; width:100px;}

	.grey_box5{background:#f0f0f0; position:relative; padding:15px 20px 15px 80px; margin-bottom:3px; min-height:75px;}
	.grey_box5 h1{margin:0 0 5px 0; padding:0; color:#323232; font-size:16px;}
	.grey_box5 h2{font-size:14px; margin-bottom:6px;}
	.grey_box5 .gr5_img{position:absolute; left:15px; top:15px; width:55px;}

	.grey_box6{background:#f0f0f0; margin-bottom:0; padding:15px 40px 0px 15px; overflow:hidden;}

	.cp_wrap{position:relative;}
	.cp_wrap_bg{position:absolute; left:10px; top:5px; width:60px;}
	.cp_wrap .grey_box5 h1{font-size:14px;}
	.cp_wrap .grey_box5 P{margin-bottom:4px; line-height:18px;}


	.ad_logos{width:100%; margin-top:10px;}
	.ad_logos span{border-bottom:2px solid #eeeeee; padding:12px 0; display:block;}
	.ad_logos span.last-ad{border:none;}
	.ad_logos span img{
		-moz-transform:scale(0.85);
    	-webkit-transform:scale(0.85);
    	transform:scale(0.85);

		-moz-transform-origin:0% 0%;
		-webkit-transform-origin:0% 0%;
		transform-origin:0% 0%;
		}

	.work_wrapper {margin-top: 170px;}

	/* End Lead Scan */

	.three_boxes_top{height:auto; padding:60px 0;}
	.three_boxes_top h1{margin:0 0 30px 20px;}
	.three_boxes_top .col-lg-4.first, .three_boxes_top .col-lg-4.last{padding:0 15px;}
	.three_boxes_top .white_box{height:auto; margin-bottom:25px;}
	.three_boxes_top .white_box .more_btn{position:relative; bottom:auto; float:left; margin-top:15px;}
	.three_boxes_top .white_box .white_top{height:auto;}
	.three_boxes_top .white_box .white_top .white_right{text-align:right;}
	.three_boxes_top .white_box .white_top .white_right img{width:80%; height:80%;}
	.three_boxes_top .white_box .white_inner{margin-top:10px;}


}


@media (min-width: 992px) and (max-width: 1199px){
	.container {	width: 970px;}
	#header {		-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);		-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);		box-shadow: 0

4px 10px rgba(0, 0, 0, 0.2);
	 height: 92px;
    position: relative;
    z-index: 9;
	}

.top_header{background-size:790px; background-position:-90px top;}
.main_logo {
	width: 194px;
	margin-top: 0;
	margin-left: 0;
	position: relative;
	top: 0px;
	left: 4px;
}

	.block_1{font-size:25px; top:25px; right:280px; }
	.block_3{width:170px; top:25px; right:80px; border-left:solid 1px #dcdcdc; padding-left:25px;}


	.navbar{height:51px;}
	.nav > li > a{font-size:17px; padding:16px 14px;}
	.navbar-collapse{padding-left:0; padding-right:0;}
	.nav > li.first > a{padding-left:4px;}
	.or-r {
	margin-left: -65px;
	margin-top: 0px;
	padding: 0px 0px 0px;
	font-size: 10px;
	line-height: 21px;
}

	#box_outside .container{
		padding-right: 0px;
		padding-left: 0px;
		margin-top:29px;
	}
	.header_section{padding:20px}
	.header_section_inner{width:48%;}
	.header_section h1{font-size:28px; line-height:33px; margin-top:10px;}
	.header_section p{font-size:16px; line-height:21px; margin-top:25px;}
	.header_section_156 .header_section_inner p{margin-bottom:0; margin-top:18px;}
	.header_section_158 .header_section_inner p{margin-bottom:0; margin-top:15px;}
	.header_section_158 .header_section_inner{width:39%;}

	.header_section_1{height:273px;}
	.header_section_155{height:302px;}
	.header_section_156{height:299px;}
	.header_section_157{height:241px;}
	.header_section_158{height:241px;}

	.main_top .home_cont .col-md-8{width: 67.66666667%;}
	.main_top .home_cont .col-md-4{width: 32.33333333%;}


	.main_title{margin-left:19px; font-size:20px; margin-bottom:12px;}
	.main_title_right{margin-left:10px;}
	.main_top{margin-top:10px; overflow:hidden;}
	.main_top .home_cont .col-md-8, .main_top .home_cont .col-sm-12{/*padding-left:0; padding-right:15px;*/}
	.main_top .home_cont .col-md-4{/*padding-left:0; padding-right:0px;*/}
	.main_top .wht_we_do{height:1040px; background:url(wht_we_do_bg2-3.png) no-repeat top;}
	.chrome .main_top .wht_we_do{height:1039px;}
	.main_top .wht_we_do h1{text-transform:uppercase; font-size:20px; margin-top:12px;}
	.main_top .wht_we_do p{font-size:14px; line-height:17px;}
	.p1{width:295px; position:absolute; left:20px; top:20px;}
	.p2{width:165px; position:absolute; left:453px; top:165px;}
	.p3{width:260px; position:absolute; left:20px; top:577px;}
	.p4{width:252px; position:absolute; left:336px; top:750px;}
	.p1, .p2, .p3{border:none;}
	.p1 img, .p2 img, .p3 img, .p4 img{width:112px;}

	.product_list li{margin-bottom:2px;}
	.product_list li a{font-size:14px; padding:5px 35px 5px 10px;}
	.product_list li span{width:17px; height:17px; top:7px; right:15px; line-height:14px;}

	.case_study{width:100%; height:269px; margin-bottom:15px;}
	.case_study_inner {width: 210px; height: 207px;  margin: 12px 0 0 15px;  padding: 14px 23px 14px 14px;}
	.case_study_inner h1{margin-top:0; margin-bottom:0; font-size:42px;}
	.case_study_inner h2{margin-top:-5px; margin-bottom:5px; font-size:16px; line-height:17px;}
	.case_study_inner p{margin-top:0; margin-bottom:6px; line-height:14px; font-size:12px;}

	.left_bottom h1{font-size:86px;}
	.left_bottom h2{font-size:26px;}
	.left_bottom p{font-size:32px; line-height:35px;}

	.home_ph{font-size:27px; line-height:32px; margin-top:28px;}
	.ph_icon2{width:32px; margin-right:8px;}


	.home_mail{font-size:27px; line-height:32px; margin-top:9px; display:inline-block;  min-height:42px;}
	.mail_icon{width:32px; margin-right:8px;}


	.bio_temp .home_ph{font-size:20px; display:inline-block; min-height:42px;}
	.bio_temp .home_mail{font-size:20px; margin-top:3px;}



	/* What We Do */
	.main_top .wht_we_do2{background:url(v_stripe2a.png) no-repeat 110px 24px; margin-top:33px; overflow:hidden;}
	.inner_cont .col-lg-12{padding:0;}
	.s1,.s2,.s3,.s4{position:relative; padding-left:98px; overflow:hidden; margin-bottom:25px;}
	.s3{margin-bottom:5px;}
	.main_top .wht_we_do2 .kk-hide1{width:103px; position:absolute; left:0; top:0;}

	.main_top .wht_we_do2 h1{margin-top:0; text-transform:uppercase;}
	.main_top .wht_we_do2 h1 span{display:inline-block; vertical-align:middle;}

	.main_top .wht_we_do2 .kk_num{width:50px; height:50px; line-height:50px; z-index:3; position:relative; color:#fff; font-size:20px;}
	.main_top .wht_we_do2 .kk_txt{color:#fff; padding:7px 20px 7px 40px; margin-left:-30px; z-index:2; display:inline-block; width:840px; font-size:16px;}
	.s1 .kk_num{background:#3a94ff;}
	.s1 .kk_txt{background:#3a94ff;}
	.s2 .kk_num{background:#5ec926;}
	.s2 .kk_txt{background:#5ec926;}

	.s3 .kk_num{background:#f07812;}
	.s3 .kk_txt{background:#f07812;}

	.main_top .wht_we_do2 .wwd_content{margin-left:75px;}
	.main_top .wht_we_do2 .wwd_content p{font-size:19px; }

	.main_top .wht_we_do2 .col-md-6{padding:0;}
	.grey_box1{background:#f0f0f0; padding:20px 15px 15px 160px; margin-top:10px; position:relative;}
	.grey_right{margin-left:10px;}

	.grey_box1 h1{font-size:19px; text-transform:none !important;}
	.grey_box1 p{font-size:14px !important;}
	.grey_box1 img{margin-right:20px; position:absolute; top:7px; left:10px;
		-moz-transform:scale(0.85);
    	-webkit-transform:scale(0.85);
    	transform:scale(0.85);
	}

	.gb1, .gb2{height:203px; margin-top:15px;}
	.gb3, .gb4{height:224px; margin-top:15px;}
	.gb5, .gb6{height:203px;}
	.gb7, .gb8{height:243px;}
	.gb9, .gb10{height:224px;}
	.gb11, .gb12{height:224px;}
	.gb13, .gb14{height:263px;}
	.gb15, .gb16{height:263px;}
	.gb17{height:230px;}

	/* End What We Do */

	/* Why Lavabox */
	.main_top .why_lavabox{background:url(why_lavabox_bg-3.png) no-repeat center top; background-size:100%; margin-top:12px; overflow:hidden; height:1470px; position:relative;}
	.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8{width:352px; position:absolute; overflow:hidden; padding:20px 25px 20px 20px;}

	.w1{top:54px; left:52px;}
	.w2{top:189px; right:49px;}
	.w3{top:310px; left:52px;}
	.w4{top:443px; right:49px;}
	.w5{top:617px; left:52px;}
	.w6{top:773px; right:49px;}
	.w7{top:916px; left:52px;}
	.w8{top:1046px; right:49px;}
	.w9{top:1254px; left:347px; width:271px; position:absolute; overflow:hidden; padding:25px; text-align:center;}



	.main_top .why_lavabox h1{margin-top:0; font-size:16px;}
	.main_top .why_lavabox p{font-size:14px;}
	.main_top .why_lavabox .w9 p{color:#fff; font-size:16px;}

	.main_top .inner_cont .col-md-8, .main_top .inner_cont .col-md-4, .main_top .inner_cont .col-sm-12{padding-left:0; padding-right:0;}

	/* End Why Lavabox */

	/* Why online */
	.main_top .why_online .col-md-6{padding:0;}
	.grey_box2{background:#f0f0f0; padding:15px 150px 15px 20px; margin-top:10px; position:relative;}
	.grey_right{margin-left:10px;}

	.grey_box2 h1{font-size:30px; text-transform:none !important; margin-top:10px;}
	.grey_box2 p{font-size:14px !important;}
	.grey_box2 img{margin-right:20px; position:absolute; top:10px; right:-5px;
	-moz-transform:scale(0.85);
    	-webkit-transform:scale(0.85);
    	transform:scale(0.85);
		}

	.gba1, .gba2{height:300px; margin-top:0;}
	.gba3, .gba4{height:270px;}

	/* End Why online */

	/* About Us */
	.main_top .about_us {padding-right:165px; margin-left:20px;}
	.main_top .about_us p{font-size:14px;}
	.main_top .about_us p.size2{font-size:16px; margin-top:25px;}
	.main_top .about_us strong{font-family: 'Replica Std Bold';}
	.about_bottom{border-top:10px solid #f0f0f0; margin-top:33px; margin-right:10px; padding-top:25px;}

	.grey_box3{width:100%; height:168px; background:#f0f0f0; overflow:hidden; margin-bottom:10px; padding:15px 20px; cursor:pointer;}
	.gbb1{margin-top:32px; background:url(meet_the_team_bg-3.jpg) no-repeat top; background-size:100%;}
	.gbb2{background:url(blog_bg-3.jpg) no-repeat top; background-size:100%;}

	.grey_box3 a{font-size:20px; color:#323232; font-family: 'Replica Std Bold';}

	.ov_wrap{position:relative; overflow:hidden;}
	.ov_wrap_bg{position:absolute; top:30px; left:24px; height:740px; overflow:hidden;}
	.ov_wrap_bg img{width:22px; height:740px;}
	.ov_wrap .grey_box5{background:#f0f0f0; position:relative; padding:20px 15px 20px 70px; margin-bottom:4px;}
	.ov_wrap .grey_box5 h1{font-size:15px;}
	.ov_wrap .grey_box5 p{font-size:14px;}
	.ov_wrap .grey_box5 p:last-child{margin-bottom:0;}
	.ov_wrap .kk_num{width:38px; height:38px; line-height:38px; z-index:3; position:absolute; color:#fff; background:#ff0000; display:inline-block; left:15px; top:15px;}
	.about_side h3{font-size:20px;}

	/* End About Us */


	/* Contact */
	.contact_num .txt3{font-size:20px; display:block;}
	.person_details{position:relative; padding-left:150px; min-height:150px; margin-top:18px;}
	.person_photo{position:absolute; top:0; left:0; width:130px;}

	.person_details h1{font-size:16px; margin:0 0 10px 0; padding:0;}
	.person_details p{font-size:16px; margin:0 0 10px 0; padding:0;}
	.person_details a{color:#323232; text-decoration:none;}

	.bio_photo img{max-width:290px;}
	/* End Contact */

	/* Lead Scan */
	.mid_cont{min-height:540px;}
	/* End Lead Scan */


	.orange_block{background:url(orange_block_bg-3.png) no-repeat top; height:550px;}
	.orange_box{color:#fff; padding:50px 0;}
	.orange_box h1{font-size:80px; text-transform:uppercase; color:#fff;}
	.orange_box h2{font-size:33px; text-transform:uppercase; color:#fff;}
	.orange_box p{font-size:31px; line-height:38px; padding-bottom:18px;}

	.three_boxes_top{height:auto; padding:60px 0;}
	.three_boxes_top h1{margin:0 0 30px 20px;}
	.three_boxes_top .col-lg-4.first, .three_boxes_top .col-lg-4.last{padding:0 15px;}
	.three_boxes_top .white_box{height:auto; margin-bottom:25px;}
	.three_boxes_top .white_box .more_btn{position:relative; bottom:auto; float:left; margin-top:15px;}
	.three_boxes_top .white_box .white_top{height:auto;}
	.three_boxes_top .white_box .white_top .white_right{text-align:right;}
	.three_boxes_top .white_box .white_top .white_right img{width:80%; height:80%;}
	.three_boxes_top .white_box .white_inner{margin-top:10px;}

	.swp-breadcrumbs {position:absolute; top:-38px; left:19px; /*font-size:12px; margin-left:20px; margin-top:10px;*/}
	.swp-breadcrumbs a{color:#323232; text-decoration:none; font-size:12px;}
	.swp-breadcrumbs a:hover{color:#ff0000;}

	.show_bread .swp-breadcrumbs{position:relative; top:10px; left:21px;}

}

@media (min-width: 1200px) {

	.or-r {
    margin-top: 0px;
    margin-left: -64px;
    padding: 0px;
}

	.container {
		width: 1170px;
	}

	#header {
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); height:138px ; position:relative; z-index:9;
	}

	.top_header{ background-size:1170px; background-position:-210px top;  height:138px ;}
	.main_logo{width:210px; position:relative; top:26px; left:15px; margin:0px; padding-top:0px;}

	.block_1{font-size:18px; top:20px; right:200px; }
	.block_1 span.txt{display:none;}
	.block_2{width:795px; top:65px;}
	.block_3{width:170px; top:15px; right:0px; border-left:solid 1px #dcdcdc; padding-left:25px;}

	.navbar {
	/*height: 64px;*/
	position: relative;
	top:18px;
	z-index: 9;
}
	.nav > li > a{font-size:17px; padding:20px 9px; font-family: 'Replica Std Regular';}
	.navbar-collapse{padding-left:0; padding-right:0;}
	.nav > li.first > a{padding-left:7px;}


	#box_outside .container{
		padding-right: 0px;
		padding-left: 0px;
		margin-top:35px;
	}
   .header_section{padding:25px 25px 25px 22px;}
   .header_section h1{font-size:33px; line-height:40px; margin-top:10px;}
   .header_section p{font-size:20px; line-height:26px; margin-top:30px;}
   .header_section_156 .header_section_inner p{margin-bottom:0; margin-top:23px;}
   .header_section_158 .header_section_inner p{margin-bottom:0; margin-top:18px;}

   .header_section_1{height:330px;}
   .header_section_155{height:364px;}
   .header_section_156{height:361px;}
   .header_section_157{height:291px;}
   .header_section_158{height:291px;}

   .orange_block{background:url(orange_block_bg-3.png) no-repeat top; height:550px;}

   	.main_title{margin-left:22px; font-size:26px; margin-bottom:15px;}
	.main_title_right{margin-left:14px;}
	.main_top{margin-top:30px; overflow:hidden;}
	.main_top .home_cont .col-md-8, .main_top .home_cont .col-md-4, .main_top .home_cont .col-sm-12{/*padding-left:0;*/}
	.main_top .wht_we_do{height:1274px; background:url(wht_we_do_bg1-3.png) no-repeat top;}
	.chrome .main_top .wht_we_do{height:1270px;}
	.main_top .wht_we_do h1{text-transform:uppercase; font-size:26px;}
	.main_top .wht_we_do p{font-size:16px; line-height:20px;}
	.p1{width:360px; position:absolute; left:24px; top:24px;}
	.p2{width:205px; position:absolute; left:554px; top:201px;}
	.p3{width:310px; position:absolute; left:24px; top:705px;}
	.p4{width:310px; position:absolute; left:410px; top:915px;}
	.p1, .p2, .p3{border:none;}
	.p1 img, .p2 img, .p3 img, .p4 img{width:137px;}

	.product_list li{margin-bottom:2px;}
	.product_list li a{font-size:16px; padding:8px 45px 8px 15px;}
	.product_list li span{width:22px; height:22px; top:9px; right:15px; line-height:19px;}

	.case_study{width:100%; height:334px; margin-bottom:15px;}
	.case_study_inner {width: 250px; height: 247px;  margin: 20px 0 0 17px;  padding: 14px 27px 14px 14px;}

	.case_study_inner h1{margin-top:0; margin-bottom:0; font-size:62px;}
	.case_study_inner h2{margin-top:-5px; margin-bottom:10px; font-size:23px; line-height:23px;}
	.case_study_inner p{margin-top:0; margin-bottom:10px; line-height:15px; font-size:14px;}

	.left_bottom h1{font-size:107px;}
	.left_bottom h2{font-size:32px;}
	.left_bottom p{font-size:40px; line-height:45px;}

	.left_bottom.bio_temp h2{font-size:25px;}

	.home_ph{font-size:32px; line-height:38px; margin-top:37px;}
	.ph_icon2{width:38px; margin-right:10px;}

	.home_mail{margin-top:9px; font-size:32px; line-height:38px; display:inline-block; min-height:47px;}
	.mail_icon{width:38px; margin-right:10px;}

	.bio_temp .home_ph{font-size:25px; display:inline-block; min-height:47px; margin-top:25px;}
	.bio_temp .home_mail{font-size:25px; margin-top:3px;}

	/* What We Do */
	.main_top .wht_we_do2{background:url(v_stripe1a.png) no-repeat 142px 24px; margin-top:33px; overflow:hidden;}
	.inner_cont .col-lg-12{padding:0;}
	.s1,.s2,.s3{position:relative; padding-left:125px; overflow:hidden; margin-bottom:30px;}
	.s3{margin-bottom:10px;}
	.main_top .wht_we_do2 .kk-hide1{width:121px; position:absolute; left:0; top:0;}

	.main_top .wht_we_do2 h1{margin-top:0; text-transform:uppercase;}
	.main_top .wht_we_do2 h1 span{display:inline-block; vertical-align:middle;}

	.main_top .wht_we_do2 .kk_num{width:58px; height:58px; line-height:58px; z-index:3; position:relative; color:#fff;}
	.main_top .wht_we_do2 .kk_txt{color:#fff; padding:9px 20px 9px 50px; margin-left:-30px; z-index:2; display:inline-block; width:1005px; font-size:20px;}
	.s1 .kk_num{background:#3a94ff;}
	.s1 .kk_txt{background:#3a94ff;}
	.s2 .kk_num{background:#5ec926;}
	.s2 .kk_txt{background:#5ec926;}
	.s3 .kk_num{background:#f07812;}
	.s3 .kk_txt{background:#f07812;}

	.main_top .wht_we_do2 .wwd_content{margin-left:90px;}
	.main_top .wht_we_do2 .wwd_content p{font-size:20px; line-height:25px;}

	.main_top .wht_we_do2 .col-md-6{padding:0;}
	.grey_box1{background:#f0f0f0; padding:20px 32px 20px 180px; margin-top:12px; position:relative;}
	.grey_right{margin-left:12px;}

	.grey_box1 h1{font-size:20px; text-transform:none !important;}
	.grey_box1 p{font-size:16px !important; line-height:22px !important;}
	.grey_box1 img{margin-right:20px; position:absolute; top:20px; left:20px;}

	.gb1, .gb2{height:239px; margin-top:20px;}
	.gb3, .gb4{height:238px; margin-top:20px;}
	.gb5, .gb6{height:217px;}
	.gb7, .gb8{height:278px;}
	.gb9, .gb10{height:235px;}
	.gb11, .gb12{height:240px;}
	.gb13, .gb14{height:285px;}
	.gb15, .gb16{height:312px;}
	.gb17{height:275px;}
	/* End What We Do */

	/* Why Lavabox */
	.main_top .why_lavabox{background:url(why_lavabox_bg-3.png) no-repeat center top; background-size:100%; margin-top:18px; overflow:hidden; height:1772px; position:relative;}
	.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8{width:426px; position:absolute; overflow:hidden; padding:25px 28px 25px 25px;}

	.w1{top:65px; left:61px;}
	.w2{top:226px; right:59px;}
	.w3{top:373px; left:61px;}
	.w4{top:534px; right:59px;}
	.w5{top:746px; left:61px;}
	.w6{top:932px; right:59px;}
	.w7{top:1103px; left:61px;}
	.w8{top:1261px; right:59px;}
	.w9{top:1512px; left:419px; width:328px; position:absolute; overflow:hidden; padding:25px; text-align:center;}



	.main_top .why_lavabox h1{margin-top:0; font-size:20px;}
	.main_top .why_lavabox p{font-size:16px;}
	.main_top .why_lavabox .w9 p{color:#fff; font-size:23px;}

	.main_top .inner_cont .col-md-8, .main_top .inner_cont .col-md-4, .main_top .inner_cont .col-sm-12{padding-left:0; padding-right:0;}

	/* End Why Lavabox */

	/* Why online */
	.main_top .why_online .col-md-6{padding:0;}
	.grey_box2{background:#f0f0f0; padding:20px 200px 20px 25px; margin-top:12px; position:relative;}
	.grey_right{margin-left:12px;}

	.grey_box2 h1{font-size:37px; text-transform:none !important; margin-top:10px;}
	.grey_box2 p{font-size:17px !important;}
	.grey_box2 img{margin-right:20px; position:absolute; top:30px; right:15px;}

	.gba1, .gba2{height:370px; margin-top:0;}
	.gba3, .gba4{height:330px;}

	/* End Why online */

	/* About Us */
	.main_top .about_us {padding-right:208px; margin-left:20px;}
	.main_top .about_us p{font-size:16px;}
	.main_top .about_us p.size2{font-size:20px; margin-top:25px;}
	.about_bottom{border-top:10px solid #f0f0f0; margin-top:33px; margin-right:10px; padding-top:25px;}

	.grey_box3{width:100%; height:205px; background:#f0f0f0; background-size:100%; overflow:hidden; margin-bottom:10px; padding:15px 20px; cursor:pointer;}
	.gbb1{margin-top:32px; background:url(meet_the_team_bg-3.jpg) no-repeat top;}
	.gbb2{background:url(blog_bg-3.jpg) no-repeat top;}

	.grey_box3 a{font-size:26px; color:#323232; font-family: 'Replica Std Bold';}

	.about_side h3{font-size:26px;}
	.ov_wrap{position:relative; overflow:hidden;}
	.ov_wrap_bg{position:absolute; top:30px; left:24px; height:750px; overflow:hidden;}
	.ov_wrap_bg img{width:22px; height:780px;}
	.ov_wrap .grey_box5{background:#f0f0f0; position:relative; padding:20px 15px 20px 75px; margin-bottom:4px;}
	.ov_wrap .grey_box5 h1{font-size:19px;}
	.ov_wrap .grey_box5 p{font-size:16px; line-height:21px;}
	.ov_wrap .grey_box5 p:last-child{margin-bottom:0;}
	.ov_wrap .kk_num{width:38px; height:38px; line-height:38px; z-index:3; position:absolute; color:#fff; background:#ff0000; display:inline-block; left:15px; top:15px;}


	/* End About Us */



	/* Contact */

	.contact_num{margin-top:50px; padding-left:20px;}
	.contact_num .txt1{font-size:32px; line-height:37px; margin-bottom:30px;}
	.contact_num .txt2{font-size:26px; margin-bottom:0;}
	.contact_num .txt3{font-size:26px;}
	.contact_num h1{font-size:50px; margin-top:0; padding-top:0; margin-bottom:20px;}

	.contact_details{border-top:12px solid #f0f0f0; margin-right:12px; margin-top:30px; padding-left:20px;}
	.contact_details .col-sm-4{padding:0;}
	.c_det{position:relative; padding-left:40px; overflow:hidden;}
	.c_det img{position:absolute; left:0; top:0;}
	.c_det h1{font-size:26px; margin-top:3px;}
	.c_det h2{font-size:20px; margin-top:15px; margin-bottom:0;}
	.c_det p{font-size:20px; line-height:25px;}
	.c_det.one{margin-top:30px;}
	.c_det.two{margin-top:20px;}
	.c_det.three{margin-top:30px;}
	.c_det.four{margin-top:35px;}


	.team_contacts{border-top:12px solid #f0f0f0; margin-right:0px; margin-top:30px; padding-left:20px;}
	.team_contacts h1{margin-bottom:0px;}

	.team_title{background:#f0f0f0; padding:10px 20px; margin-top:40px;}
	.team_title h1{margin:0; padding:0; font-size:20px;}

	.team_persons{overflow:hidden; =}
	.team_persons .col-sm-6{padding:0;}
	.person_details{position:relative; padding-left:187px; min-height:180px; margin-top:25px;}
	.person_photo{position:absolute; top:0; left:0; width:157px;}

	.person_details h1{font-size:20px; margin:0 0 10px 0; padding:0;}
	.person_details p{font-size:20px; margin:0 0 10px 0; padding:0;}
	.person_details a{color:#323232; text-decoration:none;}

	.bio_photo img{max-width:350px;}

	/* End Contact */

	/* Lead Scan */
	.inner_cont2{margin-top:50px;}
	.inner_cont2 .col-sm-12{padding:0;}
	.mid_cont{padding-left:22px; padding-right:12px; min-height:670px;}
	.mid_cont h1{font-size:33px; margin-top:0;}
	.mid_cont h3{font-size:20px; margin-bottom:20px;}
	.mid_cont p{font-size:16px;}
	.mid_cont p.size1{font-size:20px; line-height:26px;}
	.mid_cont h1.main_title2{margin-bottom:25px;}
	.mid_cont .c_top{padding-right:47px;}
	.mid_cont .c_top2{padding-right:0px;}
	.mid_cont ul{margin:0 0 30px 0; padding:0;}
	.mid_cont ul li{background:url(red_arrow.png) no-repeat left 3px; font-size:16px; margin:0 0 10px 0; padding:0 0 0 24px; list-style:none;}

	.side_img{padding-left:40px; width:315px;}
	.side_img2{padding-left:30px; width:350px;}
	.grey_box4{background:#f0f0f0; position:relative; padding:60px 40px 20px 180px; margin-top:20px;}
	.grey_box4 h1{background:#5ec926; margin:0; padding:10px 15px; color:#fff; font-size:20px; position:absolute; left:0; top:0; width:100%;}
	.grey_box4 .gr4_img{position:absolute; left:20px; top:65px; width:140px;}

	.grey_box5{background:#f0f0f0; position:relative; padding:20px 30px 20px 100px; margin-bottom:4px;}
	.grey_box5 h1{margin:0 0 10px 0; padding:0; color:#323232; font-size:20px;}
	.grey_box5 h2{font-size:16px; margin-bottom:6px;}
	.grey_box5 .gr5_img{position:absolute; left:20px; top:20px; width:100px;}

	.grey_box6{background:#f0f0f0; margin-bottom:0; padding:20px 60px 0px 20px; overflow:hidden;}

	.cp_wrap{position:relative;}
	.cp_wrap_bg{position:absolute; left:10px; top:10px; width:76px;}
	.cp_wrap .grey_box5 h1{font-size:17px;}
	.cp_wrap .grey_box5 P{margin-bottom:4px; line-height:23px;}


	.ad_logos{width:100%;}
	.ad_logos span{border-bottom:2px solid #eeeeee; padding:12px 0; display:block;}
	.ad_logos span.last-ad{border:none;}
	.ad_logos span img{
		-moz-transform:scale(1);
    	-webkit-transform:scale(1);
    	transform:scale(1);

		-moz-transform-origin:0% 0%;
		-webkit-transform-origin:0% 0%;
		transform-origin:0% 0%;
		}

	.work_wrapper {margin-top: 203px;}

	/* End Lead Scan */


	.orange_box{color:#fff; padding:50px 220px 50px 0;}
	.orange_box h1{font-size:80px; text-transform:uppercase; color:#fff;}
	.orange_box h2{font-size:33px; text-transform:uppercase; color:#fff;}
	.orange_box p{font-size:31px; line-height:38px; padding-bottom:18px;}

	.three_boxes_top{background:#ebebeb; height:675px; padding:75px 0;}
	.three_boxes_top h1{font-size:40px; margin:0 0 50px 20px;}
	.three_boxes_top .white_box{background:#fff; padding:20px; float:left; height:420px; position:relative;}
	.three_boxes_top .col-lg-4.first{padding-left:0;}
	.three_boxes_top .col-lg-4.last{padding-right:0;}
	.three_boxes_top p{font-size:16px;}
	.three_boxes_top .white_box .white_top{height:130px;}
	.three_boxes_top .white_box .white_top .white_left{float:left; width:60%;}
	.three_boxes_top .white_box .white_top .white_right{float:right;}
	.three_boxes_top .white_box .white_inner{float:left; clear:both; font-size:16px; line-height:22px;}
	.three_boxes_top .white_box .white_top h2{text-transform:uppercase; font-size:28px; margin:10px 0;}
	.three_boxes_top .white_box .white_top h3{font-size:16px; color:#646464; text-transform:uppercase; margin:10px 0;}
	.three_boxes_top .white_box .more_btn{position:absolute; bottom:30px; font-size:14px; font-family: 'Replica Std Bold'; background:#ff4b00; padding:5px 20px;}
	.three_boxes_top .white_box .more_btn:hover{background:#323232;}
	.three_boxes_top .white_box .white_top .white_right img{width:auto; height:auto;}

	.swp-breadcrumbs {position:absolute; top:-48px; left:24px; /*font-size:14px; margin-left:25px; margin-top:10px;*/}
	.swp-breadcrumbs a{color:#323232; text-decoration:none; font-size:14px;}
	.swp-breadcrumbs a:hover{color:#ff0000;}

	.show_bread .swp-breadcrumbs{position:relative; top:10px;}
}







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

@media (max-width: 1199px){

	.dl-menuwrapper{display:block;}
	.navbar-nav {display:none;}

	.block_2{display:none;}
	/*.block_3{display:none;}*/
	.sales_learn_more{padding-left:16px !important;}
	.sales_learn_more .sales_inner img{/*width:70%; height:70%;*/}
	.sales_learn_more .sales_inner .sales_left img{width:30%; height:30%;}
	.sales_learn_more .sales_inner .sales_left h1{font-size:24px;}

	.sales_learn_more .sales_inner .sales_right img{margin:49px 0 10px 316px;}
	.sales_learn_more .sales_inner:hover .sales_right img{margin-left:326px;}

	.meet_the_team_box .meet_the_team_inner .meet_left{float:left; width:183px;}
	.meet_the_team_box .meet_the_team_inner .meet_right{float:left; width:80px;}
	.meet_the_team_box .meet_the_team_inner .meet_left h1{font-size:20px;}

	.about_top h1{font-size:40px;}
	.about_top p{font-size:19px;}

	.bio_block h1{font-size:40px;}
	.bio_block p{font-size:16px;}

	.home_mail img{max-width:175px;}


	.inner_banner{height:220px;}
	.inner_banner h1{font-size:40px;}
	.inner_banner p{font-size:20px; line-height:24px;}
}


@media (max-width: 991px){

	.main_logo
	{
    padding-top: 24px;
	}
.block_3
	{
		display: none;
	}


	.nav > li > a{font-family: 'Replica Std Regular';}

	.homepage_form{/*max-width:350px;*/ display:none;}
	.contactpage_form{max-width:350px; margin-top:10px; display:block;}


	.header_section_156 .header_section_inner p{margin-bottom:0; margin-top:10px;}


	.main_title{font-size:19px; margin-bottom:8px; margin-left:0px;}
	.main_title_right{margin-left:10px;}
	.main_top{margin-top:10px; overflow:hidden;}

	.main_top .col-md-8, .main_top .col-md-4, .main_top .col-sm-12{padding-left:0px; padding-right:0px;}
	.main_top .wht_we_do{background:none; padding:0px;}
	.main_top .wht_we_do h1{text-transform:uppercase; font-size:18px; margin-top:0px; color:#fff; height:63px; padding:0px 14px;}
	.main_top .wht_we_do p{font-size:14px; line-height:17px;}
	.p1, .p2, .p3, .p4{margin-bottom:8px; position:relative; background:#f3f3f3;}
	.p1 img, .p2 img, .p3 img, .p4 img{width:58px; position:absolute; top:0; right:0;}

	.kk-hide1{display:none;}
	.kk-hide2{display:block;}

	.main_top .wht_we_do h1 span{display:table-cell; vertical-align:middle; padding-left:50px; height:63px;}
	.kk_num{display:inline-block !important; padding:0 !important; width:35px; height:35px !important; vertical-align:middle; line-height:35px; background:#fff; position:absolute; left:14px; top:14px;}

	.p1 h1{background:#3a94ff;}
	.p2 h1{background:#5ec926;}
	.p3 h1{background:#dd8b28;}
	.p4 h1{background:#de2a00;}

	.p1 .kk_num{color:#3a94ff;}
	.p2 .kk_num{color:#5ec926;}
	.p3 .kk_num{color:#dd8b28;}
	.p4 .kk_num{color:#de2a00;}

	.wwd_content{padding:0 14px 14px;}

	.product_list li{margin-bottom:2px;}
	.product_list li a{font-size:14px; padding:8px 35px 8px 10px;}
	.product_list li span{width:17px; height:17px; top:10px; right:15px; line-height:14px;}

	.left_bottom{padding-left:10px; padding-top:20px;}
	.left_bottom h1{font-size:60px; margin-top:0;}
	.left_bottom h2{font-size:18px;}
	.left_bottom p{font-size:23px; line-height:25px;}

	.home_ph{background:#f3f3f3; height:45px; padding:8px 12px 8px; margin-left:-10px; }
	.home_mail{background:#f3f3f3; height:45px; padding:8px 12px 8px; margin-left:-10px; cursor:pointer; margin-top:5px;}

	.bio_temp br{display:none;}

	/* What We Do */
	.main_top .wht_we_do2{background:none; margin-top:0px; overflow:hidden;}
	.inner_cont .col-lg-12{padding:0px;}

	.main_top .wht_we_do2 .wwd_title h1{text-transform:uppercase; font-size:18px; margin:0px; color:#fff; height:63px; padding:0px 14px;}
	.main_top .wht_we_do2 p{font-size:14px; line-height:17px;}

	.s1,.s2,.s3,.s4{position:relative; padding-left:0px; overflow:hidden; margin-bottom:25px;}
	.s3{margin-bottom:5px;}
	.main_top .wht_we_do2 .kk-hide2{width:58px; position:absolute; top:0; right:0;}

	.main_top .wht_we_do2 .wwd_title h1 span{display:table-cell; vertical-align:middle; padding-left:50px; height:63px; padding-right:53px;}
	.main_top .wht_we_do2 .kk_num{display:inline-block !important; padding:0 !important; width:35px; height:35px; vertical-align:middle; line-height:35px; background:#fff; position:absolute; left:14px; top:14px;}


	.main_top .wht_we_do2 .wwd_content{padding:0;}
	.main_top .wht_we_do2 .wwd_main{background:#f0f0f0; padding:14px;}
	.wwd_main br{display:none;}

	.s1 .kk_num{color:#3a94ff;}
	.s2 .kk_num{color:#5ec926;}
	.s3 .kk_num{color:#dd8b28;}

	.s1 h1{background:#3a94ff;}
	.s2 h1{background:#5ec926;}
	.s3 h1{background:#dd8b28;}


	.main_top .wht_we_do2 .wwd_content{margin-left:0px;}

	.s1 .grey_box1{border-top:4px solid #3a94ff;}
	.s2 .grey_box1{border-top:4px solid #5ec926;}
	.s3 .grey_box1{border-top:4px solid #dd8b28;}

	.main_top .wht_we_do2 .col-md-6{padding:0;}
	.grey_box1{background:#f0f0f0; padding:10px 15px 15px 15px; margin-top:10px; position:relative;}
	.grey_right{margin-left:0px;}

	.main_top .wht_we_do2 .grey_box1 h1{font-size:19px; text-transform:none !important; background:none; color:#323232; margin-top:0;}
	.main_top .wht_we_do2 .grey_box1 p{font-size:14px !important;}


	/* End What We Do */


	/* Why Lavabox */
	.main_top .why_lavabox{background:none; margin-top:0px; overflow:hidden;}
	.inner_cont .col-lg-12{padding:0px;}

	.main_top .why_lavabox .wl_title h1{font-size:16px; margin:0 0 2px 0; color:#de2a00; height:59px; padding:0px 14px 0px; background:#f0f0f0; border-top:4px solid #de2a00;}
	.main_top .why_lavabox p{font-size:14px; line-height:17px;}

	.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8{position:relative; padding-left:0px; overflow:hidden; margin-bottom:10px; width:100%;}
	.w9{display:none;}

	.main_top .why_lavabox .wl_title h1 span{display:table-cell; vertical-align:middle; padding-left:50px; height:59px;}
	.main_top .why_lavabox .kk_num{display:inline-block !important; padding:0 !important; width:35px; height:35px; vertical-align:middle; line-height:35px; background:#de2a00; color:#fff; position:absolute; left:14px; top:14px;}


	.main_top .why_lavabox .wl_content{padding:0; background:#f0f0f0; padding:14px;}
	.main_top .why_lavabox .wl_content{margin-left:0px;}

	.orange_wrap1{color:#fff; background:url(orange_wrap1-3.jpg) repeat-y top right; padding:18px 14px 14px 14px; margin-left:-10px; margin-top:-10px;	}
	.orange_wrap1 p{margin-bottom:6px;}

	/* End Why Lavabox */


	/* Why Online */
	.grey_box2{border-top:4px solid #de2a00; background:#f0f0f0; padding:10px 15px 15px 15px; margin-top:10px; position:relative;}
	.main_top .why_online .col-md-6{padding:0;}

	.main_top .why_online .grey_box2 h1{font-size:19px; margin-top:0;}
	.main_top .why_online .grey_box2 p{font-size:14px !important;}

	/* End Why Online */

	/* About Us */
	.main_top .about_us {}
	.main_top .about_us p{font-size:14px;}
	.main_top .about_us p.size2{font-size:16px; margin-top:10px;}
	.main_top .about_us strong{font-family: 'Replica Std Bold';}
	.about_bottom{border-top:10px solid #f0f0f0; margin-top:33px; margin-right:0px; padding-top:25px;}
	.about_side{overflow:hidden;}

	.grey_box3{width:100%; height:168px; background:#f0f0f0; overflow:hidden; margin-bottom:10px; padding:15px 20px; cursor:pointer; max-width:305px; float:left; overflow:hidden;}
	.gbb1{margin-top:12px; background:url(meet_the_team_bg-3.jpg) no-repeat top; background-size:100%; margin-right:10px;}
	.gbb2{margin-top:12px; background:url(blog_bg-3.jpg) no-repeat top; background-size:100%;}

	.grey_box3 a{font-size:20px; color:#323232; font-family: 'Replica Std Bold';}

	.ov_wrap{position:relative; overflow:hidden;}
	.ov_wrap_bg{position:absolute; top:30px; left:24px; height:460px; overflow:hidden;}
	.ov_wrap_bg img{width:22px; height:460px;}
	.ov_wrap .grey_box5{background:#f0f0f0; position:relative; padding:20px 15px 20px 70px; margin-bottom:4px;}
	.ov_wrap .grey_box5 h1{font-size:16px;}
	.ov_wrap .grey_box5 p{font-size:14px;}
	.ov_wrap .grey_box5 p:last-child{margin-bottom:0;}
	.ov_wrap .kk_num{width:38px; height:38px; line-height:38px; z-index:3; position:absolute; color:#fff; background:#ff0000; display:inline-block; left:15px; top:15px;}
	.about_side h3{font-size:20px;}

	/* End About Us */

	/* Contact */

	.contact .col-xs-12{padding-left:0; padding-right:0;}
	.contact_num{margin-top:30px; padding-left:15px;}
	.contact_num .txt1{font-size:26px; line-height:30px; margin-bottom:20px;}
	.contact_num .txt2{font-size:20px; margin-bottom:0;}
	.contact_num .txt3{font-size:20px; display:none;}
	.txt4{display:block; font-size:20px; margin-bottom:5px; margin-top:10px;}
	.left_form{display:block;}
	.left_form .homepage_form{display:block; max-width:350px; margin-top:18px;}

	.contact_num h1{font-size:40px; margin-top:0; padding-top:0; margin-bottom:12px;}

	.contact_details{border-top:10px solid #f0f0f0; margin-right:0px; margin-top:20px; padding-left:15px;}
	.contact_details .col-sm-4, .contact_details .col-sm-8{padding:0;}
	.contact_details h1{font-size:20px; margin-top:20px;}
	.c_det{position:relative; padding-left:42px; overflow:hidden;}
	.c_det .contact_icon{position:absolute; left:0; top:0; width:32px;}
	.c_det h1{font-size:20px; margin-top:3px;}
	.c_det h2{font-size:16px; margin-top:10px; margin-bottom:0;}
	.c_det p{font-size:16px; line-height:20px;}
	.c_det.one{margin-top:20px;}
	.c_det.two{margin-top:15px;}
	.c_det.three{margin-top:20px;}

	.team_contacts{border-top:10px solid #f0f0f0; margin-right:0px; margin-top:20px; padding-left:15px; overflow:hidden;}
	.team_contacts h1{margin-bottom:0px; font-size:20px; margin-top:20px;}

	.team_title{background:#f0f0f0; padding:7px 15px; margin-top:30px;}
	.team_title h1{margin:0; padding:0; font-size:16px;}

	.team_persons{overflow:hidden;}
	.team_persons .col-sm-6{padding:0;}
	.person_details{position:relative; padding-left:120px; min-height:110px; margin-top:18px;}
	.person_photo{position:absolute; top:0; left:0; width:100px;}

	.person_details h1{font-size:15px; margin:0 0 5px 0; padding:0;}
	.person_details p{font-size:15px; margin:0 0 5px 0; padding:0;}
	.person_details a{color:#323232; text-decoration:none;}

	/* End Contact */

	/* Lead Scan */
	.pg_list{display:none;}

	.mid_cont{padding-left:0px; padding-right:0px;}

	.ad_logos{width:100%; margin-top:10px;}
	.ad_logos span{border-bottom:2px solid #eeeeee; padding:8px 0 3PX;; display:block;}
	.ad_logos span.last-ad{border:none;}
	.ad_logos span img{
		-moz-transform:scale(0.75);
    	-webkit-transform:scale(0.75);
    	transform:scale(0.75);

		-moz-transform-origin:0% 0%;
		-webkit-transform-origin:0% 0%;
		transform-origin:0% 0%;
		}
	.work_wrapper {display:none;}
	/* End Lead Scan */


	.swp-breadcrumbs {position:absolute; top:-38px; left:3px; font-size:12px;}
	.swp-breadcrumbs a{color:#323232; text-decoration:none; font-size:12px;}
	.swp-breadcrumbs a:hover{color:#ff0000;}

	.show_bread .swp-breadcrumbs{position:relative; top:10px;}

	.brk5{display: none;}

	.orange_block{background:url(orange_block_bg-3.png) no-repeat bottom; height:400px;}
	.orange_box{color:#fff; padding:25px 0;}
	.orange_box h1{font-size:58px; text-transform:uppercase; color:#fff;}
	.orange_box h2{font-size:26px; text-transform:uppercase; color:#fff;}
	.orange_box p{font-size:24px; line-height:28px; padding-bottom:18px;}

	.left_bottom h2{line-height:normal;}

	.sales_learn_more, .meet_the_team_box{display:none;}

	.about_top{padding-left:0;}
	.about_top h1{font-size:33px;}
	.about_top p{font-size:16px;}
	.about_top p br{display:none;}

	.bio_block{padding-left:0;}
	.bio_block h1{font-size:33px;}
	.bio_block p{font-size:16px;}
	.bio_block p br{display:none;}

	.bio_photo img{display:none;}
	.bio_block img{display:block; float:left; margin-right:20px; margin-bottom:20px; max-width:290px;}
	.bio_btns {margin-left:0;}

	.home_mail img{max-width:155px;}

	.inner_banner{height:200px;}
	.inner_banner h1{font-size:34px;}
	.inner_banner p{font-size:20px; line-height:24px;}
}


@media (max-width: 767px) {

	#header{background:none;}
	#header .container{padding:0;}
	.top_header{height:75px ; background-size:768px; background-position:right -15px;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 10px rgba

(0, 0, 0, 0.2);  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); position: relative; z-index: 9;}
.main_logo{width:175px; margin-top:0px; margin-left:22px; padding-top: 15px !important;}
.dl-menuwrapper button
	{
		top:0px !important;
	}

	#box_outside .container{
		padding-right: 10px;
		padding-left: 10px;
		margin-top:15px;
	}

	.block_1, .block_2, .navbar{display:none;}
	.dl-menuwrapper{display:block;}

	.phone_container{display:block; padding:7px 12px 6px; margin-top:10px; font-size:19px; }
	.ph_img{float:left; margin-right:10px; margin-top:2px; vertical-align:middle;}


	.main_top .col-md-8, .main_top .col-md-4, .main_top .col-sm-12, .main_top .col-xs-12{padding-left:10px; padding-right:10px;}



	.home_ph{font-size:18px; line-height:30px; margin-top:17px;}
	.ph_icon2{width:28px; margin-right:8px;}

	.home_mail{font-size:18px; line-height:28px; margin-top:5px; }
	.mail_icon{width:28px; margin-right:8px;}



	/* What We Do */
	.inner_cont .col-lg-12{padding-left:10px; padding-right:10px;}

	/* End What We Do */

	/* Contact */

	.contact_num{margin-top:10px; padding-left:15px;}
	.contact_num .txt1{font-size:19px; line-height:25px; margin-bottom:10px;}
	.contact_num .txt2{font-size:16px; margin-bottom:0;}
	.contact_num .txt3{font-size:16px; display:none;}
	.txt4{display:block; font-size:16px; margin-bottom:5px; margin-top:10px;}
	.left_form{display:block;}
	.left_form .homepage_form{display:block; max-width:350px; margin-top:18px;}

	.contact_num h1{font-size:26px; margin-top:0; padding-top:0; margin-bottom:12px;}

	.contact_details{border-top:10px solid #f0f0f0; margin-right:0px; margin-top:20px; padding-left:15px; overflow:hidden;}
	.contact_details .col-sm-4, .contact_details .col-sm-8{padding:0;}
	.contact_details .col-sm-4{width:33.333%; float:left;}
	.contact_details .col-sm-8{width:66.6667%; float:left;}

	.contact_details .col-xs-12{padding-left:0px; padding-right:0px;}

	.contact_details h1{font-size:19px; margin-top:20px;}
	.c_det{position:relative; padding-left:35px; overflow:hidden;}
	.c_det .contact_icon{position:absolute; left:0; top:0; width:28px;}
	.c_det h1{font-size:19px; margin-top:3px;}
	.c_det h2{font-size:15px; margin-top:10px; margin-bottom:0;}
	.c_det p{font-size:14px; line-height:20px;}
	.c_det.one{margin-top:20px;}
	.c_det.two{margin-top:15px;}
	.c_det.three{margin-top:20px;}
	.c_det.four{margin-top:20px;}

	.team_contacts{border-top:10px solid #f0f0f0; margin-right:0px; margin-top:20px; padding-left:15px; overflow:hidden;}
	.team_contacts h1{margin-bottom:0px; font-size:20px; margin-top:20px;}

	.team_title{background:#f0f0f0; padding:7px 15px; margin-top:30px;}
	.team_title h1{margin:0; padding:0; font-size:16px;}

	.team_persons{overflow:hidden;}
	.team_persons .col-sm-6{padding:0;}
	.person_details{position:relative; padding-left:120px; min-height:110px; margin-top:18px;}
	.person_photo{position:absolute; top:0; left:0; width:100px;}

	.person_details h1{font-size:15px; margin:0 0 5px 0; padding:0;}
	.person_details p{font-size:15px; margin:0 0 5px 0; padding:0;}
	.person_details a{color:#323232; text-decoration:none;}

	/* End Contact */

	/* Lead Scan */
	.inner_cont2{margin-top:15px;}
	.inner_cont2 .col-sm-12{padding:0 10px;}
	.inner_cont2 .col-md-9.col-sm-12{padding:0;}
	.mid_cont{padding-left:0px; padding-right:0px;}
	.mid_cont h1{font-size:26px; margin-top:0;}
	.mid_cont h3{font-size:16px; margin-bottom:10px; margin-top:10px;}
	.mid_cont p{font-size:14px;}
	.mid_cont p.size1{font-size:16px; line-height:20px;}
	.mid_cont h1.main_title2{margin-bottom:10px;}
	.mid_cont .c_top{padding-right:30px;}
	.mid_cont ul{margin:0 0 25px 0; padding:0;}
	.mid_cont ul li{background:url(red_arrow.png) no-repeat left 2px; font-size:14px; margin:0 0 6px 0; padding:1px 0 3px 24px; list-style:none;}

	.side_img{padding-left:30px; width:250px;}
	.grey_box4{background:#f0f0f0; position:relative; padding:60px 15px 15px 15px; margin-top:15px;}
	.grey_box4 h1{background:#5ec926; margin:0; padding:17px 15px; color:#fff; font-size:16px; position:absolute; left:0; top:0; width:100%; height:52px; text-transform: uppercase;}
	.grey_box4 .gr4_img{position:absolute; right:0; top:0; width:48px;}

	.grey_box5{background:#f0f0f0; position:relative; padding:60px 15px 15px 15px; margin-top:15px;}
	.grey_box5 h1{background:#5ec926; margin:0; padding:1px 45px 0px 15px; color:#fff; font-size:16px; position:absolute; left:0; top:0; width:100%; height:42px; text-transform: uppercase;}
	.grey_box5 h1 span{height:42px; display:table-cell; vertical-align:middle;}
	.grey_box5 h2{font-size:14px; margin-bottom:6px; margin-top:0;}
	.grey_box5 .gr5_img{position:absolute; right:5px; top:2px; width:40px;}

	.cp_wrap{position:relative;}
	.cp_wrap .grey_box5 { padding-top:15px; border-top:4px solid #5ec926;}
	.cp_wrap .grey_box5 h1{font-size:14px; background:none; color:#323232; text-transform:none; position:relative; padding:0; margin-bottom:10px;height:auto;}
	.cp_wrap .grey_box5 h1 span{height:auto;}
	.cp_wrap .grey_box5 P{margin-bottom:4px; line-height:18px;}

	.flow_opt{position:relative;}
	.flow_opt .grey_box5 { padding-top:15px; border-top:4px solid #f07812;}
	.flow_opt .grey_box5 h1{font-size:14px; background:none; color:#323232; text-transform:none; position:relative; padding:0; margin-bottom:10px;height:auto;}
	.flow_opt .grey_box5 h1 span{height:auto;}
	.flow_opt .grey_box5 P{margin-bottom:4px; line-height:18px;}
	/* End Lead Scan */


	.ov_wrap{position:relative; overflow:hidden;}
	.ov_wrap_bg{position:absolute; top:30px; left:24px; height:460px; overflow:hidden;}
	.ov_wrap_bg img{width:22px; height:460px;}
	.ov_wrap .grey_box5{background:none; position:relative; padding:0; margin-bottom:4px; margin-top:8px;}
	.ov_wrap .grey_box5 h1{font-size:15px; background:none; color:#323232; position: relative; margin:0 0 0 0; padding:0;}
	.ov_wrap .grey_box5 p{font-size:14px;}
	.ov_wrap .grey_box5 p:last-child{margin-bottom:0;}
	.ov_wrap .kk_num{width:30px !important; height:30px !important; line-height:30px; z-index:3; position:absolute; color:#fff; background:#ff0000; display:inline-block; left:5px; top:5px;}
	.ov_wrap .kk_txt{padding-left:50px;}
	.ov_title{background:#f0f0f0; margin-bottom:2px; border-top:4px solid #de2a00;}
	.ov_txt{background:#f0f0f0; padding:10px 15px;}
	.about_side h3{font-size:16px; margin-bottom:2px;}


	.brk4{display:none;}

	.swp-breadcrumbs{display:none;}


	.bio_block img{float:none; margin:20px auto; display:block; max-width:300px;}
	.bio_block{width:100%}
	.bio_block div{width:100%}

	.inner_banner{height:140px;}
	.inner_banner h1{font-size:24px;}
	.inner_banner p{font-size:16px; line-height:20px;}
	.inner_banner p br{display:none;}

	#footer #c3 .f_phone
	{
		text-align:left;
	}
	#footer #c3
	{
		width:100%;
	}
	#footer #c3 .f_sf_partner
	{
    		display: block;
		width: 100%;
	}
	#footer #c3 .f_social
	{
		display:none;
	}


}


@media (min-width: 640px) and (max-width: 767px){
	.header_section{padding:12px; background:url(header_img2-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_155{padding:12px; background:url(header_img_what_we_do2-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_157{padding:12px; background:url(header_img_why_lavabox2-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_156{padding:12px; background:url(header_img_why_online2-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_158{padding:12px; background:url(header_img_about_us2-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_156 .header_section_inner{width:48%;}
	.header_section h1{font-size:20px; line-height:24px; margin-top:5px;}
	.header_section p{font-size:14px; line-height:17px; margin-top:14px;}

	.header_section_1 .header_section_inner{width:55%;}
	.header_section_155 .header_section_inner{width:47%;}
	.header_section_155 p{margin-top:0;}
	.header_section_155 h1{margin-bottom:5px;}
	.brk{display:none;}

	.orange_block{background:url(orange_block_bg-3.png) no-repeat top bottom; height:auto;}
	.orange_box{color:#fff; padding:15px 10px;}
	.orange_box h1{font-size:52px;}
	.orange_box h2{font-size:24px;}
	.orange_box p{font-size:20px; line-height:26px;}
}

/* Font Fixes */
@media (min-width: 640px) and (max-width: 740px){.header_section h1{font-size:20px; line-height:24px; margin-top:0px;}
	.header_section p{font-size:14px; line-height:17px; margin-top:12px;}
	.header_section_156 .header_section_inner{width:51%;}}
@media (min-width: 640px) and (max-width: 690px){.header_section h1{font-size:18px; line-height:21px; margin-top:0px; margin-bottom:15px;}
	.header_section p{font-size:14px; line-height:16px; margin-top:0px;}
	.header_section_155 h1{margin-bottom:2px; margin-top:-3px;;}
	.header_section_157 h1{margin-bottom:7px; margin-top:-3px;;}
	.header_section_156 .header_section_inner{width:51%;}}
/* End Font Fixes */



@media (max-width: 639px) {

	.main_logo{width:120px; margin-top:0px; margin-left:22px;}
.top_header { background-position: left 0px; background-size: 550px; height: 63px; }

	#box_outside .container{
		margin-top:10px;
	}

	.header_section{padding:12px; background:url(header_img_mobile-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_155{padding:12px; background:url(header_img_what_we_do_mobile-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_157{padding:12px; background:url(header_img_why_lavabox_mobile-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_156{padding:12px; background:url(header_img_why_online_mobile-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_158{padding:12px; background:url(header_img_about_us_mobile-3.jpg) no-repeat top; background-size:100%; overflow:hidden;}
	.header_section_inner{display:none;}

	.header_section_inner2{display:block;}

	.header_section_inner2 h1{font-size:23px; line-height:26px; margin-top:5px;}
	.header_section_inner2 p{font-size:14px; line-height:18px; margin-top:12px;}
	.brk{display:none;}

	.phone_container{display:block; padding:7px 12px 6px; margin-top:10px; font-size:19px;}
	.ph_img{float:left; margin-right:10px; margin-top:2px; vertical-align:middle;}

	.gbb2{margin-top:0px;}

	.contact_details .col-sm-4{width:40%; float:left;}
	.contact_details .col-sm-8{width:60%; float:left;}

	.orange_block{background:url(orange_block_bg-3.png) no-repeat top bottom; height:auto;}
	.orange_box{color:#fff; padding:25px 0;}
	.orange_box h1{font-size:38px; margin-top:0;}
	.orange_box h2{font-size:18px;}
	.orange_box p{font-size:18px; line-height:22px;}

	.brk5{display: inline;}
}

@media (max-width: 479px) {

	.top_header
	{
    	background-position: -35px 0px;
    	background-size: 530px;
	}

	.left_bottom h1{font-size:50px; margin-top:0;}
	.left_bottom h2{font-size:14px; margin-bottom:6px;}
	.left_bottom p{font-size:18px; line-height:21px; margin-bottom:10px;}
	.home_ph{overflow:hidden; font-size:18px; line-height:30px; margin-top:0px;}
	.ph_icon2{margin-right:8px;}
	.orange_wrap1{margin-bottom:10px; margin-top:-20px; padding-bottom:5px;}
	.orange_wrap1 p{font-size:16px; margin-bottom:10px;}
	.brk2{display:inline;}

	/* contact */

	.contact_num{margin-top:10px; padding-left:0px;}

	.contact_details .col-sm-4{width:100%; float:none;}
	.contact_details .col-sm-8{width:100%; float:none;}

	.c_det{position:relative; padding-left:28px; overflow:hidden;}
	.c_det .contact_icon{position:absolute; left:0; top:2px; width:22px;}
	.c_det h1{font-size:16px; margin-top:3px;}

	.team_contacts{border-top:10px solid #f0f0f0; margin-right:0px; margin-top:20px; padding-left:0px; overflow:hidden; text-align:center;}
	.team_contacts h1{margin-bottom:0px; font-size:20px; margin-top:20px;}

	.team_title{background:#f0f0f0; padding:7px 15px; margin-top:30px; text-align:center;}
	.team_title h1{margin:0; padding:0; font-size:16px;}

	.team_persons{overflow:hidden;}
	.team_persons .col-sm-6{padding:0;}
	.person_details{position:relative; padding-left:0px; min-height:230px; margin-top:18px; text-align:center;}
	.person_photo{position:relative; width:130px; margin:0 auto 10px auto;}

	.person_details h1{font-size:15px; margin:0 0 5px 0; padding:0;}
	.person_details p{font-size:15px; margin:0 0 0px 0; padding:0;}
	.person_details a{color:#323232; text-decoration:none;}

	/* End Contact */

	.about_top h1{font-size:24px;}
	.about_top p{font-size:15px;}

	.bio_block h1{font-size:24px;}
	.bio_block h2{font-size:18px;}
	.bio_block p{font-size:15px;}


}


@media (max-width: 359px) {
	.brk{display:inline;}
	.brk3{display:inline !important;}

	.header_section_1{height:114px;}
	.header_section_155{height:120px;}
	.header_section_156{height:114px;}
	.header_section_157{height:136px;}
	.header_section_158{height:136px;}
}



.fbg {
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	cursor:pointer;
}
.case_study .fbg{background-size:100%;}
#fancybox-content{border:none !important;}


#model-bg { background:#efefef; border:0px; border-radius:0px;  }
.modal-header {padding:20px 25px; border:0px;}
#model-bg h4 {font-family: 'Replica Std', arial; color:#FF2600; font-size:24px; font-weight:400; margin:0px; padding:0px; line-height:28px;}
.modal-body {padding:0px;}
.modal-body p { font-family: 'Replica Std', arial;  color:#414141; font-size:16px; padding:0px 0px 10px 25px;}
.modal-body p a {color:#414141;}
.modal-body .blue
{
	background: #3277FF;
    padding: 10px 20px;
    height: 42px;
    width: 179px;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease;
    font-family: 'Replica Std Regular';
}
.modal-body .gray
{
	background: #777777;
    padding: 10px 18px;
    height: 42px;
    width: 179px;
    margin-right: 25px;
    font-family: 'Replica Std Regular';
    font-size: 16px;
    font-weight: bold;
}
.modal-body a.blue, .modal-body a.gray {color:#fff;}

#myModal_1
{
	background:url(popup_bg_icon-3.png);
}
#myModal_1 .modal-dialog
{
	margin-top:200px;
	width: 780px;
}
#links-holder
{
	padding-top: 150px;
}
#links-holder .blue:hover
{
	background: #f07812;
	transition: 0.3s ease;
}
.popup_img
{
	padding: 0px 25px;
}

.popup_banner_img
{
	margin-top: 55px;
}

@media (max-width: 991px) {
	#myModal_1 .modal-dialog
	{
		margin-top: 100px;
    	width: 500px;
	}
	#links-holder
	{
		padding-top: 15px;	text-align:center;
	}

	/*contact 992*/
	.gray_block
	{
		background: #ebebeb !important;
	}
	#guide_form
	{
		background: #5a5555	!important;
	}
	.form_wrapper
	{
		max-width:none !important;
		padding: 15px !important;
	}
	/*contact 992*/
	#author_block_id
	{
		text-align: center;
	}
	.white_block .author_block .author_text p
	{
		margin-left: 0px;
	}
	.popup_banner_img
	{
		margin-top:105px;
	}
	.white_block p img
	{
    	margin: auto;
	}
}


@media (max-width: 768px) {

	.modal-body #links-holder p { text-align:center;}
	.modal-body a.blue, .modal-body a.gray  { display:inline-block;}
	.modal-body #links-holder {margin:10px auto;}

}

	@media (max-width: 767px) {
	#myModal_1 .modal-dialog
	{
    	width: 90%; max-width:340px;
    	margin: 50px auto;
	}
	#links-holder
	{
    	padding-top: 30px;
    	text-align: center;
	}
	.popup_banner_img
	{
		margin: auto;
	}
		.modal-body .blue { padding: 10px 10px;}
	.modal-body .gray {padding: 10px 10px;}
	}


	/****************************************/
	body #wrapper_1 .career_inner_content {
		float: left;
		width: 100%;
		text-align: center;
		background-color: #f5f5f5;
		padding: 69px 0;
	}
	body #wrapper_1 .career_inner_content .inner h1{
		font-size: 50px;
    margin: 0px 0px 33px 0px;
    color: #ff0000;
    font-family: 'Replica Std Light';
	}
	#wrapper_1 .career_inner_content p{
		font-size: 18px;
		color: #323232;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	body  .case-out {
		float: left;
		width: 100%;
		margin: 65px 0 30px 0;
	}
	body .testimonial_outer {
		float: left;
		width: 100%;
		background-color: #f5f5f5;

		padding: 23px 25px 34px 24px;
		margin:0 0 35px 0;
		border-top: 12px solid #ff7d00;
	}
	body .testimonial_outer:nth-child(1){
		border-top: 12px solid #ff7d00;
	}
	body .testimonial_outer:nth-child(2){
		border-top: 12px solid #0066ff;
	}
	body .testimonial_outer:nth-child(3){
		border-top: 12px solid #ff0000;
	}
	body .testimonial_outer:nth-child(4){
		border-top: 12px solid #00c2b7;
	}


	body .testimonial_outer .testi_left {
		float: left;
		width: 51%;
		padding: 0 20px 0 0;
	}
	body .testimonial_outer .testi_left p{
		font-size: 17px;
		line-height: 22px;
		color: #323232;
		margin: 0 0 25px 0;
		padding: 0 22px 0 0;
	}
	body .testimonial_outer .testi_left .sub_dec {
		float: left;
		width: 100%;
	}
	body .testimonial_outer .testi_left .sub_dec p{
			color: #787878;
			font-size: 24px;
			text-align: left;
			font-family: 'Replica Std Light';
			line-height: 30px;

		}
		body .testimonial_outer .testi_left .sub_dec span.name {
			font-size: 17.32px;
			font-family: 'Replica Std Bold';
			color: #323232;
			display: block;
		}
		body .testimonial_outer .testi_left .sub_dec span.designation {
			font-size: 17.32px;
			font-family: 'Replica Std Light';
			color: #787878;
			display: block;
		}
	body .testimonial_outer .testi_left h3{
		font-size: 23px;
		color: #ff0000;
		font-family: 'Replica Std Bold';
	}
	body .testimonial_outer .testi_right {
		float: right;
		width: 49%;
	}
	body .testimonial_outer .testi_right .testi_videos {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}
	body .testimonial_outer .testi_right .testi_videos  iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	body .testimonial_outer .testi_right .client_logo {
		float: right;
		margin: 0 0 19px 0;
	}

	@media (min-width: 220px) and (max-width: 767px){
		body  .case-out {

			margin: 45px 0 10px 0;
		}
		body #wrapper_1 .career_inner_content {

			padding: 29px 0;
		}
		body #wrapper_1 .career_inner_content .inner h1{
			font-size: 32px;
		margin: 0px 0px 19px 0px;

		}
		body .testi_videos .player .vp-title .vp-title-header h1 a{
			font-size: 14px !important;
		}
		body .testimonial_outer {
			padding: 15px 0px 25px 0px;
		}

		body .testimonial_outer .testi_left {

			width: 100%;
			padding: 0 15px 0 15px;
			margin: 0 0 20px 0;
		}
		body .testimonial_outer .testi_right {

			width: 100%;
			padding: 0 15px 0 15px;
		}
		body .testimonial_outer .testi_left h3{
			font-size: 18px;
		}
		body .testimonial_outer .testi_left p{
			font-size: 14px;
			padding: 0 0 0 0;
		}
		body .testimonial_outer .testi_left .sub_dec p{
			color: #787878;
			font-size: 19px;
			padding: 0 0 0 0;
			line-height: 25px;

		}
	}
	@media (min-width: 768px) and (max-width: 991px){
		body  .case-out {

			margin: 45px 0 10px 0;
		}
		body #wrapper_1 .career_inner_content {

			padding: 49px 0;
		}
		body #wrapper_1 .career_inner_content .inner h1{
			font-size: 32px;
		margin: 0px 0px 19px 0px;

		}
	}
	@media (min-width: 992px) and (max-width: 1199px){
		body #wrapper_1 .career_inner_content {

			padding: 49px 0;
		}
		body #wrapper_1 .career_inner_content .inner h1{
			font-size: 42px;
		margin: 0px 0px 25px 0px;

		}
	}
	body .blog_det_cont h4{
		font-size: 17.32px;
    font-family: 'Replica Std Light';
    color: #787878;
    display: block;
	}

/*=== Header nav ===*/
@media (min-width: 1200px) and (max-width: 1366px){
  div#header .navbar {
    margin: -18px 0px 0 0;
}
div#header .navbar .navbar-nav>li {
    margin-left: 4px;
}
div#header .nav>li>a{
    font-size: 16px;
}
}
@media (min-width: 1367px) and (max-width: 1680px){
div#header .navbar .navbar-nav>li {
    margin-left: 14px;
}
div#header .nav>li>a{
  font-size: 16px;
  padding: 20px 8px;
}
}

.main_top{
  margin-top: 0;
}
.inner_banner{
  height: auto;
padding: 54px 0;
background: linear-gradient(#f5f5f5 0%, #fcfcfc 50%, #ffffff 100%);
}
.inner_banner .container {
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: unset;
}
.inner_banner p:not(.tag_head){
  font-family: 'Replica Std Light';
  font-size: 24px;
  font-weight: 300;
  color: #323232;
  margin-top: 25px;
  margin-bottom: 10px;
}
.inner_banner p.tag_head{
  font-size: 22px;
  color: #787878;
  font-family: 'Replica Std Bold';
font-weight: bold;
margin-bottom:17px;
}
.inner_banner h1{
  font-family: 'Replica Std Regular' !important;
font-weight: 400 !important;
}
.article-count {
    background: #ebebeb;
    padding:30px 0;
}
.article-count .container{
  padding: 0 15px;
}
.article-count ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.article-count ul li{
  margin-right: 44px;
  list-style: none;
  padding: 0;
}
.article-count ul li:last-child{
  margin-right: 0;
}
.article-count ul li a{
  color: #787878;
  transition: all .3s;
  font-size: 17px;
  text-decoration: none !important;
  line-height: 20px;
  display: block;
}
.article-count ul li a:hover,.article-count ul li.active a{
  color: #323232;
}
.article-count ul li a:hover span.number,.article-count ul li.active a span.number{
background: #323232;
color: #fff;
}
.article-count ul li a span.number{
  border-radius: 15px;
      background: #8c8c8c;
      text-align: center;
      padding: 0px 7px;
      color: #fff;
      transition: all .3s;
      font-size: 12px;
      margin-left: 8px;
      display: inline-block;
      line-height: 20px;
      transform: translate(0,-2px);
}
.blog-list-items img{
  max-width: 100%;
  height: auto;
}
.blog-list-outer{
background: #f5f5f5;
}
.blog-list-outer .container{
  padding: 0 15px;
}
.blog-list-items{
  padding: 65px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog-list-items .blog-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom:30px;
}
.blog-list-items .blog-item.form-item .form-wrap{
  height: 100%;
  border-radius: 8px;
overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}
.blog-list-items .blog-item.form-item .form-wrap .HTMLBlock{
  height: 100%;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper{
  height: 100%;
  max-width: 100% !important;
  background: #23072d;
  padding: 32px 29px 29px;
  border-radius: 8px;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper #q9 .full_width_space {
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    text-transform: none;
    font-family: 'Replica Std Regular';
    font-weight: 400;
    margin-bottom: 35px;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper .q label {
  display: block;
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 9px  ;
      font-family: 'Replica Std Regular';
      font-weight: normal;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper .text_field{
   background-color: #fff;
   outline: 0;
   box-shadow: none !important;
   height: 37px;
margin-bottom: 17px;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper .outside_container{
  padding-top: 12px;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper .submit_button{
  background: #006eff;
font-family: 'Replica Std Bold';
font-size: 18px;
float: none;
width: 100%;
display: block;
padding: 11px 10px;
transition: all .3s;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper .submit_button:hover{
  background: #0000ff;
}
.blog-list-items .blog-item .blog-wrap{
      overflow: hidden;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  position: relative;
  padding-bottom: 55px;
}
.blog-list-items .blog-item .blog-wrap::before{
  position: absolute;
  height: 1px;
  bottom: 54px;
  left: 31px;
  right: 31px;
  z-index: 1;
  background: #d7d7d7;
  position: absolute;
  content: "";
}
.blog-list-items .blog-item .blog-wrap .blog-img img {
    height: 196px;
    width: 100%;
    object-fit: cover;
}
.blog-list-items .blog-item .blog-wrap .blog-cont {
      padding:26px 31px 15px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont h3{
  font-size: 28px;
font-weight: 400;
font-family: 'Replica Std Regular';
margin-bottom:23px;
transition: all .3s;
margin-top:0;
}
.blog-list-items .blog-item .blog-wrap .blog-cont h3 a{
  color: #323232;
  text-decoration: none !important;
}
.blog-list-items .blog-item .blog-wrap .blog-cont h3 a:hover{
  color: #006dff;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat{
  display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom:23px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat p{
  font-size: 12px;
  margin-bottom:0;
      text-transform: uppercase;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat a{
  display: inline-block;
color: #323232;
border: 1px solid #323232;
border-radius: 18px;
padding:9.5px 15px;
background: #fff;
transition: all .3s;
text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat a:hover{
  background: #323232;
color: #fff;
}
.blog-list-items .blog-item .blog-wrap .blog-cont p{
  font-size: 16px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont a.readmore {
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Replica Std Bold';
    position: absolute;
    left: 31px;
    bottom: 19px;
    z-index: 1;
    padding-right: 32px;
    background-size: 25px 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("arrow-right-blue-2.png");
    transition: all .3s;
}
.blog-list-items.resources-list .blog-item .blog-wrap .blog-cont a.readmore{
  overflow: hidden;
padding: 0;
text-indent: -999px;
width: 27px;
height: 27px;
background-position: center;
background-size:27px;
background-image: url("open-new-icon-2.png");
}
.blog-list-items.resources-list .blog-item .blog-wrap .blog-cont a.readmore:hover{
background-image: url("open-new-icon-hover-2.png");
}
.blog-list-items.resources-list .blog-item .blog-wrap .blog-cont h3 {
    margin-bottom: 18px;
}
.blog-list-items.resources-list .blog-item .blog-wrap .blog-cont .date-cat {
    margin-bottom: 15px;
}
.blog-list-items.resources-list .blog-item .blog-wrap::before{
    display: none !important;
}
.blog-list-items.resources-list .blog-item .blog-wrap .blog-cont a.readmore {
    bottom: 31px;
}
.blog-list-items.resources-list .blog-item .blog-wrap{
padding-bottom: 65px;
}
.blog-list-items.resources-list .blog-item.white-paper .blog-wrap .blog-img a{
  display: block;
  padding-top: 16px;
}
.blog-list-items.resources-list .blog-item.white-paper .blog-wrap .blog-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("list-bg-2.jpg");
text-align: center;
}
.blog-list-items.resources-list .blog-item.white-paper .blog-wrap .blog-img img {
    height: 180px;
    width: auto;
    object-fit: cover;
}
.blog-list-items .blog-item .blog-wrap .blog-cont a.readmore:hover{
  color: #006dff;
  background-image: url("arrow-right-blue-hover-2.png");
}
.blog-list-items .ccm-spacer {
    display: none;
}
.blog-list-items .ccm-pagination {
  padding: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      text-align: left;
      margin-top:15px;
}
.blog-list-items div.ccm-pagination span.ccm-page-left,
.blog-list-items div.ccm-pagination span.ccm-page-right{
  position: relative !important;
}
.blog-list-items div.ccm-pagination span.currentPage{
  color: #006dff;
}
.blog-list-items div.ccm-pagination span {
    margin-right: 10px;
    font-size: 16px;
}
.blog-list-items div.ccm-pagination span a{
  color: #323232;
}
.blog-list-items div.ccm-pagination span a:hover{
  color: #006dff;
}
.blog-list-items div.ccm-pagination span span.ltgray {
    margin: 0;
}
@media (max-width:767px){
  .inner_banner p.tag_head {
    font-size: 18px;
}
.inner_banner h1 br{
    display: none;
}
  .article-count ul {
    display: block;
}
  .article-count {
    padding: 30px 0 20px;
}
.article-count ul li {
    margin-right: 44px;
    list-style: none;
    padding: 0;
    margin: 0 0px 10px;
    text-align: center;
}
.article-count ul li a {
    font-size: 16px;
}
.blog-list-items .blog-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-list-items .blog-item .blog-wrap .blog-img img {
    height: auto;
}
.blog-list-items .blog-item .blog-wrap .blog-cont {
    padding: 25px 20px 15px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat {
    margin-bottom: 13px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat a,.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat p{
  margin-bottom: 10px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont a.readmore{
  left: 20px;
}
.blog-list-items .blog-item .blog-wrap::before {
    left: 20px;
    right: 20px;
}
.blog-list-items {
    padding:40px 0 20px;
}
.blog-list-items .ccm-pagination {
    text-align: center;
    margin-top: 10px;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper #q9 .full_width_space {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 28px;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper {
    height: auto;
    padding: 32px 29px 35px;
    margin: 0;
  }
  .inner_banner p:not(.tag_head) {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}
.inner_banner {
    padding: 40px 0;
}
}
@media (min-width:768px) and (max-width:991px){
.inner_banner {
    padding: 50px 0;
}
  .article-count ul {
    margin: 0 -10px;
}
  .article-count ul li {
    margin: 0 10px 10px;
}
.article-count ul li a {
    font-size: 15px;
}
.article-count ul li a span.number {
    margin-left: 5px;
}
.blog-list-items .blog-item .blog-wrap .blog-img img {
    height: 196px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont {
    padding: 25px 20px 15px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat {
    margin-bottom: 13px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat a,.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat p{
  margin-bottom: 10px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont a.readmore{
  left: 20px;
}
.blog-list-items .blog-item .blog-wrap::before {
    left: 20px;
    right: 20px;
}
.blog-list-items {
    padding: 50px 0;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper #q9 .full_width_space {
    font-size: 30px;
    line-height: 36px;
  }
  .blog-list-items .blog-item.form-item .form-wrap .signup_wrapper {
    padding: 28px 20px 29px;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper .submit_button {
    font-size: 16px;
}
.blog-list-items.resources-list .blog-item .blog-wrap {
    padding-bottom: 54px;
}
.blog-list-items.resources-list .blog-item .blog-wrap .blog-cont a.readmore {
    bottom: 20px;
}
.blog-list-items .blog-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
}
@media (min-width:992px) and (max-width:1199px){
.blog-list-items.resources-list .blog-item .blog-wrap {
    padding-bottom: 54px;
}
.blog-list-items.resources-list .blog-item .blog-wrap .blog-cont a.readmore {
    bottom: 20px;
}
.blog-list-items .blog-item .blog-wrap .blog-img img {
    height: 196px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont {
    padding: 25px 20px 15px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat {
    margin-bottom: 13px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat a,.blog-list-items .blog-item .blog-wrap .blog-cont .date-cat p{
  margin-bottom: 10px;
}
.blog-list-items .blog-item .blog-wrap .blog-cont a.readmore{
  left: 20px;
}
.blog-list-items .blog-item .blog-wrap::before {
    left: 20px;
    right: 20px;
}
.blog-list-items {
    padding: 50px 0;
}
.blog-list-items .blog-item.form-item .form-wrap .signup_wrapper #q9 .full_width_space {
    font-size: 26px;
    line-height: 34px;
  }
  .blog-list-items .blog-item.form-item .form-wrap .signup_wrapper {
    padding: 28px 20px 29px;
}
}

/*=== Blog Detail +++*/
.blog_details {
  padding: 73px 0;
    background: #fff;
}
.blog_details strong,.blog_details b{
      font-family: 'Replica Std Bold';
}
.blog_details .back-news{
  padding-bottom: 22px;
border-bottom: 1px solid #d7d7d7;
margin-bottom: 34px;
}
.blog_details .back-news p{
  margin: 0;
}
.blog_details .back-news a{
  color: #323232;
    font-family: 'Replica Std Regular';
    font-weight: 400;
    font-size: 16px;
}
.blog_details .back-news a:hover{
  text-decoration: underline;
}
.blog_details .blog-attributes{
  margin-bottom: 33px;
}
.blog_details .blog-attributes h1{
  font-size: 48px;
      font-weight: 400;
      color: #323232;
      font-family: 'Replica Std Regular';
}
.blog_details .date-cat{
  display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom:33px;
}
.blog_details .date-cat p{
  font-size: 15px;
  margin-bottom:0;
}
.blog_details .date-cat a{
  display: inline-block;
color: #323232;
border: 1px solid #323232;
border-radius: 18px;
padding: 7px 15px;
background: #fff;
transition: all .3s;
text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  margin-left: 71px;
}
.blog_details .date-cat a::before{
  content: "";
  height: 40px;
  background: #d7d7d7;
  width: 1px;
  position: absolute;
  left: -31px;
  top: 50%;
  transform: translate(0,-50%);
}
.blog_details .date-cat a:hover{
color: #fff;
  background: #323232;
}
.blog_details .blog_det_cont {
    margin-top: 0;
}
.blog_details .blog_det_cont .video_box_outer{
  margin-top: 42px;
  margin-bottom: 48px;
}
.blog_details .blog_det_cont .wistia_responsive_padding{
  margin-top: 42px;
}
.blog_details .blog_det_cont p{
  font-size: 22px;
}
.blog_details .blog_det_cont table p >strong >span{
  font-family: 'Replica Std Bold' !important;
  font-size: 22px !important;
  font-weight: bold !important;
  color: #323232 !important;
}
.blog_details .blog_det_cont table p >span{
  font-family: 'Replica Std Regular' !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #323232 !important;
}
.blog_details .blog_det_cont ul,.blog_details .blog_det_cont ol{
  margin: 10px 0 0;
}
.blog_details .blog_det_cont ul li,
.blog_details .blog_det_cont ol li{
  font-size: 22px;
  margin: 0 0 10px;
}
.blog_details .blog_det_cont >span{
  margin: 0 0 10px;
  font-size: 30px;
    font-family: 'Replica Std Light';
    font-weight: 300;
  color: #323232;
      display: block;
}
.related_articles {
    background: #f5f5f5;
    padding: 59px 0 43px;
}
.related_articles .container,
.blog_details .container{
  padding: 0 15px;
}
.related_articles h3{
  font-size: 28px;
    font-family: 'Replica Std Regular';
    font-weight: 400;
}
.related_articles .blog-list-items {
    padding: 37px 0;
}
@media (min-width: 992px){
.blog_details .container {
    max-width: 840px;
}
}
@media (max-width: 767px){
  .blog_details .blog_det_cont ul,.blog_details .blog_det_cont ol{
    padding-left: 30px;
  }
  .blog_details .blog-attributes h1 {
    font-size: 26px;
}
  .blog_details .back-news {
    margin-bottom: 22px;
}
.blog_details .blog-attributes {
    margin-bottom: 30px;
}
.blog_details .date-cat {
    margin-bottom: 30px;
}
.blog_details .date-cat p {
    font-size: 12px;
    margin-bottom: 10px;
}
.blog_details .date-cat a {
    margin-left: 27px;
    margin-bottom: 10px;
}
.blog_details .date-cat a::before {
    left: -13px;
}
.blog_details .date-cat {
  margin-bottom: 20px;
}
.blog_details .blog_det_cont p,.blog_details .blog_det_cont ul li,.blog_details .blog_det_cont ol li {
    font-size: 18px;
}
.blog_details .blog_det_cont table p >span,.blog_details .blog_det_cont table p >strong >span{
  font-size: 16px !important;
}
.blog_details .blog_det_cont >span{
  font-size: 22px;
}
.blog_details {
    padding: 40px 0;
}
.related_articles {
    padding: 25px 0;
}
.related_articles .blog-list-items {
    padding: 20px 0 5px;
}
}
@media (min-width:768px) and (max-width:991px){
  .blog_details {
    padding: 50px 0;
}
.blog_details .back-news {
    margin-bottom: 30px;
}
.blog_details .blog-attributes h1 {
    font-size: 34px;
}
.blog_details .blog-attributes,.blog_details .date-cat{
    margin-bottom: 30px;
}
.related_articles {
      padding: 45px 0 10px;
}
.related_articles .blog-list-items {
    padding: 30px 0;
}
.blog_details .blog_det_cont p,.blog_details .blog_det_cont ul li,.blog_details .blog_det_cont ol li {
    font-size: 20px;
}
.blog_details .blog_det_cont table p >span,.blog_details .blog_det_cont table p >strong >span{
  font-size: 20px !important;
}
.blog_details .blog_det_cont >span{
  font-size: 24px;
}
}
@media (min-width:992px) and (max-width:1199px){
  .blog_details .blog-attributes h1 {
    font-size: 40px;
}
.related_articles {
    padding: 50px 0 25px;
}
.blog_details .blog_det_cont >span{
  font-size: 26px;
}
}

/*=== copy page ===*/
.framework-banner {
  background-image: url("gradient-purple.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 32px;
}
.framework-banner .container {
    padding: 0 15px;
}
.framework-banner .row::after,
.framework-banner .row::before{
  display: none !important;
}
.framework-banner .row{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.framework-banner .framework-banner-cont {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding:50px 15px 101px;
}
.framework-banner .framework-img {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 39px;
}
.framework-banner h1{
    font-size: 45px;
    font-weight: 300;
    font-family: 'Replica Std Light';
    color: #fff;
    margin-bottom: 28px;
        margin-top: 0;
        max-width: 465px;
        line-height: 52px;
}
.framework-banner p{
    font-size: 23px;
    font-weight: 400;
    font-family: 'Replica Std Regular';
    color: #fff;
}
.framework-banner .btn{
  display: inline-block;
    text-align: center;
    height: 43px;
    line-height: 43px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    font-size: 14px;
    border-radius: 0;
padding: 0 34px;
margin: 26px 0 0 0;
}
.framework-banner .btn:hover{
background: #fff;
color: #323232;
border: 1px solid #fff;
}
.copy-cont {
    padding: 60px 0;
    text-align: center;
}
.copy-cont .container{
  padding: 0 15px;
}
.copy-cont p{
  font-size: 28px;
      line-height: 34px;
  color: #323232;
  font-weight: 300;
  font-family: 'Replica Std Light';
}
.framework-overview{
  background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 58%, #e9e9e9 58%, #e9e9e9 58%, #e9e9e9 60%, #e9e9e9 100%);
  background: -webkit-linear-gradient(left, #f5f5f5 0%, #f5f5f5 58%, #e9e9e9 58%, #e9e9e9 58%, #e9e9e9 60%, #e9e9e9 100%);
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 58%, #e9e9e9 58%, #e9e9e9 58%, #e9e9e9 60%, #e9e9e9 100%);
  padding: 45px 0 70px;
}
.framework-overview .framework-cont{
  padding-right: 228px;
}
.framework-overview .framework-cont h2{
  font-size: 37px;
  color: #ff0000;
  font-weight: 300;
  font-family: 'Replica Std Light';
  margin-bottom: 18px;
}
.framework-overview .framework-cont p{
  font-size: 18px;
  color: #323232;
}
.framework-overview .framework-cont ol{
  padding: 0;
  margin: 30px 0;
      counter-reset: number;
}
.framework-overview .framework-cont ol li{
  list-style: none;
  background: #fff;
  border-left: 9px solid #463c78;
    font-size: 18px;
    color: #323232;
    font-weight: 400;
    font-family: 'Replica Std Regular';
    padding:17px 25px 13px 19px;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative;
    text-indent: 15px;
}
.framework-overview .framework-cont ol li::before{
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 17px;
  top: 17px;
  text-indent: 0;
      font-weight: bold;
      font-family: 'Replica Std Bold';
        font-size: 18px;
        color: #323232;
}
.framework-overview .framework-cont ol li:nth-child(2){
  border-color: #00b4d7;
}
.framework-overview .framework-cont ol li:nth-child(3){
  border-color: #006eff;
}
.framework-overview .framework-cont ol li:nth-child(4){
  border-color: #8800aa;
}
.framework-overview .framework-cont ol li:nth-child(5){
  border-color: #d71eaa;
}
.framework-overview .framework-cont ol li:nth-child(6){
  border-color: #ff781e;
}
.framework-overview .framework-cont ol li:nth-child(7){
  border-color: #ff0000;
}
.framework-overview .framework-cont ol li b,
.framework-overview .framework-cont ol li strong{
    font-weight: bold;
    font-family: 'Replica Std Bold';
}
.framework-overview .framework-cont ul{
  padding: 0;
  margin: 41px 0;
}
.framework-overview .framework-cont ul li{
  list-style: none;
  background: #fff;
  border-left: 9px solid #006eff;
    font-size: 18px;
    color: #323232;
    font-weight: 400;
    font-family: 'Replica Std Regular';
    padding:18px 25px 19px 17px;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative;
    text-indent: 0;
}
.framework-overview .framework-cont ul li p{
  font-size: 18px;
  line-height: 24px;
      font-weight: bold;
      font-family: 'Replica Std Bold';
      margin-bottom:9px;
}
.framework-overview .framework-cont ul li:nth-child(2){
  border-color: #ff781e;
}
.framework-overview .framework-cont ul li:nth-child(3){
  border-color: #ff0000;
}
.framework-overview .framework-cont ul li b,
.framework-overview .framework-cont ul li strong{
    font-weight: bold;
    font-family: 'Replica Std Bold';
}
.framework-overview .framework-cont ul li ul{
  margin: 0;
  padding: 0;
}
.framework-overview .framework-cont ul li ul li{
  border: 0;
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 0 4px;
}
.framework-overview .framework-cont ul li ul li::before{
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #323232;
  font-weight: 400;
  font-family: 'Replica Std Regular';
}
.framework-form{
  padding-left: 0;
}
.framework-form .form_wrapper{
  margin-left: -4px;
	width: 359px;
	margin-top: 62px;
  float: none;
	box-shadow: 0px 0px 8px 4px #c7c7c7;
}
.framework-form .form_wrapper.form_table label{
	font-weight:normal;
	cursor:text;
	pointer-events:none;
	font-size:14px;
}
.framework-form .form_wrapper .segment_header h1{
  margin-top: 0;
}
.framework-form .form_wrapper .form_table{
	font-family: 'Replica Std Regular';
	width:100%; max-width:359px;
	margin-left: 0;
	margin-right: 0;
	border: 0px solid #CCCCCC;
	/*background: #f0f0f0;*/
	color: #323232;
	overflow: hidden;
}
.framework-form .form_wrapper .segment_header{
	margin: 0px;
	color: #fff;
	background: #FF0000;
	width: auto;
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 0px;
	color:#fff;
  position: relative;
}
.framework-form .form_wrapper .segment_header h1{
	font-size: 28px !important;
	padding: 13px 1em !important;
	border-radius: 6px;
	font-family: 'Replica Std Regular';
  font-weight: 400;
	color:#fff;
    margin-top: 0;
}
.framework-form .form_wrapper .form_table p {
    line-height: 19px;
}
.framework-form .form_wrapper .q:not(.full_width) {
    margin: 0 0 7px !important;
}
.framework-form .form_wrapper .segment_header:after {
    top: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 125, 0, 0);
        border-top-color: #FF0000;
    border-width: 10px;
    margin-left: -10px;
}
.framework-form .form_wrapper .form_table label {
    font-size: 15px;
    color: #6e6e6e !important;
        font-family: 'Replica Std Regular';
        font-weight: 400;
        margin-bottom: 3px;
            display: block;
}
.form_wrapper .form_table input, .form_wrapper .form_table textarea {
    color: #6e6e6e;
    outline: 0 !important;
}
.form_wrapper .form_table select {
    border: none;
    color: #6e6e6e;
    margin: 1px 0;
    width: 100%;
    height: 36px;
    font-size: 15px;
    font-family: Verdana;
    padding: 6px 10px 6px 6px;
    font-family: 'Replica Std Regular';
    font-weight: normal;
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("downicon.png") no-repeat;
    background-position: right;
    background-color: #f5f5f5;
}
.framework-form .form_wrapper .q .text_field {
    margin: 0;
    height: 36px;
    padding: 10px;
    border: none;
color: #323232;
width: 100%;
background: #f5f5f5;
font-size: 15px;
}
.framework-form .form_wrapper .q textarea.text_field{
  min-height: 110px;
}
.framework-form .form_wrapper .outside_container .submit_button{
  margin-bottom: 31px;
  color: #fff !important;
  border: 0 !important;
      text-transform: uppercase;
}
.framework-form .form_wrapper .outside_container .submit_button:hover, .framework-form .form_wrapper .outside_container .submit_button_small:hover {
    color: #fff !important;
    border: 0 !important;
}
.framework-form .form_wrapper .form_table select[multiple], .form_table select[size]{min-height:90px;}

.framework-form .form_wrapper .form_table a{
	color: #000000;
}

.framework-form .form_wrapper .outside a{
	color: #000000;
}

.framework-form .form_wrapper .form_table a:visited{
	color: #000000;
}
.framework-form .form_wrapper .form_table input[type="checkbox"]{
  display: none;
}
.framework-form .form_wrapper .form_table input[type="checkbox"]+label{
  position: relative;
  padding: 7px 0 0 39px;
  line-height: 20px;
  margin-bottom: 9px;
}
.framework-form .form_wrapper .form_table input[type="checkbox"]+label::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 28px;
  width: 28px;
  background: #f5f5f5;
}
.framework-form .form_wrapper .form_table input[type="checkbox"]+label::after{
  left: 10px;
top: 16px;
width: 7px;
height: 14px;
border: solid #323232;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
display: none;
position: absolute;
}
.framework-form .form_wrapper .form_table input[type="checkbox"]:checked+label::after{
  display: block;
}
.framework-author{
background: #fff;
padding: 79px 0 74px;
}
.framework-author .row::before,
.framework-author .row::after{
  display: none;
}
.framework-author .col-md-4,.framework-author .col-md-8{
  padding-left: 15px;
  padding-right: 15px;
}
.framework-author .author-img img{
  width: 172px;
  height: 172px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.framework-author .author-img{
  overflow: hidden;
  text-align: right;
}
.framework-author .author-cont h2{
  font-size: 40px;
  color: #ff0000;
  font-weight: 300;
  font-family: 'Replica Std Light';
  margin-bottom: 38px;
  margin-top: 0;
}
.framework-author .author-cont h4{
  color: #787878;
  font-weight: bold;
  font-family: 'Replica Std Bold';
  font-size: 24px;
  margin-bottom: 12px;
}
.framework-author .author-cont p{
  font-size: 18px;
  color: #323232;
  font-weight: 400;
  font-family: 'Replica Std Regular';
  line-height: 24px;
}
.framework-author .author-cont .f_social_rs{
  margin-top: 35px;
}
.framework-author .row{
  display: flex;
flex-wrap: wrap;
align-items: center;
}
.framework-author .col-md-4{
  width: 24%;
  flex:0 0 24%;
  max-width: 24%;
}
.framework-author .col-md-8{
  width: 76%;
  flex:0 0 76%;
  max-width: 76%;
  padding-right: 214px;
}
.framework-banner .framework-img img{
  max-width: 360px;
transform: translateZ(0);
    height: auto;
}
.framework-overview .container,.framework-author .container{
  padding: 0 15px;
}
@media (max-width: 767px){
  .framework-banner .framework-img img{
    max-width: 100%;
  }
  .framework-banner .framework-banner-cont {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      padding:45px 15px 30px;
  }
  .framework-banner .framework-img{
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
          text-align: center;
    padding-left: 0;
  }
  .framework-banner h1 {
    font-size: 28px;
        line-height: 30px;
    margin-bottom: 20px;
  }
  .framework-banner {
    padding-top: 0;
}
  .framework-banner p {
    font-size: 18px;
  }
  .framework-banner .btn {
    margin: 18px 0 0 0;
}
.copy-cont p {
    font-size: 24px;
    line-height: 30px;
  }
  .copy-cont{
    padding: 45px 0 40px;
  }
  .framework-overview{
    background: #f5f5f5;
    padding: 45px 0 50px;
  }
  .framework-overview .framework-cont {
    padding-right: 15px;
    padding-left:15px;
}
.framework-form .form_wrapper {
    margin: 0 auto;
    width: 295px;
    padding: 0 !important;
    margin-top: 55px;
}
.framework-author .author-img {
    text-align: center;
}
.framework-author .col-md-4,
.framework-author .col-md-8 {
    width: 100%;
      flex:0 0 100%;
      max-width: 100%;
}
.framework-author {
    padding: 50px 0;
}
.framework-overview .framework-cont ol li {
    font-size: 16px;
    padding: 15px;
  }
  .framework-overview .framework-cont h2 {
      font-size: 30px;
      margin-top: 0;
}
.framework-author .author-cont h2 {
    font-size: 30px;
    margin-bottom:20px;
  }
  .framework-author .author-cont h4 {
    font-size: 22px;
  }
  .framework-form .form_wrapper .segment_header h1 {
    font-size: 24px !important;
    padding: 13px 15px !important;
}
.framework-overview .framework-cont ol li::before {
    left: 14px;
    top: 15px;
    text-indent: 0;
    font-size: 16px;
}
.framework-author .col-md-8 {
  padding-right: 15px;
  padding-top:25px;
}
.framework-author .author-cont .f_social_rs {
    margin-top: 30px;
}
}
@media (min-width:768px) and (max-width:991px){
  .framework-banner .framework-img img{
    max-width: 100%;
  }
    .framework-overview{
      background: #f5f5f5;
    }
  .framework-overview .framework-cont {
    padding-right: 15px;
    padding-left:15px;
        width: 100%;
}
.framework-form{
    width: 100%;
}
.framework-form .form_wrapper{
  margin: 30px auto 0;
}
.framework-overview .framework-cont ol li{
  padding: 15px 25px 15px 19px;
}
.framework-author .col-md-4 {
        width: 30%;
          flex:0 0 30%;
          max-width: 30%;
}
.framework-author .col-md-8 {
            width: 70%;
              flex:0 0 70%;
              max-width: 70%;
              padding-right: 30px;
}
.framework-author{
  padding: 60px 0;
}
.framework-author .author-cont h2 {
    font-size: 32px;
    margin-bottom: 18px;
}
.framework-author .author-cont h4 {
    font-size: 22px;
}
.framework-overview .framework-cont h2 {
    font-size: 32px;
  }
  .framework-form .form_wrapper{
    padding: 0 !important;
  }
  .framework-overview .framework-cont ol li::before {
      top: 15px;
  }
  .framework-banner h1 {
    font-size: 40px;
        line-height: 44px;
        margin-bottom: 24px;
  }
  .framework-banner .framework-banner-cont {
    padding: 44px 15px 74px;
}
  .framework-banner p {
    font-size: 22px;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .framework-form .form_wrapper {
    margin-left: -35px;
    width: 326px;
    margin-top: 30px;
}
.framework-overview .framework-cont {
    padding-right: 140px;
}
.framework-banner h1 {
    font-size: 40px;
  }
  .framework-author .author-cont h2 {
    font-size: 38px;
    margin-bottom: 20px;
}
.framework-author .col-md-8 {
              padding-right: 30px;
}
}
@media (max-width:1199px){
  .copy-cont p br{
    display: none;
  }
}
.download-guide{
  padding: 60px 0;
}
.download-guide .container{
  padding: 0 15px;
}
.download-guide .dwnld-btn-{
text-align: center;
margin: 0;
left: 32px;
bottom: 43px !important;
right: auto !important;
height: 42px;
line-height: 42px;
background: #fff;
color: #323232;
border: 1px solid #323232;
font-size: 14px;
text-transform: uppercase;
font-family: 'Replica Std Regular';
font-weight: 400;
padding: 0 30px;
    width: auto;
    display: inline-block;
}
.download-guide .dwnld-btn{
  text-align: center;
      margin: 0;
      left: 32px;
      right: auto !important;
      height: 84px;
      line-height: 82px;
      background: #fff;
      color: #323232;
      border: 2px solid #323232;
      font-size: 28px;
      text-transform: uppercase;
      font-family: 'Replica Std Regular';
      font-weight: 400;
      padding: 0 60px;
      width: auto;
      display: inline-block;
}
.download-guide .dwnld-btn:hover{
  background: #323232 !important;
color: #fff !important;
}
@media (max-width:767px){
  .download-guide {
    padding: 50px 0;
}
  .download-guide .dwnld-btn {
  border: 1px solid #323232;
      height: 70px;
      line-height: 70px;
      font-size: 22px;
      padding: 0 35px;
      min-width: 280px;
  }
}
.blog_details .blog-img-thumbnail{
          margin-bottom: 33px;
}
.blog_details .blog-img-thumbnail img{
  width: 100%;
  height: auto;
      border-radius: 10px;
}
@media (max-width:767px){
  .blog_details .blog-img-thumbnail img{
        border-radius: 8px;
  }
  .blog_details .blog-img-thumbnail{
            margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
.blog_details .blog-img-thumbnail{
          margin-bottom: 30px;
}
}


/*=== Header reseller logo ===*/
body #header .block_3 {
    width: auto;
    display: flex;
    align-items: center;
}
body #header .block_3 img+img{
    margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 1199px){
  body #header .block_3 {
    right: 100px;
  }
  body #header .block_1 {
    right: 270px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px){
  body #header .block_3 {
    top: 26px;
  }
  body #header .block_3 img{
    max-height: 58px;
  }
  body #header .top_header {
    padding-right: 310px;
  }
  body #header .block_1 {
    right: 164px;
  }
}
@media (max-width: 767px){
  body #header .block_3 {
      display: none;
  }
}
