body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}



@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #04122c;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 95px;
	height: auto !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	display: inline-block;
	margin-left: 18px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 16px;
	font-weight: 500;
	padding: 38px 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	top: 0;
	left: 0;
	border-top: 3px solid #0bb1f3;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #0bb1f3;
}
.header_menu ul li a:hover:before, .header_menu ul li.active a:before {
	width: 100%;
}
.header_btn {
	display: inline-block;
	background: #0bb1f3;
	color: #fff !important;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 30px;
	margin-left: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #fff;
	color: #04122c !important;
}
.home_banner_section {
	background: url("../images/banner_bg.png") #000e28 no-repeat;
	background-size: cover;
	padding: 145px 0 55px;
}
.home_banner_img img {
	border-radius: 8px;
}
.banner_heading {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	margin-top: 20px;
}
.banner_text {
	color: #0bb1f3;
	font-weight: 500;
	font-size: 14px;
}
.banner_btn1 {
	display: inline-block;
	background: #0bb1f3;
	color: #fff !important;
	margin-top: 25px;
	padding: 10px 25px;
	border-radius: 30px;
	margin-right: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
	background: #fff;
	color: #111 !important;
}
.banner_btn2 {
	display: inline-block;
	background: #fff;
	color: #040f24 !important;
	margin-top: 25px;
	padding: 10px 25px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 img {
	width: 15px;
	margin-top: -3px;
}
.banner_btn2:hover {
	background-color: #0bb1f3;
}
.home_service_section {
	background: url("../images/service_bg.png") #ebf9ff no-repeat;
	padding: 60px 0;
}
.home_service_section_heading {
	color: #06142e;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
.home_service_section_text {
	font-size: 15px;
	color: #555;
	padding: 10px 20% 0;
}
.home_service_block_heading {
	text-align: right;
	color: #04122c;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	padding-right: 35px;
}
.home_service_block_heading img {
	background: #04122c;
/* 	border: 2px solid #0bb1f3; */
	border-radius: 50%;
	width: 70px;
	margin-bottom: 15px;
	padding: 8px;
}
.home_service_block_right {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 35px;
}
.home_service_block_text {
	font-size: 15px;
	color: #666;
}
.service_line {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 40px 0;
}
.home_service_block_btn {
	display: inline-block;
	color: #0bb1f3 !important;
	font-weight: 500;
	font-size: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #0bb1f3;
}
.home_solution_section {
	background: url("../images/solution_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
}
.home_solution_section:before {
	background: rgba(4, 15, 36, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_solution_subheading {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 5px;
}
.home_solution_block {
	margin-top: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.home_solution_block:last-child {
	border-right: none;
}
.home_solution_block img {
	background: #fff;
	border-radius: 50%;
	width: 80px;
	padding: 10px;
}
.home_solution_block_text {
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
}
.home_welcome_section {
	padding: 70px 0;
}
.home_welcome_img {
	padding: 0 50px 0 100px;
}
.home_welcome_img_content {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translate(0, -50%);
	max-width: 290px;
}
.home_welcome_img_text1 {
	background: #0bb1f3;
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
	padding: 15px 20px;
}
.home_welcome_img_text1 strong {
	font-weight: 500;
}
.home_welcome_text {
	color: #666;
	margin-top: 20px;
}
.home_welcome_text strong {
	color: #555;
	font-weight: 600;
}
.home_welcome_btn {
	display: inline-block;
	background: #0bb1f3;
	color: #fff !important;
	margin-top: 25px;
	padding: 10px 25px;
	border-radius: 30px;
	margin-right: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_welcome_btn:hover {
	background: #04122c;
}
.home_process_section {
	background: #ebf9ff;
	padding: 70px 0;
}
.home_process_block {
	margin-top: 50px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 20px;
}
.home_process_block:last-child {
	border-right: none;
}
.home_process_block img {
	border-radius: 50%;
	background: #0bb1f3;
	width: 75px;
	padding: 10px;
}
.home_process_block_step {
	width: 110px;
	background: #b7e8fc;
	font-weight: 500;
	font-size: 13px;
	border-radius: 30px;
	padding: 5px 0;
	margin: 15px auto;
}
.home_process_block_text {
	font-weight: 500;
	color: #333;
}
.home_training_section {
	padding: 70px 0;
}
.home_training_block {
	margin-top: 50px;
}
.home_training_block img {
	border-radius: 8px;
}
.footer_top {
	background: #040f24;
	padding: 50px 0;
}
.footer_top_heading {
    font-size: 22px;
	line-height: 25px;
	color: #0bb1f3;
	font-weight: 600;
	text-transform: uppercase;
}
.footer_about {
	font-size: 15px;
	color: #f1f1f1;
	margin-top: 20px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 3px;
}
.footer_menu ul li a {
	color: #f1f1f1;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #0bb1f3;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 25px 0 0;
}
.footer_contact_info ul li {
	color: #f1f1f1;
	position: relative;
	list-style: none;
	margin-top: 15px;
	padding-left: 38px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: -4px;
	left: 0;
	max-width: 30px;
	background: #0bb1f3;
	border-radius: 50%;
}
.footer_contact_info ul li a {
	color: #f1f1f1;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 30px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 35px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	padding: 20px 0;
	text-align: center;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
}
.footer_bottom a {
	color: #333;
}
#back-to-top {
	background: #0bb1f3;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url("../images/banner_bg.png") #000e28 no-repeat !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 80px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 30px;
	font-weight: bold;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #0bb1f3;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #0bb1f3;
}
.inner_page_heading {
	color: #06142e;
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #0bb1f3;
	border-radius: 30px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text strong {
	font-weight: 600;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	font-weight: 600;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_btn {
	display: inline-block;
	background: #0bb1f3;
	color: #fff !important;
	margin-top: 25px;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_btn:hover {
	background: #06142e;
}
.service_page_img img {
	border-radius: 50%;
}
.working_page_top_box {
	margin-top: 35px;
}
.working_page_top_box_inner {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	min-height: 100%;
	padding: 30px 25px 25px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.working_page_top_box_inner img {
	width: 70px;
}
.working_page_top_box_heading {
	color: #0bb1f3;
	font-weight: 600;
	font-size: 19px;
	line-height: 25px;
	margin-top: 25px;
}
.working_page_top_box_text {
	color: #666;
	margin-top: 10px;
}
.process_page_box_inner {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	min-height: 100%;
	padding: 30px 15px 5px;
	border-radius: 8px;
	overflow: hidden;
}
.process_page_box_inner img {
	width: 60px;
}
.process_page_box {
	margin-top: 40px;
}
.process_page_box_btn {
	display: inline-block;
	background: #0bb1f3;
	color: #fff !important;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 15px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_sidebar_heading {
	background: #0bb1f3;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 10px 10px 0 0;
}
.inner_page_sidebar_list {
	background: #eee;
	border-radius: 0 0 10px 10px;
}
.inner_page_sidebar_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_sidebar_list ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
}
.inner_page_sidebar_list ul li:last-child {
	border-bottom: none;
}
.inner_page_sidebar_list ul li.active {
	background: #c4dae3;
}
.inner_page_sidebar_list ul li.active a {
	color: #111;
}
.inner_page_sidebar_list ul li a {
	display: block;
	font-size: 15px;
	color: #666;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_sidebar_list ul li a:hover {
	color: #111;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #0bb1f3 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe, #post-17 {
	margin-bottom: 0 !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #0bb1f3;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #0d2d68;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #0bb1f3;
	color: #fff !important;
	margin-top: 20px;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 30px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.error404 .header {
	background: #04122c;
}
#post-388 {
	margin-bottom: 0 !important;
}
.service_list_box img {
	width: 100px;
	border-radius: 50%;
}
.home_service_new_box {
	margin-top: 35px;
}
.home_service_new_box_inner {
	background: #fff;
	min-height: 100%;
	border-radius: 8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 30px 15px;
}
.home_service_new_box_inner img {
	background: #04122c;
	border-radius: 50%;
	width: 70px;
	margin-bottom: 15px;
	padding: 8px;
}
.home_service_new_box_text {
	color: #04122c;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
}
.portfolio_page_heading {
	color: #0bb1f3;
	font-weight: 600;
	line-height: 1.2;
	font-size: 20px;
	margin-top: 35px;
}
.portfolio_page_logo {
	margin-top: 25px;
}
.portfolio_page_logo_inner {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 30px 15px;
	min-height: 100%;
}
.portfolio_page_logo_inner img {
	width: 60%;
}
.portfolio_page_logo_heading {
	font-weight: 500;
	color: #06142e;
	line-height: 1.2;
	margin-top: 20px;
}
.portfolio_page_logo_text {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}



/*============= Responsive ===============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none !important;
}
.header {
  padding: 4px 0;
}
.logo img {
  width: 80px;
}
.darkHeader .logo img {
  width: 52px;
}
.home_banner_section {
  padding: 100px 0 40px;
}
.home_banner_img {
  margin-bottom: 25px;
}
.banner_heading, .home_service_section_heading, .page .entry-title, .blog_page_title {
  font-size: 25px;
}
.banner_btn1 {
  margin-right: 5px;
  font-size: 15px;
}
.banner_btn2, .home_welcome_btn {
  font-size: 15px;
}
.home_service_section {
  background: #fff;
  padding: 40px 0;
}
.home_service_section_text {
  padding: 10px 0 0;
}
.home_service_block_heading {
  font-size: 18px;
  padding-right: 12px;
  text-align: center;
}
.home_service_block_right {
  border-left: none;
  padding-left: 12px;
  text-align: center;
  margin-top: 15px;
}
.home_solution_section, .home_welcome_section, .home_process_section, .home_training_section {
  padding: 40px 0;
}
.home_solution_block {
  margin-top: 25px;
  border-right: none;
}
.home_welcome_img_content {
  position: static;
  transform: none;
  max-width: 100%;
}
.home_welcome_img {
  padding: 0 12px;
  margin-bottom: 25px;
}
.home_welcome_img_text1, .home_training_block {
  margin-top: 25px;
}
.home_process_block {
  margin-top: 30px;
  border-right: none;
  padding: 0 12px;
  min-width: 50%;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.footer_top {
  padding: 10px 0 40px;
}
.footer_bottom {
  padding: 20px 0 60px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 70px !important;
  margin: 0 0 40px !important;
}
.service_page_img, .inner_page_img {
  margin-bottom: 25px;
}
.service_page_img img {
  width: 50%;
}
.inner_page_heading {
  font-size: 22px;
  line-height: 27px;
}
.inner_page_sidebar_list {
  margin-bottom: 30px;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 55px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_banner_section {
  padding: 130px 0 40px;
}
.home_service_block_heading {
  padding-right: 35px;
  text-align: right;
}
.home_service_block_right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  margin-top: 0;
}
.home_process_block {
  min-width: 30%;
  max-width: 30%;
}
.service_page_img img {
  width: 90%;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.footer_top_block {
  padding-left: 12px;
}
.footer_contact_info ul li {
  font-size: 15px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.home_banner_section {
  padding: 130px 0 40px;
}
.home_service_block_heading {
  padding-right: 35px;
  text-align: right;
}
.home_service_block_right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  margin-top: 0;
}
.home_process_block {
  min-width: 30%;
  max-width: 30%;
}
.service_page_img img {
  width: 90%;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.home_banner_section {
  padding: 130px 0 40px;
}
.home_service_block_heading {
  padding-right: 35px;
  text-align: right;
}
.home_service_block_right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  margin-top: 0;
}
.home_process_block {
  min-width: 30%;
  max-width: 30%;
}
.service_page_img img {
  width: 90%;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.home_banner_section {
  padding: 130px 0 40px;
}
.home_service_block_heading {
  padding-right: 35px;
  text-align: right;
}
.home_service_block_right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  margin-top: 0;
}
.home_process_block {
  min-width: 30%;
  max-width: 30%;
}
.service_page_img img {
  width: 90%;
}
.contact_right {
  margin-top: 0;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

} 





