@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #242424;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nexa';
    color: #000;
    margin: 0;
    padding: 0;
}
ul li {
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
}
.btn:focus, button, a {
	outline: 0 !important;
	box-shadow: none !important;
}
@font-face {
	font-family: 'Nexa-Light';
	src: url(../fonts/Nexa-Light.otf);
}
@font-face {
	font-family: 'Nexa-Bold';
	src: url(../fonts/Nexa-Bold.otf);
}
.sectionTitle {
    font-size: 40px;
    margin-bottom: 35px;
}
.sectionTitle strong {
	color: #091a35;
}
.sectionTitle strong::after {
    content: '';
    width: 12px;
    position: absolute;
    height: 100%;
    background: url(../images/titleIcon.png) no-repeat;
    right: -35px;
    display: inline-block;
    background-position: center;
}
.sectionTitle > span {
    color: #ff8111;
    line-height: 30px;
    padding-left: 40px;
}
.fit-image {
	object-fit: cover;
}
.section-padding {
	padding: 100px 0;
}
.sp-top {
	padding-top: 100px;
}
.sp-bottom {
	padding-bottom: 100px;
}
.transition {
	transition: 0.5s;
}
/*---------------------------------------------------
:::::Header Section
--------------------------------------------------*/
header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(255,255,255,0.80);
}
header .navbar-brand {
    position: relative;
    margin: 0 !important;
    padding: 15px 30px 15px 0;
}
header .navbar {
    padding: 0;
}
header #navbarCollapse {
    margin-right: 60px;
}
header .navbar-expand-lg .navbar-nav li > a {
    color: #3a3771 !important;
    margin: 0 2px;
    padding: 15px !important;
    font-family: 'Nexa';
    border-bottom: 1px solid transparent;
}
header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu {
	width: 250px;
    padding: 0px 20px 0;
    border-radius: 0;
    background: rgba(255,129,17,0.80);
    margin-top: 0;
}
header .navbar-expand-lg .navbar-nav li > a::before {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(255,129,17,0.80);
    bottom: 5px;
    width: 10px;
    left: 0;
    height: 10px;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}
header .navbar-expand-lg .navbar-nav li > a:hover, header .navbar-expand-lg .navbar-nav li > a.active {
	color: #091a35 !important;
	border-color: #ff8111;
}
header .navbar-expand-lg .navbar-nav li > a.active::before, 
header .navbar-expand-lg .navbar-nav li > a:hover::before {
	opacity: 1;
    bottom: 0;
}
header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu > a {
    padding: 10px 0;
    border-bottom: 1px dashed #fff;
}
header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu > a::before {
	content: '\f105';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-size: 0;
	left: 0;
	color: #fff;
	font-weight: 600;
	transition: 0.3s;
}
header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu > a:hover::before {
	font-size: 16px;
	margin-right: 8px;
}
header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu > a:last-child {
    border-bottom: 0;
}
header .navbar-expand-lg .navbar-nav li > a::after {
    border: 1px solid #242424;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border-top: 0;
	border-left: 0;
	transition: 0.3s;
	vertical-align: 4px;
	margin-left: 8px;
}
header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu > a:hover, header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu > a.active {
	background: transparent;
	color: #fff;
	padding-left: 12px;
}
/*---------------------------------------------------
:::::Banner Section
--------------------------------------------------*/
.bannerSection .descrip {
	padding-bottom: 60px;
	font-family: 'Nexa' !important;
	border-left: 1px solid #fff;
	padding-left: 12px;
}
.bannerSection .descrip::before {
	content: '';
	width: 5px;
	position: absolute;
	height: 121px;
	top: 0;
	background: #fff;
	left: 0;
}
.bannerSection .descrip > h1 {
    font-size: 60px;
    line-height: 50px;
}
.bannerSection .descrip > h1 > strong {
    color: #ff8111;
    font-size: 85px;
    line-height: 90px;
}
.bannerSection .descrip > small {
    font-size: 34px;
    line-height: 20px;
    margin: 20px 0 40px;
}
.insButton {
    background: #ff8111 !important;
    padding: 10px 35px;
    font-size: 22px;
    z-index: 0;
}
.insButton::after {
	content: '';
	width: 40px;
	position: absolute;
	height: 1px;
	right: -20px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.5s;
	z-index: -1;
}
.bannerSection .descrip .clcButton:hover {
	background: #fff;
	color: #82b441;
}
.bannerSection .owl-carousel .owl-item .container {
	height: auto !important;
}
.bannerSection .owl-theme .owl-dots .owl-dot {
    counter-increment: c;
}
.bannerSection .owl-theme .owl-dots .owl-dot::before {
    content: counter(c,decimal-leading-zero);
    font-family: 'Nexa';
    color: #fff;
    transition: 0.5s;
}
.bannerSection .owl-dots {
    position: absolute;
    margin-top: 0 !important;
    margin-top: -60px !important;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
.bannerSection .owl-carousel .owl-item .container img {
    position: absolute;
    bottom: 0;
    height: 500px;
    object-fit: contain;
    object-position: left bottom;
    z-index: 99;
}
.bannerSection .owl-carousel .owl-item::before {
    content: '';
    width: 70%;
    position: absolute;
    height: 100%;
    clip-path: polygon(12% 113px, 100% 113px, 56% 100%, 0 100%, 0% 38%);
    top: 0;
    background: rgba(9,26,53,0.77);
    left: 0;
    z-index: 0;
}
.bannerSection .owl-carousel .owl-item {
	z-index: 999;
}
.bannerSection .owl-theme .owl-dots .owl-dot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.bannerSection .owl-theme .owl-dots .owl-dot > span {
    width: 0;
    border-radius: 0;
    height: 1px;
    background: #fff !important;
    transition: 0.5s;
}
.bannerSection .owl-theme .owl-dots .owl-dot:first-child > span {
	margin: 0;
}
.bannerSection .owl-theme .owl-dots .owl-dot.active:first-child > span {
	margin: 5px 7px 5px 0;
}
.bannerSection .owl-theme .owl-dots .owl-dot.active > span {
	width: 50px;
}
.bannerSection .owl-theme .owl-dots .owl-dot.active::before {
	font-weight: 600;
	font-size: 18px;
}
.followusIcons {
	width: 44px;
	padding-top: 113px;
	z-index: 2;
}
.followusIcons > .inBox > span {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 120px;
    height: 25px;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: 600;
    margin-left: -36px;
}
.followusIcons .inBox ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    font-size: 11px;
}
.followusIcons .inBox ul {
    width: 44px;
    margin-top: 158px;
}
.followusIcons .inBox ul::before {
    content: '';
    width: 1px;
    position: absolute;
    height: 70px;
    top: -90px;
    background: #fff;
}
.followusIcons .inBox {
    padding-top: 120px;
}
.followusIcons .inBox ul li i:hover {
    background: #ff8111;
    border-color: #ff8111;
    color: #262262 !important;
}
.followusIcons .inBox > ul > li:nth-child(2) {
    margin: 5px 0;
}
.insButton:hover {
    color: #ff8111 !important;
}
.insButton:hover::after {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    transition: 0.5s !important;
}
/*---------------------------------------------------
:::::About Section
---------------------------------------------------*/
.aboutSec .imgBox {
	clip-path: polygon(0% 15%, 30% 15%, 30% 0%, 70% 0%, 70% 15%, 100% 15%, 100% 85%, 70% 85%, 70% 100%, 30% 100%, 30% 85%, 0% 85%);
}
.aboutSec .imgBox::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 30%, rgba(9,26,53,0.50) 30%, rgba(9,26,53,0.50) 70%, rgba(0,0,0,0) 70%);
    z-index: 2;
    top: 0;
}

