
html {
  scroll-behavior: smooth;
}
::placeholder {
  color: #d3d3d4;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d3d3d4;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #d3d3d4;
}
@font-face {
  font-family: "SFProDisplay-Regular";
  src: url("../fonts/FontsFree-Net-SFProDisplay-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FontsFree-Net-SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FontsFree-Net-SFProDisplay-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FontsFree-Net-SFProDisplay-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FontsFree-Net-SFProDisplay-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FontsFree-Net-SFProDisplay-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FontsFree-Net-SFProDisplay-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "D-DINCondensed-Bold";
  src: url("../fonts/D-DINCondensed-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/D-DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/D-DINCondensed-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/D-DINCondensed-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/D-DINCondensed-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/D-DINCondensed-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/D-DINCondensed-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "D-DINCondensed";
  src: url("../fonts/D-DINCondensed.eot"); /* IE9 Compat Modes */
  src: url("../fonts/D-DINCondensed.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/D-DINCondensed.otf") format("opentype"), /* Open Type Font */
    url("../fonts/D-DINCondensed.svg") format("svg"), /* Legacy iOS */
    url("../fonts/D-DINCondensed.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/D-DINCondensed.woff") format("woff"), /* Modern Browsers */
    url("../fonts/D-DINCondensed.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: "SFProDisplay-Regular";
	line-height:20px;
	color: #fff;
	font-size: 16px;
}
img {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}
.clear {
	clear: both;
}
#more {display: none;}
.main_wrapper {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.header_full_main {
    width: 100%;
    margin: 0% 0 0 0;
    padding: 8px 0;
    background: #fff;
}
.header_full {
	width: 94%;
	margin: 0 auto 0 auto;
	padding: 0;
}
.header_logo {
	width: 16%;
	float: left;
	padding: 0;
	margin: 0;
}
.header_right_menu {
	width: 7%;
	float: right;
	margin: 0;
	padding: 0;
}
.banner_full {
	width: 100%;
	/*background: #f6f6f6;*/
	padding: 0;
	margin:0 0 0 0;
}
.banner_full h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 58px;
    line-height: 85px;
    color: #000;
    text-align: center;
    padding: 0;
    font-weight: bold;
}
h3 span.text_color_1{
	color: #801e6b;
}
h3 span.text_color_2{
	color: #f2016c;
}
.bg_none{
	background-image: none;
}
.myBtn_button {
    width: 48%;
    float: left;
    margin: 0 0 0 1%;
    padding: 5px 10px;
    background: #ccc;
    color: #000;
    text-align: center;
    border: navajowhite;
    min-height: 90px;
    font-size: 24px;
}
.wrapper_1 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/bg_img.jpg) no-repeat center top;
}
.wrapper_1 h1 {
	font-size: 40px;
	text-align: center;
	color: #1a1818;
	margin: 9% 0 1% 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}
.wrapper_1 h1 span {
	color: #e5001c;
}
.wrapper_1 h2 {
    font-size: 17px;
    text-align: center;
    color: #1a1818;
    margin: 0% auto 2% auto;
    padding: 0;
    width: 82%;
    line-height: 25px;
}
.wrapper_1_gray_full {
	background: #f2f2f2;
	width: 100%;
	float: left;
	padding: 5% 0 2% 0;
	margin: 0;
}
.wrapper_1_gray {
	width: 92%;
	margin: 0 auto 0 auto;
	padding: 10px 0;
	border-top: 1px solid #8c8c8d;
	background: url(../images/wrapper_gray_border_1.jpg) no-repeat left top;
}
.wrapper_1_gray_1 {
	width: 100%;
	float: left;
	padding: 1% 0% 0 0%;
	margin: 0;
}
.wrapper_1_gray_1 h3 {
	font-size: 24px;
	text-align: left;
	color: #000;
	margin: 0;
	font-weight: normal;
	padding: 8px 0;
}
.wrapper_1_gray_1 h4 {
	margin: 0;
	padding: 14px 0 4px 0;
	font-size: 34px;
	color: #000;
	font-weight: bold;
}
.wrapper_1_gray_1 p {
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
	color: #000;
}
.wrapper_1_gray_1 h5 {
	font-size: 16px;
	color: #1c7aa6;
	text-align: left;
	margin: 0;
	padding: 0;
}
.wrapper_2 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background:#f6f6f6 url(../images/bg_img_2.png) no-repeat center top;
}
.wrapper_2 h1 {
	font-size: 40px;
	text-align: center;
	color: #1a1818;
	margin:9% 0 1% 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}
.wrapper_2 h1 span {
	color: #084489;
}
.wrapper_2 h2 {
    font-size: 17px;
    text-align: center;
    color: #1a1818;
    margin: 0% auto 2% auto;
    padding: 0;
    width: 82%;
    line-height: 25px;
}

.bo_team{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.bo_team_main1{
	width: 90%;
	margin: 0 auto 55px auto;
	padding: 0;
}
.bo_team_main1_left{
	width: 40%;
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
}
.bo_team_main1_left h3 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 44px;
    width: 100%;
	line-height: 48px;
    color: #333;
}
.bo_team_main1_left h4{
	float: left;
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 14px;	
	line-height: 16px;
	width: 100%;
	color: #333;
}
.bo_team_main1_left p {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    color: #333;
}

.bo_team_main1_right{
	width: 58%;
	float: left;
	margin: 0 0% 0 0;
	padding: 0;
}







.bo_team_main2{
	width: 90%;
	margin: 0 auto 55px auto;
	padding: 0;
}
.bo_team_main2_left{
	width: 58%;
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
}
.bo_team_main2_right h3 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 44px;
    width: 100%;
	line-height: 48px;
    color: #333;
}
.bo_team_main2_right h4{
	float: left;
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 14px;	
	line-height: 16px;
	width: 100%;
	color: #333;
}
.bo_team_main2_right p {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    color: #333;
}

.bo_team_main2_right{
	width: 40%;
	float: left;
	margin: 0 0% 0 0;
	padding: 0;
}










@media only screen and (min-width:769px) and (max-width:800px) {
}
.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: -4%;
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: -4%;
}
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
	display: none;
}

@media all and (min-width: 768px) {
.carousel-showmanymoveone .carousel-inner > .active.left,  .carousel-showmanymoveone .carousel-inner > .prev {
	left: -50%;
}
.carousel-showmanymoveone .carousel-inner > .active.right,  .carousel-showmanymoveone .carousel-inner > .next {
	left: 50%;
}
.carousel-showmanymoveone .carousel-inner > .left,  .carousel-showmanymoveone .carousel-inner > .prev.right,  .carousel-showmanymoveone .carousel-inner > .active {
	left: 0;
}
.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
	display: block;
}
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
.carousel-showmanymoveone .carousel-inner > .item.active.right,  .carousel-showmanymoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.active.left,  .carousel-showmanymoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.left,  .carousel-showmanymoveone .carousel-inner > .item.prev.right,  .carousel-showmanymoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}

