/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

p {
    margin: 0;
    color: #353535;
}

html,
body
    {
    padding: 0;
    margin: 0;
    border-radius: 0;

}

em {
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #898989;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*Buttons*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.basic_btn {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    font-weight: 600;
    overflow: hidden;
    background: #fe491d;
    box-shadow: 0 0 30px rgb(0 0 0 / 12%);
    text-transform: uppercase;
}
.basic_btn:after {
    background-color: #191a56;
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
}
.basic_btn:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.basic_btn:hover{
    color: #fff;
}
.white_btn:after{
    background-color: #fff;
}
.white_btn:hover{
    color: #fe491d;
}
/*******************Reset Css****************/
/*header-css*/
.header_outer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 0;
    z-index: 99;
    transition: 0.4s;
}
.shrink{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    padding: 15px 0;
}

.hddr_innr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
.hddr_menu ul{
    display: flex;
    align-items: center;
}
.menu_btn{
    display: none;
}
.hddr_menu ul li{
    margin-right: 35px;
}
.hddr_menu ul li:last-child{
    margin-right: 0px;
}
.hddr_menu ul li a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
}
.hddr_menu ul li a:hover{
    color: #e7942a;
}
.hdr_info ul{
    display: flex;
    align-items: center;
}
.hdr_info ul li a{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.hdr_info ul li a i{
    margin-right: 10px;
}
.hdr_info ul li{
    margin-right: 30px;
}
.hdr_info ul li:last-child{
    margin-right: 0;
}
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    transition: 0.5s;
}
.shrink .logo{
    top: 14px;
}
.hddr_menu {
    width: 40%;
}
.hdr_info {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}
.hdr_info ul li a:hover{
    color: #e7942a;
}

/*==========end-header-portion*/


/*banner_sec======start*/
.banner_sec{
    position: relative; 
}
.banner_sec:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../images/bnr-shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 500px;
    background-size: cover;
}
.banner_sec figure img{
    width: 100%;
}

/*banner_sec======end*/

/*about_sec------------start*/
.about_sec{
    padding: 95px 0 80px;
}
.page_hdng h2{
    font-size: 28px;
    color: #e7942a;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-left: 38px;
}
.page_hdng h2:after, .page_hdng h2:before{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.page_hdng h2:before{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #e7942a;
    left: 0;
}
.page_hdng h2:after{
    height: 4px;
    left: auto;
    width: 55%;
    background-color: #e7942a;
    margin-left: 30px;
}
.page_hdng{
    margin-bottom: 65px;
}
.abt_hdng h3{
    font-size: 36px;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
}
.abt_hdng h3 span{
    font-weight: 700;
    color: #e7942a;
}
.abt_hdng{
    margin-bottom: 40px;
}
.abt_rghtPnl .about_pic{
    margin-bottom: 30px;
}
.about_para p{
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 30px;
}
.more_link a{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #e7942a;
    text-transform: capitalize;
}
.more_link a i{
    margin-left: 15px;
    display: inline-block;
}
.more_link a:hover{
    color: #000;
}
.about_outer{
    padding-bottom: 50px;
}
.line_shape{
    text-align: center;
}

/*about_sec------------end*/

/*slider_sec------------start*/
.slider_sec{
    padding: 60px 0 50px;
}
.imgbx_slider {
    padding: 38px 100px 0 0;
    position: relative;
    margin: 0 -10px;
}
.slide_item{
    padding: 0 10px;
    text-align: center;
}
.imgbx_slider:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-color: #fdf4e9;
    width: 85%;
    z-index: -1;
    height: 380px;
}
.slide_outer .slick-arrow{
    font-size: 0;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 3px solid #b2b2b2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
}
.slide_outer .slick-arrow:after{
    font-size: 18px;
    position: absolute;
    color: #b2b2b2;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
}
.slide_outer .slick-prev{
    left: -50px;
}
.slide_outer .slick-next{
    right: -20px;
}
.slide_outer .slick-prev:after{
    content: "\f104";
}
.slide_outer .slick-next:after{
    content: "\f105";
}
.slide_outer .slick-arrow:hover{
    color: #f8dfbf;
    border-color: #f8dfbf;
}
.slide_outer .slick-arrow:hover:after{
    color: #f8dfbf;
}

.slide_pic{
    margin-bottom: 72px;
}

.slide_outer .slick-slide img {
    display: inline-block;
    width: 100%;
}

