*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Nunito', sans-serif;
	padding-top: 84px;
	background-color: #f7f7f7;
}
img{
	max-width: 100%;
}
a{
	text-decoration: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}


/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}

ul{
	list-style:none;
	list-style-type:none
	;padding-inline-start:0;
	padding-left:0;
	margin-bottom:0;
}
@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#333}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}


@media(min-width: 1366px){
.cmpad{
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
}
}
@media(max-width: 1366px){
.cmpad{
	padding-left:80px;
	padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
	padding-left:40px;
	padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
	padding-left:15px;
	padding-right:15px;
}
}
@media(max-width: 991px){
body{
	padding-top: 80px;
}
}
@media(max-width: 575px){
html{
	font-size: 90%;
}
body{
	padding-top: 64px;
}
}



@keyframes moveRight{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveLeft{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveDown{
	0%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	50%{
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}


/**********CUSTOM SELECT************/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #e89c1a;
  width: 100%;
  height: 40px;
  margin-top: 10px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  border-radius: .3rem;
  border: 1px solid #e89c1a;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #e89c1a transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #fbfbfb;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
	box-shadow: 3px 6px 20px rgba(0,0,0,.1);
	border-radius: .3rem;
	min-width: 150px;
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  color: #666;
  border-top: 1px solid #ddd;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #e89c1a;
  background: #fbfbfb;
}
.select-options li[rel="hide"] {
  display: none;
}


/**********TABLE************/
.mytable{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #ddd;
    border-right: 0;
}
.mytable td, .mytable th{
    border: 1px solid #e89c1a;
    padding: .75rem;    
    vertical-align: middle;
    border-width: .5px;
}
.mytable thead th{
    vertical-align: middle;
    color: #333;
    background-color: #e89c1a;
    border-color: #c78514;
    font-weight: 500;
}
.mytable tbody{
	color: #444;
}
.mytable tbody tr{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.mytable tbody tr:hover{
    color: #333;
    background-color: #efbb64;
}
.tooltip{
	font-size: .75rem;
}

ul.social{
	display: flex;
	flex-flow: wrap;
}
ul.social li a{
	color: #333;
	font-size: 1rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
ul.social li a:hover{
	color: #99bf34;
}
ul.social.left li{
	margin-right: 15px;
}
ul.social.right{
	justify-content: flex-end;
}
ul.social.right li{
	margin-left: 14px;
}



/*--------------------------------*/
/*************HEADER***************/
/*--------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    display: flex;
    flex-flow: column;
    justify-content: center;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header.active{
	top: -84px;
}

header .headmain .logo{
	max-width: 220px;
	display: flex;
	align-items: center;
	padding: 10px 0 10px 15px;
}
header .headmain .logo a{
	display: block;
	width: 180px;
}
header .headmain .logo a img{
	height: 64px;
}
header .headmain .mainmenu{
	display: flex;
	align-items: center;
}
header .headmain .mainmenu ul{
	display: flex;
	flex-flow: wrap;
}
header .headmain .mainmenu ul li{
	margin-right: 15px;
}
header .headmain .mainmenu ul li a{
	color: #333;
	font-weight: 600;
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .headmain .mainmenu ul li a:hover{
	color: #99bf34;
}

header .headmain .mainmenu ul li a:hover:before{
	width: 8px;
	height: 8px;
}
header .headmain .follow{
	max-width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}




/*///////////RESPONSIVE HEADER***************/

@media(min-width: 992px){
.header_resp{
	display: none;
}
}
.header_resp{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger{
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa{
	font-size: 22px;
	color: #e89c1a;
}

.cd-dropdown .hdtop{
	background-color: #fff;
	border-color: #006aae;
	width: 100%;
    position: relative;
    z-index: 1;
	height: 65px;
	padding: 0;
}
.cd-dropdown{
	background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown>.cd-dropdown-content{
	width: 80%;
	right: 20%;
	background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content{
	padding-top: 0;
}
.cd-dropdown-content ul{
    padding-top: 65px;
    background-color: #fff;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
	color: #666;
	border: none;
	border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close{
    right: 1rem;
    top: 1rem;
    height: 22px;
    width: 22px;
    background-color: #666;
    border-radius: 50%;
    z-index: 9;
    /*display: none;*/
}
.closebarz{
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 80%;
	cursor: zoom-out;
}

@media(max-width: 360px){
.closebarz{
    display: none;
}
.cd-dropdown>.cd-dropdown-content{
    width: 100%;
    right: 0;
}
.cd-dropdown .cd-close{
    display: block;
}
}

.cd-dropdown .logo{
	max-width: 150px;
	margin: 5px auto;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
    height: 45px;
    line-height: 45px;
    font-size: .875rem;
}
.cd-dropdown-content a:hover, .cd-dropdown-content ul a:hover{
    background-color: #efefef;
    text-decoration: none;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after{
	background: #cfcfcf;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before{
	background: #fff;
	width: 2px;
	height: 12px;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after{
	height: 1px;
}
.has-children > a img.img-menu{
    max-width: 20px;
    margin-right: 10px;
}
.hdtop .upic{
	padding-top: 10px;    
    width: 90px;
    float: left;
    height: 65px;
}
.hdtop .upic img{
    display: block;
    margin: auto;
    width: 45px;
}
.menu-user{
	padding-top: 12px;
    color: #666;
    width: calc(100% - 90px);
    padding-left: 0;
    padding-right: 15px;
    float: left;
}
.menu-user .uname{
	font-size: 14px;
}
.menu-user span{
	display: block;
	line-height: 20px;
	font-size: 12px;
}
.menu-acc{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
}
.menu-acc a{
	display: flex;
	flex-flow: column;
	justify-content: center;
    align-items: center;
	text-align: center;
	font-size: .7rem;
	line-height: normal;
    height: 60px;
    width: 100%;
    border: none;
}
.menu-acc a img{
	width: 26px;
	margin-bottom: 4px;
}




.posrelative{
	position: relative;
}



.slider{
	position: relative;
}
.mainslider .slideitem{
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 84px);
}
.mainslider .slideitem .dsk{
	display: block;
}
.mainslider .slideitem .res{
	display: none;
}


@media(max-width: 991px){
.mainslider .slideimage{
	height: 250px;
}
}




/*----------------------------------------*/
/******************COMMON******************/
/*----------------------------------------*/
.mainhead{
	color: #333;
    font-size: 2rem;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
}
.mainhead span{
	color: #006aae;
}
.mainhead.center{
	text-align: center;
}
.subhead{
	border-bottom: 1px dashed #d1b688;
	padding-bottom: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
}

.flexVcenter{
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.text-content p{
	text-align: justify;
	line-height: 1.6;
	color: #444;
}
.caption{
	color: #666;
}

@media(max-width: 575px){
.mainhead.center:before{
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: .7rem;
	bottom: -6px;
}
}





/*----------------------------------------*/
/******************PROCESS*****************/
/*----------------------------------------*/
.procol{
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.procol .icon{
	width: 64px;
    padding: 14px;
    border-radius: 50%;
	margin-bottom: 1rem;
}
.procol .icon img{
	/*filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);*/
}
.procmain:nth-child(1) .procol .icon{
	background-color: #baeaff;
}
.procmain:nth-child(2) .procol .icon{
	background-color: #fde09f;
}
.procmain:nth-child(3) .procol .icon{
	background-color: #c3f7d3;
}
.procmain:nth-child(4) .procol .icon{
	background-color: #ffc5c5;
}
.procol h4{
	font-size: 1.25rem;
}
.procol p{
	color: #666;
}





/*----------------------------------------*/
/******************OVERVIEW*****************/
/*----------------------------------------*/
.overview{
	background-color: #006aae;
}
.overview .ovcol{
	position: relative;
	color: #f7f7f7;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;;
    align-items: flex-start;
}
.overview .ovimg{
    /*height: 500px;*/
    width: 404px;
    display: block;
    margin: auto;
	margin-top: -4rem;
}
.overview h2{
	margin-bottom: 1rem;
	color: #fff;
	font-weight: 800;
}
.overview p{
	line-height: 1.75;
	color: #c5deef;
}
.overview .expmore{
	display: inline-block;
	background-color: #020101;
    padding: 10px 25px;
    border-radius: 2rem;
    color: #ddd;
    margin-top: 1rem;
}
.overview .ovlist{
	display: flex;
	flex-flow: wrap;
	margin-top: 1rem;
	width: 100%;
}
.overview .ovlist li{
    border-right: 1px solid rgba(0,0,0,.2);
    padding-right: 15px;
    margin-right: 10px;
    width: calc(100% / 4 - 10px); font-size: 14px;
}
.overview .ovlist li:last-child{
	border: none;
	padding-right: 0;
	margin-right: 0;
}
.overview .ovlist li span{
	font-size: 2rem;
	display: block;
}
.overview .ovimgcol{
	position: absolute;
    bottom: 0px;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: 0 60px;
	background-image: url(../img/images/overview.svg);
}



/*----------------------------------------*/
/******************COURSES*****************/
/*----------------------------------------*/
.allbtn{
	background-color: #006aae;
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	border-radius: 2rem;
	display: block;
	text-align: center;
	float: right;
}
.allbtn:hover{
	color: #fff;
}
.coursebox{
	border: 1px solid #e9e9e9;
    border-bottom: 4px solid #006aae;
	padding: 15px;
	border-radius: .5rem;
	box-shadow: 0 20px 20px -20px rgba(0,0,0,.3);
}
.coursebox .cimg{
	border-radius: .5rem;
	overflow: hidden;
	margin-bottom: 10px;
}
.coursebox .cdetail {
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
}
.coursebox .cdetail h4{
	font-size: 1.2rem;
}
.coursebox .cdetail p{
	color: #666;
    max-height: 70px;
    overflow: hidden;
}
.coursebox .cdetail .cobtn{
	background-color: #99bf34;
	color: #f7f7f7;
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
    width: 120px;
    text-align: center;
    border-radius: 2rem;
    position: absolute;
    bottom: -34px;
    right: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.coursebox .cdetail .cobtn:hover{
	background-color: #6c8b1b;
}
.slider-prev, .slider-next{
	width: 36px;
	height: 36px;
	background-color: #99bf34;
	color: #fff;
	border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.slider-prev:hover, .slider-next:hover{
	background-color: #6c8b1b;
}
.slider-prev:after, .slider-next:after{
	font-size: 1rem;
}



/*----------------------------------------*/
/******************DESTINATIONS************/
/*----------------------------------------*/

.destination{
	background-color: #fff;
}
.destislide .swiper-slide{
	/*height: calc(100%);*/
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-top: 15px !important;
      margin-bottom: 15px !important;
}
.destislide.swiper-container-multirow-column>.swiper-wrapper{
	flex-direction: row;
}
.destbox{
	position: relative;
	border-radius: .5rem;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
}
.destbox .cimg{
	width: 100%;
    height: 100px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.destbox .cimg img{
	width: 100%;
	max-width: 64px;
	margin-top: 10px;
}
.destbox .cdetail{
	position: absolute;
	z-index: 1;
	bottom: 0;
	color: #666;
    display: flex;
    justify-content: center;
    align-items: end;
	width: 100%;
	height: 100%;
}
.destbox .cdetail:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);*/
}
.destbox .cdetail h4{
	font-size: 1rem;
}
.textcontent{
	color: #666;
}


/*----------------------------------------*/
/******************ENQUIRY*****************/
/*----------------------------------------*/
.enquiry{
	background-size: contain;
    background-position: center right;
    background-image: url(../img/images/enquiry.jpg);
    background-repeat: no-repeat;
    background-color: #224d9c;
}
.enqmain{
	background-color: rgba(255,255,255,.9);
	padding: 15px;
	border-radius: .5rem;
	box-shadow: 0 0 0 6px rgba(255,255,255,.2);
}
.myform label{
	font-size: .875rem;
	margin-bottom: 0;
	color: #666;
}
.myform input, .myform textarea, .myform select{
	height: 44px !important;
	background-color: transparent;
	padding-left: 55px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	background-color: transparent;
	border-color: #076eb0;
	box-shadow: none;
}
.myform .form-group i{
	position: absolute;
    bottom: 8px;
    left: 10px;
    border-right: 1px solid #ddd;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #076eb0;
    pointer-events: none;
}
.myform .btnsubmit{
	background-color: #99bf34;
	color: #fff;
	width: 150px;
	text-align: center;
	height: 50px;
}
.myform .btnsubmit:hover{
	background-color: #6c8b1b;
}





/*----------------------------------------*/
/******************FEEDBACK******************/
/*----------------------------------------*/
.testibox{
	background-color: #99bf34;
	border-radius: 0 1rem 1rem 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #fff;
}
.testibox:before{
	content: '\f10e';
	position: absolute;
	top: 0;
	left: 3rem;
	font-size: 8rem;
	font-weight: 600;
	color: rgba(255,255,255,.1);
	font-family: 'Font Awesome 5 Free';
}
.testibox .mainhead{
	color: #fff;
}
.testibox .caption{
    color: #e2e9d0;
    font-size: 1.2rem;
}
.testibox p{
	color: #f7f7f7;
}
.testitem{
	display: flex;
	flex-flow: column;
}
.testitem .timg{
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.testitem .timg img{
	width: 60px;
	margin-right: 10px;
	border-radius: 50%;
	border: 5px solid rgba(0,0,0,.1);
}
.testitem .timg h6{
	margin-bottom: 0;
	color: #fff;
}
.testitem .timg .desig{
	font-size: .875rem;
	margin-bottom: 0;
	color: #e2e9d0;
}
.testitem .tdetail p i{
	margin-right: 3px;
	color: #fff;
}
.testislide .slider-prev, .testislide .slider-next{
	left: auto;
	top: auto;
	bottom: 2rem;
}.testislide .slider-prev{
	right: 3rem;
}
.testislide .slider-prev.swiper-button-disabled{
	color: #000;
}
.testimg{
	display: flex;
	justify-content: center;
}
.testimg img{
	height: 340px;
}



/*----------------------------------------*/
/******************FOOTER******************/
/*----------------------------------------*/
footer{
	background-color: #1c161c;
	font-size: .875rem;
	color: #999;
}
footer ul.ftmenu{
	display: flex;
	flex-flow: column;
	line-height: 2;
}
footer .fthead{
	color: #fff;
	font-size: 1.1rem;
    margin-bottom: 1.25rem;
}
footer .fthead:after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #333;
	margin-top: 8px;
}
footer ul.ftmenu li a{
	color: #999;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
footer ul.ftmenu li a:hover{
	color: #ccc;
}
footer ul.address{
	margin-top: 0;
}
footer ul.address li{
	margin-bottom: .5rem;
	padding-left: 25px;
}
footer ul.address li span{
	width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #999;
    position: absolute;
    left: 15px;
    margin-top: -5px;
}
footer ul.social{
	display: flex;
	margin-top: 1rem;
}
footer ul.social li{
	margin-right: 20px;
}
footer ul.social li a{
	display: block;
	color: #ccc;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
footer ul.social li a:hover{
	color: #e89c1a;
}

footer .ftmenu h4{
	font-size: 1rem;
	color: #ccc;
}
footer .ftmenu h4:after{
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #e89c1a;
	margin-top: 0;
	margin-bottom: 15px;
}
footer .ftmenu ul{
	line-height: 2;
}
footer .ftmenu ul li a{
	color: #999;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
footer .ftmenu ul li a:hover{
	color: #f7f7f7;
}
footer ul.foot-list{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
footer ul.foot-list li{
	margin: 6px;
}
footer ul.foot-list li a{
	color: #999;
	border: 1px solid #333;
    padding: 3px 10px;
    border-radius: .3rem;
    font-size: .875rem;
    text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
footer ul.foot-list li a:hover{
	border-color: #4ea74f;
	color: #f7f7f7;
}

footer ul.apps{
	display: flex;
}
footer ul.apps li{
	margin-right: 10px;
}
footer ul.apps img{
	border-radius: .3rem;
	border: 1px solid #666;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
footer ul.apps img:hover{
	border-color: #e89c1a;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}
footer ul.payment{
	display: flex;
}
footer ul.payment li{
	margin-right: 10px;
}

footer ul.payment li:last-child{
	margin-right: 0;
}
footer ul.payment img{
	height: 20px;
}
footer .newsletter input,
footer .newsletter input:focus{
	height: 42px;
	outline: 0;
	box-shadow: none;
	border-color: #e89c1a;
}
footer .newsletter button,
footer .newsletter button:focus{
	width: 50px;
	color: #fff;
	background-color: #e89c1a;
	border-color: #e89c1a;
	outline: 0;
	box-shadow: none;
}
footer .newsletter button:hover{
	color: #fff;
	background-color: #333;
}

footer .ftbottom{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: rgba(0,0,0,.1);
}
footer .ftbottom p{
	margin-bottom: 0;
}
footer .ftbottom .powered{
	text-align: right;
}
footer .ftbottom .powered a{
	color: #999;
}

@media(max-width: 991px){
footer ul.social{
	justify-content: flex-start;
}
footer ul.social li{
	margin: 0 10px;
}
}

@media(max-width: 575px){

footer ul.social{
	justify-content: center;
}
}





/*-----------------------------------*/
/**************INNER PAGE************/
/*-----------------------------------*/
.breadcrumb{
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: .85rem;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    font-size: .75rem;
    margin-top: 2px;
    color: #e89c1a;
}
.breadcrumb-item.active{
	color: #740b0b;
}
.breadcrumb a{
	color: #444;
}
.innercontent{
	background-color: #fff;
	padding: 15px;
	border-radius: .3rem;
	box-shadow: 5px 5px 20px rgba(0,0,0,.1);
}