@media all and (min-width: 992px) {
.carousel-showmanymoveone .carousel-inner > .active.left,  .carousel-showmanymoveone .carousel-inner > .prev {
	left: -25%;
}
.carousel-showmanymoveone .carousel-inner > .active.right,  .carousel-showmanymoveone .carousel-inner > .next {
	left: 25%;
}
.carousel-showmanymoveone .carousel-inner > .left,  .carousel-showmanymoveone .carousel-inner > .prev.right,  .carousel-showmanymoveone .carousel-inner > .active {
	left: 0;
}
.carousel-showmanymoveone .carousel-inner .cloneditem-2,  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
	display: block;
}
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
.carousel-showmanymoveone .carousel-inner > .item.active.right,  .carousel-showmanymoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.active.left,  .carousel-showmanymoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
	left: 0;
}
.carousel-showmanymoveone .carousel-inner > .item.left,  .carousel-showmanymoveone .carousel-inner > .item.prev.right,  .carousel-showmanymoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}
.container {
	margin-bottom: 0;
}


.logo {
	margin: 20px auto;
	height: 100px;
}

@media only screen and (min-width: 768px) {
.logo {
	margin: 28px;
	float: left;
}
}
.title {
	padding: 28px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
.button_container {
	position: absolute;
	top: 4%;
	right: 2%;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 9999999999;
	transition: opacity .25s ease;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
	background: #000;
}
.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #000;
}
.button_container span {
	background: #000;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 10px;
}
.button_container span:nth-of-type(3) {
	top: 20px;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, width .35s;
	z-index: 999999999;
}
.overlay:before {
	content: '';
	background: #d7df2a;
	left: -55%;
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	transition: left .35s ease;
}
.overlay:after {
	content: '';
	background: #d7df2a;
	right: -55%;
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	transition: all .35s ease;
}
.overlay.open {
	opacity: .9;
	visibility: visible;
	height: 100%;
}
.overlay.open:before {
	left: 0;
}
.overlay.open:after {
	right: 0;
}
.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
}
.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}
.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	z-index: 100;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}
.overlay ul li {
	display: block;
	position: relative;
	opacity: 0;
}
.overlay ul li a {
	position: relative;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	line-height: 50px;
	font-size: 34px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}
.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #000;
	transition: .35s;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
/*---ABOUT PAGE START----*/

.bg_about_text {
	width: 100%;
	background: url("../images/bg_img.jpg") no-repeat center top;
	float: left;
}


.our_ex_team_heading {
	width: 100%;
	float: left;
	padding: 3% 0 0 0;
	margin-top: -70px;
}

.our_ex_team_heading h5{
	text-align: center;
    margin: 2% auto 60px auto;
    padding: 0px;
    font-size: 62px;
    width: 80%;
    line-height: 77px;
    color: #000;
    font-weight: bold;
}


.about_banner_text {
	width: 100%;
	float: left;
	padding: 3% 0 0 0;
	margin: 0px;
}

.about_banner_text h5 {
    text-align: center;
    margin: 2% auto 60px auto;
    padding: 0px;
    font-size: 62px;
    width: 80%;
    line-height: 77px;
    color: #000;
    font-weight: bold;
}

.about_banner_text h6 {
    text-align: center;
    margin: 0% auto 20px auto;
    padding: 0px;
    font-size: 54px;
    width: 80%;
    line-height: 54px;
    color: #000;
    font-weight: bold;
}

.about_banner_text h3 {
	text-align: center;
	margin: 2% auto 0 auto;
	padding: 0px;
	font-size: 27px;
	width: 80%;
	line-height: 31px;
	color: #000;
}
.about_banner_text p {
    text-align: center;
    margin: 1% auto 10% auto;
    padding: 0px;
    font-size: 17px;
    width: 80%;
    color: #000;
    line-height: 24px;
}
.about_banner_text h4 {
    text-align: center;
    margin: 1% auto 3% auto;
    padding: 0px;
    font-size: 17px;
    width: 80%;
    color: #000;
    line-height: 24px;
}
.about_wrapper_2 {
	width: 100%;
	float: left;
	background:#f6f6f6;
	padding: 3% 0;
}
.about_wrapper_3 {
	width: 100%;
	float: left;
	margin: 0% 0;
	padding:5% 0 2% 0;
}
.about_wrapper_3 h3 {
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 44px;
	text-align: left;
	color: #1a1818;
	line-height: 48px;
}
.about_wrapper_3 h3 span {
	color: #1a1818;
}
.about_wrapper_3_box_main {
	width: 80%;
	margin: 2% auto 2% auto;
	padding: 0;
}
.about_wrapper_3_box1 {
	width: 16%;
	float: left;
	margin: 0 2% 25px 2%;
}
.about_wrapper_4 {
	width: 100%;
	float: left;
	margin: 0% 0;
	padding:0% 0 2% 0;
	background:#f6f6f6;
}
.about_wrapper_4 h3 {
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 44px;
	text-align: left;
	color: #1a1818;
	line-height: 48px;
}
.about_wrapper_4 h3 span {
	color: #1a1818;
}
.team_box {
    width: 13.2%;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    padding: 0;
}
.team_box img{
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team_box img:hover{
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
	cursor: pointer;
}

.team_box h3 {
	font-size: 24px;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	color: #333;
	line-height: 24px;
}
.team_box p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 0;
    margin: 4px 0 0 0;
    line-height: 20px;
}
.about_form {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.about_form_main {
	width: 60%;
	margin: 0 auto;
	padding: 0;
}
.about_form_main h3 {
	text-align: left;
	color: #8e8e8e;
	line-height: 56px;
	font-size: 40px;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.about_form_main h3 span {
	text-align: left;
	color: #000;
	font-size: 50px;
	width: 100%;
	float: left;
	font-weight: bold;
}
.about_form_main input {
	width: 48%;
	float: left;
	margin: 0 2% 15px 0;
	padding: 8px 0 3px 10px;
	color: #000;
	border-left: none;
	border-top: none;
	border-right: none;
	background: none;
	border-bottom: 2px solid #000;
}
.about_form_main textarea {
    width: 100%;
    float: left;
    margin: 0 2% 15px 0;
    padding: 8px 0 3px 10px;
    color: #000;
	border-left: none;
	border-top: none;
	border-right: none;
	background: none;
	height: 100px;
	border-bottom: 2px solid #000;
    line-height: 22px;
}
.about_submit {
	width: 120px;
	margin: 0 auto;
	padding: 9px 0 8px 0;
	font-size: 21px;
	border-radius: 6px;
	background: #d7df2a;
	color: #000;
	text-align: center;
}
.about_submit a {
	text-decoration: none;
	color: #000;
}
.about_submit a:hover {
	text-decoration: underline;
	color: #000;
}
.left {
	width: 30%;
	float: left;
}
.left ul li {
	width: 100%;
	float: left;
}
.right {
	width: 69%;
	float: left;
}
.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
}
.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none;
}
.r-tabs .r-tabs-panel {
	padding: 0;
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
.r-tabs .r-tabs-nav {
	display: none;
}
.r-tabs .r-tabs-accordion-title {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin: 6px 0 0 0;
}
}
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto
}
.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none
}
.jquery-script-center a {
	text-decoration: none
}
.jquery-script-ads {
	width: 728px;
	height: 90px;
	float: right
}
.jquery-script-clear {
	clear: both;
	height: 0
}
#carbonads {
	display: block;
	overflow: hidden;
	max-width: 728px;
	position: relative;
	font-size: 22px;
	box-sizing: content-box
}
#carbonads>span {
	display: block
}
#carbonads a {
	color: #4078c0;
	text-decoration: none
}
#carbonads a:hover {
	color: #3664A3
}
.carbon-wrap {
	display: flex;
	align-items: center
}
.carbon-img {
	display: block;
	margin: 0;
	line-height: 1
}
.carbon-img img {
	display: block;
	height: 90px;
	width: auto
}
.carbon-text {
	display: block;
	padding: 0 1em;
	line-height: 1.35;
	text-align: left
}
.carbon-poweredby {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
	font-size: 8px;
	border-top-left-radius: 4px;
	line-height: 1;
	color: #aaa!important
}