.slide_text h3{
    font-size: 28px;
    color: #000;
    font-weight: 300;
    line-height: 36px;
}


/*slider_sec------------end*/

/*gallery-sec-=============start*/
.gallery_sec{
    padding: 60px 0 75px;
}
.gallery_slider{
    max-width: 666px;
    float: right;
}
.gallery_item {
    padding: 55px 0;
}
.gallery_outer{
    position: relative;
}

.gallery_sec .container{
    position: relative;
}
.gallery_sec .page_hdng{
    position: absolute;
    left: 0;
    top: 10%;
}
.gallery_sec .page_hdng h2:after{
    width: 30%;
}
.gallery_pic {
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}
.gallery_pic:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    transition: 0.5s;
    transform: scale(1);
}
.gallery_outer .slick-current.slick-center .gallery_pic{
    transform: scale(1.2);
    z-index: 2;
}
.gallery_outer .slick-current.slick-center .gallery_pic:after{
    position: absolute;
    content: "";
    border: 2px solid #e7942a;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.gallery_outer .slick-current.slick-center .gallery_pic:before{
    visibility: hidden;
    opacity: 0;
}
.inbtns{
    position: absolute;
    left: 0;
    bottom: 20%;
    display: flex;
    align-items: center;
}
.inbtns .slick-arrow{
    margin-right: 10px;
    height: 42px;
    width: 42px;
    border: 3px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.inbtns .slick-arrow:last-child{
    margin-right: 0px;
}
.inbtns .slick-arrow:after{
    font-size: 18px;
    position: absolute;
    color: #e5e5e5;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
}
.inbtns .slick-prev:after {
    content: "\f104";
}
.inbtns .slick-next:after {
    content: "\f105";
}
.inbtns .slick-arrow:hover{
    background-color: #e7942a;
    border-color: #e7942a;
}
.inbtns .slick-arrow:hover:after{
    color: #fff;
}
/*gallery-sec-=============end*/


/*newslttr_area===========start*/

.newslttr_area{
    padding: 55px 0 80px;
    background-color: #e7942a;
}
.news_hdng h2{
    font-size: 80px;
    color: #ffffff;
    line-height: 80px;
    letter-spacing: -5px;
}
.news_hdng h2 span{
    display: block;
}
.news_hdng{
    margin-bottom: 40px;
}

.news_fill{
    max-width: 725px;
    margin: 0 auto;
    padding: 20px 30px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
}
.news_fill .form-control{
    height: 60px;
    border: 0;
    box-shadow: none;
    font-size: 22px;
    color: #000000;
    opacity: 0.5;
    background-color: transparent;
    border-right: 2px solid #000;
    border-radius: 0;
}
.submit_btn {
    width: auto;
    background-color: transparent;
    font-size: 21px;
    color: #000;
    height: 60px;
    padding: 0 30px;
    cursor: pointer;
}
.submit_btn:hover{
    color: #fff;
}

.news_fill .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.4;
}
.news_fill .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 0.4;
}
.news_fill .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 0.4;
}
.news_fill .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 0.4;
}

/*newslttr_area===========end*/

.ftr_outer{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.ftr_top{
    padding: 60px 0 80px;
    border-bottom: 1px solid #c1c2c0;
}
.ftr_logo{
    margin-bottom: 40px;
}
.info_row{
    margin-bottom: 25px;
}
.info_row:last-child{
    margin-bottom: 0px;
}
.info_row a{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
}
.info_icon{
    min-width: 25px;
    text-align: center;
    margin-right: 12px;
}
.info_text span{
    display: block;
}
.info_row a:hover{
    color: #e7942a;
}
.ftr_item h2{
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ftr_link li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 15px;
}
.ftr_link li:last-child{
    margin-bottom: 0;
}
.ftr_link li:after{
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #e7942a;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.ftr_link li a{
    font-size: 16px;
    color: #000;
}
.ftr_link li a:hover{
    color: #e7942a;
}
.ftr_bttm{
    padding: 20px 0;
}

.bttm_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright p{
    font-size: 16px;
    color: #000000;
}
.ftr_social{
    display: flex;
    align-items: center;
}
.ftr_social a{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #565656;
    border-radius: 50%;
    border: 2px solid #565656;
    margin-right: 10px;
}
.ftr_social a:last-child{
    margin-right: 0;
}
.ftr_social a:hover{
    color: #e7942a;
    border-color: #e7942a;
    border-radius: 50% 0;
}




















