body {
	padding: 0px;
	margin: 0px;
	
}
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-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;
}

 
.darkHeader {
    position: fixed;
    width: 100%;
    background: rgb(255 255 255);
    top: 0px;
    z-index: 9999;
    box-shadow: 0 0 4px 1px #00000042;
}
.logo {
  padding: 15px 0;
  transition: all .4s;
}
.primary-navigation li:last-child {
  background: #000;
  line-height: 2.5 !important;
  height: auto !important;
  border-radius: 50px;
  padding: 0 15px;
  margin-left: 15px;
}
.primary-navigation li:last-child a{
color: #fff !important;
  border: none;
}
.primary-navigation li:last-child:hover {
  background: #985b56;
}
.lc {
  margin-top: 22px;
}
.lc a {
  padding: 9px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  background: #e3bba7;
  display: inline-block;
  border-radius: 50px;
}
.lc a:hover {
  background: #c39183;
}
.home_banner_section {
  position: relative;
  background-image:url(../images/banner_n.jpg);
  background-size:cover;
	height:600px;	
	background-position: center;
}
/* .home_banner_section::after {
  background: #00000057 !important;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
} */
.bnr_txt {
  font-size: 40px;
  color: #131313;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  padding: 170px 0;
  width: 45%;
  text-transform: uppercase;
}
.bnr_txt strong {
  color: #985b56;
}
.bnr_txt img {
  display: block;
  margin: 30px auto;
}
.home_service_sec {
  margin: 60px 0;
}
.service_titl {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}
.service_titl strong {
  color: #985b56;
}
.serv_icon {
  width: 70px;
  height: 70px;
  margin-top: -60px;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  margin-left: 20px;
  margin-bottom: 15px;
}
.serv_name {
font-size: 20px;
  color: #985a55;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 55px;
  line-height: 1.4;
}
.servtxt {
  color: #595959;
  font-size: 15px;
  margin-bottom: 20px;
	min-height: 110px;
}
.serv_btn a {
  background: #000;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.serv_btn a:hover {
  background: #985b56;
}
.serv_img img {
  border-radius: 10px;
}
.serv_icon img {
  width: auto;
  border-radius: 0;
}
.about_outer {
  background: #f6f6f6;
  padding: 130px 0;
  margin-bottom: 0px;
}
.abt_titl {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.abt_titl strong {
  color: #985a55;
}
.abt_titl::after {
  width: 45px;
  height: 4px;
  background: #985a55;
  position: absolute;
  content: "";
  left: 0;
  bottom: -17px;
}
.abt_txt {
  line-height: 28px;
  margin-bottom: 40px;
}
.read_more a {
  background: #e3bba7;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #2e2d2d;
}
.read_more a:hover {
  background: #985b56;
  color: #fff;
}
.abt_image {
  position: relative;
  z-index: 0;
}

.abt_image::before {
  width: 145px;
  height: 128px;
  background-image: url(../images/abtele.png);
  content: "";
  position: absolute;
  right: -10px;
  top: -60px;
  z-index: -1;
}
.abt_image::after {
  width: 190px;
  height: 157px;
  background-image: url(../images/abtele2.png);
  content: "";
  position: absolute;
  left: -70px;
  bottom: -60px;
  z-index: -1;
}
.cta_bg {
  width: 100%;
  height: 463px;
  background-size: cover;
  background-image: url(../images/cta_bg.jpg);
  padding: 80px 80px 30px 80px;
}
.cta_sub {
  color: #fff;
  background: #ad756b99;
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 12px;
  font-size: 15px;
  border-radius: 50px;
}
.cta_titl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  margin: 10px 0;
}
.apply_now a {
  background: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 50px;
  color: #985b56;
}
.apply_now a:hover {
  background: #e3bba7;
}
.home_form {
  background: #000;
  padding: 53px 60px 53px 110px;
}
.form_titl {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.form_titl strong {
  color: #e3bba7;
}
.frm_fld p {
  margin: 0 0 8px 0;
}
.frm_fld input, .frm_fld textarea, .frm_fld select{
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  border-radius: 5px;
  color: #000;
  padding: 8px;
  border: 2px solid #bfbfbf;
}
.frm_fld textarea {
  height: 90px;
}
.send_btn input {
	background: #e3bba7 !important;
  border-radius: 50px !important;
  color: #000 !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.frm_fld label {
  margin-bottom: 5px;
}
.choose_outer {
  margin: 80px 0;
}
.ch_list ul {
  margin: 0;
}
.ch_list ul li {
  list-style-type: none;
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  margin-bottom: 20px;
}
.ch_icon_list {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px dashed #be8a7d;
  border-radius: 50px;
  text-align: center;
  line-height: 4;
  vertical-align: middle;
  margin-right: 15px;
}
.list_nmae {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.testi_outer {
  border-top: 1px solid #cccccc5c;
  padding-top: 50px;
  margin-bottom: 70px;
}
.testi_sub {
  text-align: center;
  font-size: 14px;
  background: #ffe7dc;
  display: table;
  margin: 0 auto;
  padding: 5px 20px;
  font-weight: 500;
  border-radius: 15px;
}
.testi_titl {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  margin: 7px 0 40px;
}
.swiper-slide-active .sp-testimonial-free {
  background: #ffe9de !important;
}
.sp-testimonial-free {
  background: #fff !important;
  box-shadow: 0px 7px 10.45px 0.55px rgba(33, 29, 29, 0.1) !important;
  padding: 16px !important;
  border-radius: 15px !important;
  margin-bottom: 40px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 14px !important;
  line-height: 24px !important;
}
#sp-testimonial-free-wrapper-39 .sp-testimonial-free-section .sp-testimonial-client-name {
  color: #985b56 !important;
}
.footer_outer {
  background: #151515;
  padding: 60px 0 0;
}
.ack_sec {
  border-bottom: 1px solid #cccccc1f;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.flag_sec {
  display: inline-block;
  vertical-align: middle;
}
.acktxt {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  width: 77%;
  vertical-align: middle;
  margin-left: 30px;
  line-height: 25px;
}
.foot_title {
  font-size: 20px;
  text-transform: uppercase;
  color: #e3bba7;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1.8px;
}
.foot_no ul {
  margin: 0;
}
.foot_no ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-weight: 600;
  color: #fff;
}
.foot_no ul li a{
  color: #fff;
}
.foot_no ul li img {
  margin-right: 10px;
}
.foot_menu ul {
  margin: 0;
}
.foot_menu ul li {
  list-style-type: none;
  font-size: 15px;
  padding-bottom: 5px;
}
.foot_menu ul li a{
  color: #fff;
}
.foot_menu ul li a:hover {
  color: #e3bba7;
}
.foot_btm {
  text-align: center;
  background: #000;
  padding: 13px;
  margin-top: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.foot_btm a {
  color: #fff;
}
a#back-to-top {
    line-height: 27px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 35px;
    right: 27px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 50px;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.page .entry-header, .blog_page_banner{
  max-width: 100% !important;
  padding: 70px 0px 70px  !important;
  margin: 0px 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color: #b47c71 !important;
}
.inner_page_header.entry-header{
  max-width: 100% !important;
  padding: 100px 0px 90px !important;
  margin: 0px 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color: #b47c71 !important;
}
.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: 26px;  text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99;
    margin-bottom: 3px;
}
.inner_titl {
font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.inner_titl strong {
  color: #985a55;
}
.inner_txt {
  text-align: justify;
  line-height: 26px;
}
.inner_content_full {
  background: #ffede4;
  padding: 50px 0 40px;
  margin-bottom: 60px;
}
.inner_txt ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.inner_txt ul li {
  list-style-type: none;
  padding-bottom: 7px;
  padding-left: 30px;
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:0px 7px;
}
.abt_in_img img {
  border-radius: 20px;
}
.inner_cta {
  background: #985b56;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}
.inner_cta strong {
  font-size: 30px;
	 display: block;
  margin-bottom: 10px;
}
.inner_txt strong {
color: #985b56;
  display: block;
  margin-bottom: 10px;
}
.inner_content_full {
  margin-top: 50px;
}
.primary-navigation .sub-menu:last-child a {
  color: #000 !important;
}
.sub-menu li:last-child {
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: normal !important;
}
.inner_page_heading {
	color: #111;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading strong {
	color: #985b56;
	font-weight: bold;
}

.contact_page_info {
  position: relative;
  padding-left: 47px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_page_info strong {
  color: #222;
  font-weight: 600;
  font-size: 18px;
}
.contact_page_info a {
  color: #666;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
  filter: grayscale(100%);
}
.form_cont {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 1px 8px 6px #0000000f;
}
.frm_fld p {
font-weight: 600;
  font-size: 16px;
  color: #985b56;
}
span.wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
}
.wpcf7-list-item input {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: 0px;
}
.wpcf7-list-item {
  margin:6px 15px 0px 0em !important;
}
.frm_titl p {
  margin: 20px 0 5px;
  font-weight: bold;
  font-size: 20px;
}
.frm_label p {
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #985b56;
}
.frm_label label {
  margin-top: 5px;
  color: #2f2f2f;
}
.inner_services .serv_btm {
  background: #fff;
  padding: 18px;
  box-shadow: 0px 0px 5px 5px #f2f2f2;
	border-radius:0 0 10px 10px;
	min-height: 330px;
}
.inner_services .serv_cont {
  margin-bottom: 50px;
}
.inner_services .serv_img img {
  border-radius: 10px 10px 0 0;
}
.rev_sec {
padding: 25px;
  background: #fff;
  box-shadow: 0 2px 5px 4px #00000014;
  border-radius: 10px;
  min-height: 320px;
  font-size: 16px;
  color: #343333;
  line-height: 25px;
  font-weight: 500;
}
.rev_sec img {
  display: block;
  width: 100px;
}
.sp-testimonial-client-name {
  color: #985b56 !important;
  font-size: 18px;
  font-weight: bold;
}
.team_img {
  text-align: center;
}
.team_img img {
  width: 70%;
}
.mem_name {
  font-size: 20px;
  font-weight: bold;
  color: #995c57;
	margin-top:10px;
}
.mem_name em {
  display: block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #575757;
}
.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:#985a55;
}
.mob_res ul {
  margin:0;
}
li.mail_mob {
  background: #e3bba7 !important;
}
.thankyou-btn a {
  display:inline-block;
  background:#985a55;
  padding:10px 25px;
  margin-top:10px;
  color:#fff;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
}
.accordion-button {
  padding: 15px 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
	background-color: transparent;
}
.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.accordion-body {
  padding: 1rem 0;
  font-size: 14px;
}
.accordion-button:not(.collapsed) {
  color: #985b56;
}
.accordion-item {
  background-color: transparent;
}
.contact-inner {
  margin-top: 50px;
}
.contact-inner a {
  background: #985b56;
  padding: 12px 60px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  border-radius: 50px;
  font-weight: bold;
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.home_banner_section video {
	  height: 100%;
	}
	.home_banner_section {
	  height: 180px;
	}
	.bnr_txt {
	  font-size: 18px;
	  line-height: 1.4;
	  text-align: left;
	  padding: 15px 0;
	  width: 65%;
	}
	.home_service_sec {
	  margin: 25px 0;
	}
	.service_titl {
	  font-size: 25px;
	  margin-bottom: 20px;
	}
	.serv_name {
	  margin-bottom: 10px;
	  min-height: auto;
	  line-height: 1.4;
	}
	.serv_cont {
	  margin-bottom: 30px;
	}
	.about_outer {
	  padding: 70px 0 40px;
	}
	.abt_titl {
	  font-size: 25px;
	  margin-bottom: 30px;
	}
	.abt_txt {
	  line-height: 25px;
	  margin-bottom: 20px;
	  font-size: 15px;
	}
	.home_form {
	  padding: 25px 20px 10px 20px;
	}
	.form_titl {
	  font-size: 23px;
	  margin-bottom: 15px;
	}
	.cta_bg {
	  height: auto;
	  padding: 30px 20px 20px 20px;
	}
	.cta_titl {
	  font-size: 24px;
	  line-height: 1.3;
	  margin: 0px 0;
	}
	.apply_now a {
	  padding: 10px 30px;
	  margin-top: 10px;
	}
	.choose_outer {
	  margin: 30px 0;
	}
	.list_nmae {
	  font-size: 14px;
	  display: block;
	  text-align: center;
	}
	.ch_list ul li {
	  text-align: center;
	}
	.ch_icon_list {
	  text-align: center;
	}
	#sp-testimonial-free-wrapper-39 .sp-testimonial-free-section {
	  margin: 0 !important;
	}
	.testi_outer {
	  margin-bottom: 20px;
		padding-top: 30px;
	}
	.testi_titl {
	  font-size: 24px;
	  margin: 7px 0 10px;
		line-height: 1.2;
	}
	.sp-testimonial-free {
	  margin-bottom: 0px !important;
	}
	.footer_outer {
	  padding: 30px 0 0;
	}
	.flag_sec {
	  display: block;
	  text-align: center;
	}
	.flag_sec img {
	  width: 130px;
	}
	.ack_sec {
	  margin-bottom: 20px;
	}
	.acktxt {
	  font-size: 13px;
	  margin-left: 0;
	  line-height: 22px;
	  text-align: center;
	  margin-top: 10px;
		width: 100%;
	}
	.foot_menu ul li {
	  font-size: 14px;
	}
	.foot_menu {
	  margin: 10px 0;
	}
	.foot_btm {
	  padding: 13px 0 50px;
	  margin-top: 25px;
	  font-size: 12px;
	}
	.page .entry-header, .blog_page_banner {
	  padding: 40px 0px 40px !important;
	  margin: 0px 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
	  font-size: 20px;
	}
	.inner_titl {
	  font-size: 24px;
		margin-bottom: 14px;
		position: relative;
		margin-top: 20px;
	}
	.inner_txt {
	  line-height: 26px;
    font-size: 15px;
    position: relative;
	}
	.inner_content_full {
	  margin-top: 20px;
	  padding: 40px 0 20px;
	  margin-bottom: 40px;
	}
	.inner_cta strong {
	  font-size: 25px;
		line-height: 1.2;
		display: block;
		margin-bottom: 10px;
	}
	.inner_cta {
	  padding: 20px;
	}
	.inner_services .serv_cont {
	  margin-bottom: 30px;
	}
	.inner_services .serv_btm {
	  min-height: auto;
	}
	.servtxt {
	  min-height: auto;
	}
	.inner_page_heading {
	  font-size: 23px;
	}
}
@media only screen and (max-width : 320px) {
  
}