@media only screen and (min-width:320px) and (max-width:759px) {
	
	
	
.carbon-text {
	font-size: 14px
}
}
.r-tabs {

    position: relative;
    width: 90%;
    float: left;
    margin: 0 0 0 4%;

}
.r-tabs .r-tabs-nav {
	/*border-bottom: 1px solid #ccc;*/
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 0;
    margin: 0 0 7% 0;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	/*background: #00aadd;*/
	margin-bottom: 3px;
	padding: 10px 0px 0 60px;
	display: inline-block;
	text-decoration: none;
	color:#000;
	font-weight: bold;
	width: 100%;
	font-size: 28px;
	background: url("../images/tab_left_img_b.jpg") no-repeat left 18px;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
	/*background-color: #fff;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #888888;
	/*background-color: #fff;*/
	background: url("../images/tab_left_img_w.jpg") no-repeat left 18px;
}
.r-tabs .r-tabs-panel {
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	margin-bottom: 6px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
    /*border: 1px solid #ccc;*/
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00aadd;
	margin-bottom: 0;
}
.our_services {
    width: 4%;
    float: left;
    margin: 0 1% 0 1%;
}
.our_services h3{
	font-size: 30px;
	color: #000;
	writing-mode:sideways-lr;
	margin: 0;
	padding: 0;
	text-align: left;
}
.tab_left_box_1{
	width: 48%;
	float: left;
	color:#888888;
	font-size: 18px;
	margin: 0 1%;
}
/*---ABOUT PAGE END----*/




/*---Home slider bottom---*/

.main_wid {
	position: relative;
}
.scrtabs-tab-scroll-arrow-left {
	left: -55px;
}
.scrtabs-tab-scroll-arrow-right {
	right: -55px;
}

@media(max-width:1280px) {
.main_wid {
	margin: 50px 60px;
}
}
.left-side {
	width: 50%;
}
.right-side {
	width: 50%;
}
.st-demo-header {
	background-color: #666666;
	color: white;
	font-size: 24px;
	padding: 8px 24px;
}
.st-demo-header button {
	color: black;
	font-size: 12px;
}
.scrtabs-tabs-fixed-container {
	height: auto;
	width: 100% !important;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
    white-space: normal;
    border: 0;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li > a, .scrtabs-tabs-fixed-container ul.nav-tabs > li > a:hover, .scrtabs-tabs-fixed-container ul.nav-tabs > li > a:focus {
	border: 0;
	margin: 0;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
	border: 1px solid #666;
	border-bottom: none;
	left: 0;
}
.main_wid {
	margin: 50px 0;
}
.main_wid .nav-tabs {
	border-bottom: 0;
}
.scrtabs-tab-scroll-arrow {
	position: absolute;
	width: 42px;
	border: 2px solid #000;
	color: #000;
	text-align: center;
	border-radius: 50%;
}
.scrtabs-tab-scroll-arrow span {
	color: #000;
}
.scrtabs-tab-scroll-arrow-left {
	left: 0;
}
.scrtabs-tab-scroll-arrow-right {
	right: 0;
}
.image_vid_sec {
	margin: 20px 0;
}
.image_vid_sec a {
	display: block;
}
.image_vid_sec a img {
	display: block;
	width: 100%
}
.text_sec {
	margin: 20px 0;
}
.text_sec h3 {
}
.text_sec p {
}
.tb_txt_cnt {
}
.tb_txt_cnt h2 {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 1px;
}
.tb_txt_cnt h2 > span {
	font-weight: 300;
	font-size: 20px;
	display: block;
}
.tb_txt_cnt p {
}
.tb_txt_cnt > span {
	color: blue;
}
.gallery_bottom {
	width: 90%;
	margin: auto;
}
/*.scrtabs-tab-container * {box-sizing: border-box; }*/

/*.scrtabs-tab-container {height: 42px; }*/
.scrtabs-tab-container .tab-content {
	clear: left;
}
.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
.scrtabs-tabs-fixed-container {
	float: left;
	overflow: hidden;
	width: 100%;
}
.scrtabs-tabs-movable-container {
	position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
	display: none;
}
.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
	padding-right: 0;
}
.scrtabs-tab-scroll-arrow {
	border: 1px solid #dddddd;
	border-top: none;
	color: #428bca;
	display: none;
	float: left;
	font-size: 12px;
	height: 42px;
	margin-bottom: -1px;
	padding-left: 2px;
	padding-top: 13px;
	width: 20px;
}
.scrtabs-tab-scroll-arrow:hover {
	background-color: #eeeeee;
}
.scrtabs-tab-scroll-arrow, .scrtabs-tab-scroll-arrow .scrtabs-click-target {
	cursor: pointer;
}
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
	cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable, .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
	color: #ddd;
	cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
	background-color: initial;
}

