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: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Bold.eot');
    src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro-Bold.woff2') format('woff2'),
        url('../fonts/TrajanPro-Bold.woff') format('woff'),
        url('../fonts/TrajanPro-Bold.ttf') format('truetype'),
        url('../fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Regular.eot');
    src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
        url('../fonts/TrajanPro-Regular.woff') format('woff'),
        url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
        url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    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;
}

#rmp_menu_trigger-24 .rmp-trigger-label {
    letter-spacing: 2px;
    font-weight: 200;
} 
.header_outer {
    position: fixed;
    width: 100%;
    z-index: 999;
} 
.darkHeader {
    position: fixed;
    width: 100%;
    background: rgb(176 144 41);
    top: 0px;
    z-index: 9999;
    box-shadow: 0 0 4px 1px #00000042;
}
.logo {
    padding: 10px 0;
}
.darkHeader .logo img {
    width: 110px;
}
.darkHeader .header_btn a {
    background: #080808;
    color: #fff;
}
.home_banner_section {
    background-image: url(../images/banner_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 320px 0 0;
    height: 644px;
}
.bnr_titl {
    font-family: 'Trajan Pro';
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}
.bnr_sub_titl {
    font-size: 24px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 100;
}
.service_outer {
    margin: 100px 0 80px;
    position: relative;
}
.service_outer:after{
    position: absolute;
    width: 335px;
    height: 139px;
    background-image: url(../images/plane_img.png);
    content: "";
    left: 0;
    top: -70px;
}
.serv_cont {
    margin-bottom: 100px;
}
.service_titl {
    font-family: 'Trajan Pro';
    text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 50px;
    background: #E6BD4B;
    background: repeating-linear-gradient(to right, #E6BD4B 0%, #C8A740 50%, #A17C23 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serv_nmae {
    font-size: 24px;
    font-family: 'Trajan Pro';
    margin-bottom: 16px;
    text-transform: uppercase;
}
.serv_txt {
    font-size: 14px;
    font-weight: 100;
    line-height: 26px;
}
.serv_img {
    text-align: center;
    border: 1px solid #171717;
    padding: 20px;
    position: relative;
}
.serv_icon {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0);
}
.about_outer{
    background-image: url(../images/golden_bg.jpg);
    background-size: cover;
    padding: 90px 0;
}
.abt_titl {
    font-family: 'Trajan Pro';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #E6BD4B;
    background: repeating-linear-gradient(to right, #E6BD4B 0%, #C8A740 50%, #A17C23 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_outer {
    margin: 160px 0 80px;
    position: relative;
}
.contact_outer:before {
    width: 185px;
    height: 199px;
    content: "";
    position: absolute;
    left: 10px;
    top: -140px;
    background-image: url(../images/plane_img2.png);
}
.contact_txt {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #5b5a5a;
}
.contact_det img {
    margin-right: 10px;
}
.contact_det {
    margin-bottom: 13px;
}
.contact_det a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.contact_form {
    padding: 20px 40px 20px;
    box-shadow: 0px 4px 13px 2px #00000017;
}
.frm_fld p {
    margin-bottom: 15px;
}
.frm_fld input, .frm_fld textarea, .frm_fld select {
    width: 100%;
    border: 1px solid #a5a5a5;
    color: #000;
    font-size: 15px;
    padding: 10px;
}
.frm_fld textarea{
    height: 110px;
}
.send_btn input {
    background: #000 !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
}
.footer_outer {
    background: url(../images/footer_bg.jpg);
    padding: 50px 0 10px;
    background-size: cover;
}
.footer_copyright {
    font-size: 15px;
    color: #fff;
    padding-top: 20px;
    border-top: 1px solid #cccccc26;
    margin-top: 30px;
}
.footer_copyright 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: 200px 0px 70px !important;
    margin: 0px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background: #9e7823 !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: #ffffff;
    position: relative;
    font-size: 26px;  text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99;
    margin-bottom: 3px;
}
.thankyou-btn a {
    background: #b09029;
    padding: 10px 30px;
    color: #fff;
}
.thankyou-btn {
    margin-top: 20px;
}
.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: #020102;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background:#ffac30 !important;
}
@media only screen and (min-width : 300px) and (max-width : 1023px) {
  .home_banner_section {
    padding: 200px 0 0;
    height: 450px;
    background-position: center 0px;
  }
  .bnr_titl {
    font-size: 30px;
    margin-bottom: 10px;
  }
	.bnr_sub_titl {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.service_outer {
		margin: 80px 0 50px;
	}
	.service_titl {
		font-size: 30px;
	}
	.serv_nmae {
		font-size: 24px;
        margin-top: 70px;
        text-align: center;
	}
	.serv_txt {
		text-align: center;
	}
	.serv_cont {
		margin-bottom: 30px;
	}
	.about_outer {
		padding: 50px 0;
	}
	.abt_titl {
		text-align: center;
		margin-top: 20px;
	}
	.abt_txt {
		text-align: center;
	}
	.contact_form {
		padding: 10px 30px 20px;
		margin-top: 20px;
	}
	.footer_outer {
		padding: 30px 0 60px;
	}
	.footer_copyright {
		font-size: 12px;
	}
}
@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) {
	 .serv_nmae {
       font-size: 24px;
       margin-top: 0;
       text-align: left;
    }
	 .serv_txt {
        text-align: left;
    }
	.abt_titl {
        text-align: left;
        margin-top: 0;
    }
	.abt_txt {
        text-align: left;
    }
	.contact_det a {
		font-size: 16px;
	}
	.abt_titl.contact_titl {
		font-size: 23px;
		padding-top: 20px;
	}
	.contact_outer {
		margin: 90px 0 80px;
	}
	.contact_outer:before {
		width: 145px;
		height: 150px;
		left: 250px;
		top: -70px;
		background-size: cover;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .home_banner_section {
    padding: 220px 0 0;
    height: 550px;
}
	.contact_det a {
		font-size: 14px;
	}
	.abt_titl.contact_titl {
		font-size: 30px;
	}
}

/* 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) {
	.serv_nmae {
       font-size: 24px;
       margin-top: 0;
       text-align: left;
    }
	 .serv_txt {
        text-align: left;
    }
	.abt_titl {
        text-align: left;
        margin-top: 0;
    }
	.abt_txt {
        text-align: left;
    }
	.contact_det a {
		font-size: 16px;
	}
	.abt_titl.contact_titl {
		font-size: 23px;
		padding-top: 20px;
	}
	.contact_outer {
		margin: 90px 0 80px;
	}
	.contact_outer:before {
		width: 145px;
		height: 150px;
		left: 250px;
		top: -70px;
		background-size: cover;
	}
}

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