body {
	padding: 0px;
	margin: 0px;
	font-family: 'Overpass';
}
img {
	max-width: 100%;
	height: 0 auto;
}
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: 'GraphikWeb-Bold';
  src: url('../fonts/GraphikWeb-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GraphikWeb-Bold.woff') format('woff'), url('../fonts/GraphikWeb-Bold.ttf')  format('truetype'), url('../fonts/GraphikWeb-Bold.svg#GraphikWeb-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	border-bottom: none;
	background: #162b4a;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.logo {
    padding-right: 0;
}
.logo_inner {
	padding: 20px 0;
	background: #fff;
	position: relative;
}
.logo_inner:before {
	background: #fff;
	position: absolute;
	content: "";
	bottom: 0;
	top: 0;
	width: 2000px;
	left: -2000px;
}
.logo_inner::after {
    width: 0;
    height: 0;
    border-bottom: 160px solid #fff;
	border-right: 100px solid transparent;
    position: absolute;
    content: "";
    right: -100px;
    bottom: 0;
}
.logo img {
	-webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.darkHeader .logo img {}
.header_right {
	text-align: right;
	padding-left: 0;
}
.header_right_top {
	background: #fff;
	position: relative;
	padding: 10px 0;
}
.header_right_top:before {
	background: #fff;
	position: absolute;
	content: "";
	bottom: 0;
	top: 0;
	width: 2000px;
	right: -2000px;
}
.header_right_top::after {
    width: 0;
    height: 0;
    border-top: 47px solid #fff;
	border-left: 32px solid transparent;
    position: absolute;
    content: "";
    left: -32px;
    top: 0;
}
.header_right_top span {
	font-size: 18px;
	color: #191919;
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
.header_right_top span:last-child {
	padding-right: 0;
}
.header_right_top span::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 19px;
    background: #191919;
    top: 2px;
    right: 10px;
}
.header_right_top span:last-child:before {
    display: none;
}
.header_right_top span img {
	margin: -2px 5px 0 0;
}
.header_right_top span a {
	color: #191919;
}
.header_menu  {
	display: inline-block;
	vertical-align: top;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 14px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	padding: 23px 0px 15px;
	-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: #ed393a;
}
.header_btn {
    vertical-align: top;
    display: inline-block;
    color: #ed393a !important;
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 40px;
    margin-top: 22px;
}
.banner_bottom_section {
	background: #132e54;
	padding: 40px 0 33px;
	position: relative;
}
.banner_bottom_section:before {
	width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #132e54;
	position: absolute;
	content: "";
	bottom: -12px;
	left: 49%;
}
.banner_bottom_block {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 85px;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.banner_bottom_block:last-child {
	border-right: none;
}
.banner_bottom_block img {
	position: absolute;
	left: 15px;
	top: -2px;
}
.home_service_section {
	background: url(../images/service_bg.jpg) #fcf0f0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 72px 0;
}
.home_service_section_heading {
	font-family: 'GraphikWeb-Bold';
	text-align: center;
	color: #282727;
	font-size: 30px;
	text-transform: uppercase;
}
.home_service_section_heading img {
	margin: -4px 5px 0 5px;
}
.home_service_block {
	margin-top: 40px;
}
.home_service_block_inner {
	overflow: hidden;
	background: #fff;
	padding: 22px;
	min-height: 100%;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_inner:hover {
	background: #ed393a;
}
.home_service_block_inner:before {
	position: absolute;
	content: "";
	border-top: 3px solid #ed393a;
	border-left: 3px solid #ed393a;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_inner:hover:before {
	border-top: 3px solid #132e54;
	border-left: 3px solid #132e54;
}
.home_service_block img {
	width: 100%;
}
.home_service_block_heading {
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	padding: 0 0 8px;
	text-transform: uppercase;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_inner:hover .home_service_block_heading {
	color: #fff;
}
.home_service_block_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 32px;
	height: 3px;
	background: #132e54;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_inner:hover .home_service_block_heading:before {
	background: #fff;
}
.home_service_block_text {
	color: #1c1c1c;
	font-size: 16px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_inner:hover .home_service_block_text {
	color: #fff;
}
.all_service_btn {
	display: inline-block;
	background: #132e54;
	color: #fff !important;
	padding: 14px 25px 10px;
	border-radius: 30px;
	margin-top: 40px;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.all_service_btn:hover {
	background: #ed393a;
}
.home_about_section {
	padding: 75px 0;
}
.home_about_heading {
	color: #1c1c1c;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.home_about_heading2 {
    font-family: 'GraphikWeb-Bold';
    color: #1c1c1c;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 34px;
    margin-top: 10px;
}
.home_about_heading2 strong {
	color: #ed393a;
	font-weight: normal;
}
.home_about_text {
	color: #1c1c1c;
	font-size: 17px;
	margin-top: 25px;
}
.home_about_btn {
	display: inline-block;
	background: #132e54;
	color: #fff !important;
	padding: 10px 25px 9px;
	border-radius: 30px;
	margin-top: 30px;
	font-weight: 600;
	font-size: 17px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_btn:hover {
	background: #ed393a;
}
.home_about_form {
	background: url("../images/form_bg.jpg") #ed393a no-repeat;
	background-size: cover;
	padding: 45px 40px 40px;
}
.home_about_form input {
	width: 100%;
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
	background: none;
	color: #fff;
	padding: 10px 0 9px;
	margin-top: 15px;
}
.home_about_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form textarea {
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
	background: none;
	color: #fff;
	padding: 0 0 9px;
	height: 100px;
	margin-top: 22px;
	resize: none;
}
.home_about_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.9);
}
.home_about_form .wpcf7-submit {
	width: auto;
	border: none !important;
	background: #fff !important;
	margin-top: 15px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 400;
	min-height: 42px;
	padding: 13px 32px 8px;
	color: #000 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_form .wpcf7-submit:hover {
	background: #132e54 !important;
	color: #fff !important;
}
.home_call_section {
	background: #132e54;
	padding: 50px 0;
}
.home_call_section_heading {
	font-family: 'GraphikWeb-Bold';
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}
.home_call_section_heading strong {
    color: #ed393a;
	font-weight: normal;
}
.home_call_section_text {
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
}
.home_call_section_right {
	text-align: right;
	margin-top: 10px;
}
.home_call_btn {
	background: url("../images/phone_btn.png") #ed393a no-repeat center left 20px;
	display: inline-block;
	font-family: 'GraphikWeb-Bold';
    color: #fff !important;
	font-size: 25px;
	border-radius: 30px;
	padding: 11px 25px 9px 56px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_call_btn:hover {
	background-color: #0c1e38;
}
.home_project_section {
	padding: 60px 0 70px;
}
.home_project_block {
	margin-top: 40px;
}
.home_project_block_inner {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.home_project_block_img {
	position: relative;
	overflow: hidden;
}
.home_project_block_img:before {
	background: url("../images/plus.png") rgba(237, 57, 58, 0.8) no-repeat center;
	position: absolute;
	content: "";
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_project_block_inner:hover .home_project_block_img:before {
	top: 0;
}
.home_project_block_img img {
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_project_block_inner:hover .home_project_block_img img {
	transform: scale(1.1);
}
.home_project_block_text {
	font-size: 15px;
	color: #282727;
	text-transform: uppercase;
	font-weight: 700;
	padding: 17px 15px 12px;
}
.footer_top {
	background: #1e1e1e;
	padding: 45px 0 35px;
}
.footer_top_heading {
	font-family: 'GraphikWeb-Bold';
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}
.footer_menu ul li {
	position: relative;
	padding-left: 20px;
	margin-top: 4px;
}
.footer_menu ul li:before {
	background: #ed393a;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
}
.footer_menu ul li a {
	color: #fff;
	font-style: normal;
	font-size: 16px;
	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: #ed393a;
	padding-left: 2px;
}
.footer_contact_info {
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}
.footer_contact_info a {
	color: #fff;
}
.footer_contact_info img {
	margin: 0 5px 0 0;
}
.footer_social {
	margin-top: 30px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_bottom {
	color: #fff;
	background: #000;
	padding: 20px 0 18px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.footer_bottom a {
	color: #fff;
}
.footer_bottom_right {
	text-align: right;
}
.footer_bottom_right a {
	margin: 0 2px;
}
#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide-info {
    position: absolute !important;
    top: 40%;
    left: 9%;
    width: auto !important;
	max-width: 580px;
}
.banner_heading {
	color: #ec4724;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.banner_subheading {
    font-family: 'GraphikWeb-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    margin-top: 5px;
	position: relative;
	padding: 0 0 12px;
}
.banner_subheading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 2px;
	background: #ec4724;
	width: 30px;
	height: 4px;
}
.banner_text {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-top: 18px;
}
.ms-skin-default .ms-bullet {
	width: 14px !important;
	height: 14px !important;
	background: #fff !important;
	border-radius: 50% !important;
}
.ms-skin-default .ms-bullet-selected {
	background: #ec4724 !important;
}
.ms-slide {
	position: relative;
}
.ms-slide:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.ms-bullets.ms-dir-h {
    right: auto !important;
	left: 9%;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
    right: 0 !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header {
	background: url(../images/banner.jpg) #132e54 no-repeat !important;
	background-size:cover !important;
	max-width:100% !important;
	padding:0px !important;
	height:380px;
	margin: 0 0 50px !important;
	position:relative;
	overflow: hidden;
}
.page .entry-header:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'GraphikWeb-Bold';
    position: absolute;
    margin-top: 210px;
    z-index: 99;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.breadcrumb-container {
    position: absolute;
    top: 255px;
    left: 0;
    width: 100%;
    text-align: center;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.breadcrumb-container a {
	color: #ed393a;
}
.about_img {
	margin-top:30px;
}
.contact_form input {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background: none;
    padding: 10px 0 9px;
    margin-top: 18px;
}
.contact_form textarea {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background: none;
    padding: 0 0 9px;
    height: 150px;
    margin-top: 22px;
    resize: none;
}
.contact_form .contact_btn input {
    width: auto;
    border: none !important;
    background: #162b4a !important;
    margin-top: 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    min-height: 46px;
    padding: 13px 32px 8px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info {
    position: relative;
    padding-left: 45px;
    color: #222;
    margin-top: 30px;
    font-size: 18px;
}
.contact_page_info a {
    color: #222;
}
.contact_page_info img {
    position: absolute;
    width: 35px;
    top: -5px;
    left: 0;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #ed393a;
    color: #fff !important;
    padding: 14px 0 10px;
}
.footer_btn2 {
    position: absolute;
    top: 0;
    left: 44%;
    background: #fff;
    padding: 14px 12px 10px;
    border-radius: 50%;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #132e54;
    color: #fff !important;
    padding: 14px 0 10px;
}
.error404 .header {
	background: #132e54;
}
.error_page_container {
    padding: 30px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}
.grecaptcha-badge {
    bottom: 70px !important;
}
/*=========== Responsive ==========*/

@media only screen and (max-width : 320px) {
.header {
    background: #fff !important;
	border-bottom: none;
}
.logo {
    padding-right: 15px;
}
.logo_inner {
    padding: 10px 0;
}
.logo img {
    width: 150px;
}
.logo_inner::before, .logo_inner::after, .header_right_top, .header_btn, .banner_text {
    display: none;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: -56px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.header_right {
    text-align: left;
    padding-left: 15px;
}
.primary-navigation.toggled-on {
    padding: 0 10px !important;
    background: #162b4a;
	margin-bottom: 10px;
}
.header_menu ul li a {
    font-size: 16px;
    padding: 12px 0px 8px;
}
.home_banner_section {
    margin-top: 64px;
}
.banner_subheading {
    font-size: 19px;
    line-height: 22px;
    margin-top: 0px;
}
.ms-slide-info {
    top: 26%;
    left: 4%;
    max-width: 345px;
}
.ms-bullets.ms-dir-h {
    left: 3%;
}
.banner_bottom_block img {
    top: -2px;
    width: 40px;
}
.banner_bottom_block br {
	display: none;
}
.banner_bottom_block {
    font-size: 16px;
    padding: 12px 15px 12px 75px;
    border-right: none;
}
.home_service_section_heading {
    font-size: 22px;
}
.home_service_section, .home_about_section, .home_call_section, .home_project_section {
    padding: 40px 0;
}
.home_about_heading2 {
    font-size: 22px;
    line-height: 30px;
}
.home_about_right {
    margin-top: 20px;
}
.home_about_form {
    padding: 10px 20px;
}
.home_call_section_heading {
    font-size: 22px;
}
.home_call_btn {
    font-size: 19px;
    padding: 8px 20px 6px 51px;
}
.home_call_section_right {
    text-align: left;
}
.home_project_block {
    margin-top: 20px;
    width: 50%;
}
.all_service_btn {
    padding: 12px 23px 8px;
    margin-top: 25px;
	font-size: 15px;
}
.footer_top_heading {
    font-size: 20px;
    margin-top: 25px;
}
.footer_menu ul {
    margin: 10px 0 0;
}
.footer_top {
    padding: 10px 0 30px;
}
.footer_bottom {
    padding: 20px 0 60px;
    font-size: 13px;
}
#back-to-top {
    bottom: 66px;
}
.page .entry-title {
    font-size: 30px;
    margin-top: 120px;
}
.breadcrumb-container {
    top: 155px;
}
.page .entry-header {
    height: 230px;
    margin: 0 0 30px !important;
}
.about_img {
    margin-top: 0;
}
.contact_right {
	margin-top: 20px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.header {
    background: #fff !important;
	border-bottom: none;
}
.logo {
    padding-right: 15px;
}
.logo_inner {
    padding: 10px 0;
}
.logo img {
    width: 150px;
}
.logo_inner::before, .logo_inner::after, .header_right_top, .header_btn, .banner_text {
    display: none;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: -56px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.header_right {
    text-align: left;
    padding-left: 15px;
}
.primary-navigation.toggled-on {
    padding: 0 10px !important;
    background: #162b4a;
	margin-bottom: 10px;
}
.header_menu ul li a {
    font-size: 16px;
    padding: 12px 0px 8px;
}
.home_banner_section {
    margin-top: 64px;
}
.banner_subheading {
    font-size: 19px;
    line-height: 22px;
    margin-top: 0px;
}
.ms-slide-info {
    top: 26%;
    left: 4%;
    max-width: 345px;
}
.ms-bullets.ms-dir-h {
    left: 3%;
}
.banner_bottom_block img {
    top: -2px;
    width: 40px;
}
.banner_bottom_block br {
	display: none;
}
.banner_bottom_block {
    font-size: 16px;
    padding: 12px 15px 12px 75px;
    border-right: none;
}
.home_service_section_heading {
    font-size: 22px;
}
.home_service_section, .home_about_section, .home_call_section, .home_project_section {
    padding: 40px 0;
}
.home_about_heading2 {
    font-size: 22px;
    line-height: 30px;
}
.home_about_right {
    margin-top: 20px;
}
.home_about_form {
    padding: 10px 20px;
}
.home_call_section_heading {
    font-size: 22px;
}
.home_call_btn {
    font-size: 19px;
    padding: 8px 20px 6px 51px;
}
.home_call_section_right {
    text-align: left;
}
.home_project_block {
    margin-top: 20px;
    width: 50%;
}
.all_service_btn {
    padding: 12px 23px 8px;
    margin-top: 25px;
	font-size: 15px;
}
.footer_top_heading {
    font-size: 20px;
    margin-top: 25px;
}
.footer_menu ul {
    margin: 10px 0 0;
}
.footer_top {
    padding: 10px 0 30px;
}
.footer_bottom {
    padding: 20px 0 60px;
    font-size: 13px;
}
#back-to-top {
    bottom: 66px;
}
.page .entry-title {
    font-size: 30px;
    margin-top: 120px;
}
.breadcrumb-container {
    top: 155px;
}
.page .entry-header {
    height: 230px;
    margin: 0 0 30px !important;
}
.about_img {
    margin-top: 0;
}
.contact_right {
	margin-top: 20px;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.header {
    background: #fff !important;
	border-bottom: none;
}
.logo {
    padding-right: 15px;
}
.logo_inner {
    padding: 10px 0;
}
.logo img {
    width: 150px;
}
.logo_inner::before, .logo_inner::after, .header_right_top, .header_btn, .banner_text {
    display: none;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: -56px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.header_right {
    text-align: left;
    padding-left: 15px;
}
.primary-navigation.toggled-on {
    padding: 0 10px !important;
    background: #162b4a;
	margin-bottom: 10px;
}
.header_menu ul li a {
    font-size: 16px;
    padding: 12px 0px 8px;
}
.home_banner_section {
    margin-top: 64px;
}
.banner_subheading {
    font-size: 19px;
    line-height: 22px;
    margin-top: 0px;
}
.ms-slide-info {
    top: 26%;
    left: 4%;
    max-width: 345px;
}
.ms-bullets.ms-dir-h {
    left: 3%;
}
.banner_bottom_block img {
    top: -2px;
    width: 40px;
}
.banner_bottom_block br {
	display: none;
}
.banner_bottom_block {
    font-size: 16px;
    padding: 12px 15px 12px 75px;
    border-right: none;
}
.home_service_section_heading {
    font-size: 22px;
}
.home_service_section, .home_about_section, .home_call_section, .home_project_section {
    padding: 40px 0;
}
.home_about_heading2 {
    font-size: 22px;
    line-height: 30px;
}
.home_about_right {
    margin-top: 20px;
}
.home_about_form {
    padding: 10px 20px;
}
.home_call_section_heading {
    font-size: 22px;
}
.home_call_btn {
    font-size: 19px;
    padding: 8px 20px 6px 51px;
}
.home_call_section_right {
    text-align: left;
}
.home_project_block {
    margin-top: 20px;
    width: 50%;
}
.all_service_btn {
    padding: 12px 23px 8px;
    margin-top: 25px;
	font-size: 15px;
}
.footer_top_heading {
    font-size: 20px;
    margin-top: 25px;
}
.footer_menu ul {
    margin: 10px 0 0;
}
.footer_top {
    padding: 10px 0 30px;
}
.footer_bottom {
    padding: 20px 0 60px;
    font-size: 13px;
}
#back-to-top {
    bottom: 66px;
}
.page .entry-title {
    font-size: 30px;
    margin-top: 120px;
}
.breadcrumb-container {
    top: 155px;
}
.page .entry-header {
    height: 230px;
    margin: 0 0 30px !important;
}
.about_img {
    margin-top: 0;
}
.contact_right {
	margin-top: 20px;
}
.footer_btn2 {
    left: 47%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header {
    background: #fff !important;
	border-bottom: none;
}
.logo {
    padding-right: 15px;
}
.logo_inner {
    padding: 10px 0;
}
.logo img {
    width: 150px;
}
.logo_inner::before, .logo_inner::after, .header_right_top, .header_btn {
    display: none;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: -56px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.header_right {
    text-align: left;
    padding-left: 15px;
}
.primary-navigation.toggled-on {
    padding: 0 10px !important;
    background: #162b4a;
	margin-bottom: 10px;
}
.header_menu ul li a {
    font-size: 16px;
    padding: 12px 0px 8px;
}
.home_banner_section {
    margin-top: 64px;
}
.banner_subheading {
    font-size: 19px;
    line-height: 22px;
    margin-top: 0px;
}
.ms-slide-info {
    top: 26%;
    left: 4%;
    max-width: 445px;
}
.ms-bullets.ms-dir-h {
    left: 3%;
}
.banner_bottom_block img {
    top: -2px;
    width: 40px;
}
.banner_bottom_block br {
	display: none;
}
.banner_bottom_block {
    font-size: 16px;
    padding: 12px 15px 12px 75px;
    border-right: none;
}
.home_service_section_heading {
    font-size: 22px;
}
.home_service_section, .home_about_section, .home_call_section, .home_project_section {
    padding: 40px 0;
}
.home_about_heading2 {
    font-size: 22px;
    line-height: 30px;
}
.home_about_right {
    margin-top: 20px;
}
.home_about_form {
    padding: 10px 20px;
}
.home_call_section_heading {
    font-size: 22px;
}
.home_call_btn {
    font-size: 19px;
    padding: 8px 20px 6px 51px;
}
.home_call_section_right {
    text-align: left;
}
.home_project_block {
    margin-top: 20px;
    width: 50%;
}
.all_service_btn {
    padding: 12px 23px 8px;
    margin-top: 25px;
	font-size: 15px;
}
.footer_top_heading {
    font-size: 20px;
    margin-top: 25px;
}
.footer_menu ul {
    margin: 10px 0 0;
}
.footer_top {
    padding: 10px 0 30px;
}
.page .entry-title {
    font-size: 30px;
    margin-top: 120px;
}
.breadcrumb-container {
    top: 155px;
}
.page .entry-header {
    height: 230px;
    margin: 0 0 30px !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_btn {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 20px;
}
.header_menu ul li a {
    font-size: 16px;
    padding: 20px 0px 15px;
}
.banner_bottom_block {
    font-size: 16px;
}
.home_call_btn {
    font-size: 18px;
    padding: 11px 20px 9px 52px;
}
.footer_contact_info {
    font-size: 13px;
}
}

@media screen and (min-width: 1424px) {
.ms-slide-info {
    left: 13%;
}
.ms-bullets.ms-dir-h {
    left: 13%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    left: 17%;
}
.ms-bullets.ms-dir-h {
    left: 17%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    top: 43%;
    left: 23%;
}
.ms-bullets.ms-dir-h {
    left: 23%;
}
}