/*---Home slider bottom end---*/



/*---BLOG STAR---*/

.blog_banner_full{
	width: 94%;
	float: none;
	margin: 10% auto 0 auto;
	padding: 0;
}

.blog_box_inner {
    width: 46%;
    float: left;
    margin: 0 2% 42px 2%;
    padding: 0;
}
.blog_box_inner img{
	margin: 0 0 10px 0;
	padding: 0;
}
.blog_box_inner p {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.blog_banner_full_inner{
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
	padding: 0;
}

.blog_banner_full_inner p{
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
	margin: 8px 0 0px 0;
    line-height: 21px;
    color: #000;
}


/*---BLOG END---*/




/*---Contact start---*/

.contact_full{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.contact_wrapper{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}
.contact_wrapper_main {
    width: 90%;
    margin: 3% auto 40px auto;
    padding: 0;
}
.contact_wrapper_main_left {
    width: 52%;
    float: right;
    margin: 1.7% 1% 0 0;
    padding: 0;
}
.contact_wrapper_main_left h3{
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 34px;
	color: #333;
}
.contact_wrapper_main_left p{
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 18px;
	color: #333;
}
.contact_wrapper_main_left input {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 10px 10px;
    background: #fff;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
}
.contact_wrapper_main_left select{
	width: 100%;
	margin: 0 0 25px 0;
	border-radius: 6px;
	padding: 10px 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.contact_wrapper_main_left textarea{
	width: 100%;
	margin: 0 0 25px 0;
    padding: 10px 10px;
	border-radius: 6px;
    background: #fff;
	border: 1px solid #e6e6e6;
	height: 80px;
}


input.contact_wrapper_main_left {
    width: 110px;
    float: left;
    margin: 0 0 0 0;
    border-radius: 6px;
    color: #000;
	border: none;
	background: #dcda00;
    padding: 8px 20px;
    font-size: 20px;
}
input.contact_wrapper_main_left:hover{
	width: 110px;
    float: left;
    margin: 0 0 0 0;
    border-radius: 6px;
    color: #000;
	border: none;
	text-decoration: underline;
	background: #dcda00;
    padding: 8px 20px;
    font-size: 20px;
}




.contact_wrapper_main_left button {
    width: 110px;
    float: left;
    margin: 0 0 0 0;
    border-radius: 6px;
    color: #000;
	border: none;
	background: #dcda00;
    padding: 8px 20px;
    font-size: 20px;
}
.contact_wrapper_main_left button:hover{
	width: 110px;
    float: left;
    margin: 0 0 0 0;
    border-radius: 6px;
    color: #000;
	border: none;
	text-decoration: underline;
	background: #dcda00;
    padding: 8px 20px;
    font-size: 20px;
}
.contact_wrapper_main_right {
    width: 42%;
    float: left;
    margin: 0 3% 0 1%;
    padding: 0;
}
.contact_wrapper_main_right h3{
	width: 100%;
	float: left;
	color: #000;
	font-size: 24px;
	margin: 4% 0 20px 0;
	border-bottom: 1px solid #000;
	padding: 0;
}
.contact_wrapper_main_right p {
    color: #333;
    font-size: 16px;
    line-height: 23px;
    margin: 15px 0 28px 30px;
    padding: 0;
}
.contact_wrapper_main_right p a{
	color: #333;
	text-decoration: underline;
}
.contact_wrapper_main_right p a:hover{
	color: #333;
	text-decoration: underline;
}
.map_icon {
    margin: -5px 9px 0 -28px;
}

/*---Contact End---*/









.team_1_left{
		display: none;
	}
.sl_hide_sh{
	display: none;
	border-radius: 8px;
	border: 4px solid #e3e3e3;
	margin: 0 0 10px 0;
}





.Virtual_Openers_full {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.Virtual_Openers_full_left{
	float: left;
	width: 49%;
	margin: 0 2% 20px 0;
	padding: 0;
}
.Virtual_Openers_full_right{
	float: left;
	width: 49%;
	margin: 0 0% 20px 0;
	padding: 0;
}



@media only screen and (min-width:768px) and (max-width:850px) {
	

	.infographic_box1_right h3 {
    font-size: 18px !important;
    color: #fff;
    margin: 0;
    line-height: 24px !important;
    padding: 0;
    text-align: center;
}
	.infographic_box1_middle h3 {
    font-size: 18px !important;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 24px !important;
    text-align: center;
}
	.infographic_box1_left h3 {
    font-size: 18px !important;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 24px !important;
    text-align: center;
}
	.infographic_box3 h3 {
    margin: -29% 0 0% 0 !important;
    padding: 0;
    font-size: 38px !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
}
	.contact_wrapper_main {
    width: 90%;
    margin: 3% auto 40px auto;
    padding: 0;
}
	.contact_wrapper_main_left {
    width: 52%;
    float: left;
    margin: 0 3% 0 0;
    padding: 0;
}
	.contact_wrapper_main_right {
    width: 38%;
    float: right;
    margin: 0 0% 0 0;
    padding: 0;
}
	.right {
    width: 92%;
    float: left;
}
	.about_form_main {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
	.header_logo {
    width: 11%;
    float: left;
    padding: 0;
    margin: 0;
}
	.button_container {
    top: 1%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    /* z-index: 100; */
    transition: opacity .25s ease;
}
	.r-tabs .r-tabs-panel {

    padding: 5px 0 0 0;
    display: none;
    border-left: 1px solid #ccc;
    width: 100%;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fafafa;

}
	.banner_full h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 40px;
    line-height: 59px;
    color: #000;
    text-align: center;
    padding: 0;
    font-weight: bold;
}
	.main-menu > li a span {
    width: auto !important;
    font-size: 16px;
    float: none !important;
    text-align: center;
}
	.main-menu li, .sub-menu li {
    font-size: 16px !important;
}
	.header_2 {
    padding:0;
    background: #555;
		display: none;
    color: #f1f1f1;
}
	.team_box img{
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team_box img:hover{
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
	cursor: pointer;
}
	.bo_team_main1_left h3 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 30px;
    width: 100%;
    line-height: 38px;
    color: #333;
}
	.bo_team_main2_right h3 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 30px;
    width: 100%;
    line-height: 38px;
    color: #333;
}
}




@media only screen and (min-width:220px) and (max-width:767px) {
	
	
	.Virtual_Openers_full_left{
	float: left;
	width: 100%;
	margin: 0 0% 25px 0;
	padding: 0;
}
.Virtual_Openers_full_right{
	float: left;
	width: 100%;
	margin: 0 0% 25px 0;
	padding: 0;
}
	
	.second_part_services h3 {
    width: 100%;
    font-size: 32px !important;
    text-align: center;
}
	
	.services_infographic_box_full {
    width: 100%;
    float: left;
    margin: 0 0 20px 0 !important;
    padding: 20px 0 50px 0 !important;
    background: #fbfbfb;
}
	
	
	.about_banner_text h6 {
    text-align: center;
    margin: 0% auto 20px auto;
    padding: 0px;
    font-size: 30px;
    width: 80%;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}
	.services_infographic_box {
    width: 90% !important;
    margin: 0 auto;
    padding: 0;
}
	.infographic_box1_left {
    width: 30%;
    float: left;
    border-radius: 5px !important;
}
	.infographic_box1_left h3 {
    font-size: 18px !important;
    line-height: 22px !important;
}
	.infographic_box1_middle {
    border-radius: 5px !important;
}
	.infographic_box1_middle h3 {
    font-size: 18px !important;
    line-height: 22px !important;
}
	.infographic_box1_right{
    width: 30%;
    float: left;
    border-radius: 5px !important;
}
	.infographic_box1_right h3 {
    font-size: 18px !important;
    line-height: 22px !important;
}
	.infographic_box3 {
    width: 64% !important;
    margin: 0 auto;
    padding: 0;
}
	.infographic_box3 h3 {
    margin: -29% 0 0% 0 !important;
    font-size: 34px !important;
}
	.second_part_services {
    width: 90% !important;
    margin: 0 auto;
    padding: 0;
}
	.second_part_services_left {
    width: 100% !important;
    float: left;
    margin: 0 0% 0 0;
    padding: 0;
}
	.second_part_services_left p {
    margin: 0px auto 22px auto;
		text-align: center;
    line-height: 23px !important; 
}
	.second_part_services_right {
    width: 100% !important;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}
	.services_infographic_box_full2 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0 !important;
    padding: 0px 0 20px 0 !important;
}
	.bo_services_left {
    width: 100% !important;
    float: left;
    margin: 0 0 35px 0!important;
    padding: 0% 2% 10px 0% !important;
    border-right: none !important;
		border-bottom: 1px solid #cbcbcb;
}
	.bo_services_left h4 {
    margin: 0 0 10px 0 !important;
}
	.bo_services_left_inner {
    margin: 0 0 30px 0 !important;
    float: left;
}
	.bo_services_right {
    width: 100% !important;
    float: left;
    padding: 1% 0% !important;
}
	.bo_services_left_inner h3 {
    font-size: 28px !important;
		margin: 0 !important;
}
	.bo_services_Capabilities_full h3 {
    margin: 0 0 10px 0 !important;
		font-size: 32px !important;
}
	.bo_services_Capabilities_full h5 {
    font-size: 26px !important;
    margin: 0 auto 20px auto !important;
    width: 90% !important;
    line-height: 36px !important;
}
	.all_bo_services_Capabilities_box1 {
    width: 100% !important;
    float: left;
    margin:0 0 20px 0 !important;
    padding: 0;
}
	
	.all_bo_services_Capabilities_box1 ul li {
    text-align: left;
    float: left;
    margin: 0 0 4px 0 !important;
    color: #979797;
    font-size: 15px !important;
    padding: 0;
    width: 100% !important;
}
	.infographic_box4_left {
    width: 100% !important;
    background: #efefef;
    border-radius: 6px !important;
    margin: 0 0 0 0;
    padding: 10px !important;
    float: left;
}
	.infographic_box4_left h3 {
    font-size: 16px !important;
    line-height: 22px !important;
}
	.sl_hide_sh{
		display: block;
	}
	.video {
  background-image: url('https://img.youtube.com/vi/nZcejtAwxz4/maxresdefault.jpg');
  width: 100%;
	height: auto !important;
}
	
		.services_main_left {
    width: 100% !important;
    float: left !important;
    margin: 0 0% 10px 0% !important;
}
	.about_banner_text h5 {
    text-align: center;
    margin: 2% auto 30px auto;
    padding: 0px;
    font-size: 32px;
    width: 90%;
    line-height: 48px;
    color: #000;
    font-weight: bold;
}

.our_ex_team_heading {
    width: 100%;
    float: left;
    padding: 3% 0 0 0;
    margin-top: -50px;
}

.our_ex_team_heading h5 {
    text-align: center;
    margin: 2% auto 30px auto;
    padding: 0px;
    font-size: 32px;
    width: 90%;
    line-height: 48px;
    color: #000;
    font-weight: bold;
}


	.team_1_left{
		display: block;
		margin: 0 0 20px 0;
	}
	.bo_team_main1_left {
    width: 100%;
    float: left;
    margin: 0 0% 0 0;
    padding: 0;
}
	.bo_team_main1_right {
    width: 100%;
    float: left;
		display: none;
    margin: 0 0% 0 0;
    padding: 0;
}
	.bo_team_main2_left {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}
	.bo_team_main2_right {
    width: 100%;
    float: left;
    margin: 10px 0% 0 0;
    padding: 0;
}
	.bo_team_main1_left h3 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 32px;
    width: 100%;
    line-height: 38px;
    color: #333;
}
	.bo_team_main2_right h3 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 32px;
    width: 100%;
    line-height: 38px;
    color: #333;
}
	.team_box img{
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team_box img:hover{
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
	cursor: pointer;
}
	
	
	.header_2 {
    padding:0;
    background: #555;
		display: none;
    color: #f1f1f1;
}
	.contact_wrapper_main {
    width: 90%;
    margin: 3% auto 40px auto;
    padding: 0;
}
	.contact_wrapper_main_left {
    width: 100%;
    float: left;
    margin: 0 3% 0 0;
    padding: 0;
}
	.banner_full h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 37px;
    color: #000;
    text-align: center;
    padding: 0;
    font-weight: bold;
}
	.contact_wrapper_main_right {
    width: 100%;
    float: right;
    margin: 0 0% 0 0;
    padding: 0;
}
	.about_banner_text h3 {
    text-align: center;
    margin: 5% auto 0 auto;
    padding: 0px;
    font-size: 20px;
    width: 90%;
    line-height: 25px;
    color: #000;
}
	.about_banner_text p {
    text-align: center;
    margin: 1% auto 10% auto;
    padding: 0px;
    font-size: 15px;
    width: 90%;
    color: #000;
    line-height: 21px;
}
	.right {
    width:100%;
    float: left;
    margin: 0;
}
	.our_services {
    width: 100%;
    float: left;
    margin: 0 0% 0 0%;
}
	.our_services h3 {
    font-size: 28px;
    color: #000;
    writing-mode:horizontal-tb;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    float: left;
}
	.r-tabs {
    position: relative;
    width: 95%;
    float: none;
    margin: 0 auto;
}
	.about_wrapper_3 h3 {
    width: 82%;
    margin: 0 auto 5% auto;
    padding: 0;
    font-size: 32px;
    text-align: center;
    color: #1a1818;
    line-height: 34px;
}
	.about_wrapper_3_box1 {
    width: 46%;
    float: left;
    margin: 0 2% 25px 2%;
}
	.team_box {
    width: 48%;
    float: left;
    margin: 0 1% 10px 1%;
    padding: 0;
}
	.about_form_main {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
	.about_form_main h3 {
    text-align: center;
    color: #8e8e8e;
    line-height: 48px;
    font-size: 28px;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}
	.about_form_main h3 span {
    text-align: center;
    color: #000;
    font-size: 48px;
    width: 100%;
    float: left;
    font-weight: bold;
}
	.about_form_main input {
    width: 100%;
    float: left;
    margin: 0 2% 15px 0;
    padding: 8px 0 3px 10px;
    color: #000;
    border-left: none;
    border-top: none;
    border-right: none;
    background: none;
    border-bottom: 2px solid #000;
}
	.header_logo {
    width: 44%;
    float: left;
    padding: 0;
    margin: 0;
}
	.wrapper_1 h1 {
    font-size: 22px;
    text-align: center;
    color: #1a1818;
    margin: 4% 0 1% 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 27px;
}
	.sld_bd_txt {
    margin: 8px 0;
    padding: 0px;
}
	.sld_bd_txt h3 {
    font-size: 22px;
    margin: 0 0 6px 0;
}
	
.wrapper_1 {
    width: 100%;
    float: left;
	background-image:none;
    margin: 0;
    padding: 0;
	
}
	
.wrapper_1 h2 {
    width: 90%;
}
	.sld_nav_c {
    padding: 15px 0 3px 15px !important;
    position: relative;
    margin-bottom: 10px;
}
	.sld_nav_c p {
    padding: 0px 0px 0px 0px !important;
    margin: 0 0 8px 0;
		font-size: 14px;
}
	.wrapper_2 h1 {
    font-size: 22px;
    text-align: center;
    color: #1a1818;
    margin: 4% 0 1% 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 27px;
}
	.wrapper_2 h2 {
    width: 90%;
}
	

	 .wrapper_2{
	background-image:none;
	}
	
	.button_container {
    top: 1.5%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    /* z-index: 100; */
    transition: opacity .25s ease;
}
	.r-tabs .r-tabs-panel {

    padding: 5px 0 0 0;
    display: none;
    border-left: 1px solid #ccc;
    width: 100%;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fafafa;

}
	.tab_left_box_1 {
    width: 96%;
    float: left;
    color: #888888;
    margin: 0 0 0 4%;
}
	.banner_full {
    width: 100%;
    margin:0;
    float: left;
}
	.main-menu > li a span {
    width: auto !important;
    font-size: 16px;
    float: none !important;
    text-align: center;
}
	.main-menu li, .sub-menu li {
    font-size: 16px !important;
}
}

















/*----Start Home slider----*/

.unq_slider{color:#000;padding:20px 0 40px 0;margin:0;}
	
	.bg_cm{
		background: #f6f6f6;
	}
.sld_bd_txt p {
    font-size: 16px;
    margin: 0 0 6px 0;
    line-height: 28px;
}
.sec_slider_nav:before{content: '';position: absolute;top: 0;width: 100%;height: 20px;border: 1px solid #666;border-bottom:0;left:0;}
	.sec_slider_nav2:before{content: '';position: absolute;top: 0;width: 100%;height: 20px;border: 1px solid #666;border-bottom:0;left:0;}
	.sec_slider_nav3:before{content: '';position: absolute;top: 0;width: 100%;height: 20px;border: 1px solid #666;border-bottom:0;left:0;}
.sec_slider_nav4:before{content: '';position: absolute;top: 0;width: 100%;height: 20px;border: 1px solid #666;border-bottom:0;left:0;}
.sec_slider_nav6:before{content: '';position: absolute;top: 0;width: 100%;height: 20px;border: 1px solid #666;border-bottom:0;left:0;}


.sld_nav_c{padding:15px;position:relative;margin-bottom:20px;}
.sld_nav_c:before{content: '';position: absolute;top: 0;width: 100%;height: 20px;border-right:1px solid #666;right:0;}

.sld_nav_c h2{font-size:25px;font-weight:600;letter-spacing:1px; margin: 0;}
.sld_nav_c h2 > span{font-weight:300;font-size:20px;display:block;}
.sld_nav_c p {
    padding: 5px 40px 0px 0px;
    margin: 0;
}
.sld_nav_c > span{color:blue;}

.ar_design{border:1px solid #000;border-radius:50%;width:30px;height:30px;position:absolute;top:40%;
transform:translateY(-50%);text-align:center;padding:2px;background:#fff;}
.ar_design:hover{background:#d7df2a;border-color:#d7df2a;box-shadow:0px 5px 10px rgba(0,0,0,0.15); }
.ar_design img{width:12px;}
.next_slik{right:-40px; z-index: 9999999;}
.prev_slik{left:-40px; z-index: 9999999;}
.sld_nav_c{border-bottom:5px solid transparent;transition:all linear .8s;}
.slick-current .sld_nav_c{border-bottom:5px solid brown;}
.sld_nav_c:after{content:'';position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;
border-bottom:15px solid brown;transform: rotate(180deg);left: 20px;bottom: -15px;opacity:0;transition:all linear .3s;}
.slick-current .sld_nav_c:after{opacity:1;}

.sec_slider_body {margin-top:0;}
.sld_cnt_c{display:flex !important;flex-wrap:wrap;}
.sld_im_vi_c{flex:1;}
.sld_im_vi_c img{width:100%;}
.sld_bd_txt{flex:1;margin:0px 20px 10px 20px;padding:0 10px 10px 10px;}

@media (max-width:768px){
.next_slik{right:-30px;}
.prev_slik{left:-30px;}
.sld_bd_txt{margin:0 15px 15px;}
}

@media (max-width:640px){
.sld_im_vi_c,.sld_bd_txt{flex:1;min-width:100%;max-width:100%;}
.sld_bd_txt{margin:6px 0;padding:0px;}
}
@media (max-width:575px){
.sec_slider_body{margin-top:0;}
.ar_design{top:-15px; transform:none;}
.next_slik{right:15px;}
.sld_im_vi_c,.sld_bd_txt{text-align:center;}
.sld_im_vi_c{min-width:60%;max-width:60%;margin:10px 20%;}
.prev_slik {
    right: 60px;
    left: auto;
	z-index: 9999999;
}

}
@media (max-width:414px){
.sld_im_vi_c {
    min-width: 100%;
    max-width: 100%;
    margin: 10px 0;
}
}
/*----END HOme Slider----*/


.header_2 {
    padding:0;
    /*background: #555;*/
    color: #f1f1f1;
}
.content_2 {
	padding: 16px;
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 99999999;
	width: 100%;
}
.sticky + .content_2 {
	padding-top: 102px;
}
/*.header_2 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.header_2 ul li {
    list-style: none;
    text-decoration: none;
    float: left;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    width: 16.66%;
    line-height: 23px;
}
.header_2 ul li a{
	text-decoration: none;
	color: #FFFFFF;
}
.header_2 ul li a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
*/


























.responsive-menu {
  position: relative;
}

.main-menu, .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.main-menu li, .sub-menu li {
  font-size: 14px;
}

.main-menu > li {
    display: inline-block;
    position: relative;
    width:16.66%;/*
	background: #000;*/
	padding: 0;
    vertical-align: middle;
}

.main-menu > li a {
  display: block;
}
.main-menu > li a:hover{
	text-decoration: none;
}
.main-menu > li a span:hover{
	text-decoration: none;
}
.main-menu > li a span{
	width: 100%;
	font-size: 14px;
	float: left;
	text-align: center;
}
.main-menu > li.active .sub-menu {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
  z-index: 20;
}
@media only screen and (min-width: 1221px) {
  .main-menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20;
  }
}
.main-menu .expand {
  display: none;
}
@media only screen and (max-width: 780px) {
.main-menu {
    opacity: 0;
    pointer-events: none;
    margin-top: 20px;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 200px;
    width: 100%;
    left: 0;
}
  .main-menu li {
    display: line-block;
    width: 100%;
    margin: 0;
    padding: 8px 0;
}
  .main-menu .expand {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    z-index: 15;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: 200ms all;
    transition: 200ms all;
  }
  .main-menu .expand.active {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1220px) {
  .main-menu.active {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20;
  }
}

.sub-menu {
  opacity: 0;
  pointer-events: none;
  margin-top: 20px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  min-width: 200px;
}
@media only screen and (max-width: 1220px) {
  .sub-menu {
    display: block;
    z-index: 20;
    width: 100%;
  }
}
.sub-menu li a {
  display: block;
}

.toggle-menu {
  display: none;
}
@media only screen and (max-width: 780px) {
  .toggle-menu {
    display: inline-block;
  }
}


header {
  background: #333333;
  font-size: 0;
}

nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  /*background: #333333;*/
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 780px) {
  nav {
    text-align: center;
  }
}

.toggle-menu {
    color: #ffffff;
    float: left;
    width: 100%;
    padding: 5px 10px;
}
.toggle-menu span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}
.toggle-menu svg {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0 0 0 0;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 2rem;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  width: 15%;
}

.main-menu, .sub-menu {
  /*background: #333333;*/
}
.main-menu li a, .sub-menu li a {
  padding: 0;
  color: #ffffff;
	text-align: center;
  text-decoration: none;
}
.main-menu .expand, .sub-menu .expand {
  color: #ffffff;
  font-size: 1.5rem;
}

@media only screen and (max-width: 780px) {
  .sub-menu {
    background: #777777;
  }
}
/*li.color_1{
	background: #000;
}*/
li.color_1 a{
	color: #fff;
	background: #797979;
    line-height: 21px;
	padding: 5px 0 5px 0;
	border-right: 1px solid #fff;
}
li.color_1 a:hover{
	background: #dfdd5d;
    line-height: 21px;
	text-decoration: none;
	padding: 5px 0 5px 0;
	border-right: 1px solid #fff;
	color: #000;
}
/*li.color_2{
	background: #e22e5e;
}
li.color_3{
	background: #30699e;
}
li.color_4{
	background: #a54487;
}
li.color_5{
	background: #48d0dc;
}
li.color_6{
	background: #811f6e;
}*/











/*---Servies start---*/
.services{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.services_main{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.services_main_left{
	width: 48%;
	float: left;
	margin: 0 1% 10px 1%;
}
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox_background {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(220, 218, 0, 0.7);
	color: #000;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}

.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
	-moz-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
    transform: translate(0, -50%);
    width: 90%;
    margin: 0 auto;
}


.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: none;
}
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slidedown {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hvrbox:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slideleft {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.hvrbox:hover .hvrbox-layer_slideleft,
.hvrbox.active .hvrbox-layer_slideleft {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_slideright {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hvrbox:hover .hvrbox-layer_slideright,
.hvrbox.active .hvrbox-layer_slideright {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hvrbox .hvrbox-layer_rotate {
	border-radius: 50%;
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_rotate,
.hvrbox.active .hvrbox-layer_rotate {
	border-radius: 0%;
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.hvrbox .hvrbox-layer_scale-rotate {
	border-radius: 50%;
	-moz-transform: scale(0) rotateZ(0);
	-webkit-transform: scale(0) rotateZ(0);
	-ms-transform: scale(0) rotateZ(0);
	transform: scale(0) rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_scale-rotate,
.hvrbox.active .hvrbox-layer_scale-rotate {
	border-radius: 0%;
	-moz-transform: scale(1) rotateZ(360deg);
	-webkit-transform: scale(1) rotateZ(360deg);
	-ms-transform: scale(1) rotateZ(360deg);
	transform: scale(1) rotateZ(360deg);
}


.video {
  background-image: url('https://img.youtube.com/vi/nZcejtAwxz4/maxresdefault.jpg');
  width: 100%;
	height: 373px;
}

/* Hide Play button + controls on iOS 
video::-webkit-media-controls {
    display:none !important;
}*/
















.accordion-menu {
  width: 100%;
  margin: 20px auto 0;
	list-style: none;
	padding: 0;
  background: #fff;
	float: left;
  border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
  color: #CDDC39;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
    display: none;
    background: #C8E6C9;
    padding: 6px 8px;
    margin: 0;
}
.submenuItems li {
  border-bottom: 1px solid #B6B6B6;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #CDDC39;
  color: #fff;
}
.bo_services_full{
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
	border-bottom: 1px solid #cbcbcb;
	padding: 0 0 40px 0;
}
.services_infographic_box_full {
    width: 100%;
    float: left;
    margin:0 0 30px 0;
    padding:20px 0 80px 0;
    background: #fbfbfb;
}
.services_infographic_box_full p {
    width: 80%;
    margin: 0px auto 22px auto;
    padding: 0;
    text-align: center;
    line-height: 28px;
}


.services_infographic_box_full2 {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 20px 0 40px 0;
}
.services_infographic_box_full2 p {
    width: 80%;
    margin: 0px auto 22px auto;
    padding: 0;
    text-align: center;
    line-height: 28px;
}
.second_part_services{
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
.second_part_services_left{
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
}
.second_part_services_left p{
    width: 100%;
    margin: 0px auto 22px auto;
    padding: 0;
    text-align: left;
}
.second_part_services_right {
    width: 60%;
    margin: 0 auto;
    padding: 0;
}
.second_part_services_right img{
	border-radius: 8px;
	/*border: 4px solid #e3e3e3;*/
}

.bo_services{
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.bo_services h5{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	margin: 0px 0 5px 0;
	padding: 0;
}
.bo_services p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 0px 0 45px 0;
	padding: 0;
}

.bo_services_left{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0% 3% 2% 3%;
	border-right: 1px solid #cbcbcb;
}
.bo_services_left h4 {
    text-align: center;
    font-size: 14px;
    margin: 0 0 30px 0;
    padding: 0;
    color: #979797;
}
.bo_services_left_inner{
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
	padding: 0;
}
.bo_services_left_mg{
	margin: 0 !important;
}
.bo_services_left_inner h3{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 34px;
	text-align: center;
}
.bo_services_left_inner p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 26px;
	color: #979797;
    text-align: center;
}
.bo_services_right{
	width: 50%;
	float: left;
	margin: 0;
	padding: 1% 3%;
}
.bo_services_right h4 {
    text-align: center;
    font-size: 14px;
    margin: 0 0 30px 0;
    padding: 0;
	text-transform:uppercase;
    color: #979797;
}
.bo_services_Capabilities_full{
	width: 100%;
	float: left;
	margin: 20px 0 45px 0;
	padding: 0;
}
.bo_services_Capabilities_full h3{
	text-align: center;
    font-size: 32px;
    margin: 0 0 30px 0;
    padding: 0;
    color: #979797;
	text-transform:uppercase;
}
.bo_services_Capabilities_full h5 {
    text-align: center;
    font-size: 36px;
    margin: 0 auto 50px auto;
    padding: 0;
    color: #000;
    width: 56%;
    line-height: 50px;
}
.all_bo_services_Capabilities{
	width: 86%;
	margin: 0 auto;
	padding: 0;
}
.all_bo_services_Capabilities_box1{
	width: 23%;
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
}
.all_bo_services_Capabilities_box1 h3{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 22px;
	text-align: left;
	text-transform: none;
	color: #000;
}
.all_bo_services_Capabilities_box1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.all_bo_services_Capabilities_box1 ul li {
    text-align: left;
    float: left;
    margin: 0 0 12px 0;
	width: 100%;
    color: #979797;
    font-size: 15px;
    padding: 0;
}
.services_infographic_box{
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
.infographic_box1{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.infographic_box1_left {
    width: 30%;
    float: left;
    background: #00aeb3;
    margin: 0;
    padding: 10px;
    box-shadow: 3px 4px 4px #aaa;
    border-radius: 20px;
}
.infographic_box1_left h3{
	font-size: 26px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 32px;
	text-align: center;
}
.infographic_box1_middle{
	width: 30%;
	float: left;
    padding: 10px;
    box-shadow: 3px 4px 4px #aaa;
	margin: 0 5%;
	background: #0085a0;
	border-radius: 20px;
}
.infographic_box1_middle h3{
	font-size: 26px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 32px;
	text-align: center;
}
.infographic_box1_right{
	width: 30%;
	float: left;
	margin: 0;
	background: #275369;
    padding: 10px;
    box-shadow: 3px 4px 4px #aaa;
	border-radius: 20px;
}
.infographic_box1_right h3{
	font-size: 26px;
	color: #fff;
	margin: 0;
	line-height: 32px;
	padding: 0;
	text-align: center;
}
.infographic_box2 {
    width: 100%;
    float: left;
    margin: 20px 0 -5px 0;
    padding: 0;
}
.infographic_box2_left{
	width: 45%;
	float: left;
	margin: 0;
	padding: 0;
}
.infographic_box2_left img {
    width: 68% !important;
    float: right;
}
.infographic_box2_middle{
	width: 10%;
	float: left;
	margin: 0;
	padding: 0;
}
.infographic_box2_middle img {
    width: 19% !important;
    margin: 0 auto;
    display: block;
}
.infographic_box2_right{
	width: 45%;
	float: left;
	margin: 0;
	padding: 0;
}
.infographic_box2_right img {
    width: 68% !important;
    float: left;
}
.infographic_box3{
	width: 44%;
	margin: 0 auto;
	padding: 0;
}
.infographic_box3 h3 {
    margin: -26% 0 0% 0;
    padding: 0;
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.infographic_box4 {
    width: 100%;
    margin: 6% auto 0% auto;
    padding: 0;
}
.infographic_box4_middle {
    width: 10%;
    margin: 0 auto;
    padding: 0;
}
.infographic_box4_middle img {
    width: 19% !important;
    margin: 0 auto;
    display: block;
}
.infographic_box4 h3 {
    width: 100%;
    float: left;
    margin: 15px 0 15px 0;
    padding: 0;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.infographic_box4_left {
    width: 68%;
    background: #efefef;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    float: none;
}
.infographic_box4_left h3{
	font-size: 20px;
	color: #000;
	margin: 0;
	padding: 0;
}
.infographic_box4_right{
	width: 48%;
	margin: 0 0% 0 0;
	padding: 20px;
	background: #efefef;
	border-radius: 10px;
	float: left;
}
.infographic_box4_right h3{
	font-size: 20px;
	color: #000;
	margin: 0;
	padding: 0;
}
.thank_you_full{
	width: 80%;
	margin:0 auto;
	padding: 0;
}
.thank_you_full h3{
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 38px;
	float: left;
	text-align: center;
	width: 100%;
	color: #000;
}
.thank_you_full p{
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-size: 18px;
	float: left;
	width: 100%;
}
.second_part_services h3{
	width: 100%;
	font-size: 54px;
	text-align: center;
}
.footer_full{
	width: 100%;
	float: left;
	margin: 0;
	padding: 15px 2%;
	background: #000;
	color: #fff;
}
.footer_full p {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0px;
}