@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) {
	 .bnr_txt {
		width: 60%;
	  }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	 .bnr_txt {
		font-size: 19px;
		padding: 27px 0;
	  }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	 .home_banner_section {
		height: 270px;
	  }
	  .bnr_txt {
		font-size: 24px;
		padding: 65px 0;
		width: 60%;
	  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	  .logo {
	  padding: 9px 0;
	}
	.home_banner_section {
		height: 360px;
	  }
	  .bnr_txt {
		font-size: 27px;
		padding: 95px 0;
		width: 50%;
	  }
	 .cta_bg {
		height: 425px;
		padding: 80px 20px 20px 30px;
	  }
	  .page .entry-header, .blog_page_banner {
		padding: 60px 0px 60px !important;
		margin: 0px 0 80px !important;
	  }
	  .page .entry-title, .blog_page_title {
		font-size: 25px;
	  }
	  .inner_titl {
		font-size: 26px;
		margin-top: 0px;
	  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	  .primary-navigation a {
		padding: 0 6px !important;
		font-size: 15px !important;
	  }
	  .primary-navigation ul ul a {
		padding: 8px !important;
	  }
	.lc {
	  margin-top: 26px;
	}
	.lc a {
	  padding: 9px 12px;
	  font-size: 14px;
	}
	.home_banner_section {
	  height: 460px;
	}
	.bnr_txt {
	  font-size: 30px;
	  line-height: 1.4;
	  padding: 170px 0;
	}
	.about_outer {
	  padding: 80px 0;
	}
	.abt_titl {
	  font-size: 30px;
	}
	.home_form {
	  padding: 55px 60px 53px 40px;
	}
	.cta_bg {
	  height: 466px;
	  padding: 80px 50px 30px 50px;
	}
	.cta_titl {
	  font-size: 30px;
	}
	.footer_outer {
	  padding: 30px 0 0;
	}
	.acktxt {
	  width: 70%;
	}
	.foot_title {
	  font-size: 18px;
	}
}

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

}

/* 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: 0 6px !important;
		font-size: 15px !important;
	  }
	  .primary-navigation ul ul a {
		padding: 8px !important;
	  }
	.lc {
	  margin-top: 26px;
	}
	.lc a {
	  padding: 9px 12px;
	  font-size: 14px;
	}
	.home_banner_section {
	  height: 460px;
	}
	.bnr_txt {
	  font-size: 30px;
	  line-height: 1.4;
	  padding: 170px 0;
	}
	.about_outer {
	  padding: 80px 0;
	}
	.abt_titl {
	  font-size: 30px;
	}
	.home_form {
	  padding: 55px 60px 53px 40px;
	}
	.cta_bg {
	  height: 466px;
	  padding: 80px 50px 30px 50px;
	}
	.cta_titl {
	  font-size: 30px;
	}
	.footer_outer {
	  padding: 30px 0 0;
	}
	.acktxt {
	  width: 70%;
	}
	.foot_title {
	  font-size: 18px;
	}
}

@media screen and (min-width: 1424px) {
  	.home_banner_section video {
		height: 795px
	}
	.home_banner_section {
		height: 630px;
	}
	.bnr_txt {
		font-size: 40px;
        padding: 210px 0;
	}

}

@media screen and (min-width: 1624px) {
  	.home_banner_section video {
		height: 912px;
		
	}
	.home_banner_section {
		height: 720px;
	}
	.bnr_txt {
		font-size: 40px;
        padding: 260px 0;
	}
	.home_form {
		padding: 110px 100px 85px 170px;
	}
	.cta_bg {
		height: 553px;
		padding: 120px 180px 30px 120px;
	}
}

@media screen and (min-width: 1920px) {
  	.home_banner_section video {
		height: 1080px;
		
	}
	.home_banner_section {
		height: 850px;
	}
	.bnr_txt {
		font-size: 45px;
		padding: 280px 0;
	}
	.home_form {
		padding: 110px 100px 85px 270px;
	}
	.cta_bg {
		height: 553px;
		padding: 120px 270px 30px 120px;
	}
}

@media screen and (min-width: 2048px) {
  	.home_banner_section video {
		height: 1148px;
	}
	.home_banner_section {
		height: 880px;
	}
	.bnr_txt {
		font-size: 45px;
		padding: 300px 0;
	}
	.home_form {
		padding: 110px 100px 85px 360px;
	}
	.cta_bg {
		height: 553px;
		padding: 120px 340px 30px 120px;
	}
}

@media screen and (min-width: 2550px) {
	.home_banner_section video {
		height: 1428px;
	}
	.home_banner_section {
		height: 1128px;
	}
	.bnr_txt {
		font-size: 45px;
		padding: 410px 0;
	}
	.home_form {
		padding: 110px 100px 85px 610px;
	}
	.cta_bg {
		height: 553px;
		padding: 120px 650px 30px 120px;
	}
}  