.aboutSec .iconSec .iconBox {
	width: 31.333%;
	border: 1px solid #cacaca;
	padding: 10px;
}
.aboutSec .iconSec .iconBox:nth-child(2) {
	margin: 0 3%;
}
.aboutSec .iconSec .iconBox h3 {
	font-size: 17px;
	color: #999999;
}
.aboutSec .iconSec .iconBox .icon, .serviceSec .mainBox > .imgBox {
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin: auto;
}
/*.aboutSec .iconSec .iconBox .icon img, .abouticonSec .iconBox > .imgBox > img {*/
/*    -webkit-filter: drop-shadow(0px -80px 0px #4f4f4f);*/
/*    -moz-filter: drop-shadow(0px -80px 0px #4f4f4f);*/
/*    -o-filter: drop-shadow(0px -80px 0px #4f4f4f);*/
/*    padding: 80px 0 0;*/
/*}*/
.aboutSec .iconSec .iconBox:hover {
	border-color: #ff8111;
}
.aboutSec .iconSec .iconBox:hover .icon img {
    -webkit-filter: drop-shadow(0px -48px 0px #091a35);
    -moz-filter: drop-shadow(0px -48px 0px #091a35);
    -o-filter: drop-shadow(0px -48px 0px #091a35);
    padding: 48px 0 0;
}
.aboutSec .iconSec .iconBox:hover h3 {
	color: #091a35;
}
/*---------------------------------------------------
:::::Service Section
---------------------------------------------------*/
.serviceSec .mainBox > .imgBox {
	width: 60px;
    height: 60px;
}
.serviceSec .mainBox > .imgBox > img {
	width: auto;
    -webkit-filter: drop-shadow(0px -86px 0px #091a35);
	-moz-filter: drop-shadow(0px -86px 0px #091a35);
	-o-filter: drop-shadow(0px -86px 0px #091a35);
	padding: 86px 0 0;
}
.serviceSec .owl-carousel .owl-stage-outer {
	padding-top: 130px;
	padding-bottom: 82px;
}
.serviceSec .owl-carousel .owl-item {
	transition: 1s;
}
.serviceSec .owl-carousel .owl-item.center {
	position: relative;
	z-index: 2;
}
.serviceSec .owl-carousel .owl-item.center .mainBox h4, 
.serviceSec .owl-carousel .owl-item.center .mainBox p {
	color: #fff;
}
.serviceSec .owl-carousel .owl-item .item {
	width: 370px;
	height: 370px;
	border: 2px solid #ff8111;
}
.serviceSec .owl-carousel .owl-item .mainBox {
	padding: 40px; 
}
.serviceSec .owl-carousel .owl-item .mainBox > h4 {
    font-family: 'Nexa-Bold';
}
.serviceSec .owl-carousel .owl-item .mainBox p {
	font-size: 14px;
}
.serviceSec .owl-carousel .owl-item.center .item {
	background: #091a35;
	border: 2px solid #262262;
	transform: scale(1.2);
	box-shadow: 0 0 20px #262262;
}
.serviceSec .owl-carousel .owl-item.center .mainBox > .imgBox {
	width: 50px;
	height: 50px;
}
.serviceSec .owl-carousel .owl-item.center .mainBox > .imgBox > img {
    -webkit-filter: drop-shadow(0px -86px 0px #fff);
    -moz-filter: drop-shadow(0px -86px 0px #fff);
    -o-filter: drop-shadow(0px -86px 0px #fff);
    padding: 86px 0 0;
}
.serviceSec .owl-carousel .owl-item::before {
    content: '';
    width: 3px;
    position: absolute;
    height: 650px;
    background: #091a35;
    top: -140px;
    transform: rotate(-35deg);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}
.serviceSec .owl-carousel .owl-item.center::before {
    opacity: 1;
    transition: 1.5s;
}
.serviceSec .owl-theme .owl-dots .owl-dot.active span {
    width: 50px;
    background: #ff8111;
}
.serviceSec .owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 3px;
    background: #091a35;
    margin: 0 4px;
    transition: 0.5s;
}
.serviceSec .owl-carousel .owl-item.center .item:hover {
	background: #091a35;
}
.serviceSec .owl-carousel .owl-item .item:hover {
	background: #ff8111;
}
.serviceSec .owl-carousel .owl-item .mainBox:hover img{
	-webkit-filter: drop-shadow(0px -86px 0px #fff);
	-moz-filter: drop-shadow(0px -86px 0px #fff);
	-o-filter: drop-shadow(0px -86px 0px #fff);
}
.serviceSec .owl-carousel .owl-item .item:hover p {
	color: #fff;
}
/*---------------------------------------------------
:::::Goals Section
---------------------------------------------------*/
.goalsSec .insideBody {
	background: #ebebeb;
	margin-top: 20px;
	padding: 50px;
	z-index: 0;
}
.goalsSec .insideBody .descripSec > .iconBox {
    flex: 90% !important;
}
.goalsSec .insideBody .descripSec > .contBox > h5 {
    font-size: 25px;
}
.goalsSec .insideBody::before {
	content: '';
	width: 80px;
	position: absolute;
	height: 80px;
	top: -45px;
	background: rgba(38,34,98,0.06);
	left: -45px;
}
.goalsSec .insideBody::after {
    content: '';
    width: 3px;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(38,34,98,0.57);
    right: 260px;
    z-index: -1;
    transform: skewX(-29deg);
}
.goalsSec .insideBody .imgBox::after {
	content: '';
	width: 100px;
	position: absolute;
	height: 100px;
	bottom: -25px;
	background: rgba(9,26,53,0.65);
	right: -25px;
}
/*---------------------------------------------------
:::::Get In Touch Section
---------------------------------------------------*/
input:focus, textarea:focus {
    box-shadow: none;
    outline: 0;
}
.getintouchSec {
	z-index: 0;
	background-blend-mode: overlay;
	background-size: cover !important;
}
.getintouchSec .sectionTitle {
	top: 0;
	left: 15px;
}
.getintouchSec ul.contactDescrip {
    padding-bottom: 150px;
}
.getintouchSec ul.contactDescrip li:first-child {
    margin-right: 50px;
}
.getintouchSec ul.contactDescrip > li > .imgArea {
    width: 60px;
    height: 60px;
    border: 1px solid #ff8111;
    margin-right: 10px;
}
.getintouchSec ul.contactDescrip li:hover > .imgArea {
    background: #fff;
    border-color: #fff;
}
.getintouchSec ul.contactDescrip li:hover a {
	color: #ff8111 !important;
}
.getintouchSec ul.contactDescrip > li:hover > a > small {
	color: #fff;
}
.getintouchSec ul.contactDescrip > li > a, .getintouchSec ul.contactDescrip > li > p {
    font-size: 20px;
    font-family: 'Nexa';
}
.getintouchSec ul.contactDescrip > li > a > small, .getintouchSec ul.contactDescrip > li > p > small {
    font-size: 22px;
    color: #ff8111;
    line-height: 20px;
}
.getintouchSec::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 130px;
	top: 0;
	background: #fff;
	left: 0;
	z-index: -1;
}
.getintouchSec form {
    background: #fff;
    padding: 80px 30px 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}
.getintouchSec form::before {
    content: '';
    width: 90px;
    position: absolute;
    height: 90px;
    top: -45px;
    background: rgba(38,34,98,0.06);
    left: -45px;
}
.getintouchSec form > .fieldBox > input, .getintouchSec form > .fieldBox > textarea {
    padding: 12px;
    padding-left: 40px;
    font-size: 15px;
    background: #f1f1f1;
    border: 1px solid #cdcdcd;
    box-shadow: none;
}
.getintouchSec form > .fieldBox > img {
    position: absolute;
    left: 15px;
    top: 17px;
}
.getintouchSec form > .fieldBox > button::after {
    background: #eaeaea;
}
.getintouchSec form > .fieldBox > button:hover::after {
    background: #091a35;
}
.getintouchSec form > .fieldBox > #captcha {
    background: #f1f1f1;
    padding: 0px 15px;
    border: 1px solid #ccc;
    margin-bottom: -8px;
}
.getintouchSec form > .fieldBox.captchaField > input {
    padding-left: 15px !important;
}
.captchaBox {
    justify-content: space-between;
    margin-top: 10px !important;
}
.captchaBox > .captcha > .fas.fa-sync-alt {
    width: 50px;
    height: 50px;
    background: #ff8111;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}
.captchaBox .captchaField, .captchaBox .captchaField > input {
    height: 50px;
}
.captchaBox .captchaField > input {
    padding-left: 15px;
    background: #f1f1f1;
    border: 1px solid #cdcdcd;
}
/*---------------------------------------------------
:::::Testimonials Section
---------------------------------------------------*/
.testimonialSec .owl-carousel .owl-stage-outer {
    padding-top: 59px;
    padding-bottom: 59px;
}

.testimonialSec .conrtentDescrip {
    background: #efefef;
    padding: 30px;
}
.testimonialSec .owl-carousel .owl-item .item {
	z-index: 0;
}
.testimonialSec .owl-carousel .owl-item .item::after {
    content: '';
    width: 3px;
    position: absolute;
    height: 150%;
    top: -25%;
    background: rgba(9,26,53,0.57);
    right: 220px;
    z-index: -1;
    transform: rotate(28deg);
}
.testimonialSec .owl-carousel .owl-item .row [class*="col-"]:first-child {
	padding-right: 0;
}
.testimonialSec .conrtentDescrip > h6 {
    color: #091a35;
    font-size: 18px;
}
.testimonialSec .conrtentDescrip > small {
    margin: 8px 0;
    font-family: 'Nexa';
    font-size: 16px;
    color: #878788;
}
.testimonialSec .conrtentDescrip > small > span {
    color: #ff8111;
}
.testimonialSec .conrtentDescrip > p {
	color: #363636;
}
.testimonialSec .owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 3px;
	background: #cdcdcd;
	border-radius: 0;
}
.testimonialSec .owl-theme .owl-dots .owl-dot.active span {
	background: #091a35;
}
#testimonial_slider::before, #testimonial_slider::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(38,34,98,0.06);
}
#testimonial_slider::before {
    bottom: 48px;
	left: -44px;
}
#testimonial_slider::after {
    top: 14px;
	right: -45px;
}
.stars > i {
    color: #ff8111;
    margin-right: 2px;
    font-size: 13px;
}
/*---------------------------------------------------
:::::Footer Section
---------------------------------------------------*/
footer {
	background: #0b121d;
}
footer .back-to-top {
    background: #ff8111;
    width: 60px;
    height: 60px;
    top: -30px;
    right: 0;
    left: 0;
    border: 5px solid #fff;
}
footer .back-to-top i {
	font-size: 16px;
	color: #fff;
}
footer .back-to-top:hover {
	background: #091a35;
}
footer .back-to-top:hover i {
	color: #ff8111;
}
footer, footer a {
	color: #878787;
}
footer h3 > span {
	color: #ff8111;
}
footer .quickLink > ul {
	column-count: 2;
}
footer .quickLink > ul > li > a {
	margin-bottom: 10px;
	padding-left: 15px;
}
footer .quickLink > ul > li > a::before, footer .quickLink > ul > li > a::after {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff8111;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
}
footer .quickLink > ul > li > a::after {
    left: 2px;
}
footer a:hover, footer a.active {
	color: #fff !important;
}
footer .getinTouch > ul > li:nth-child(2) {
	margin: 12px 0;
}
footer .getinTouch > ul > li > img {
	top: 4px;
	left: 0;
}
footer .getinTouch > ul > li {
	padding-left: 35px;
}
.copyRight {
    background: #02070f;
    margin-top: 70px;
}
.copyRight p {
    color: #fff;
    padding: 30px 0 25px;
    font-size: 15px;
}
.copyRight p > a {
    color: #ff8111;
}
/*---------------------------------------------------
:::::Inner Page Banner Section
---------------------------------------------------*/
.innerBanner ul.brdCamp {
    background-image: linear-gradient(to right, #ff8111, #ff8111, #ff8111, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0));
    padding: 10px 150px 10px 15px;
}
.innerBanner ul.brdCamp li a:hover, .innerBanner ul.brdCamp li a.active {
	color: #181818 !important;
}
.innerBanner ul.brdCamp li a::after {
    content: '/';
    padding: 0 5px;
}
.innerBanner ul.brdCamp li:last-child a::after {
	display: none;
}
/*---------------------------------------------------
:::::About Page Section
---------------------------------------------------*/
.aboutPage {
	background: #e8e8e8;
}
.aboutPage .imgBox {
    background: #acacac;
    z-index: 0;
}
/*.aboutPage .imgBox::before {
    content: '';
	width: 3px;
	position: absolute;
	height: 140%;
	top: -20%;
	background: rgba(9,26,53,0.57);
	z-index: -1;
	right: 240px;
	transform: rotate(-30deg);
}*/
.aboutPage .imgBox::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 120%;
    top: -10%;
    z-index: -1;
    left: 0;
    background-image: linear-gradient(to left bottom, rgba(0,0,0,0) 49.6%, #000 49.6%, #000 50%, rgba(0,0,0,0) 50%);
}
.aboutPage .imgBox::after {
    content: '';
    width: 90px;
    position: absolute;
    height: 90px;
    bottom: -44px;
    background: rgba(9,26,53,0.65);
    left: -44px;
}
.abouticonSec .iconBox {
	border: 1px solid #cacaca;
}
.abouticonSec .iconBox > .imgBox {
    width: 92px;
    height: 92px;
    overflow: hidden;
}
/*.abouticonSec .iconBox > .imgBox > img {*/
/*    -webkit-filter: drop-shadow(0px -92px 0px #4f4f4f);*/
/*    -moz-filter: drop-shadow(0px -92px 0px #4f4f4f);*/
/*    -o-filter: drop-shadow(0px -92px 0px #4f4f4f);*/
/*    padding: 183px 0 0;*/
/*}*/
.abouticonSec .iconBox > h4 {
	color: #999999;
}
.abouticonSec .iconBox:hover {
	border: 1px solid #ff8111;
	cursor: pointer;
}
.abouticonSec .iconBox:hover > h4 {
	color: #091a35;
}
.abouticonSec .iconBox:hover > .imgBox > img {
    -webkit-filter: drop-shadow(0px -92px 0px #ff8111);
    -moz-filter: drop-shadow(0px -92px 0px #ff8111);
    -o-filter: drop-shadow(0px -92px 0px #ff8111);
    padding: 184px 0 0;
}

/*---------------------------------------------------
:::::Insurance Service Section
---------------------------------------------------*/
.reverseShape::before {
    background-image: linear-gradient(to right bottom, rgba(0,0,0,0) 49.6%, #000 49.6%, #000 50%, rgba(0,0,0,0) 50%) !important;
}
.reverseShape::after {
    left: auto !important;
    right: -44px;
}
.homeInsurance {
	background: transparent;
}
.sectionTitle.spaceLeft > span {
    padding-left: 150px;
}
ul.packageHotel li::before {
	content: '';
	width: 10px;
	height: 16px;
	background: url(../images/titleIcon.png) no-repeat;
	margin-right: 10px;
	display: inline-block;
	background-size: contain;
}
/*---------------------------------------------------
:::::Contact Page
---------------------------------------------------*/
.contactPage .imgBox::after, .contactPage form::before {
	display: none;
}
.contactPage .mainArea {
	background: #fff;
	padding: 50px;
	z-index: 0;
}
.contactPage .container {
	z-index: 0;
}
.contactPage form {
	box-shadow: none;
	padding: 0;
	background: transparent;
}
.contactPage .mainArea .contactDescrip {
	padding-bottom: 0;
}
.contactPage .mainArea ul.contactDescrip > li > a, .contactPage .mainArea ul.contactDescrip > li > p {
	color: #707070 !important;
}
.contactPage .mainArea ul.contactDescrip li:hover > .imgArea {
    background: #091a35;
    border-color: #091a35;
}
.contactPage .mainArea ul.contactDescrip > li > a > small, .contactPage .mainArea ul.contactDescrip > li > p > small {
    font-size: 18px;
}
.contactPage .mainArea ul.contactDescrip > li > a, .contactPage .mainArea ul.contactDescrip > li > p {
    font-size: 16px;
}
.contactPage .mainArea ul.contactDescrip li:hover a, .contactPage .mainArea ul.contactDescrip li:hover p {
    color: #ff8111 !important;
}
.contactPage .mainArea ul.contactDescrip > li:hover > a > small, .contactPage .mainArea ul.contactDescrip > li:hover > p > small {
    color: #091a35 !important;
}
.contactPage .container::before {
    content: '';
    width: 38%;
    position: absolute;
    height: 120%;
    top: -10%;
    z-index: -1;
    left: 0;
    background-image: linear-gradient(to left bottom, rgba(0,0,0,0) 49.6%, #000 49.6%, #000 50%, rgba(0,0,0,0) 50%);
}
.contactPage .mainArea::before {
	content: '';
	width: 180px;
	position: absolute;
	height: 300px;
	top: 0;
	background: rgba(255,129,17,0.10);
	clip-path: polygon(100% 0%, 100% 100%, 20% 35%, 40% 0%);
	right: 0;
	z-index: -1;
}
.contactPage .mainArea::after {
	content: '';
	width: 80px;
	position: absolute;
	height: 80px;
	bottom: -40px;
	background: rgba(9,26,53,0.09);
	right: -40px;
	z-index: -1;
}
/*---------------------------------------------------
:::::Service Section
---------------------------------------------------*/
.testimonialsPage > .container > .row > [class*="col-"] {
	margin-top: 100px;
}
.testimonialsPage > .container > .row > [class*="col-"]:first-child, 
.testimonialsPage > .container > .row > [class*="col-"]:nth-child(2) {
	margin-top: 0;
}
.testimonialsPage .tmonialsBox > .row > [class*="col-"]:first-child {
	padding-right: 0;
}
.testimonialsPage .tmonialsBox > .row.flex-row-reverse > [class*="col-"]:first-child {
	padding-right: 15px;
	padding-left: 0;
}
.testimonialsPage .tmonialsBox > .row {
	background: #fff;
}
.testimonialsPage .tmonialsBox {
	z-index: 0;
}
.testimonialsPage .tmonialsBox::after {
	content: '';
	width: 60%;
	position: absolute;
	height: 120%;
	top: -10%;
	z-index: -1;
	right: 0;
	background-image: linear-gradient(to right bottom, rgba(0,0,0,0) 49.6%, #000 49.6%, #000 50%, rgba(0,0,0,0) 50%) !important;
}
/*---------------------------------------------------
:::::Media Query Responsive Section
--------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.md-fit-image {
		object-fit: cover;
	}
	header .navbar-expand-lg .navbar-nav li > a {
	    font-size: 13px;
	}
	.bannerSection .owl-carousel .owl-item .container {
	    padding-left: 28px !important;
	}
	.bannerSection .descrip > h1 {
	    font-size: 45px;
	    line-height: 37px;
	}
	.bannerSection .descrip > h1 > strong {
	    font-size: 64px;
	    line-height: 70px;
	}
	.bannerSection .descrip > small {
	    font-size: 26px;
		margin: 20px 0 40px;
		display: block !important;
	}
	.bannerSection .descrip .insButton {
	    padding: 7px 20px;
	    font-size: 18px;
	}
	.bannerSection .descrip .insButton::after {
	    width: 20px;
	    right: -10px;
	}
	.bannerSection .descrip {
	    padding-bottom: 70px;
	}
	.bannerSection .descrip::before {
	    height: 92px;
	}
	.bannerSection .owl-dots {
	    margin-top: -70px !important;
	    padding-left: 40px;
	}
	.bannerSection .owl-carousel .owl-item::before {
	    clip-path: polygon(10% 113px, 100% 113px, 56% 100%, 0 100%, 0% 38%);
	}
	.bannerSection .owl-carousel .owl-item .container img {
	    height: 475px;
	}
	.bannerSection .owl-carousel .owl-item .item > img {
		height: 570px;
	}
	.serviceSec .owl-carousel .owl-stage-outer {
	    padding-top: 55px;
	    padding-bottom: 55px;
	}
	.serviceSec .owl-carousel .owl-item .item {
	    width: 310px;
	    height: 310px;
	}
	.serviceSec .owl-carousel .owl-item .mainBox h4 {
	    font-size: 18px;
	    margin-bottom: 10px !important;
	}
	.serviceSec .owl-carousel .owl-item .mainBox p {
	    font-size: 12px;
	}
	.serviceSec .owl-carousel .owl-item::before {
	    height: 510px;
	    top: -100px;
	}
	.goalsSec .insideBody .descripSec > .iconBox {
	    flex: 65% !important;
	    margin-right: 25px !important;
	}
	.goalsSec .insideBody .descripSec > .contBox > h5 {
	    font-size: 20px;
	}
	.goalsSec .insideBody::after {
	    right: 210px;
	}
	.goalsSec .insideBody::before {
	    width: 55px;
	    height: 55px;
	    top: -30px;
	    left: -30px;
	}
	.getintouchSec ul.contactDescrip > li > a {
	    font-size: 18px;
	}
	.testimonialSec .owl-carousel .owl-stage-outer {
	    padding-top: 33px;
	    padding-bottom: 33px;
	}
	.testimonialSec .owl-carousel .owl-item .item::after {
	    height: 130%;
	    top: -15%;
	    right: 150px;
	}
	#testimonial_slider::before, #testimonial_slider::after {
	    width: 60px;
	    height: 60px;
	}
	#testimonial_slider::after {
	    top: 5px;
	    right: -15px;
	}
	#testimonial_slider::before {
	    bottom: 38px;
	    left: -30px;
	}
	.copyRight {
	    margin-top: 30px;
	}
	/*.aboutPage .imgBox::before {
	    height: 130%;
	    top: -15%;
	    right: 200px;
	    transform: rotate(-26deg);
	}*/
	.aboutPage .imgBox::after {
	    width: 70px;
	    height: 70px;
	    bottom: -30px;
	    left: -30px;
	}
	.reverseShape::after {
		width: 60px !important;
		height: 60px !important;
	    right: -30px !important;
	    bottom: -30px !important;
	}
	.aboutSec .imgBox {
        clip-path: polygon(0% 10%, 30% 10%, 30% 0%, 70% 0%, 70% 10%, 100% 10%, 100% 90%, 70% 90%, 70% 100%, 30% 100%, 30% 90%, 0% 90%);
    }
    .captchaBox > .captcha {
        width: 50%;
    }
    .captchaBox .captchaField, .captchaBox .captchaField > input {
        width: 48%;
    }

}
@media only screen and (max-width: 991px) {
	.sm-fit-image {
		object-fit: cover;
	}
	.section-padding {
		padding: 50px 0;
	}
	.sp-top {
		padding-top: 50px;
	}
	.sp-bottom {
		padding-bottom: 50px;
	}
	.sectionTitle {
	    font-size: 30px;
	    margin-bottom: 20px;
	}
	header .navbar-brand {
	    width: 200px;
	}
	header .navbar-toggler {
	    border-radius: 0;
	    width: 38px;
	    height: 38px;
	    background: #262262;
	    display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}
	header .navbar-toggler i {
	    font-size: 18px;
	    color: #fff;
	}
	header .navbar-expand-lg .navbar-nav li > a, header .navbar-expand-lg .navbar-nav li > .nav-link.dropdown-toggle {
		color: #fff !important;
		margin: 0;
	    padding: 20px 10px !important;
	}
	header .navbar-expand-lg .navbar-nav li > a:hover, header .navbar-expand-lg .navbar-nav li > a.active {
		color: #ff8111 !important;
	}
	header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu {
	    position: relative;
	}
	header .navbar-expand-lg .navbar-nav li > a::after {
	    border-color: #fff;
	}
	header nav #navbarCollapse > ul {
		display: block;
	  	margin: 0 !important;
	  	text-align: center;
	}
	div#navbarCollapse.show {
	  	overflow: scroll;
	}
	header #navbarCollapse {
	    margin-right: 0;
	    background: #262262;
	    position: absolute;
        width: 100%;
        top: 100%;
	}
	header nav ul.navbar-nav:first-child {
	  	margin-top: 3px;
	  	align-items: center;
	  	flex-direction: row;
	  	flex-wrap: wrap;
	  	justify-content: space-around;
	}
	header nav ul.navbar-nav:first-child li:nth-child(1), header nav ul.navbar-nav:first-child li:nth-child(2) {
		display: block;
		width: 100%;
	}
    header nav::before {
        display: none;
    }
	p {
		font-size: 13px; 
	}
	header .container {
		position: relative;
	}
	header .navbar-expand-lg .navbar-nav li > .dropdown-menu.sm-menu {
	    width: 300px;
	    margin: 0 auto;
	}
	.bannerSection .owl-dots {
	    padding-left: 33px;
	}
	.bannerSection .owl-carousel .owl-item .container {
	    padding-left: 20px !important;
	}
	.bannerSection .owl-carousel .owl-item .item > img {
	    height: 450px;
	}
	.bannerSection .descrip::before {
	    height: 83px;
	}
	.bannerSection .descrip > h1 > strong {
	    font-size: 60px;
	    line-height: 80px;
	}
	.bannerSection .descrip > small {
	    font-size: 21px;
	    margin: 15px 0 30px;
	}
	.bannerSection .owl-carousel .owl-item::before {
	    clip-path: polygon(12% 73px, 100% 73px, 56% 100%, 0 100%, 0% 38%);
	}
	.bannerSection .descrip > h1 {
	    font-size: 30px;
	    line-height: 23px;
	}
	.followusIcons .inBox {
	    padding-top: 70px;
	}
	.followusIcons .inBox ul::before {
	    height: 50px;
	    top: -55px;
	}
	.followusIcons .inBox ul {
	    margin-top: 108px;
	}
	.aboutSec .iconSec .iconBox h3 {
	    font-size: 12px;
	}
	.serviceSec .owl-carousel .owl-stage-outer {
	    padding-top: 50px;
		padding-bottom: 50px;
	}
	.serviceSec .owl-carousel .owl-item .item {
	    width: 230px;
	    height: 230px;
	}
	.serviceSec .owl-carousel .owl-item .mainBox p {
		display: none;
	}
	.serviceSec .owl-carousel .owl-item::before {
	    height: 370px;
	    top: -70px;
	}
	.goalsSec .insideBody .row [class*="col-"]:last-child .descripSec:first-child {
	    margin-bottom: 30px !important;
	}
	.goalsSec .insideBody .descripSec > .iconBox {
	    flex: 80% !important;
	    margin-right: 10px !important;
	}
	.goalsSec .insideBody .descripSec > .contBox > h5 {
	    font-size: 15px;
	}
	.goalsSec .insideBody::after {
	    right: 160px;
	}
	.getintouchSec ul.contactDescrip li:first-child {
	    margin-right: 20px;
	}
	.getintouchSec ul.contactDescrip > li > .imgArea {
	    width: 50px;
	    height: 50px;
	    margin-right: 4px;
	}
	.getintouchSec ul.contactDescrip > li > .imgArea > img {
	    width: 40%;
	}
	.getintouchSec ul.contactDescrip > li > a {
	    font-size: 14px;
	}
	.getintouchSec ul.contactDescrip > li > a > small {
	    font-size: 16px;
	}
	.getintouchSec form > .fieldBox > img {
	    top: 13px;
	    width: 14px;
	    left: 10px;
	}
	.getintouchSec form > .fieldBox > input, .getintouchSec form > .fieldBox > textarea {
	    padding: 8px;
	    padding-left: 30px;
	    font-size: 13px;
	}
	.getintouchSec form .insButton {
	    padding: 6px 25px 4px;
	    font-size: 16px;
	}
	.testimonialSec .owl-carousel .owl-item .item::after {
	    right: 300px;
	}
	footer .quickLink > ul > li > a {
	    font-size: 13px;
	    margin-bottom: 6px;
	}
	.innerBanner > img {
		height: 300px;
	}
	.innerBanner .titleBox > h1 {
		font-size: 28px;
	}
	/*.aboutPage .imgBox::before {
	    height: 126%;
	    top: -13%;
	    right: 400px;
	    transform: rotate(-30deg);
	}*/
	.aboutPage .imgBox::before {
	    height: 108%;
	    top: -4%;
	    background-image: linear-gradient(to left bottom, rgba(0,0,0,0) 49.8%, #000 49.8%, #000 50%, rgba(0,0,0,0) 50%);
	}
	.reverseShape::before {
	    background-image: linear-gradient(to right bottom, rgba(0,0,0,0) 49.8%, #000 49.8%, #000 50%, rgba(0,0,0,0) 50%) !important;
	}
	.aboutPage > .container > .row > [class*="col-"]:first-child {
		margin-bottom: 50px;
	}
	.contactPage .mainArea .contactDescrip > li:nth-child(2) {
	    margin: 20px 0 !important;
	}
	.contactPage .container::before {
	    height: 118%;
	    top: -9%;
	    left: 10px;
	}
	.testimonialsPage > .container > .row > [class*="col-"]:nth-child(2) {
		margin-top: 70px;
	}
	.testimonialsPage > .container > .row > [class*="col-"]:nth-child(2n) .tmonialsBox > .row {
		flex-direction: row-reverse !important;
	}
	.testimonialsPage > .container > .row > [class*="col-"]:nth-child(2n) .tmonialsBox::after {
		right: 230px;
	}
	.aboutSec .imgBox {
        clip-path: polygon(0% 10%, 30% 10%, 30% 0%, 70% 0%, 70% 10%, 100% 10%, 100% 90%, 70% 90%, 70% 100%, 30% 100%, 30% 90%, 0% 90%);
    }
	.getintouchSec form::before {
        width: 60px;
        height: 60px;
        top: -25px;
        left: -25px;
    }
    .captchaBox canvas#captcha {
        width: 70px;
    }
    .captchaBox .captchaField {
        margin-left: 5px;
    }
    .captchaBox > .captcha {
        width: 60%;
    }
    .captchaBox .captchaField, .captchaBox .captchaField > input {
        width: 40%;
        font-size: 14px;
    }
    .captchaBox .captchaField > input {
        padding-left: 10px;
    }
}
@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 30px 0;
	}
	.sp-top {
		padding-top: 30px;
	}
	.sp-bottom {
		padding-bottom: 30px;
	}
	.bannerSection .owl-dots {
	    padding-left: 58px;
	}
	.bannerSection .owl-theme .owl-dots .owl-dot::before {
	    font-size: 12px;
	}
	.bannerSection .owl-theme .owl-dots .owl-dot.active::before {
	    font-size: 14px;
	}
	.bannerSection .owl-carousel .owl-item .container {
	    padding-left: 26px !important;
	}
	.bannerSection .owl-carousel .owl-item .item > img {
	    height: 360px;
	}
	.bannerSection .descrip::before {
	    height: 64px;
	}
	.bannerSection .descrip > h1 {
	    font-size: 22px;
	    line-height: 18px;
	}
	.bannerSection .descrip > h1 > strong {
	    font-size: 45px;
	    line-height: 65px;
	}
	.bannerSection .descrip > small {
	    font-size: 15px;
		margin: 5px 0 10px;
	}
	.bannerSection .descrip .clcButton {
	    font-size: 12px;
	}
	.bannerSection .descrip > p {
		margin: 10px !important;
	}
	.followusIcons .inBox {
	    padding-top: 10px;
	}
	.followusIcons > .inBox > span {
	    margin-left: -32px;
	    font-size: 11px;
	}
	.followusIcons .inBox ul::before {
	    height: 30px;
	    top: -35px;
	}
	.followusIcons .inBox ul {
	    margin-top: 88px;
	}
	.aboutSec .container .row [class*="col-"]:last-child {
		margin-top: 30px;
	}
	.serviceSec .owl-carousel .owl-stage-outer {
	    padding-top: 40px;
		padding-bottom: 40px;
	}
	.serviceSec .owl-carousel .owl-item .item {
	    width: 170px;
	    height: 170px;
	}
	.serviceSec .owl-carousel .owl-item .mainBox {
	    padding: 20px;
	}
	.serviceSec .owl-carousel .owl-item .mainBox h4 {
	    font-size: 13px;
	    margin-bottom: 0 !important;
	}
	.serviceSec .owl-carousel .owl-item::before {
	    height: 270px;
	    top: -50px;
	}
	.goalsSec .insideBody {
	    padding: 30px;
	}
	.goalsSec .insideBody::after {
	    right: 250px;
	    height: 586px;
	}
	.goalsSec .insideBody .row [class*="col-"]:first-child {
		margin-bottom: 40px;
	}
	.goalsSec .insideBody .imgBox::after, .getintouchSec form::before {
	    width: 60px;
	    height: 60px;
	    bottom: -15px;
	    right: -15px;
	}
	.getintouchSec::before {
		height: 100px;
	}
	.getintouchSec .sectionTitle {
		position: relative !important;
		left: 0;
		margin-bottom: 50px;
	}
	.getintouchSec ul.contactDescrip {
		padding-bottom: 50px;
	}
	.getintouchSec > .container > .row > [class*="col-"]:first-child {
		display: block !important;
	}
	.getintouchSec form > .fieldBox > input, .getintouchSec form > .fieldBox > textarea {
	    padding: 12px;
	    padding-left: 30px;
	}
	.getintouchSec form > .fieldBox > img {
	    top: 18px;
	}
	.getintouchSec form::before {
	    width: 60px;
	    height: 60px;
	    top: -30px;
	    background: rgba(255, 129, 17, 0.2);
	    left: -30px;
	}
	.getintouchSec form .insButton {
	    padding: 10px 25px 8px;
	}
	.testimonialSec .owl-carousel .owl-stage-outer {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.testimonialSec .owl-carousel .owl-item .item::after {
		display: none;
	}
	footer > .container > .row > [class*="col-"]:nth-child(2) {
		margin: 30px 0;
	}
	#testimonial_slider::after {
	    top: -30px;
	}
	#testimonial_slider::before {
	    bottom: 4px;
	}
	/*.aboutPage .imgBox::before {
	    height: 122%;
	    top: -11%;
	    right: 290px;
	}*/
	.aboutPage .imgBox::after {
	    width: 70px;
	    height: 70px;
	    bottom: -32px;
	    left: -32px;
	}
	.contactPage .mainArea {
	    padding: 20px;
	}
	.contactPage .mainArea .sectionTitle {
	    margin-bottom: 20px;
	}
	.contactPage .mainArea > .row > [class*="col-"]:last-child {
		margin-top: 30px;
		display: block !important;
	}
	.contactPage .mainArea::after {
	    width: 45px;
	    height: 45px;
	    bottom: -25px;
	    right: -25px;
	}
	.contactPage .container::before {
	    height: 106%;
	    top: -3%;
	    left: 0px;
	    width: 100%;
	    background-image: linear-gradient(to left bottom, rgba(0,0,0,0) 49.8%, #000 49.8%, #000 50%, rgba(0,0,0,0) 50%);
	}
	.testimonialsPage > .container > .row > [class*="col-"]:nth-child(2n) .tmonialsBox::after {
	    right: auto;
	    left: 5px;
	}
	.abouticonSec > .container > .row [class*="col-"]:nth-child(2) {
        margin: 30px 0;
    }
    .captchaBox > .captcha {
        width: 30%;
    }
    .captchaBox .captchaField, .captchaBox .captchaField > input {
        width: 70%;
    }
}
	

@media only screen and (max-width: 575px) {
	header .navbar-brand {
		margin-left: 10px !important;
	}
	header .navbar-toggler {
	    width: 38px;
	    height: 38px;
	    margin-right: 10px;
	}
	header .navbar-toggler i {
	    font-size: 18px;
	}
	.bannerSection .owl-carousel .owl-item .container {
	    padding-left: 44px !important;
	}
	.bannerSection .owl-carousel .owl-item::before {
	    clip-path: polygon(0% 73px, 90% 73px, 90% 100%, 0 100%, 0% 38%);
	    width: 100%;
	}
	.bannerSection .descrip {
	    width: 100%;
	}
	.bannerSection .descrip > h1 > strong {
		font-size: 36px;
		line-height: 55px;
		display: block;
	}
	.bannerSection .owl-carousel .owl-item .container img {
		display: none;
	}
	.bannerSection > img {
	    height: 262px;
	    object-fit: cover;
	}
	.bannerSection .descrip > small {
	    margin: 0 0 15px;
	}
	.bannerSection .descrip .clcButton {
	    font-size: 11px;
	    padding: 8px 10px;
	}
	.back-to-top.show {
	    bottom: 65px;
	    right: 0;
	}
	.followusIcons {
	    padding-top: 73px;
	}
	.followusIcons .inBox {
	    padding-top: 0px;
	}
	.aboutSec .iconSec .iconBox {
	    padding: 5px;
	}
	.aboutSec .iconSec {
		margin-top: 0 !important;
	}
	.aboutSec .iconSec .iconBox h3 {
	    font-size: 10px;
	    font-weight: 300 !important;
	}
	.sectionTitle {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.sectionTitle strong::after {
	    right: -22px;
	    background-position: bottom;
	}
	.sectionTitle > span {
	    line-height: 20px;
	    padding-left: 20px;
	}
	.bannerSection .owl-carousel .owl-item .item > img {
	    height: 310px;
	}
	.bannerSection .descrip {
	    padding-bottom: 30px;
	}
	.bannerSection .owl-dots {
	    margin-top: -40px !important;
	}
	.serviceSec .owl-carousel .owl-item .item {
	    width: 200px;
	    height: 200px;
	    margin: auto;
	}
	.serviceSec .owl-carousel .owl-stage-outer {
	    padding-top: 45px;
	    padding-bottom: 45px;
	}
	.serviceSec .owl-carousel .owl-item .mainBox h4 {
	    font-size: 18px;
	}
	.serviceSec .owl-carousel .owl-item::before {
	    height: 400px;
	    top: -80px;
	}
	.goalsSec .insideBody::before, .getintouchSec form::before, .aboutPage .imgBox::after, 
	.reverseShape::after, .contactPage .mainArea::after {
	    width: 35px !important;
	    height: 35px !important;
	    top: -14px;
	    left: -14px;
	}
	.goalsSec .insideBody::after {
	    display: none;
	}
	.getintouchSec ul.contactDescrip {
		display: block !important;
		padding-bottom: 30px;
	}
	.getintouchSec ul.contactDescrip > li:first-child {
		margin-bottom: 10px;
	}
	.getintouchSec::before {
	    height: 75px;
	}
	.testimonialSec .owl-carousel .owl-item .item img, .testimonialsPage .tmonialsBox img {
	    height: 400px !important;
	    object-fit: cover;
	    object-position: top center;
	}
	.copyRight p {
	    padding: 20px 0 20px;
	    font-size: 12px;
	}
	.innerBanner > img {
	    height: 250px;
	}
	.innerBanner .titleBox > h1 {
	    font-size: 20px;
	    margin-bottom: 5px !important;
	}
	.innerBanner ul.brdCamp {
	    padding: 2px 10px 5px 10px;
	    background-image: linear-gradient(to right, #ff8111, #ff8111, #ff8111, #ff8111, #ff8111, rgba(0,0,0,0));
	}
	.innerBanner ul.brdCamp li a {
	    font-size: 13px;
	}
	.aboutPage .imgBox::after {
		top: auto;
		bottom: -14px;
	}
	.reverseShape::after {
	    right: -14px !important;
	    bottom: -14px !important;
	}
	ul.packageHotel li {
	    font-size: 14px;
	    font-weight: 400;
	    align-items: flex-start !important;
	}
	ul.packageHotel li::before {
	    width: 14px;
	    margin-right: 5px;
	}
	.contactPage .mainArea .contactDescrip > li {
		display: block !important;
		text-align: center;
	}
	.contactPage .mainArea ul.contactDescrip li > .imgArea {
		margin: 0 auto 20px;
	}
	.contactPage .mainArea::after {
		bottom: -14px;
		right: -14px;
		top: auto;
		left: auto;
	}
	.testimonialsPage .tmonialsBox::after {
	    width: 100%;
	    height: 110%;
	    top: -5%;
	    background-image: linear-gradient(to right bottom, rgba(0,0,0,0) 49.8%, #000 49.8%, #000 50%, rgba(0,0,0,0) 50%) !important;
	}
	.testimonialsPage > .container > .row > [class*="col-"]:first-child {
		margin-top: 20px;
	}
	.testimonialsPage > .container > .row > [class*="col-"], .testimonialsPage > .container > .row > [class*="col-"]:nth-child(2) {
	    margin-top: 50px;
	}
	#testimonial_slider::before {
	    width: 50px;
        height: 50px;
	    left: -14px;
	    bottom: 14px;
	}
	.captchaBox > .captcha {
	    width: auto;
	}
	.captchaBox .captchaField, .captchaBox .captchaField > input {
        width: 100%;
    }
}
