@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-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-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;
}

body {
	padding: 0px;
	margin: 0px;
}
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;
}
.header_bottom {
  background: transparent;
	padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.darkHeader {
  background: #000000c4;
}
.logo img {
  width: 100px;
}
.darkHeader .logo img {
  width: 100px;
}

.home_banner_section {
/*   background-image: url(../images/banner_bg.jpg);
	background-size:cover; */
	background: linear-gradient(360deg, #326457 0%, #000 55%);
}
.banner_right {
  color: #fff;
  padding-top: 200px;
  padding-right: 17%;
}
.banner_titl {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}
.banner_titl span {
  display: block;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
}
.banner_titl strong {
  color: #43d869;
}
.header_btn {
  margin-top: 30px;
}
.header_btn a {
  background: rgb(65,209,108);
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
  padding: 13px 21px;
  border-radius: 50px;
  display: block;
  color: #2f2e2e;
  text-transform: uppercase;
  font-weight: 500;
}
.header_btn a:hover, .bnr_btn a:hover, .serv_btn a:hover {
  background: #86d65d;
}
.home_banner_section {
  height: 670px;
  overflow: hidden;
}
.bnr_btn {
  display: block;
  margin-top: 37px;
}
.bnr_btn a{
	 background: rgb(65,209,108);
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
  padding: 13px 40px;
  border-radius: 50px;
  color: #2f2e2e;
  text-transform: uppercase;
  font-weight: 500;
}
.bnr_btn a:last-child {
  background: #fff;
  margin-left: 6px;
  padding: 14px 40px 12px;
}
.bnr_txt {
  margin-top: 30px;
  font-size: 14px;
  color: #d5d5d5;
  line-height: 25px;
}
.about_section {
  margin: 70px 0;
}
.abt_titl {
font-size: 35px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}
.abt_txt {
  font-size: 15px;
  line-height: 26px;
  color: #595959;
  text-align: justify;
}
.abt_titl strong {
  color: #4fd269;
}
.right_box {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  vertical-align: top;
  margin-right: 0px;
  background:linear-gradient(360deg, #326457 0%, #000 70%);
  padding: 22px;
  border-radius: 5px;
  color: #d7d7d7;
  font-size: 13px;
  line-height: 21px;
  height: 100%;
}
.right_box strong {
display: block;
  margin-bottom: 10px;
  color: #7bd55f;
  font-size: 16px;
}
.user_img img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50px;
}
.right_box:last-child {
  background: rgb(65,209,108);
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
  color: #282626;
}
.right_box:last-child strong{
	color:#000;
}
.serv_titl {
font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 50px 0;
  color: #fff;
}
.home_service_block_inner img {
  height: 267px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.home_service_block_titl {
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: bold;
	color: #fff;
}
.home_service_block_text {
font-size: 15px;
  line-height: 1.6;
  color: #ccc;
  min-height: 170px;
}
.service_outer {
	position: relative;
  z-index: 1;
  padding-bottom: 90px;
  background: #242424;
}
.service_outer::before {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  background: #7ed65f1c;
  z-index: -1;
}
.service_outer::after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  background: #7ed65f1c;
  z-index: -1;
}
.serv_btn {
  margin-top: 30px;
}
.serv_btn a {
  background: rgb(65,209,108);
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
  padding: 13px 40px;
  border-radius: 50px;
  color: #2f2e2e;
  text-transform: uppercase;
  font-weight: 500;
}
.home_offer_section_heading, .home_testi_heading {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 50px 0 30px;
  color: #000;
}
.home_testi_heading {
  color: #62d365;
}
.item {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
  background: #fff;
  padding: 7px 20px;
  box-shadow: 0 0 6px 5px #00000012;
  border-radius: 5px;
}
.home_offer_section_heading span {
  color: #54d268;
}
.home_certificate_section {
  text-align: center;
  background: #fff;
  padding: 10px 0 70px;
}
.home_testimonial_section {
  background: #393939;
  padding: 10px 0 0;
}
.testi_sec {
  position: relative;
  z-index: 0;
  font-size: 20px;
  line-height: 33px;
  color: #f9f9f9;
  padding-top: 40px;
}
.testi_sec::before {
	width: 693px;
  height: 355px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/map_img.png);
  z-index: -1;
}
.testim_img {
  position: relative;
  z-index: 1;
}
.testim_img::before {
  width: 1px;
  height: 140%;
  top: -150px;
  left: 30px;
  content: "";
  position: absolute;
  background: #b7b7b71c;
  z-index: -1;
}
.testim_img::after {
  width: 1px;
  height: 140%;
  top: -150px;
  right: 30px;
  content: "";
  position: absolute;
  background: #b7b7b71c;
  z-index: -1;
}

.testi_sec strong {
  display: block;
  margin-top: 20px;
  font-size: 30px;
  color: #4ed269;
}
.testi_sec img {
  width: 150px;
}
.home_contact_section {
  background: linear-gradient(360deg, #02362A 0%, #000 50%);
  padding-top: 80px;
}
.home_contact_left_heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.home_contact_left_heading strong {
  color: #55d368;
}
.frm_fld input, .frm_area textarea {
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  color: #1a1a1a;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.contact_btn input {
  background: rgb(65,209,108) !important;
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%) !important;
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%) !important;
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1) !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.frm_area textarea {
  height: 100px;
}
.footer_top {
	text-align: center;
  background: rgb(0, 32, 23);
  padding: 40px 0;
}
.flogo {
  width: 100px;
  display: block;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 20px;
}
.footer_navigation ul {
  margin: 0;
  padding: 0;
}
.footer_navigation ul li {
list-style-type: none;
  display: inline-block;
  padding: 0 15px;
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #f2f2f24a;
  line-height: 1;
}
.footer_navigation ul li a {
  color: #e8e8e8;
}
.footer_navigation ul li:last-child {
  border: none;
}
.footer_bottom {
  text-align: center;
  padding: 15px 0;
  background: #222;
  color: #fff;
  font-size: 13px;
}
.footer_bottom a {
  color: #8cd75c;
}
.soacial_Se img {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header {
	max-width: 100% !important;
	padding: 0px !important;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title {
	position: absolute;
	text-align: center;
	width: 100%;
	margin-top: 15%;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
}
.inner_banner {
	position: relative;
	margin-bottom: 80px;
}
.inner_banner:after {
	position: absolute;
	content: "";
	background: linear-gradient(360deg, #06644cd9 0%, #000000e0 45%);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.inner_banner img {
	width: 100%;
}
.soacial_Se a {
  background: #ffffffd9;
  display: inline-block;
  margin: 0 10px;
  padding: 10px;
  min-height: 73px;
  vertical-align: middle;
  line-height: 3.3;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px #0000000f;
}
.hcl {
  width: 55px !important;
}
.about_left_image img {
  border-radius: 100%;
}
.about_page_heading {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}
.about_page_heading em {
  display: block;
  font-style: normal;
  font-size: 16px;
  margin-top: 8px;
  font-weight: 500;
  color: #4dd269;
}
.about_page_content {
  line-height: 30px;
}
.inner_heading{
	font-size: 35px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}
.accordion-button {
  background: rgb(65,209,108);
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
}
.accordion-item {
  margin-bottom: 10px;
  border: none !important;
}
.accordion-button:hover {
  background: rgb(65,209,108);
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  color: #2d2d2d;
}
.accordion-button:focus {
  background: #fff !important;
  color: #000;
}
.service_mdl_bg {
  padding: 60px 0;
}
.serv_box {
	background: rgb(65,209,108);
  background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: -webkit-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  background: linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
  padding: 25px;
  border-radius: 5px;
  color: #222;
  font-size: 14px;
  line-height: 23px;
  height: 90%;
}
.serv_page_heading {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}
.serv_box strong {
  color: #222;
  font-size: 17px;
  display: block;
  text-transform: uppercase;
  line-height: 1.4;
}
.inner_txt_mdl {
  color: #d2d1d1;
  font-size: 15px;
  line-height: 25px;
}
.frm_fld p {
  margin: 0;
}
.page-id-16 .inner_banner {
  margin: 0;
}
.mob_res {
  position:fixed;
  width:100%;
  z-index:999;
  bottom:0;
}
.mob_res ul li a {
  color:#fff;
  padding:10px 0;
  display:block;
}
.mob_res ul li {
  list-style-type:none;
  float:left;
  width:50%;
  text-align:center;
  text-transform:uppercase;
  background: #55d368;
 
}
.mob_res ul {
  margin:0;
}
li.mail_mob {
  background:#002017 !important;
}
.thankyou-btn a {
  display:inline-block;
  background:#002017;
  padding:10px 25px;
  margin-top:10px;
  color:#fff;
}
.blog_page_banner {
  background: #002017;
  padding: 150px 0 60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.tagline_txt {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #4fd269;
}
.abt_box {
background: rgb(65, 209, 108);
    background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
    background: -webkit-linear-gradient(176deg, rgba(65, 209, 108, 1) 0%, rgba(157, 216, 88, 1) 100%);
    background: linear-gradient(176deg, rgba(65, 209, 108, 1) 0%, rgba(157, 216, 88, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
    color: #1f1f1f;
    padding: 35px;
    border-radius: 10px;
    font-size: 15px;
    height: 95%;
    text-align: center;
    line-height: 1.8;
}
.abt_box strong {
    display: block;
    font-size: 20px;
    color: #030303;
}
.contact_sec ul {
    margin: 0;
    padding: 0;
}
.contact_sec ul li {
    list-style-type: none;
    color: #fff;
    padding-bottom: 10px;
}
.contact_sec ul li a {
    color: #fff;
}
.contact_icoo {
    display: inline-block;
    vertical-align: middle;
    background: rgb(65, 209, 108);
    background: -moz-linear-gradient(176deg, rgba(65,209,108,1) 0%, rgba(157,216,88,1) 100%);
    background: -webkit-linear-gradient(176deg, rgba(65, 209, 108, 1) 0%, rgba(157, 216, 88, 1) 100%);
    background: linear-gradient(176deg, rgba(65, 209, 108, 1) 0%, rgba(157, 216, 88, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d16c",endColorstr="#9dd858",GradientType=1);
    width: 45px;
    height: 44px;
    border-radius: 50px;
}
.cont_txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.social_ico img {
    width: 60px;
    margin-top: 20px;
}
.social_page img {
    width: 44px;
    margin-top: 30px;
}
@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.logo img {
	  width: 66px !important;
	}
	.header_bottom {
	  padding: 5px 0;
	}
	.header_btn a {
      display: inline-block;
    }
	.testi_sec::before {
	  width: 100%;
	  background-size: 100%;
	  background-repeat: no-repeat;
	}
	.home_banner_section {
	  height: auto;
	}
	.footer_navigation ul li {
	 font-size: 14px;
    line-height: 1.7;
	}
	.banner_img {
	  padding-top: 0px;
	  text-align: center;
	}
	.banner_img img {
	  width: 200px;
	}
	
	.banner_right {
	  padding-top: 120px;
	  padding-right: 0;
	}
	.banner_titl {
	  font-size: 25px;
	  text-align: center;
	}
	.banner_titl span {
	  font-size: 18px;
	  margin-top: 10px;
	}
	.bnr_txt {
	  margin-top: 20px;
	  font-size: 14px;
	  text-align: center;
	}
	.bnr_btn {
	  margin-top: 27px;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.bnr_btn a {
	  padding: 10px 20px;
	  font-size: 14px;
	}
	.bnr_btn a:last-child {
	  margin-left: 3px;
	  padding: 11px 20px 10px;
	}
	.about_section {
	  margin: 30px 0;
	}
	.abt_titl {
	  font-size: 25px;
	}
	.about_section .bnr_btn {
	  text-align: left;
	}
	.right_box {
	  display: block;
	  width: 100%;
	  height: auto;
	}
	.serv_titl {
	  font-size: 30px;
	  margin: 30px 0;
	}
	.home_service_block_inner {
	  margin-bottom: 40px;
	}
	.service_outer {
	  padding-bottom: 30px;
	}
	.home_offer_section_heading, .home_testi_heading {
	  font-size: 30px;
	  margin: 30px 0 20px;
	  line-height: 1.2;
	}
	.testi_sec {
	  padding-top: 10px;
		font-size: 17px;
  	 line-height: 29px;
	}
	.testi_sec strong {
	  margin-top: 10px;
	  font-size: 20px;
	  margin-bottom: 20px;
	}
	.home_contact_left_heading {
	  font-size: 25px;
	  margin-top: 20px;
	}
	.inner_banner img {
	  width: 100%;
	  height: 190px !important;
	  object-fit: cover;
	}
	.page .entry-title {
	  margin-top: 29%;
	  font-size: 22px;
	}
	.about_page_heading {
	  font-size: 25px;
	  margin-bottom: 20px;;
	}
	.accordion-button {
	  font-size: 0.9rem;
	}
	.inner_heading {
	  font-size: 25px;
	  margin-bottom: 10px;
	  margin-top: 20px;
	}
	.about_page_content {
	  line-height: 26px;
	  margin-bottom: 20px;
	}
	.soacial_Se a {
	  margin: 30px 10px 0px;
	  width: 43%;
	}
	.soacial_Se img {
	  margin: 0;
	}
	.inner_banner {
	  margin-bottom: 40px;
	}
	.about_left_image {
	  margin-bottom: 20px;
	}
	.footer_bottom {
	  padding: 15px 0 60px;
	}
}


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

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@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) {
	  .banner_img img {
		width: auto;
	  }
	  .banner_titl {
		font-size: 30px;
	  }
	  .banner_titl span {
		font-size: 21px;
		margin-top: 10px;
		line-height: 1.4;
	  }
	  .abt_titl {
		font-size: 28px;
		text-align: center;
	  }
	.abt_txt {
	  text-align: center;
	}
	 .about_section .bnr_btn {
		text-align: center;
	  }
	  .right_box {
		display: inline-block;
		width: 46%;
		height: auto;
	  }
	.home_service_block_inner img {
	  height: 147px;
		margin-bottom: 15px;
	}
	.home_service_block_titl {
	  font-size: 18px;
	}
	.home_service_block_text {
	  font-size: 14px;
	  min-height: auto;
	}
	  .testi_sec {
		font-size: 15px;
		line-height: 27px;
	  }
	  .page .entry-title {
		margin-top: 14%;
		font-size: 23px;
	  }
	  .inner_heading {
		font-size: 23px;
		margin-top: 0;
	  }
	.serv_box strong {
	  font-size: 16px;
	}
	  .soacial_Se a {
		width: 17%;
	  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	  .primary-navigation a {
		padding: 47px 4px !important;
		font-size: 13px !important;
	  }
	  .primary-navigation ul ul a {
		padding: 13px 12px !important;
	  }
	  .primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
		right: -4px !important;
		top: 55px !important;
	  }
	.header_btn a {
	  padding: 10px 14px;
	  font-size: 14px;
	}
	.home_banner_section {
	  height: 625px;
	}
	.banner_img img {
		width: auto;
	  }
	  .banner_titl {
		font-size: 30px;
	  }
	  .banner_titl span {
		font-size: 21px;
		margin-top: 10px;
		line-height: 1.4;
	  }
	  .abt_titl {
		font-size: 28px;
		text-align: center;
	  }
	.abt_txt {
	  text-align: center;
	}
	 .about_section .bnr_btn {
		text-align: center;
	  }
	  .right_box {
		display: inline-block;
		width: 45%;
		height: auto;
	  }
	.home_service_block_inner img {
	  height: 210px;
		margin-bottom: 15px;
	}
	.home_service_block_titl {
	  font-size: 18px;
	}
	.home_service_block_text {
	  font-size: 14px;
	  min-height: auto;
	}
	  .testi_sec {
		font-size: 15px;
		line-height: 27px;
	  }
	  .page .entry-title {
		margin-top: 14%;
		font-size: 23px;
	  }
	  .inner_heading {
		font-size: 23px;
		margin-top: 0;
	  }
	.serv_box strong {
	  font-size: 16px;
	}
	  .soacial_Se a {
		width: 17%;
	  }
}

/* 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) {

}

/* 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) {
.banner_img img {
		width: auto;
	  }
	  .banner_titl {
		font-size: 30px;
	  }
	  .banner_titl span {
		font-size: 21px;
		margin-top: 10px;
		line-height: 1.4;
	  }
	  .abt_titl {
		font-size: 28px;
		text-align: center;
	  }
	.abt_txt {
	  text-align: center;
	}
	 .about_section .bnr_btn {
		text-align: center;
	  }
	  .right_box {
		display: inline-block;
		width: 46%;
		height: auto;
	  }
	.home_service_block_inner img {
	  height: 147px;
		margin-bottom: 15px;
	}
	.home_service_block_titl {
	  font-size: 18px;
	}
	.home_service_block_text {
	  font-size: 14px;
	  min-height: auto;
	}
	  .testi_sec {
		font-size: 15px;
		line-height: 27px;
	  }
	  .page .entry-title {
		margin-top: 14%;
		font-size: 23px;
	  }
	  .inner_heading {
		font-size: 23px;
		margin-top: 0;
	  }
	.serv_box strong {
	  font-size: 16px;
	}
	  .soacial_Se a {
		width: 17%;
	  }

}

/* 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) {

}


/* 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) {
	 .primary-navigation a {
		padding: 47px 4px !important;
		font-size: 13px !important;
	  }
	  .primary-navigation ul ul a {
		padding: 13px 12px !important;
	  }
	  .primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
		right: -4px !important;
		top: 55px !important;
	  }
	.header_btn a {
	  padding: 10px 14px;
	  font-size: 14px;
	}
	.home_banner_section {
	  height: 625px;
	}
	.banner_img img {
		width: auto;
	  }
	  .banner_titl {
		font-size: 30px;
	  }
	  .banner_titl span {
		font-size: 21px;
		margin-top: 10px;
		line-height: 1.4;
	  }
	  .abt_titl {
		font-size: 28px;
		text-align: center;
	  }
	.abt_txt {
	  text-align: center;
	}
	 .about_section .bnr_btn {
		text-align: center;
	  }
	  .right_box {
		display: inline-block;
		width: 45%;
		height: auto;
	  }
	.home_service_block_inner img {
	  height: 210px;
		margin-bottom: 15px;
	}
	.home_service_block_titl {
	  font-size: 18px;
	}
	.home_service_block_text {
	  font-size: 14px;
	  min-height: auto;
	}
	  .testi_sec {
		font-size: 15px;
		line-height: 27px;
	  }
	  .page .entry-title {
		margin-top: 14%;
		font-size: 23px;
	  }
	  .inner_heading {
		font-size: 23px;
		margin-top: 0;
	  }
	.serv_box strong {
	  font-size: 16px;
	}
	  .soacial_Se a {
		width: 17%;
	  }
}

@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) {

}  