@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
	word-break: break-word;
	font: 15px/25px 'Poppins', sans-serif;
	color: #393939;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #28b16d;
	white-space: initial;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #393939;
}

a:hover {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

img {
	max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

ul {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/***** Font Files *****/

@font-face {
	font-family: 'Fonts Awesome';
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Helvetica';
	src: url(../fonts/Helvetica.ttf);
}

/***** Custom Classes *****/

.noPadding {
	padding: 0;
}

.noLeft {
	padding-left: 0;
}

.noRight {
	padding-right: 0;
}

.centerCol {
	float: none;
	margin: 0 auto;
}

.theme-btn {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 18px 24px;
	color: #fff;
	margin: 20px 20px 20px 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-transform: capitalize;
	border: 2px solid;
	text-transform: uppercase;
	border-radius: unset;
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	color: #000;
	font-family: 'Montserrat';
	position: relative;
	border: unset;
}

.theme-btn:hover {
	background: linear-gradient(187deg, rgb(0 0 0) 36%, rgb(145 143 137) 64%);
	color: #fff;
	/* border-color: #28b16d; */
}

.flexRow {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.flexCol {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-items: center;
}

h1 {
	font-family: 'Poppins', Sans-Serif;
	font-size: 55px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 17px;
}

h2 {
	font-family: 'Poppins', Sans-Serif;
	font-size: 55px;
	line-height: 60px;
	color: #393939;
	font-weight: 500;
	margin: 0 0 30px;
}

h3 {
	font-family: 'Poppins', Sans-Serif;
	font-size: 30px;
	line-height: 34px;
	color: #000000;
	font-weight: 600;
	margin: 0 0 28px;
}

h4 {
	font-family: 'Poppins', Sans-Serif;
	font-size: 24px;
	line-height: 29px;
	color: #393939;
	font-weight: 500;
	margin: 0 0 13px;
}

h5 {
	font-family: 'Poppins', Sans-Serif;
	font-size: 20px;
	line-height: 25px;
	color: #393939;
	font-weight: 500;
	margin: 0 0 20px;
}

h6 {
	font-family: 'Poppins', Sans-Serif;
	font-size: 18px;
	line-height: 23px;
	color: #393939;
	font-weight: 500;
	margin: 0 0 22px;
}

select {
	background: #fff url('../images/arrow.png') no-repeat right;
	padding: 0 40px 0 30px;

}

::-webkit-input-placeholder {
	color: #575757;
}

::-moz-placeholder {
	color: #575757;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #575757;
}

:-moz-placeholder {
	color: #575757;
	opacity: 1;
}


/*header css start */

.menuSec {
	padding: 0px 0;
}

.menuSec img {
	margin: 0;
}

.menuSec ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	text-transform: capitalize;
	border-radius: 0px 20px 0px 0px;
	background: #fff;
	width: 104%;
}

.menuSec ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.menuSec li ul {
	display: none;
}

.menuSec ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 56px 5px;
	font-size: 13px;
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: uppercase;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
	padding-right: 19px;
}

.menuSec ul li:last-child a:after {
	display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	color: #daa73c;
}

.menuSec li:hover>ul {
	display: block;
	position: absolute;
	z-index: 1000;
	background-color: #000000;
	left: 0px;
	width: 230px;
	text-align: left;
	top: 38px;
}

.menuSec li>ul>li>a {
	border: none;
	padding: 13px 20px !important;
	color: #fff !important;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
	display: block;
	margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
	display: none;
}

.menuSec li:hover li {
	float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
	background-color: #ffffff;
	color: #000000 !important;
}

.menuSec ul ul ul {
	left: 100%;
	top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
	content: " ";
	display: table;
}

.menuSec ul:after {
	clear: both;
}

.menuSec li>ul>li:hover>ul {
	left: 230px;
	top: 0px;
	width: 270px;
}

.droopdwon li:hover>ul {
	display: block;
	position: absolute;
	z-index: 1000;
	background-color: #000000;
	left: 0px;
	width: 230px;
	text-align: left;
	top: 40px;
}

.droopdwon {
	float: left;
}

.droopdwon li:hover li a:hover {
	background-color: #ffffff;
	color: #000 !important;
}

/*header css start */

.dropdown-menu {
	position: absolute !important;
	z-index: 1000;
	display: block;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left !important;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

/*banner css start */


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	width: 100%;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
	opacity: 1;
	width: 50px;
	height: 50px;
	top: initial;
	top: 40%;
	background: rgba(255, 255, 255, 0.1);
	text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
	background: rgba(255, 27, 27, 0.6);
	color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
	position: relative;
	top: 12px;
	font-size: 20px;
	color: #fff;
	opacity: 0.5;
}

.carousel-control.right {
	right: 0px;
}

.carousel-control.left {
	left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 12px;
	padding: 0;
	margin: 3px !important;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 1;
	/* transition: opacity 0.6s ease; */
	border-radius: 20px;
}

.carousel-caption {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
	border: none;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 0;
}

.carousel-indicators .active {
	margin: 0;
	background-color: #28b16d;
	width: 10px;
	height: 12px;
}

/*banner css end*/

.blog_sec {
	padding: 5% 0;
}

/*slick slider in tabs css start*/


/* Style the tab */


.tab_sec .tab {
	overflow: hidden;
	border: 0;
	background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_sec .tab button.active {
	background-color: #ccc;
}

/* Style the tab content */

.tab_sec .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 0;
}

.tabcontent.active {
	display: block;
}

/*slick slider in tabs css start*/

.nav-item {
	padding: 10px;
}


/*Top sec Start*/

.topSec {
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 0%, rgba(239, 199, 100, 1) 76%);
	padding: 10px 0px;
}

.top-bar-con-info ul li a {
	font-size: 15px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.top-bar-con-info {
	margin-right: 40px;
}

.top-bar-con-info ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.top-bar-con-info ul {
	display: flex;
	gap: 40px;
	justify-content: end;
	margin-bottom: 0px;
	position: relative;
}

.top-bar-con-info ul:before {
	position: absolute;
	content: '';
	background: #000;
	right: 145px;
	top: 2px;
	width: 1px;
	height: 22px;
}

/*Top Sec End*/

/*Header Css Start*/

.head-right-link a {
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}


.head-right-link {
	text-align: center;
	padding: 55px 0px;
	background: #000;
	margin-left: -40px;
	padding-left: 40px;
	line-height: 26px;
}

.head-logo {
	padding: 15px 0px;
	text-align: center;
}

/*Header Css End*/

/*banner Css Start*/


.banner_text h1 {
	font-family: 'Helvetica';
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 10px;
}

.banner_text h3 {
	font-family: "Roboto", sans-serif;
	color: #cfa03c;
	font-size: 30px;
	margin-bottom: 10px;
}

.banner_text h4 {
	font-family: "Roboto", sans-serif;
	color: #cfa03c;
	font-size: 28px;
}

.banner_text p {
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 40px;
	width: 55%;
	color: #ffffff94;
}


.theme-btn:before {
	position: absolute;
	content: '';
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 12px;
	height: 12px;
	right: 0;
	bottom: 0;
}

.theme-btn:after {
	position: absolute;
	content: '';
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 7%;
	height: 25%;
	left: 0;
	top: 0;
}

.theme-btn:hover :after {
	width: 100%;
	height: 100%;
}

.theme-btn:hover:before {
	width: 100%;
	height: 100%;
	transition: 0.9s;
}

.theme-btn:hover:after {
	width: 100%;
	height: 100%;
	transition: 0.9s;
}

.bannerslid .slick-dots li button:before {
	opacity: 1;
	color: #ffffff73;
	font-size: 5px;
}

.bannerslid .slick-dots li.slick-active button:before {
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 1;
}

.bannerslid .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
	font-size: 10px;
}

.bannerslid .slick-dots li {
	display: block;
	margin: 15px 5px;
}

.bannerslid .slick-dots {
	width: 9%;
	/* display: inline; */
	text-align: center !important;
	bottom: unset;
	left: 0px;
	top: 40px;
	padding-left: 38px;
}

.banner_text {
	padding-left: 80px;
}

.bannerslid .slick-dots li.slick-active button:after {
	position: absolute;
	content: '';
	background: #fff;
	left: -60px;
	width: 60px;
	height: 1px;
}

.bannerslid .slick-slide {
	margin: 35px 20px;
}

.bannerslid .slick-active {
	opacity: 1.5;
}

.carousel {
	position: relative;
	margin-top: -10px;
}

.bannerslid .slick-next:before {
	content: '';
	background-image: url(../images/banner-arrow.png);
	position: absolute;
	width: 20px;
	height: 22px;
	background-repeat: no-repeat;
	transform: rotate(-48deg);
	top: 17px;
	left: 23px;
	opacity: 1;
}

.bannerslid button.slick-next.slick-arrow {
	border: 1px solid #ffffff38;
	width: 50px;
	height: 50px;
	transform: rotate(45deg);
	right: unset;
	left: 26px;
	top: unset;
	bottom: -103px;
	animation: pulse-animation 1s infinite;
}

.bannerslid .slick-prev:before {
	content: '';
	background-image: url(../images/banner-arrow.png);
	position: absolute;
	width: 25px;
	height: 7px;
	background-repeat: no-repeat;
	transform: rotate(132deg);
	top: 22px;
	left: 8px;
	opacity: 1;
}

.bannerslid button.slick-prev.slick-arrow {
	border: 1px solid #ffffff38;
	width: 50px;
	height: 50px;
	transform: rotate(45deg);
	left: 25px;
	opacity: 1;
	bottom: -30px !important;
	top: unset;
	animation: pulse-animation 1s infinite;
}

.bannerslid .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1.25;
}

.social-icons-banner ul li {
	border: 1px solid #ffffff57;
	width: 50px;
	height: 50px;
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000a6;
	animation: pulse-animation 1s infinite;
}

.social-icons-banner ul {
	display: grid;
	gap: 60px;
	justify-content: center;
}

.social-icons-banner ul li a {
	transform: rotate(-48deg);
	font-size: 19px;
	color: #fff;
}

.social-icons-banner ul li:before {
	position: absolute;
	content: '';
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 12px;
	height: 12px;
	right: 0px;
	bottom: 37px;
	transform: rotate(268deg);
}

.social-icons-banner ul li:after {
	position: absolute;
	content: '';
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 26%;
	height: 25%;
	left: 0px;
	top: 36px;
	transform: rotate(269deg);
}

.social-icons-banner {
	padding: 122px 0px;
	height: 770px;
	border-left: 1px solid #ffffff73;
	position: relative;
}


section.main_slider .row {
	align-items: center;
	justify-content: space-between;
}

.home-banner img {
	width: 100%;
}

.social-icons-banner:before {
	position: absolute;
	content: '';
	background: #ffffff26;
	width: 1px;
	height: 100%;
	right: 19px;
	top: 0;
}

/*banner Css End*/


/*Section About us Start*/

.text-aboutus h3 {
	font-family: 'Helvetica';
	font-size: 30px;
	color: #dcaa3f;
	margin-bottom: 10px;
}


.text-aboutus h2 {
	font-size: 55px;
	color: #000;
	font-family: 'Helvetica';
	margin-bottom: 20px;
}

.btn-2 {
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
	padding: 7px 10px;
	background: #000;
	font-family: 'Helvetica';
	font-size: 16px;
	width: 130px;
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.img-aboutus img {
	width: 100%;
	clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}


.btn-2:hover {
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	color: #fff;
	transition: 0.9s;
}


.aboutus .row {
	justify-content: end;
	align-items: center;
}

.about-video-box ul li {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 24px;
	color: #000;
}

.about-video-box ul li span {
	display: block;
	font-size: 14px;
	width: 80%;
	line-height: 20px;
	margin-top: 10px;
}

.about-video-box ul {
	position: relative;
	display: flex;
	gap: 20px;
	background: #fff;
	width: 61%;
	align-items: center;
	margin-top: -90px;
	margin-left: 20px;
}

.about-video-box ul li i {
	position: absolute;
	font-size: 40px;
	color: #fff;
	left: 60px;
	top: 30px;
}

/*Section About Us ENd*/


/*Section Why Choose Us Start*/


.img-why-chooseus {
	position: relative;
}

.img-why-chooseus img {
	clip-path: polygon(0 0, 100% 0, 100% 87%, 76% 100%, 0 100%, 0% 50%);
	width: 100%;
	height: 470px;
	object-fit: cover;
}

.img-why-chooseus h4 {
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	bottom: 10px;
	color: #fff;
	left: 30px;
	z-index: 2;
}

.img-why-chooseus i {
	position: absolute;
	top: 44%;
	right: 45%;
	margin: 0 auto;
	color: #d39e31;
	padding: 20px;
	background: #fff;
	border-radius: 50%;
	font-size: 23px;
	font-weight: 700;
	z-index: 2;
}

.why-choose-us-sec {
	background: #d39e31;
}

.text-chooseus ul li {
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.text-chooseus ul li span {
	font-family: 'Roboto';
	font-size: 14px;
	display: block;
	font-weight: 400;
	color: #ffffffa8;
	margin-top: 6px;
	line-height: 20px;
}

.text-chooseus ul {
	display: flex;
	gap: 20px;
	align-items: center;
	border-bottom: 1px solid #ffffff70;
	padding-bottom: 25px;
	margin-bottom: 28px;
}

.text-chooseus ul li img {
	width: 60px;
}

.heading-why-choose h2 {
	font-family: 'Helvetica';
	font-weight: bold;
	color: #fff;
	font-size: 55px;
	margin-bottom: 10px;
}

.heading-why-choose p {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	color: #ffffffa8;
	margin-top: 6px;
	line-height: 20px;
	width: 50%;
}

.heading-why-choose {
	margin-left: 98px;
	margin-bottom: 50px;
}

.chooseusslid .slick-slide {
	opacity: 1.2;
}

.chooseusslid .slick-list.draggable {
	margin-left: -110px;
}

.text-chooseus {
	padding-top: 30px;
	border-top: 1px solid #ffffff5e;
	margin-top: 10px;
}

.why-choose-us-sec {
	padding: 150px 0px 100px;
	margin-top: -70px;
}

.img-why-chooseus:before {
	position: absolute;
	content: '';
	clip-path: polygon(0 0, 100% 0, 100% 87%, 76% 100%, 0 100%, 0% 50%);
	background: #00000045;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.chooseusslid .slick-next {
	right: 15px;
	top: unset;
	bottom: -59px;
}

.chooseusslid .slick-next:before {
	content: '';
	position: absolute;
	background-image: url(../images/choose-arrow.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	opacity: 1;
}

.chooseusslid .slick-prev:before {
	content: '';
	position: absolute;
	background-image: url(../images/choose-arrow2.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	opacity: 1;
}

.chooseusslid .slick-prev {
	right: 75px;
	top: unset;
	left: unset;
	bottom: -60px;
}

/*Section Why Choose Us End*/


/*Section Services Start*/
.service-txt h2 {
	font-size: 19px;
	font-family: 'Helvetica';
	font-weight: bold;
	margin-bottom: 0px;
	color: #000;
}

.service-txt img {
	margin-bottom: 10px;
}

.services-box {
	clip-path: polygon(24% 0, 100% 0, 100% 54%, 100% 100%, 0 100%, 0 11%);
	background-color: rgb(255, 255, 255);
	/* box-shadow: 80px 110px 100px 80px #000; */
	/* margin: 0 35px; */
	/* background: #000; */
}

.main-service-box {
	margin-bottom: 70px;
}

.service-txt {
	padding: 50px 30px 0px;
}

.main-service-box {
	filter: drop-shadow(2px 4px 6px #989898);
}

.services-box:hover .service-txt img {
	transform: rotatey(360deg);
	transition: 0.9s;
}

.services-box:hover .service-img {
	filter: brightness(0.6);
	transition: 0.9s;
}

.service-img img {
	transition: all 0.5s ease-in-out;
}

.service-img {
	overflow: hidden;
}

.services-box:hover .service-img img {
	transform: scale(1.2);
}

.services-sec .row {
	margin: 0px 70px;
}

.heading-services h3 {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 10px;
	color: #d39e31;
}

.heading-services h2 {
	font-family: 'Helvetica';
	font-weight: bold;
	color: #000;
}

.heading-services {
	text-align: center;
	margin-bottom: 40px;
}

.services-sec {
	padding: 100px 0px;
}

/*Section Services ENd*/


/*Section career Start*/

.career-sec {
	background-image: url(../images/career-back.jpg);
	width: 100%;
	height: 410px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	background-attachment: fixed;
	background-position: 50% 40%;
}

.career-sec .row {
	justify-content: end;
}

.career-txt h2 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.career-txt p {
	color: #ffffff82;
}

.career-txt .btn-2 {
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	width: 190px;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(217 167 59);
	}

	100% {
		box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
	}
}

/*Section Career End*/


/*Section industries Start*/


.industries-txt h2 {
	font-family: 'Helvetica';
	font-size: 40px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.industries-txt {
	background: #fff;
	padding-left: 110px;
	padding-right: 46px;
	position: relative;
	z-index: 2;
	margin-top: -170px;
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
	padding-top: 50px;
	padding-bottom: 100px;
}

.industries-txt .btn-2 {
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	color: #000;
}

.heading-industries h2 {
	font-family: 'Helvetica';
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.heading-industries {
	text-align: center;
	margin-bottom: 40px;
}

.industries-sec {
	padding-top: 100px;
	position: relative;
}

.industries-sec:before {
	position: absolute;
	content: '';
	background: #dcaa3f;
	width: 100%;
	height: 540px;
	bottom: 0;
	z-index: -1;
}

.img-industruies img {
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.23);
}

/*Section Industeries End*/


/*Section Retail Start*/
.retail-txt h2 {
	font-family: 'Helvetica';
	font-size: 40px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.retail-txt {
	background: #fff;
	padding-left: 50px;
	padding-right: 76px;
	position: relative;
	z-index: 2;
	margin-top: -300px;
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
	padding-top: 50px;
	padding-bottom: 50px;
}

.retail-txt .btn-2 {
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	color: #000;
}

.retail-sec .row {
	justify-content: end;
}

/*Section Retail End*/


/*Section Trusted STart*/
.truisted-txt {
	background: #fff;
	padding-left: 110px;
	padding-right: 76px;
	position: relative;
	z-index: 2;
	/* margin-top: -300px; */
	/* box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2); */
	padding-top: 70px;
	padding-bottom: 160px;
	margin-left: -120px;
	width: 100%;
}

.truisted-txt .btn-2 {
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	color: #000;
	width: 160px;
}

.trusted-sec {
	padding: 100px 0px 0px;
}

/*Section nTrusted End*/


/*Section Evaluation Start*/


.evaluation-form-main h2 {
	font-size: 32px;
	font-family: 'Helvetica';
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.evaluation-field input {
	width: 100%;
	border: unset;
	height: 46px;
	margin-bottom: 20px;
	padding: 0px 12px;
}

.evaluation-field textarea::placeholder {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
}

.evaluation-field select {
	width: 100%;
	border: unset;
	height: 46px;
	margin-bottom: 20px;
	padding: 0px 12px;
	appearance: auto;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
}

.evaluation-field textarea {
	width: 100%;
	border: unset;
	height: 106px;
	margin-bottom: 20px;
	padding: 10px 12px;
}

.evaluation-form-main {
	background: #dcaa3f;
	padding: 22px 40px;
	margin-left: 30px;
}

.evaluation-form-btn button {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	background: #000;
	width: 100%;
	height: 53px;
}

.evaluation-sec {
	background-image: url(../images/evaluation-back.png);
	width: 100%;
	height: 730px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
	background-attachment: fixed;
}

.evaluation-sec .row {

	align-items: end;
}

.evaluation-field input::placeholder {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
}

.form-icons p {
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 29px;
	color: #fff;
}

.form-icons {
	position: absolute;
	top: 120px;
	left: 0;
}

.evaluation-img {
	position: relative;
	padding-left: 40px;
}

/*Section Evaluation End*/


/* Footer Section Start */

footer {
	padding: 80px 0 0px;
	overflow: hidden;
	background: #171717;
}

.foter-box.ftr-bx-1 p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	margin: 10px 0;
}

ul.footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	margin: 30px 0 0;
}

ul.footer-social i {
	font-size: 20px;
	color: #000;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s all;
}

ul.footer-social i:hover {
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	color: #fff;
}

.foter-box h3 {
	font-size: 23px;
	color: #ffffff;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 1px;
	display: inline-flex;
	text-transform: capitalize;
	font-family: 'Helvetica';
	margin-bottom: 14px;
}

.foter-box:hover h3::before {
	width: 100%;
}

ul.foter-links a {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	margin: 10px 0;
	font-family: "Montserrat";
}

ul.ftr-contact-list p,
ul.ftr-contact-list a {
	font-size: 14px;
	color: #fff;
	width: 90%;
	margin-bottom: 0px;
	font-family: 'Montserrat';
}

ul.ftr-contact-list i {
	font-size: 20px;
	color: #fed66f;
}

ul.ftr-contact-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 23px;
	margin: 0px 0;
}

.foter-box.ftr-bx-4 p {
	font-size: 14px;
	color: #fff;
	width: 75%;
}

.foter-input {
	position: relative;
}

.foter-input i {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	left: 10px;
	color: #c35f1d;
	font-weight: 300;
	font-size: 20px;
}

.foter-box.ftr-bx-4 input {
	width: 100%;
	height: 45px;
	padding: 0 10px 0 18px;
	border-radius: 0px;
	border: 0;
	margin: 7px 0;
}

.footer-nav {
	text-align: center;
}

.footer-nav p {
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 400;
}

ul.foter-links {
	display: block;
	column-count: 2;
}

ul.ftr-contact-list li {
	margin-bottom: 40px;
}

.foter-box.ftr-bx-4 button {
	border: 0;
	margin-top: 10px;
	width: 100%;
	clip-path: unset;
	background: linear-gradient(187deg, rgba(213, 160, 51, 1) 36%, rgba(239, 199, 100, 1) 64%);
	color: #000;
}

.foter-box.ftr-bx-4 {
	margin-left: 20px;
}

.footer-nav-sec {
	padding: 20px 0;
	background: #171717;
	margin-top: 50px;
	border-top: 1px solid #ffffff52;
}

ul.foter-links li {
	margin: 0px 0 10px;
}

ul.foter-links li:hover a {
	color: #e0b047;
	padding-left: 4px;
	transition: 0.9s;
}

ul.ftr-contact-list li:hover a {
	color: #e9be58;
}

.foter-box.ftr-bx-3 {
	margin-left: 20px;
}

.foter-box.ftr-bx-4 input::placeholder {
	font-family: 'Roboto';
	color: #000;
}

/* Footer Section End */


/*Inner Banner Start*/

.inner-banner-text h2 {
	font-family: 'Helvetica';
	font-weight: 600;
	color: #fff;
	font-size: 42px;
	margin-bottom: 0px;
}

.inner-banner-text {
	padding: 0px 20px;
}

/*inner Banner End*/


/* About us Page STart*/

.abt-bottom-txt p {
	width: 90%;
}

.abt-bottom-txt {
	margin-top: 30px;
}

.text-cleo h2 {
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Helvetica';
	width: 100%;
}

.cleo .row {
	justify-content: center;
}

.cleo {
	padding: 100px 0px;
}

.cleo-btm-txt {
	margin-top: 20px;
}

/*Section team Start*/
.team-img img {
	width: 100%;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.53);
	border-radius: 10px;
}

.txt-team h2 {
	font-size: 24px;
	font-family: 'Helvetica';
	color: #000;
	margin-bottom: 0px;
}

.txt-team h3 {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	color: #d29d31;
}

.txt-team ul li {
	border: unset;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	background: #eeeeee;
}

.txt-team ul li a {
	color: #000;
}

.txt-team ul {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 0px;
}

.txt-team {
	text-align: center;
	margin-top: 10px;
}

.team-box {
	background: #fff;
	padding: 30px 20px;
	border-radius: 10px;
}

.team-sec {
	background: #d39e31;
}

.team-sec .heading-why-choose {
	text-align: center;
}


.heading-why-choose .heading-why-choose p {
	text-align: center;
	width: 100%;
}

.team-sec .heading-why-choose p {
	margin: 0 auto;
}

.team-sec .row {
	justify-content: center;
}

.team-sec {
	padding: 100px 0px;
}


.txt-team ul li:hover {
	background: #000;
	transition: 0.9s;
}

.txt-team ul li:hover a {
	color: #fff;
}

/*Section Team End*/

/*About us Page End*/


/*Industries We Serve page Start*/

.retail-sec.iner-retail-sec .retail-txt {
	margin-top: -311px;
}

/*Industries We Serve page End*/


/*FAQS PAGE START*/

.accordion h3 {
	font-size: 30px;
	letter-spacing: 2px;
	text-decoration: underline;
}

.faq_heading h2 {
	color: black;
	text-align: center;
	/* font-weight: 600; */
	margin: 0 0 50px 0;
	text-transform: capitalize;
}

section.travel-ins-page-sec.pt-8.pb-8 {
	padding: 100px 0;
}

.gorrila-page-sec {
	padding: 80px 0;
}

.gorilla-content .accordion-button.collapsed {
	padding: 20px 30px;
	background-color: #a5a3ca;
	color: white;
	font-size: 35px;
	font-family: 'afuturaRoundDemi';
	line-height: 41px;
	/* border-radius: 10px !important;
margin-bottom: 20px; */
	text-transform: uppercase;
	/* border-radius: 7px !important; */
	background: linear-gradient(180deg, rgba(213, 159, 50, 1) 34%, rgba(236, 195, 94, 1) 60%);
	font-family: 'Helvetica';
	text-transform: capitalize;
}

.gorilla-content .accordion-button.collapsed:hover {
	background-color: #000;
}

.gorilla-content .accordion-button {
	color: #000;
	font-size: 35px;
	padding: 20px 30px;
	line-height: 30px;
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'Helvetica' !important;
	/* font-weight: 500; */
	text-transform: capitalize;
}

.gorilla-content .gorrila-page-txt .color-red {
	color: #A60000;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 30px;

}

.gorrila-page-txt ul {
	list-style: auto;
}

.gorrila-page-txt ul li {
	color: #000000;
	font-size: 14px;
	line-height: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
	color: #A60000;
}

.accordion-body.gorrila-page-txt {
	padding: 20px 30px;
	padding-top: unset;
}

.gorilla-content .accordion-item {
	border: unset;
	margin-bottom: 30px;
	border-radius: 0px;
	border: 2px solid #d59f32;
}

.gorilla-content .accordion-button:not(.collapsed) {
	font-family: 'afuturaRoundDemi';
	box-shadow: none;
	/* border: 1px solid; */
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	padding-top: 30px;
}

.accordion-collapse.collapse {
	/* border: 1px solid #A60000; */
	border-top: 0;
	border-radius: 0 0 10px 10px;
	/* margin-bottom: 30px; */
}

.gorilla-content button:focus:not(:focus-visible) {
	box-shadow: none;
}

.gorilla-content .accordion-button::after {
	content: '\f067';
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	background-image: none;
	transform: rotate(0deg);
	font-size: 24px;
}

.accordion-button:not(.collapsed)::after {
	content: '\f068';
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	font-size: 20px;
}

/*FAQS PAGE END*/
/* Testimonial Page Start */

.testimonial-slide-box {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
	padding: 30px;
	margin: 40px 10px;
	position: relative;
}

.testimonial-page {
	padding: 80px 0;
}

ul.star {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
	margin: 20px 0;
}

ul.star i {
	color: #333333;
}

.testimonial-slide-box p {
	margin-top: 25px;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

ul.testi-page-profile-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

ul.testi-page-profile-list img {
	width: 70px;
	height: 70px;
	border-radius: 70px;
}

ul.testi-page-profile-list h5 {
	font-size: 19px;
	color: #000000;
	margin-bottom: 0px;
}

.testimonial-slide-box h4 {
	font-size: 14px;
	color: #e7ba54;
	font-family: 'Montserrat';
	font-weight: 500;
}

.testimonial-slide-box:after {
	position: absolute;
	content: '';
	z-index: -1;
	bottom: -28px;
	border-bottom: solid 25px transparent;
	border-left: solid 30px rgb(231 225 225 / 51%);
	border-right: 30px solid transparent;
	border-top: solid 30px rgb(226 220 220 / 59%);
}

.testimonial-slide-box:hover ul.testi-page-profile-list * {
	color: #fff;
}

.testimonial-slide-box:hover:after {
	border-left-color: #ecc35e;
	border-top-color: #e1b249;
}

.testimonial-slide-box:hover {
	background: #073762;
	background: linear-gradient(180deg, rgba(213, 159, 50, 1) 34%, rgba(236, 195, 94, 1) 60%);
}

.testimonial-slide-box:hover .quma-1 {
	filter: brightness(5);
}

.testimonial-slide-box:hover p {
	color: #fff;
}

.testimonial-slide-box:hover i {
	color: #fff;
}

.testimonial-page ul.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 50px;
}

.testimonial-page ul.pagination a {
	font-size: 28px;
	color: #333;
	border: 0;
}

.page-link:hover {
	background: #3d85c5;
	color: #fff !important;
	border: 0;
	border-radius: 5px;
}

.testimonial-page .page-link {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-page .page-item.active .page-link {
	background: #000;
	border-radius: 5px;
}


/* Testimonial Page End */

/* Career Detail Page Start */

.career-detail-page {
	padding: 80px 0 160px;
}

.resume-box input {
	height: 130px;
	opacity: 0;
	margin: 0;
	padding: 40px 0;
	width: 100%;
	z-index: 9;
	position: relative;
}

.resume-box {
	border: 1px solid #00000063;
	border-radius: 0;
	position: relative;
	padding: 40px 0;
}

.resume-txt {
	position: absolute;
	display: grid;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto 0;
	height: 100%;
	justify-items: center;
	align-content: center;
	align-items: center;
}

.resume-box i {
	font-size: 50px;
	color: #292929;
}

.resume-box h5 {
	font-size: 24px;
	font-family: 'Montserrat';
	color: #5c5c5c;
	margin: 7px;
}

.resume-box h6 {
	font-size: 20px;
	margin: 0;
	color: #000000;
	font-family: 'Montserrat';
}

.resume-btn {
	text-align: center;
	margin: 20px 0 0;
}

.resume-btn button {
	border: 0;
}

.career-detail-content h2 {
	font-size: 60px;
	color: #434343;
	margin-bottom: 10px;
}

.career-detail-content span {
	font-family: 'hlvr';
	color: #000;
}

.career-detail-content p {
	font-size: 18px;
	color: #000000;
	line-height: 36px;
}

.career-top-content {
	margin-top: 50px;
}

.career-top-content h5 {
	font-size: 20px;
	margin: 10px 0 0;
}

.career-top-content a {
	font-size: 18px;
	color: #000000;
	line-height: 36px;
}

.general-info-box {
	width: 80%;
	margin: 50px auto 0;
}


.general-info-box h3 {
	background: #a48e60;
	padding: 20px;
	font-size: 42px;
	color: #ffffff;
	font-family: 'Helvetica';
	font-weight: 100;
	margin-bottom: 0px;
	background: linear-gradient(180deg, rgba(213, 159, 50, 1) 34%, rgba(236, 195, 94, 1) 60%);
}

.general-info-box form {
	border: 1px solid #000;
	padding: 40px;
	border-top: 0;
}

.career-form label {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-transform: capitalize;
	margin: 20px 0 10px;
}

.career-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #00000063;
	background: #fff;
	color: #000;
	padding: 0px 10px;
}

.career-form textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #00000063;
	background: #fff;
	color: #000;
	resize: unset;
}

.career-form.career-form-btn {
	text-align: center;
	margin-top: 40px;
}

button.btn-4 {
	background: linear-gradient(180deg, rgba(213, 159, 50, 1) 34%, rgba(236, 195, 94, 1) 60%);
	padding: 15px 59px;
	font-size: 24px;
	color: #fff;
	border: 0;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Montserrat';
	font-weight: 500;
}

label.upload {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-transform: capitalize;
	margin: 20px 0 10px;
}

.mainbox-career {
	border: 1px solid #9b9b9b;
	padding: 40px;
	border-top: 0;
}

.career-form select {
	width: 100%;
	height: 50px;
	border: 1px solid #00000063;
	background: #fff;
	color: #000;
	appearance: auto;
	padding: 0px 10px;
}

/* Career Detail Page End */


/*Book Start page*/

section.appointment-sec {
	padding: 100px 0;
}

.appointment-form input {
	width: 100%;
	height: 60px;
	margin: 0 0 20px;
	border: 1px solid #000;
	padding: 0 20px;
	color: #000;
	font-size: 14px;
	border-radius: 0px;
}

.appointment-form input::placeholder {
	text-transform: capitalize;
	font-family: 'Montserrat':;
	font-weight: 500;
	color: #000;
}

.appointment-form select {
	width: 100%;
	height: 60px;
	margin: 0 0 20px;
	border: 1px solid #000;
	padding: 0 20px;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 0px;
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: capitalize;
}

.appointment-form textarea {
	width: 100%;
	height: 210px;
	margin: 0 0 20px;
	border: 1px solid #000;
	padding: 20px;
	color: #000;
	font-size: 14px;
	border-radius: 0px;
}

.appointment-form textarea::placeholder {
	text-transform: capitalize;
	font-family: 'Montserrat':;
	font-weight: 500;
	color: #000;
}

.appointment-btn {
	text-align: center;
}

.appointment-head.text-center h2 {
	text-transform: uppercase;
	color: #222222;
	font-size: 54px;
}

.appointment-sec .col-lg-10.col-md-10.col-12.centerCol {
	/* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09); */
	padding: 20px 40px 0px;
}

button.btn1.btn2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 16px 48px;
	color: #fff;
	margin: 20px 20px 20px 0;
	border-radius: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 50px;
	text-transform: capitalize;
	/* border: 2px solid; */
	text-transform: capitalize;
	font-family: 'Montserrat';
	background: #fff;
	color: #000;
	font-size: 16px;
	border: unset;
	width: 16%;
	font-weight: 500;
	background: linear-gradient(180deg, rgba(213, 159, 50, 1) 34%, rgba(236, 195, 94, 1) 60%);
}

.appointment-fields {
	position: relative;
}

.appointment-fields i {
	position: absolute;
	right: 10px;
	top: 24px;
	color: #000;
}

/*Book End Page*/


/*Contact Start*/

/* Contact Page Start */

.contact-page {
	padding: 100px 0;
}

.contact1 h2,
.contact2 h2 {
	font-size: 55px;
	color: #000;
	font-weight: 600;
	margin: 0 0 0px;
	text-transform: capitalize;
	line-height: 44px;
	margin-bottom: 10px;
	font-family: 'Helvetica';
}

.contact1 h2 span,
.contact2 h2 span {
	color: #131b38;
}

.contact-page button.submit-btn {
	background-color: #01007d;
	border: none;
	padding: 16px 0;
	color: #ffff;
	border-radius: 0;
	font-size: 23px;
	text-transform: capitalize;
	/* border-radius: 100px; */
	background: linear-gradient(180deg, rgba(213, 159, 50, 1) 34%, rgba(236, 195, 94, 1) 60%);
	font-family: 'Montserrat';
	font-weight: 500;
}

.contact1 p,
.contact2>p {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 5%;
	font-family: 'Montserrat';
	width: 100%;
}

.contact1 input,
.contact1 textarea {
	width: 100%;
	margin-bottom: 20px;
	height: 60px;
	padding: 20px;
	background: transparent;
	border: 1px solid #abafaf;
	/* font-family: 'Red Hat Display'; */
	outline: none;
	/* border-radius: 50px; */
	background: #f9fdff;
}


.contact1 textarea {
	height: 150px;
	border-radius: 0px;
	background: #f9fdff;
}

.contact2 ul li {
	display: flex;
	align-items: center !important;
	margin-bottom: 70px;
	align-items: flex-start;
}

.contact2 ul li h4 {
	text-transform: capitalize;
	font-size: 30px;
	line-height: 43px;
	width: 100%;
	font-family: 'Montserrat';
	color: #000;
	font-weight: 600;
	margin: 0 0 0px;
	text-transform: capitalize;
}

.contact2 ul li h4 span {
	color: #000;
}

section.inner-contact-us {
	background-image: url(../images/Contact-img.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.contact2 ul li p a {
	color: #000;
	font-family: 'Montserrat';
	line-height: 28px;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
}

.contact2 .icon {
	height: 85px;
	width: 17%;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 23px;
	background-color: #01007d;
	background: linear-gradient(180deg, rgba(213, 159, 50, 1) 34%, rgba(236, 195, 94, 1) 60%);
}

.contact2 .icon i {
	font-size: 38px;
	color: #fff;
}

.contact-page-banner h4.heading {
	font-size: 64px;
	text-transform: capitalize;
	font-family: 'lucidabrightRegular';
	color: #6d2800;
	font-weight: 500;
}

.contact-page-banner h4.heading span {
	color: #fe0034;
}

.map {
	margin-top: 50px;
}

h1.cnt:after {
	width: 25px;
	height: 25px;
	right: 5.1%;
	bottom: 21%;
}

.contact1 textarea {
	resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
	color: #000;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}


.contact2 .icon_info {
	width: 83%;
}

.map iframe {
	width: 100%;
	height: 430px;
}

.contact2 .icon_info p {
	margin: 0;
	font-family: 'Montserrat';
}

.contact1 {
	padding-right: 30px;
}

/*Contact end*/

/*Service- detail Page Start*/

section.service-detail-sec .img-aboutus img {
	height: 480px;
	object-fit: cover;
}

.btm-service-detail-img img {
	width: 100%;
	clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
}

.btm-service-detail-img {
	margin-top: 50px;
}

.foter-box.ftr-bx-1 img {
	background: #A9A9A9;
	padding: 20px 20px;
}

/*Service- detail Page End*/
/*Services Page Start*/


/* Detail Video Sec Start */

.detail-video-sec {
	/* margin-top: -150px; */
	background-image: url(../images/video-sec-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 90px 0 120px;
	position: relative;
	background: #d39e31;
}

.detail-video-sec .sec-head * {
	color: #fff;
	font-family: 'Helvetica';
	margin-bottom: 20px;
}

.detail-video-box {
	position: relative;
}

.detail-video-box img {
	width: 100%;
	border: 5px solid #ffff;
	height: 350px;
	object-fit: cover;
}

.detail-video-tool img {
	border: 0;
}

.video-slide .slick-center .detail-video-box {
	transform: scale(1.5);
}

.video-slide .slick-slide {
	opacity: 1;
	margin: 90px 0px;
}

.detail-video-box {
	transform: scale(.8) translate(-70px, 0px);
	width: 90%;
	margin: 0 auto;
}

.video-slide .slick-active.slick-center+.slick-active .detail-video-box {
	transform: scale(.8)translate(70px, 0px);
}

.detail-video-tool i {
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 70px;
	color: #144e8f;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail-video-tool a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

img.vid-tool-1 {
	position: absolute;
	bottom: 15px;
	width: 90%;
	margin: 0 auto;
	right: 0;
	left: 0;
	height: auto;
}

.serv-page-fotr:before {
	background: #fff;
}

.serv-page-fotr .footer-sec:after {
	height: 135%;
}

.sec-head {
	text-align: center;
}

.sec-head p {
	font-family: 'Roboto' !important;
	font-weight: 400;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
	color: #ffffffa6 !important;
}

/* Detail Video Sec End */


.carousel-control-next-icon {
	content: '';
	background-image: url(../images/banner-arrow.png);
	position: absolute;
	width: 14px;
	height: 7px;
	background-repeat: no-repeat;
	transform: rotate(132deg);
	top: 19px;
	left: 18px;
	opacity: 1;
}

.carousel-control-next {
	right: 0;
	border: 1px solid #ffffff38;
	width: 50px;
	height: 50px;
	transform: rotate(45deg);
	left: 25px;
	opacity: 1;
	bottom: 100px !important;
	top: unset;
	animation: pulse-animation 1s infinite;
}

.carousel-control-prev {
	border: 1px solid #ffffff38;
	width: 50px;
	height: 50px;
	transform: rotate(45deg);
	right: unset;
	left: 26px;
	top: unset;
	bottom: 27px;
	animation: pulse-animation 1s infinite;
}

.carousel-control-prev-icon {
	content: '';
	background-image: url(../images/banner-arrow.png);
	position: absolute;
	width: 13px;
	height: 8px;
	background-repeat: no-repeat;
	transform: rotate(-48deg);
	top: 19px;
	left: 18px;
	opacity: 1;
}

.home-banner img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}


section.error-404.not-found {
	text-align: center;
	padding: 90px 10px;
}

section.error-404.not-found {
	text-align: center;
}

section.error-404.not-found h2 {
	font-size: 51px;
}


section.error-404.not-found {
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .foter-box.ftr-bx-1 img {
        padding: 20px 20px;
        width: 50%;
    }
    .menuSec img {
    margin: 0;
    width: 85%;
}
    .appointment-form {
    padding-bottom: 50px;
}
ul.testi-page-profile-list h4 {
    margin-bottom: 0;
}
ul.testi-page-profile-list {

    margin-bottom: 0;
}

    button.btn1.btn2 {
    font-size: 14px;

    margin: 0px 0px 0px 0;
  
    width: 35%;
  
}
    .detail-video-sec {
   
    padding: 40px 0 20px;
    
}
    .detail-video-sec .sec-head * {
    color: #fff;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}
    .video-slide .slick-slide {
 
    margin: 50px 0px 40px;
}
    img.vid-tool-1 {
   
    height: auto !important;
}
    .detail-video-tool i {
    width: 50px;
    height: 50px;

    font-size: 20px;
  
}
    .detail-video-box img {
  
    height: 150px;
  
}
    .footer-nav-sec {
        padding: 15px 0;
        margin-top: 20px;
    }
    .heading-industries {
 
    margin-bottom: 20px;
}

    h2 {

    font-size: 30px !important;
    line-height: 30px !important;
    }
.btn-2 {
 
    width: 130px;
    height: 40px !important;
 
    font-size: 12px !important;
}


    ul.ftr-contact-list i {
    font-size: 16px;

}
.heading-services {
    text-align: center;
    margin-bottom: 20px;
}


.heading-services h3 {
   
    font-size: 20px;
    margin-bottom: 0px;
  
}
    .truisted-txt {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
.evaluation-sec {
  
    height: 470px;
  
}
.head-logo {
    padding: 5px 0px;
    
}
.menuSec ul {
    
    background: #fff !important;
    width: 100% !important;
}
    .menuSec {
        padding: 0px 0 30px;
    }

    .menuSec ul li a {
        color: #000;
        padding: 47px 5px !important;
        font-size: 9px !important;
        font-family: 'Montserrat';
    }
.head-right-link a {
    
    font-size: 10px;
    
}
        .head-right-link {
        text-align: center;
        padding: 35px 0px;
        background: #000;
        margin-left: 0;
        padding-left: 10px;
        line-height: 26px;
    }
    .trusted-sec {
        padding: 30px 0px 30px;
    }
    .banner_text p {
        margin-bottom: 20px;
        width: 85%;
        color: #ffffff94;
    }
    .industries-sec:before {
 
    top: 0;
}


    .social-icons-banner:before {
    display:none;
}
    .social-icons-banner {
    padding: 130px 0px;
    height: 450px;
    border-left: 1px solid #ffffff73;
    position: relative;
    margin-left: 100px;
}
    .social-icons-banner ul li:before {
 
    
    bottom: 27px;
  
}
    .social-icons-banner ul li:after {
  

    top: 28px;

}
    .social-icons-banner ul {

    gap: 20px;

}
    section.main_slider .row {
    align-items: center;
    justify-content: left;
}
.social-icons-banner ul li {
   
    width: 40px;
    height: 40px;
  
}
    .carousel-control-prev-icon {
   
    top: 14px;
    left: 14px;
    opacity: 1;
}
    .carousel-control-next-icon {
   
    top: 14px;
    left: 13px;
    opacity: 1;
}
    .carousel-control-next {

    width: 40px;
    height: 40px;

    left: 25px;
    opacity: 1;
    bottom: 27px !important;
  
}
    .carousel-control-prev {

    width: 40px;
    height: 40px;
   
    left: 96px;
  
    bottom: 27px;
   
}
    .home-banner img {

    height: 450px;
    object-fit: cover;
}
    .banner_text h4 {
  
    font-size: 22px;
}
.theme-btn {
    font-size: 11px;
    padding: 14px 20px;
  
}
.banner_text h4 br {
    display: none;
}
ul.footer-social i {
    font-size: 16px;
    width: 30px;
    height: 30px;
   
}

.services-sec .main-service-box {
    margin-top: 20px;
}
    .banner_text h1 {
        font-size: 35px !important;
        line-height: 50px !important;
        margin-bottom: 0px !important;
        margin-top: 0;
    }
.banner_text h1 br {
    display: none;
}
.banner_text h3 {
   
    font-size: 25px;
    margin-bottom: 0;
}
.retail-txt {

    padding-left: 10px;
    padding-right: 30px;

    padding-top: 20px;
    padding-bottom: 20px;
}
    p {
        font-size: 12px !important;
        line-height: 18px !important;
    }


.industries-txt {

    padding-left: 10px;
    padding-right: 10px;
 
    padding-top: 30px;
    padding-bottom: 30px;
}
.industries-sec {
    padding-top: 50px;

}
.career-sec {
  
    height: 300px;
  
}
.slick-dots {
    display:none !important;
}
.services-sec {
    padding: 50px 0px;
}
.about-video-box ul li {
   
    font-size: 20px;

}
.about-video-box ul li i {

    font-size: 25px;
    color: #fff;
    left: 40px;
    top: 25px;
}
.about-video-box ul li span {

    font-size: 12px;
    width: 100%;
    line-height: 20px;
    margin-top: 0px;
}
    .about-video-box ul {
        gap: 15px;
        width: 95%;
        margin-top: -20px;
        margin-left: 10px;
    }
.text-aboutus h2 {
   
    margin-bottom: 10px;
}
.text-aboutus h3 {

    font-size: 25px;
    margin-bottom: 5px;
}
.heading-why-choose {
    margin-left: 70px;
    margin-bottom: 30px;
}
.aboutus {
    padding-top: 30px;
}
.text-chooseus ul li img {
    width: 50px;
}
    .img-why-chooseus img {
        width: 100%;
        height: 350px;
    }
.img-why-chooseus i {
  
    padding: 15px;
    
    font-size: 12px;
    
}
.chooseusslid .slick-next {

    bottom: -40px;
}
.chooseusslid .slick-prev {

    bottom: -40px;
}
.gorilla-content .accordion-button.collapsed {
    padding: 15px 10px;
    font-size: 18px;
  
}
.testimonial-page {
    padding: 50px 0;
}
.chooseusslid .slick-slide {
    margin: 0px 10px;
}
.testimonial-slide-box {
  
    padding: 20px;
    margin: 30px 10px;

}
.text-chooseus {
    padding-top: 10px;
    margin-top: 10px;
}
.text-chooseus ul li span {
  
    font-size: 11px;
 
    margin-top: 2px;
    line-height: 15px;
}
.text-chooseus ul li {

    font-size: 15px;

}
    .why-choose-us-sec {
        padding: 30px 0px 50px;
        margin-top: 0px;
    }
.text-chooseus ul {

    gap: 10px;
  
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.main-service-box {
    margin-bottom: 0;
}


    .service-txt img {
        margin-bottom: 5px;
        width: 15%;
    }


.service-txt {
    padding: 30px 10px 0px;
}

    .service-txt h2 {
        font-size: 14px !important;
        line-height: 25px !important;
    }


.service-txt {
    padding: 30px 15px 0px;
}


.services-sec .row {
    margin: 0px 0px;
}
.top-bar-con-info ul:before {
        right: 120px;
        top: -3px;
        width: 1px;
        height: 22px;
    }
    .img-fluid {
   
    height: auto;
    height: 450px;
    object-fit: cover;
}


    .top-bar-con-info ul li a {
        font-size: 10px;
    }
ul.footer-social {

    gap: 10px;
    margin: 10px 0 0;
}
.form-icons p {
    
    font-size: 25px;
    margin-bottom: 0;
}

    .evaluation-form-main h2 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

.evaluation-form-btn button {
 
    font-size: 16px;
  
    height: 45px;
}


.evaluation-field textarea {

    margin-bottom: 5px;

}
.evaluation-field select {
    
    margin-bottom: 5px;

}
.evaluation-field input {
    width: 100%;
    height: 45px;
    margin-bottom: 5px;
    padding-left: 10px !important;
}
footer {
    padding: 50px 0 0px;
  
}


.evaluation-form-main {
 
    padding: 5px 10px;
    margin-left: 0;
}
ul.foter-links li {
    margin: 0px 0 5px;
}
ul.foter-links a {
    font-size: 12px;
    margin: 5px 0;
  
}
.foter-box.ftr-bx-4 button {
 
    margin-top: 0px;
  
}
.foter-box.ftr-bx-4 input {
    width: 100%;
    height: 40px;
    margin: 0 0 8px;
}
ul.ftr-contact-list li {
    margin-bottom: 20px !important;
  
}
.foter-box h3 {
    font-size: 20px;
    padding-bottom: 0px;
 
;
    text-transform: capitalize;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}
ul.ftr-contact-list p, ul.ftr-contact-list a {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
  
}
ul.ftr-contact-list li {

    gap: 15px;
    margin: 0px 0;
}
.foter-box.ftr-bx-3 {
    margin-left: 0;
    margin-top: 10px;
}
.footer-nav p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.widget {
    margin: 0 0 0 !important;
}
.mob-menu-header-holder.mobmenu {
    display: none;
}
section#custom_html-7 {
    margin-top: 20px !important;
}
  body.wp-singular.page-template.page-template-pages.page-template-about.page-template-pagesabout-php.page.page-id-11.wp-custom-logo.wp-theme-security.mob-menu-slideout-over {
    padding-top: 0 !important;
}
.cleo {
    padding: 30px 0px;
}
.gorilla-content .accordion-item {

    margin-bottom: 5px;
  
}
.gorilla-content .accordion-button {

    font-size: 20px;
    padding: 20px 30px 10px;
    line-height: 30px;

}
.text-cleo ul li {
    font-size: 12px;
}
.wp-singular.page-template.page-template-pages {
    padding-top: 0 !important;
}
.gorilla-content .accordion-button::after {
   
    font-size: 18px;
    margin-top: -20px;
}
.contact2 ul li {

    margin-bottom: 20px;
 
}
.contact1 p, .contact2>p {
   
    margin-top: 10px;
   
}

.contact2 .icon i {
    font-size: 30px;
    color: #fff;
}
.contact2 ul li h4 {

    font-size: 20px;
    line-height: 30px;
  
}
.contact2 .icon_info {
    width: 100%;
}
.contact2 ul li p a {

    line-height: 22px;
    font-size: 14px;
    width: 100%;
}
.map {
    margin-top: 0;
}
.contact2 .icon {
    height: 65px;
    width: 75px;
   
    margin-right: 15px;
  
}
section.carrer-form {
    padding: 50px 0;
}
.contact2 ul {
    margin-left: 0;
}
.contact1 input, .contact1 textarea {
    
    margin-bottom: 10px;
  
}
.contact2 {
    margin-top: 20px;
}


section.appointment-sec {
    padding: 50px 0;
}
section.travel-ins-page-sec.pt-8.pb-8 {
    padding: 50px 0;
}
    
    .gorilla-content .accordion-button {

    font-size: 20px;
    padding: 20px 30px 10px;
    line-height: 30px;

}
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .foter-box.ftr-bx-1 img {
        padding: 20px 20px;
        width: 50%;
    }
    .appointment-form {
    padding-bottom: 50px;
}
ul.testi-page-profile-list h4 {
    margin-bottom: 0;
}
ul.testi-page-profile-list {

    margin-bottom: 0;
}

    button.btn1.btn2 {
    font-size: 14px;

    margin: 0px 0px 0px 0;
  
    width: 35%;
  
}
    .detail-video-sec {
   
    padding: 40px 0 20px;
    
}
    .detail-video-sec .sec-head * {
    color: #fff;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}
    .video-slide .slick-slide {
 
    margin: 50px 0px 40px;
}
    img.vid-tool-1 {
   
    height: auto !important;
}
    .detail-video-tool i {
    width: 50px;
    height: 50px;

    font-size: 20px;
  
}
    .detail-video-box img {
  
    height: 150px;
  
}
    .footer-nav-sec {
        padding: 15px 0;
        margin-top: 20px;
    }
    .heading-industries {
 
    margin-bottom: 20px;
}

    h2 {

    font-size: 30px !important;
    line-height: 30px !important;
    }
.btn-2 {
 
    width: 130px;
    height: 40px !important;
 
    font-size: 12px !important;
}


    ul.ftr-contact-list i {
    font-size: 16px;

}
.heading-services {
    text-align: center;
    margin-bottom: 20px;
}


.heading-services h3 {
   
    font-size: 20px;
    margin-bottom: 0px;
  
}
    .truisted-txt {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
.evaluation-sec {
  
    height: 470px;
  
}
.head-logo {
    padding: 5px 0px;
    
}
.menuSec ul {
    
    background: #fff !important;
    width: 100% !important;
}
    .menuSec {
        padding: 0px 0 30px;
    }

.menuSec ul li a {
        color: #000;
        padding: 47px 1px !important;
        font-size: 8px !important;
        font-family: 'Montserrat';
    }
.head-right-link a {
    
    font-size: 10px;
    
}
        .head-right-link {
        text-align: center;
        padding: 35px 0px;
        background: #000;
        margin-left: 0;
        padding-left: 10px;
        line-height: 26px;
    }
    .trusted-sec {
        padding: 30px 0px 30px;
    }
    .banner_text p {
        margin-bottom: 20px;
        width: 85%;
        color: #ffffff94;
    }
    .industries-sec:before {
 
    top: 0;
}


    .social-icons-banner:before {
    display:none;
}
    .social-icons-banner {
    padding: 130px 0px;
    height: 450px;
    border-left: 1px solid #ffffff73;
    position: relative;
    margin-left: 100px;
}
    .social-icons-banner ul li:before {
 
    
    bottom: 27px;
  
}
    .social-icons-banner ul li:after {
  

    top: 28px;

}
    .social-icons-banner ul {

    gap: 20px;

}
    section.main_slider .row {
    align-items: center;
    justify-content: left;
}
.social-icons-banner ul li {
   
    width: 40px;
    height: 40px;
  
}
    .carousel-control-prev-icon {
   
    top: 14px;
    left: 14px;
    opacity: 1;
}
    .carousel-control-next-icon {
   
    top: 14px;
    left: 13px;
    opacity: 1;
}
    .carousel-control-next {

    width: 40px;
    height: 40px;

    left: 25px;
    opacity: 1;
    bottom: 27px !important;
  
}
    .carousel-control-prev {

    width: 40px;
    height: 40px;
   
    left: 96px;
  
    bottom: 27px;
   
}
    .home-banner img {

    height: 450px;
    object-fit: cover;
}
    .banner_text h4 {
  
    font-size: 22px;
}
.theme-btn {
    font-size: 11px;
    padding: 14px 20px;
  
}
.banner_text h4 br {
    display: none;
}
ul.footer-social i {
    font-size: 16px;
    width: 30px;
    height: 30px;
   
}

.services-sec .main-service-box {
    margin-top: 20px;
}
    .banner_text h1 {
        font-size: 35px !important;
        line-height: 50px !important;
        margin-bottom: 0px !important;
        margin-top: 0;
    }
.banner_text h1 br {
    display: none;
}
.banner_text h3 {
   
    font-size: 25px;
    margin-bottom: 0;
}
.retail-txt {

    padding-left: 10px;
    padding-right: 30px;

    padding-top: 20px;
    padding-bottom: 20px;
}
    p {
        font-size: 12px !important;
        line-height: 18px !important;
    }


.industries-txt {

    padding-left: 10px;
    padding-right: 10px;
 
    padding-top: 30px;
    padding-bottom: 30px;
}
.industries-sec {
    padding-top: 50px;

}
.career-sec {
  
    height: 300px;
  
}
.slick-dots {
    display:none !important;
}
.services-sec {
    padding: 50px 0px;
}
.about-video-box ul li {
   
    font-size: 20px;

}
.about-video-box ul li i {

    font-size: 25px;
    color: #fff;
    left: 40px;
    top: 25px;
}
.about-video-box ul li span {

    font-size: 12px;
    width: 100%;
    line-height: 20px;
    margin-top: 0px;
}
    .about-video-box ul {
        gap: 15px;
        width: 95%;
        margin-top: -20px;
        margin-left: 10px;
    }
.text-aboutus h2 {
   
    margin-bottom: 10px;
}
.text-aboutus h3 {

    font-size: 25px;
    margin-bottom: 5px;
}
.heading-why-choose {
    margin-left: 70px;
    margin-bottom: 30px;
}
.aboutus {
    padding-top: 30px;
}
.text-chooseus ul li img {
    width: 50px;
}
    .img-why-chooseus img {
        width: 100%;
        height: 270px;
    }
.img-why-chooseus i {
  
    padding: 15px;
    
    font-size: 12px;
    
}

.gorilla-content .accordion-button.collapsed {
    padding: 15px 10px;
    font-size: 18px;
  
}
.testimonial-page {
    padding: 50px 0;
}
.chooseusslid .slick-slide {
    margin: 0px 10px;
}
.testimonial-slide-box {
  
    padding: 20px;
    margin: 30px 10px;

}
.text-chooseus {
    padding-top: 10px;
    margin-top: 10px;
}
.text-chooseus ul li span {
  
    font-size: 11px;
 
    margin-top: 2px;
    line-height: 15px;
}
.text-chooseus ul li {

    font-size: 15px;

}
    .why-choose-us-sec {
        padding: 30px 0px 50px;
        margin-top: 0px;
    }
.text-chooseus ul {

    gap: 10px;
  
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.main-service-box {
    margin-bottom: 0;
}


    .service-txt img {
        margin-bottom: 5px;
        width: 15%;
    }


.service-txt {
    padding: 30px 10px 0px;
}

    .service-txt h2 {
        font-size: 14px !important;
        line-height: 25px !important;
    }


.service-txt {
    padding: 30px 15px 0px;
}


.services-sec .row {
    margin: 0px 0px;
}
.top-bar-con-info ul:before {
        right: 120px;
        top: -3px;
        width: 1px;
        height: 22px;
    }
    .img-fluid {
   
    height: auto;
    height: 450px;
    object-fit: cover;
}


    .top-bar-con-info ul li a {
        font-size: 10px;
    }
ul.footer-social {

    gap: 10px;
    margin: 10px 0 0;
}
.form-icons p {
    
    font-size: 25px;
    margin-bottom: 0;
}

    .evaluation-form-main h2 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

.evaluation-form-btn button {
 
    font-size: 16px;
  
    height: 45px;
}


.evaluation-field textarea {

    margin-bottom: 5px;

}
.evaluation-field select {
    
    margin-bottom: 5px;

}
.evaluation-field input {
    width: 100%;
    height: 45px;
    margin-bottom: 5px;
    padding-left: 10px !important;
}
footer {
    padding: 50px 0 0px;
  
}


.evaluation-form-main {
 
    padding: 5px 10px;
    margin-left: 0;
}
ul.foter-links li {
    margin: 0px 0 5px;
}
ul.foter-links a {
    font-size: 12px;
    margin: 5px 0;
  
}
.foter-box.ftr-bx-4 button {
 
    margin-top: 0px;
  
}
.foter-box.ftr-bx-4 input {
    width: 100%;
    height: 40px;
    margin: 0 0 8px;
}
ul.ftr-contact-list li {
    margin-bottom: 20px !important;
  
}
.foter-box h3 {
    font-size: 20px;
    padding-bottom: 0px;
 
;
    text-transform: capitalize;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}
ul.ftr-contact-list p, ul.ftr-contact-list a {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
  
}
ul.ftr-contact-list li {

    gap: 15px;
    margin: 0px 0;
}
.foter-box.ftr-bx-3 {
    margin-left: 0;
    margin-top: 10px;
}
.footer-nav p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.widget {
    margin: 0 0 0 !important;
}
.mob-menu-header-holder.mobmenu {
    display: none;
}
section#custom_html-7 {
    margin-top: 20px !important;
}
  body.wp-singular.page-template.page-template-pages.page-template-about.page-template-pagesabout-php.page.page-id-11.wp-custom-logo.wp-theme-security.mob-menu-slideout-over {
    padding-top: 0 !important;
}
.cleo {
    padding: 30px 0px;
}
.gorilla-content .accordion-item {

    margin-bottom: 5px;
  
}
.gorilla-content .accordion-button {

    font-size: 20px;
    padding: 20px 30px 10px;
    line-height: 30px;

}
.text-cleo ul li {
    font-size: 12px;
}
.wp-singular.page-template.page-template-pages {
    padding-top: 0 !important;
}
.gorilla-content .accordion-button::after {
   
    font-size: 18px;
    margin-top: -20px;
}
.contact2 ul li {

    margin-bottom: 20px;
 
}
.contact1 p, .contact2>p {
   
    margin-top: 10px;
   
}

.contact2 .icon i {
    font-size: 30px;
    color: #fff;
}
.contact2 ul li h4 {

    font-size: 20px;
    line-height: 30px;
  
}
.contact2 .icon_info {
    width: 100%;
}
.contact2 ul li p a {

    line-height: 22px;
    font-size: 14px;
    width: 100%;
}
.map {
    margin-top: 0;
}
.contact2 .icon {
    height: 65px;
    width: 75px;
   
    margin-right: 15px;
  
}
section.carrer-form {
    padding: 50px 0;
}
.contact2 ul {
    margin-left: 0;
}
.contact1 input, .contact1 textarea {
    
    margin-bottom: 10px;
  
}
.contact2 {
    margin-top: 20px;
}
section.appointment-sec {
    padding: 50px 0;
}
section.travel-ins-page-sec.pt-8.pb-8 {
    padding: 50px 0;
}
    
    .gorilla-content .accordion-button {

    font-size: 20px;
    padding: 20px 30px 10px;
    line-height: 30px;

}
    
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .foter-box.ftr-bx-1 img {
        padding: 20px 20px;
        width: 50%;
    }
    .appointment-form {
    padding-bottom: 50px;
}
ul.testi-page-profile-list h4 {
    margin-bottom: 0;
}
ul.testi-page-profile-list {

    margin-bottom: 0;
}

    button.btn1.btn2 {
    font-size: 14px;

    margin: 0px 0px 0px 0;
  
    width: 35%;
  
}
    .detail-video-sec {
   
    padding: 40px 0 20px;
    
}
    .detail-video-sec .sec-head * {
    color: #fff;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}
    .video-slide .slick-slide {
 
    margin: 50px 0px 40px;
}
    img.vid-tool-1 {
   
    height: auto !important;
}
    .detail-video-tool i {
    width: 50px;
    height: 50px;

    font-size: 20px;
  
}
    .detail-video-box img {
  
    height: 150px;
  
}
    .footer-nav-sec {
        padding: 15px 0;
        margin-top: 20px;
    }
    .heading-industries {
 
    margin-bottom: 20px;
}

    h2 {

    font-size: 30px !important;
    line-height: 30px !important;
    }
.btn-2 {
 
    width: 130px;
    height: 40px !important;
 
    font-size: 12px !important;
}


    ul.ftr-contact-list i {
    font-size: 16px;

}
.heading-services {
    text-align: center;
    margin-bottom: 20px;
}


.heading-services h3 {
   
    font-size: 20px;
    margin-bottom: 0px;
  
}
    .truisted-txt {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
.evaluation-sec {
  
    height: 470px;
  
}
.head-logo {
    padding: 5px 0px;
    
}
.menuSec ul {
    
    background: #fff !important;
    width: 100% !important;
}
    .menuSec {
        padding: 0px 0 30px;
    }

    .menuSec ul li a {
        color: #000;
        padding: 35px 1px !important;
        font-size: 6px !important;
        font-family: 'Montserrat';
    }
.head-right-link a {
    
    font-size: 10px;
    
}
    .head-right-link {
        text-align: center;
        padding: 20px 0px;
        background: #000;
        margin-left: 0;
        padding-left: 10px;
        line-height: 26px;
    }
    .trusted-sec {
        padding: 30px 0px 30px;
    }
    .banner_text p {
        margin-bottom: 20px;
        width: 85%;
        color: #ffffff94;
    }
    .industries-sec:before {
 
    top: 0;
}


    .social-icons-banner:before {
    display:none;
}
    .social-icons-banner {
    padding: 130px 0px;
    height: 450px;
    border-left: 1px solid #ffffff73;
    position: relative;
    margin-left: 100px;
}
    .social-icons-banner ul li:before {
 
    
    bottom: 27px;
  
}
    .social-icons-banner ul li:after {
  

    top: 28px;

}
    .social-icons-banner ul {

    gap: 20px;

}
    section.main_slider .row {
    align-items: center;
    justify-content: left;
}
.social-icons-banner ul li {
   
    width: 40px;
    height: 40px;
  
}
    .carousel-control-prev-icon {
   
    top: 14px;
    left: 14px;
    opacity: 1;
}
    .carousel-control-next-icon {
   
    top: 14px;
    left: 13px;
    opacity: 1;
}
    .carousel-control-next {

    width: 40px;
    height: 40px;

    left: 25px;
    opacity: 1;
    bottom: 27px !important;
  
}
    .carousel-control-prev {

    width: 40px;
    height: 40px;
   
    left: 96px;
  
    bottom: 27px;
   
}
    .home-banner img {

    height: 450px;
    object-fit: cover;
}
    .banner_text h4 {
  
    font-size: 22px;
}
.theme-btn {
    font-size: 11px;
    padding: 14px 20px;
  
}
.banner_text h4 br {
    display: none;
}
ul.footer-social i {
    font-size: 16px;
    width: 30px;
    height: 30px;
   
}

.services-sec .main-service-box {
    margin-top: 20px;
}
    .banner_text h1 {
        font-size: 35px !important;
        line-height: 50px !important;
        margin-bottom: 0px !important;
        margin-top: 0;
    }
.banner_text h1 br {
    display: none;
}
.banner_text h3 {
   
    font-size: 25px;
    margin-bottom: 0;
}
.retail-txt {

    padding-left: 10px;
    padding-right: 30px;

    padding-top: 20px;
    padding-bottom: 20px;
}
    p {
        font-size: 12px !important;
        line-height: 18px !important;
    }


.industries-txt {

    padding-left: 10px;
    padding-right: 10px;
 
    padding-top: 30px;
    padding-bottom: 30px;
}
.industries-sec {
    padding-top: 50px;

}
.career-sec {
  
    height: 300px;
  
}
.slick-dots {
    display:none !important;
}
.services-sec {
    padding: 50px 0px;
}
.about-video-box ul li {
   
    font-size: 20px;

}
.about-video-box ul li i {

    font-size: 25px;
    color: #fff;
    left: 40px;
    top: 25px;
}
.about-video-box ul li span {

    font-size: 12px;
    width: 100%;
    line-height: 20px;
    margin-top: 0px;
}
    .about-video-box ul {
        gap: 15px;
        width: 95%;
        margin-top: -20px;
        margin-left: 10px;
    }
.text-aboutus h2 {
   
    margin-bottom: 10px;
}
.text-aboutus h3 {

    font-size: 25px;
    margin-bottom: 5px;
}
.heading-why-choose {
    margin-left: 70px;
    margin-bottom: 30px;
}
.aboutus {
    padding-top: 30px;
}
.text-chooseus ul li img {
    width: 50px;
}
.img-why-chooseus img {
  
    width: 100%;
    height: 180px;

}
.img-why-chooseus i {
  
    padding: 15px;
    
    font-size: 12px;
    
}

.gorilla-content .accordion-button.collapsed {
    padding: 15px 10px;
    font-size: 18px;
  
}
.testimonial-page {
    padding: 50px 0;
}
.chooseusslid .slick-slide {
    margin: 0px 10px;
}
.testimonial-slide-box {
  
    padding: 20px;
    margin: 30px 10px;

}
.text-chooseus {
    padding-top: 10px;
    margin-top: 10px;
}
.text-chooseus ul li span {
  
    font-size: 11px;
 
    margin-top: 2px;
    line-height: 15px;
}
.text-chooseus ul li {

    font-size: 15px;

}
    .why-choose-us-sec {
        padding: 30px 0px 50px;
        margin-top: 0px;
    }
.text-chooseus ul {

    gap: 10px;
  
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.main-service-box {
    margin-bottom: 0;
}


    .service-txt img {
        margin-bottom: 5px;
        width: 15%;
    }


.service-txt {
    padding: 30px 10px 0px;
}

    .service-txt h2 {
        font-size: 14px !important;
        line-height: 25px !important;
    }


.service-txt {
    padding: 30px 15px 0px;
}


.services-sec .row {
    margin: 0px 0px;
}
.top-bar-con-info ul:before {
        right: 120px;
        top: -3px;
        width: 1px;
        height: 22px;
    }
    .img-fluid {
   
    height: auto;
    height: 450px;
    object-fit: cover;
}


    .top-bar-con-info ul li a {
        font-size: 10px;
    }
ul.footer-social {

    gap: 10px;
    margin: 10px 0 0;
}
.form-icons p {
    
    font-size: 25px;
    margin-bottom: 0;
}

    .evaluation-form-main h2 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

.evaluation-form-btn button {
 
    font-size: 16px;
  
    height: 45px;
}


.evaluation-field textarea {

    margin-bottom: 5px;

}
.evaluation-field select {
    
    margin-bottom: 5px;

}
.evaluation-field input {
    width: 100%;
    height: 45px;
    margin-bottom: 5px;
    padding-left: 10px !important;
}
footer {
    padding: 50px 0 0px;
  
}


.evaluation-form-main {
 
    padding: 5px 10px;
    margin-left: 0;
}
ul.foter-links li {
    margin: 0px 0 5px;
}
ul.foter-links a {
    font-size: 12px;
    margin: 5px 0;
  
}
.foter-box.ftr-bx-4 button {
 
    margin-top: 0px;
  
}
.foter-box.ftr-bx-4 input {
    width: 100%;
    height: 40px;
    margin: 0 0 8px;
}
ul.ftr-contact-list li {
    margin-bottom: 20px !important;
  
}
.foter-box h3 {
    font-size: 20px;
    padding-bottom: 0px;
 
;
    text-transform: capitalize;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}
ul.ftr-contact-list p, ul.ftr-contact-list a {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
  
}
ul.ftr-contact-list li {

    gap: 15px;
    margin: 0px 0;
}
.foter-box.ftr-bx-3 {
    margin-left: 0;
    margin-top: 10px;
}
.footer-nav p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.widget {
    margin: 0 0 0 !important;
}
.mob-menu-header-holder.mobmenu {
    display: none;
}
section#custom_html-7 {
    margin-top: 20px !important;
}
  body.wp-singular.page-template.page-template-pages.page-template-about.page-template-pagesabout-php.page.page-id-11.wp-custom-logo.wp-theme-security.mob-menu-slideout-over {
    padding-top: 0 !important;
}
.cleo {
    padding: 30px 0px;
}
.gorilla-content .accordion-item {

    margin-bottom: 5px;
  
}
.gorilla-content .accordion-button {

    font-size: 20px;
    padding: 20px 30px 10px;
    line-height: 30px;

}
.text-cleo ul li {
    font-size: 12px;
}
.wp-singular.page-template.page-template-pages {
    padding-top: 0 !important;
}
.gorilla-content .accordion-button::after {
   
    font-size: 18px;
    margin-top: -20px;
}
.contact2 ul li {

    margin-bottom: 20px;
 
}
.contact1 p, .contact2>p {
   
    margin-top: 10px;
   
}

.contact2 .icon i {
    font-size: 30px;
    color: #fff;
}
.contact2 ul li h4 {

    font-size: 20px;
    line-height: 30px;
  
}
.contact2 .icon_info {
    width: 100%;
}
.contact2 ul li p a {

    line-height: 22px;
    font-size: 14px;
    width: 100%;
}
.map {
    margin-top: 0;
}
.contact2 .icon {
    height: 65px;
    width: 75px;
   
    margin-right: 15px;
  
}
section.carrer-form {
    padding: 50px 0;
}
.contact2 ul {
    margin-left: 0;
}
.contact1 input, .contact1 textarea {
    
    margin-bottom: 10px;
  
}
.contact2 {
    margin-top: 20px;
}
section.appointment-sec {
    padding: 50px 0;
}
section.travel-ins-page-sec.pt-8.pb-8 {
    padding: 50px 0;
}
    
    .gorilla-content .accordion-button {

    font-size: 20px;
    padding: 20px 30px 10px;
    line-height: 30px;

}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {

	.carousel-caption {

		background: rgb(0 0 0 / 70%);
	}
	
	.industries-sec:before {
  
    height: 100%;
  
}

	.footer-nav p {
		font-size: 12px;
		margin-bottom: 0;
	}

	ul.footer-social i {
		font-size: 18px;
		width: 35px;
		height: 35px;

	}

	ul.footer-social {
		gap: 8px;
		margin: 15px 0 0;
	}

	.foter-box.ftr-bx-1 img {
		padding: 20px 20px;
		width: 40%;
	}

	ul.foter-links li {
		margin: 0px 0 5px;
	}

	ul.foter-links a {
		font-size: 12px;
		margin: 5px 0;

	}

	.truisted-txt div {
		justify-content: center;
	}

	ul.ftr-contact-list i {
		font-size: 15px;

	}

	ul.ftr-contact-list p,
	ul.ftr-contact-list a {
		font-size: 12px;

	}

	.html ul.ftr-contact-list li {
		margin-bottom: 15px;
		margin-left: 0px !important;
		gap: 10px;
	}

	.foter-box.ftr-bx-3 {
		margin-left: 0;
	}

	.html ul.ftr-contact-list {
		padding: 0 !important;
		margin: 0 !important;
	}

	.foter-box.ftr-bx-4 button {

		margin-top: 3px;

	}

	.foter-box.ftr-bx-4 input {

		margin: 3px 0;
	}

	section#custom_html-8 {
		margin: 0 !important;
	}

	.foter-box.ftr-bx-4 {
		margin-left: 0;
	}

	.widget {
		margin: 0 !important;
	}

	.footer-nav-sec {

		margin-top: 20px;

	}

	.truisted-txt {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 30px;
		margin-left: 0;
		text-align: center;
	}

	.trusted-sec {
		padding: 50px 0px 0px;
	}

	.retail-txt {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		margin-top: 0 !important;
	}

	.industries-sec {
		padding-top: 30px;

	}

	.heading-services {

		margin-bottom: 30px;
	}

	.heading-services h2 {

		margin-bottom: 0px !important;
	}

	.aboutus {
		text-align: center;
		padding: 30px 0 0;
	}

	.top-bar-con-info ul {
		display: block;
		gap: 40px;
		margin: 0 !important;
	}

	.social-icons-banner ul {
		gap: 20px !important;
		justify-content: left !important;
		display: flex !important;
		margin-left: 10px;
	}

	.carousel-control-prev {
		width: 40px;
		height: 40px;
		left: 90px;
		bottom: 15px;
	}

	.carousel-control-next-icon {

		top: 14px;
		left: 13px;
	}

	.carousel-control-prev-icon {

		top: 13px;
		left: 13px;

	}

	.carousel-control-next {

		bottom: 15px !important;

	}

	.carousel-control-next {

		width: 40px;
		height: 40px;

	}

	.social-icons-banner:before {
		display: none;
	}

	.social-icons-banner ul li:before {

		bottom: 28px;

	}

	.social-icons-banner ul li:after {

		top: 30px;

	}

	section.appointment-sec {
		padding: 40px 0 0;
	}

	.contact1 {
		padding-right: 0;
		text-align: center;
	}

	.contact1 p,
	.contact2>p {

		margin-top: 5px;

	}

	.contact2 .icon i {
		font-size: 20px;

	}

	table.table tbody tr td {

		font-size: 12px !important;
	}


	tr.tb-heading th {
		padding: 15px 10px !important;

		font-size: 12px !important;
	}

	.hf-fields-wrap {
		overflow-x: scroll;
	}

	table.table {
		width: 1000px;
	}

	thead.th-bg tr th {
		font-size: 16px !important;
		padding: 10px 10px !important;

	}

	.carrer-wrap label {

		font-size: 12px !important;
	}

	.contact1 h2,
	.contact2 h2 {

		margin-bottom: 5px !important;

	}

	.carrer-wrap {
		padding: 10px !important;

	}

	.contact2 {
		margin-top: 20px;
		text-align: center;
	}

	.contact-page button.submit-btn {

		padding: 12px 0;

		font-size: 18px;

	}

	.map {
		margin-top: 20px;
	}

	.contact1 textarea {
		height: 100px;
		padding: 10px !important;
		margin-bottom: 5px;
	}

	.contact2 .icon_info {
		width: 100%;
	}


	.contact1 input {

		margin-bottom: 5px;
		height: 50px;
		padding: 20px;

		padding-left: 10px !important;
	}

	.contact-page {
		padding: 30px 0;
	}

	.contact2 .icon {
		height: 60px;
		width: 60px;
		margin-right: 0;
		margin: 0 auto;
	}

	.contact2 ul li {
		display: block;

		margin-bottom: 15px;

	}

	.contact2 ul li h4 {
		font-size: 20px;
		line-height: 35px;
	}

	.contact2 ul li p a {

		line-height: 22px;
		font-size: 14px;
		;
	}

	.contact2 ul {
		margin: 0 !important;
	}

	.map iframe {

		height: 180px;
	}

	.appointment-sec .col-lg-10.col-md-10.col-12.centerCol {
		padding: 0px 10px 0px !important;
	}

	.head-right-link {
		text-align: center;
		padding: 10px 0px 35px;
		margin-left: 0;
		padding-left: 0;
	}

	.carrer-wrap {
		padding: 10px;

	}

	.social-icons-banner {
		padding: 40px 0px !important;

		border-left: none !important;

	}

	.social-icons-banner ul li a {

		font-size: 15px;

	}

	.social-icons-banner ul li {

		width: 40px;
		height: 40px;

	}

	.top-bar-con-info ul li a {
		font-size: 12px;

	}

	.theme-btn {
		font-size: 14px;
		padding: 15px 14px;

	}

	.banner_text h1 br {
		display: none;
	}

	.banner_text h1 {
		font-size: 30px !important;
		line-height: 35px !important;
		margin-bottom: 10px !important;
		margin-top: 0 !important;
	}

	.banner_text h3 {

		font-size: 18px;
		margin-bottom: 0px;
	}

	.banner_text h4 {

		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.banner_text p {

		font-size: 12px;
		line-height: 20px;
		margin-bottom: 25px;
		width: 100%;

	}

	.text-aboutus h3 {
		font-size: 25px;
		margin-bottom: 5px;
	}

	.banner_text {
		padding-left: 0 !important;
	}

	.top-bar-con-info {
		margin-right: 0;
	}

	.home-banner img {
		height: 500px;
		object-position: 80% 100%;
	}

	.menuSec img {

		width: 80%;
	}

	.social-icons-banner {
		padding: 0px 0px !important;
		height: auto;
		margin-top: 45px;
	}

	.top-bar-con-info ul:before {
		display: none !important;
	}

	.top-bar-con-info ul li {

		justify-content: center;
	}

	.about-video-box ul li span {
		font-size: 14px;
		width: 100%;
		margin-top: 2px;
	}

	.about-video-box ul li i {

		font-size: 40px;
		left: 0;
		top: 50px;
		right: 0;
		margin: 0 auto;
	}

	.about-video-box ul {
		display: block;
		gap: 20px;
		width: 95%;
		margin-top: -130px;
		margin-left: 10px;
		padding: 10px;
	}

	.text-aboutus h2 {
		margin-bottom: 10px;
	}

	.text-aboutus a {
		margin: 0 auto;
	}

	.main-aboutus-img {
		margin-top: 20px;
	}


	.career-txt .btn-2 {

		width: 150px;
		margin: 0 auto;
	}

	.heading-why-choose p {

		width: 100%;
	}

	.text-chooseus ul li img {
		width: 30px;
	}

	.chooseusslid .slick-slide {
		margin: 0px 10px;
	}

	.heading-why-choose {
		margin-left: 10px;
		margin-bottom: 20px;
		text-align: center;
		margin-right: 10px;
	}

	.chooseusslid .slick-next {

		bottom: -37px;
	}


	.chooseusslid .slick-prev {
		bottom: -57px;
	}

	.evaluation-img img {
		width: 50%;
	}

	.service-img img {

		width: 100%;
	}

	.why-choose-us-sec {
		padding: 30px 0px 0px;
		margin-top: 0;
	}

	.img-why-chooseus img {

		height: 330px;
		object-fit: cover;
	}

	.text-chooseus ul li {

		font-size: 18px;
		color: #fff;
		line-height: 25px;
	}

	.text-chooseus ul {

		gap: 10px;

		padding-bottom: 15px;
		margin-bottom: 15px;
		padding-left: 0 !important;
		margin-left: 10px;
		margin-right: 10px;
	}


	.text-chooseus ul {
		gap: 10px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-txt h2 {
		font-size: 18px !important;
		line-height: 25px !important;
		margin-bottom: 10px !important;
	}

	.main-service-box {
		margin-bottom: 20px;
	}

	.services-sec {
		padding: 50px 0px;
	}

	.testimonial-slide-box h4 {
		font-size: 12px;
		margin-bottom: 0;
	}

	ul.star {

		gap: 2px;
		margin: 10px 0;
	}

	.testimonial-slide-box p {

		margin-bottom: 0;
	}

	ul.star i {

		font-size: 14px;
	}

	section.travel-ins-page-sec.pt-8.pb-8 {
		padding: 30px 0;
	}

	.gorilla-content .accordion-item {

		margin-bottom: 10px;

	}

	.accordion-body.gorrila-page-txt {
		padding: 5px 12px;

	}

	section.main_slider .img-fluid {
		max-width: 100%;
		height: auto;
		height: 500px;
		object-fit: cover;
		object-position: 80% 100%;
	}

	.gorilla-content .accordion-button:not(.collapsed) {

		padding-top: 10px;
	}

	.gorilla-content .accordion-button {
		font-size: 15px;
		padding: 10px 10px;
		line-height: 20px;
		margin-bottom: 0 !important;
	}

	.accordion-body.gorrila-page-txt p {
		margin-bottom: 10px;
	}

	ul.testi-page-profile-list {

		gap: 10px;
		margin: 0;
	}

	.gorilla-content .accordion-button::after {

		font-size: 18px;
	}

	.gorilla-content .accordion-button.collapsed {
		padding: 10px 10px;
		line-height: 20px;
		font-size: 14px;
	}

	.testimonial-page {
		padding: 40px 0;
	}

	ul.testi-page-profile-list h5 {
		font-size: 16px;

	}

	.testimonial-slide-box {
		padding: 15px;
		margin: 10px 10px;
	}

	.appointment-form {
		margin-bottom: 30px;
	}

	.page-id-15 .retail-sec.iner-retail-sec {
		margin-bottom: 20px !important;
	}

	.text-cleo ul li {
		font-size: 12px !important;
	}

	.retail-txt h2 {

		font-size: 25px !important;
		line-height: 35px !important;
	}

	.industries-txt h2 {

		font-size: 25px !important;
		line-height: 30px !important;
	}


	.services-sec .row {
		margin: 0px 0px;
	}

	.appointment-btn button {
		width: 100% !important;
		margin: 0 !important;
		height: 45px !important;
	}


	.appointment-form textarea {
		width: 100%;
		height: 100px;
		margin: 0 0 10px;
		padding: 20px;
		font-size: 14px;

	}

	.appointment-fields i {

		right: 10px;
		top: 15px;

	}

	.btm-service-detail-img {
		margin-top: 10px;
	}

	.appointment-form select {
		width: 100% !important;
		height: 50px !important;
		margin: 0 0 10px !important;
		padding: 0 20px !important;
		font-size: 14px !important;

	}

	.appointment-form input {
		width: 100% !important;
		height: 50px !important;
		margin: 0 0 10px !important;
		padding: 0 10px !important;

	}

	section.service-detail-sec .img-aboutus img {
		height: 200px;

	}

	.service-txt {
		padding: 20px 15px 0px;
		text-align: center;
	}

	.career-txt p {

		margin-bottom: 10px;
	}

	.cleo {
		padding: 10px 0px;
		text-align: center;
	}

	.cleo ul {

		margin-left: 15px !important;
	}

	footer {
		padding: 40px 0 0px;

	}

	.text-cleo h2 br {
		display: none;
	}

	.text-cleo h2 {

		margin-bottom: 10px;
		margin-top: 15px;
	}

	.career-txt {
		text-align: center;
	}

	.chooseusslid .slick-next {
		right: 25px;
		top: unset;
		bottom: -59px;
	}

	.career-sec {

		height: 300px;

		background-position: 30% 80%;
	}

	.industries-txt {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 20px;
		text-align: center;
		margin-top: 0px !important;
	}

	.industries-txt .btn-2 {

		margin: 0 auto;
	}

	.evaluation-sec ul.footer-social {
		list-style: none !important;
		justify-content: center;
	}

	.form-icons {

		top: 80px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.evaluation-img {

		text-align: center;
	}

	.form-icons p {
		font-size: 25px !important;
		margin-bottom: 0;
	}

	.evaluation-img {

		padding-left: 0;
	}

	.evaluation-form-main h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.evaluation-field textarea {
		height: 85px;
		margin-bottom: 5px;
		padding: 10px 12px;
	}

	.evaluation-field select {

		margin-bottom: 5px;

	}

	.evaluation-field input {

		margin-bottom: 5px;
		padding: 0px 12px !important;
	}

	ul.ftr-contact-list li {
		margin-bottom: 20px !important;
		gap: 10px !important;
	}

	section#custom_html-5 {
		margin-top: 20px !important;
	}

	section#custom_html-6 {
		margin-top: 20px !important;
	}

	.evaluation-form-main {

		padding: 10px 10px;
		margin-left: 0;
	}

	.retail-txt .btn-2 {

		margin: 0 auto;
	}

	.heading-industries {

		margin-bottom: 20px;
	}


	h2 {

		font-size: 30px !important;
		line-height: 40px !important;
	}

	.detail-video-sec {

		padding: 30px 0 30px;

	}

	.video-slide .slick-slide {

		margin: 40px 0px;
	}

	.detail-video-sec .sec-head * {

		margin-bottom: 5px;
	}

	.detail-video-tool i {
		width: 40px;
		height: 40px;

		font-size: 15px;

	}

	img.vid-tool-1 {

		height: auto !important;
	}

	.sec-head p {

		width: 100%;

	}

	.detail-video-box img {

		height: 120px;

	}

	p {

		font-size: 12px !important;
		line-height: 18px !important;
	}

}

@media only screen and (min-width: 300px) and (max-width: 519px) {

	.carousel-caption {

		background: rgb(0 0 0 / 70%);
	}

	.footer-nav p {
		font-size: 12px;
		margin-bottom: 0;
	}

	ul.footer-social i {
		font-size: 18px;
		width: 35px;
		height: 35px;

	}

	ul.footer-social {
		gap: 8px;
		margin: 15px 0 0;
	}

	.foter-box.ftr-bx-1 img {
		padding: 20px 20px;
		width: 60%;
	}

	ul.foter-links li {
		margin: 0px 0 5px;
	}

	ul.foter-links a {
		font-size: 12px;
		margin: 5px 0;

	}

	ul.ftr-contact-list i {
		font-size: 15px;

	}

	ul.ftr-contact-list p,
	ul.ftr-contact-list a {
		font-size: 12px;

	}

	.html ul.ftr-contact-list li {
		margin-bottom: 15px;
		margin-left: 0px !important;
		gap: 10px;
	}

	.foter-box.ftr-bx-3 {
		margin-left: 0;
	}

	.html ul.ftr-contact-list {
		padding: 0 !important;
		margin: 0 !important;
	}

	.foter-box.ftr-bx-4 button {

		margin-top: 3px;

	}

	.foter-box.ftr-bx-4 input {

		margin: 3px 0;
	}

	section#custom_html-8 {
		margin: 0 !important;
	}

	.foter-box.ftr-bx-4 {
		margin-left: 0;
	}

	.widget {
		margin: 0 !important;
	}

	.footer-nav-sec {

		margin-top: 20px;

	}

	.truisted-txt {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 30px;
		margin-left: 0;
		text-align: center;
	}

	.trusted-sec {
		padding: 50px 0px 0px;
	}

	.retail-txt {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		margin-top: 0 !important;
	}

	.industries-sec {
		padding-top: 30px;

	}

	.heading-services {

		margin-bottom: 30px;
	}

	.heading-services h2 {

		margin-bottom: 0px !important;
	}

	.aboutus {
		text-align: center;
		padding: 30px 0 0;
	}

	.top-bar-con-info ul {
		display: block;
		gap: 40px;
		margin: 0 !important;
	}

	.social-icons-banner ul {
		gap: 20px !important;
		justify-content: left !important;
		display: flex !important;
		margin-left: 10px;
	}

	.carousel-control-prev {
		width: 40px;
		height: 40px;
		left: 90px;
		bottom: 15px;
	}

	.carousel-control-next-icon {
		top: 17px;
		left: 12px;
	}

	.carousel-control-prev-icon {

		top: 13px;
		left: 13px;

	}

	.carousel-control-next {

		bottom: 15px !important;

	}

	.carousel-control-next {

		width: 40px;
		height: 40px;

	}

	.social-icons-banner:before {
		display: none;
	}

	.social-icons-banner ul li:before {

		bottom: 28px;

	}

	.social-icons-banner ul li:after {

		top: 30px;

	}

	section.appointment-sec {
		padding: 40px 0 0;
	}

	.contact1 {
		padding-right: 0;
		text-align: center;
	}

	.contact1 p,
	.contact2>p {

		margin-top: 5px;

	}

	.contact2 .icon i {
		font-size: 20px;

	}

	table.table tbody tr td {

		font-size: 12px !important;
	}


	tr.tb-heading th {
		padding: 15px 10px !important;

		font-size: 12px !important;
	}

	.hf-fields-wrap {
		overflow-x: scroll;
	}

	table.table {
		width: 1000px;
	}

	thead.th-bg tr th {
		font-size: 16px !important;
		padding: 10px 10px !important;

	}

	.carrer-wrap label {

		font-size: 12px !important;
	}

	.contact1 h2,
	.contact2 h2 {

		margin-bottom: 5px !important;

	}

	.carrer-wrap {
		padding: 10px !important;

	}

	.contact2 {
		margin-top: 20px;
		text-align: center;
	}

	.contact-page button.submit-btn {

		padding: 12px 0;

		font-size: 18px;

	}

	.map {
		margin-top: 20px;
	}

	.contact1 textarea {
		height: 100px;
		padding: 10px !important;
		margin-bottom: 5px;
	}

	.contact2 .icon_info {
		width: 100%;
	}


	.contact1 input {

		margin-bottom: 5px;
		height: 50px;
		padding: 20px;

		padding-left: 10px !important;
	}

	.contact-page {
		padding: 30px 0;
	}

	.contact2 .icon {
		height: 60px;
		width: 60px;
		margin-right: 0;
		margin: 0 auto;
	}

	.contact2 ul li {
		display: block;

		margin-bottom: 15px;

	}

	.contact2 ul li h4 {
		font-size: 20px;
		line-height: 35px;
	}

	.contact2 ul li p a {

		line-height: 22px;
		font-size: 14px;
		;
	}

	.contact2 ul {
		margin: 0 !important;
	}

	.map iframe {

		height: 180px;
	}

	.appointment-sec .col-lg-10.col-md-10.col-12.centerCol {
		padding: 0px 10px 0px !important;
	}

	    .head-right-link {
        text-align: center;
        padding: 10px 0px 40px;
        margin-left: 0;
        padding-left: 0;
    }
    
    .btn-2 {
   
   
    font-size: 12px;
    width: 100px;
    height: 40px;
   
}

	.carrer-wrap {
		padding: 10px;

	}

	.social-icons-banner {
		padding: 40px 0px !important;

		border-left: none !important;

	}

	.social-icons-banner ul li a {

		font-size: 15px;

	}

	.social-icons-banner ul li {

		width: 40px;
		height: 40px;

	}

	.top-bar-con-info ul li a {
		font-size: 12px;

	}

	.theme-btn {
		font-size: 12px;
		padding: 15px 14px;
	}

	.banner_text h1 br {
		display: none;
	}

	.banner_text h1 {
		font-size: 30px !important;
		line-height: 35px !important;
		margin-bottom: 10px !important;
		margin-top: 0 !important;
	}

	.banner_text h3 {

		font-size: 18px;
		margin-bottom: 0px;
	}

	.banner_text h4 {

		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.banner_text p {

		font-size: 12px;
		line-height: 20px;
		margin-bottom: 25px;
		width: 100%;

	}

	.text-aboutus h3 {
		font-size: 25px;
		margin-bottom: 5px;
	}

	.banner_text {
		padding-left: 0 !important;
	}

	.top-bar-con-info {
		margin-right: 0;
	}

	.home-banner img {
		height: 500px;
		object-position: 80% 100%;
	}

	.menuSec img {

		width: 80%;
	}

	.social-icons-banner {
		padding: 0px 0px !important;
		height: auto;
		margin-top: 45px;
	}

	.top-bar-con-info ul:before {
		display: none !important;
	}

	.top-bar-con-info ul li {

		justify-content: center;
	}

	.about-video-box ul li span {
		font-size: 14px;
		width: 100%;
		margin-top: 2px;
	}

	.about-video-box ul li i {

		font-size: 40px;
		left: 0;
		top: 50px;
		right: 0;
		margin: 0 auto;
	}

	.about-video-box ul {
		display: block;
		gap: 20px;
		width: 95%;
		margin-top: -130px;
		margin-left: 10px;
		padding: 10px;
	}

	.text-aboutus h2 {
		margin-bottom: 10px;
	}

	.text-aboutus a {
		margin: 0 auto;
	}

	.main-aboutus-img {
		margin-top: 20px;
	}


	.career-txt .btn-2 {

		width: 150px;
		margin: 0 auto;
	}

	.heading-why-choose p {

		width: 100%;
	}

	.chooseusslid .slick-slide {
		margin: 0px 0px;
	}

	.heading-why-choose {
		margin-left: 10px;
		margin-bottom: 20px;
		text-align: center;
		margin-right: 10px;
	}

	.chooseusslid .slick-next {

		bottom: -37px;
	}


	.chooseusslid .slick-prev {

		bottom: -37px;
	}

	.why-choose-us-sec {
		padding: 30px 0px 0px;
		margin-top: 0;
	}

	.img-why-chooseus img {

		height: 330px;
		object-fit: cover;
	}

	.text-chooseus ul li {

		font-size: 18px;
		color: #fff;
		line-height: 25px;
	}

	.text-chooseus ul {

		gap: 10px;

		padding-bottom: 15px;
		margin-bottom: 15px;
		padding-left: 0 !important;
		margin-left: 10px;
		margin-right: 10px;
	}


	.text-chooseus ul {
		gap: 10px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-txt h2 {
		font-size: 18px !important;
		line-height: 25px !important;
		margin-bottom: 10px !important;
	}

	.main-service-box {
		margin-bottom: 20px;
	}

	.services-sec {
		padding: 50px 0px;
	}

	.testimonial-slide-box h4 {
		font-size: 12px;
		margin-bottom: 0;
	}

	ul.star {

		gap: 2px;
		margin: 10px 0;
	}

	.testimonial-slide-box p {

		margin-bottom: 0;
	}

	ul.star i {

		font-size: 14px;
	}

	section.travel-ins-page-sec.pt-8.pb-8 {
		padding: 30px 0;
	}

	.gorilla-content .accordion-item {

		margin-bottom: 10px;

	}

	.accordion-body.gorrila-page-txt {
		padding: 5px 12px;

	}

	section.main_slider .img-fluid {
		max-width: 100%;
		height: auto;
		height: 500px;
		object-fit: cover;
		object-position: 80% 100%;
	}

	.gorilla-content .accordion-button:not(.collapsed) {

		padding-top: 10px;
	}

	.gorilla-content .accordion-button {
		font-size: 15px;
		padding: 10px 10px;
		line-height: 20px;
		margin-bottom: 0 !important;
	}

	.accordion-body.gorrila-page-txt p {
		margin-bottom: 10px;
	}

	ul.testi-page-profile-list {

		gap: 10px;
		margin: 0;
	}

	.gorilla-content .accordion-button::after {

		font-size: 18px;
	}

	.gorilla-content .accordion-button.collapsed {
		padding: 10px 10px;
		line-height: 20px;
		font-size: 14px;
	}

	.testimonial-page {
		padding: 40px 0;
	}

	ul.testi-page-profile-list h5 {
		font-size: 16px;

	}

	.testimonial-slide-box {
		padding: 15px;
		margin: 10px 10px;
	}

	.appointment-form {
		margin-bottom: 30px;
	}

	.page-id-15 .retail-sec.iner-retail-sec {
		margin-bottom: 20px !important;
	}

	.text-cleo ul li {
		font-size: 12px !important;
	}

	.retail-txt h2 {

		font-size: 25px !important;
		line-height: 35px !important;
	}

	.industries-txt h2 {

		font-size: 25px !important;
		line-height: 30px !important;
	}


	.services-sec .row {
		margin: 0px 0px;
	}

	.appointment-btn button {
		width: 100% !important;
		margin: 0 !important;
		height: 45px !important;
	}


	.appointment-form textarea {
		width: 100%;
		height: 100px;
		margin: 0 0 10px;
		padding: 20px;
		font-size: 14px;

	}

	.appointment-fields i {

		right: 10px;
		top: 15px;

	}

	.btm-service-detail-img {
		margin-top: 10px;
	}

	.appointment-form select {
		width: 100% !important;
		height: 50px !important;
		margin: 0 0 10px !important;
		padding: 0 20px !important;
		font-size: 14px !important;

	}

	.appointment-form input {
		width: 100% !important;
		height: 50px !important;
		margin: 0 0 10px !important;
		padding: 0 10px !important;

	}

	section.service-detail-sec .img-aboutus img {
		height: 200px;

	}

	.service-txt {
		padding: 20px 15px 0px;
		text-align: center;
	}

	.career-txt p {

		margin-bottom: 10px;
	}

	.cleo {
		padding: 10px 0px;
		text-align: center;
	}

	.cleo ul {

		margin-left: 15px !important;
	}

	footer {
		padding: 40px 0 0px;

	}
	.industries-sec:before {

    height: 100%;
  
}
	.evaluation-sec {
  
    height: 830px;

}

	.text-cleo h2 br {
		display: none;
	}

	.text-cleo h2 {

		margin-bottom: 10px;
		margin-top: 15px;
	}

	.career-txt {
		text-align: center;
	}

    .chooseusslid .slick-next {
        right: 25px;
        top: unset;
        bottom: -38px;
    }

	.career-sec {

		height: 300px;

		background-position: 30% 80%;
	}

	.industries-txt {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 20px;
		text-align: center;
		margin-top: 0px !important;
	}

	.industries-txt .btn-2 {

		margin: 0 auto;
	}

	.evaluation-sec ul.footer-social {
		list-style: none !important;
		justify-content: center;
	}

	.form-icons {

		top: 80px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.evaluation-img {

		text-align: center;
	}

	.form-icons p {
		font-size: 20px !important;
		margin-bottom: 0;
	}

	.evaluation-img {

		padding-left: 0;
	}

	.evaluation-form-main h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.evaluation-field textarea {
		height: 85px;
		margin-bottom: 5px;
		padding: 10px 12px;
	}

	.evaluation-field select {

		margin-bottom: 5px;

	}

	.evaluation-field input {

		margin-bottom: 5px;
		padding: 0px 12px !important;
	}

	ul.ftr-contact-list li {
		margin-bottom: 20px !important;
		gap: 10px !important;
	}

	section#custom_html-5 {
		margin-top: 20px !important;
	}

	section#custom_html-6 {
		margin-top: 20px !important;
	}

	.evaluation-form-main {

		padding: 10px 10px;
		margin-left: 0;
	}

	.retail-txt .btn-2 {

		margin: 0 auto;
	}

	.heading-industries {

		margin-bottom: 20px;
	}


	h2 {

		font-size: 30px !important;
		line-height: 40px !important;
	}

	.detail-video-sec {

		padding: 30px 0 30px;

	}

	.video-slide .slick-slide {

		margin: 40px 0px;
	}

	.detail-video-sec .sec-head * {

		margin-bottom: 5px;
	}

	.detail-video-tool i {
		width: 40px;
		height: 40px;

		font-size: 15px;

	}

	img.vid-tool-1 {

		height: auto !important;
	}

	.sec-head p {

		width: 100%;

	}

	.detail-video-box img {

		height: 120px;

	}
	
	.mobmenu-left-panel .mob-cancel-button {
        color: #000 !important;
    }

	p {

		font-size: 12px !important;
		line-height: 18px !important;
	}
	.mob-menu-logo-holder span {
    display: none;
}
    #mobmenuleft li a, #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
        color: #000 !important;
        font-weight: 900 !important;
        padding-bottom: 0 !important;
    }
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
   
    background: linear-gradient(187deg, rgba(213, 160, 51, 1) 0%, rgba(239, 199, 100, 1) 76%);
}


}


/*Media Query End*/


html {
	overflow-x: hidden;
}