/*------------------------------------------------------------------
[Style Layout Sheet For "NexGen Surveying"]

*  Basic Common CSS for HTML Tags(like:- html, body, div, span, p, a, h1 and many others)
*  Fonts
1. Body
2. Preloader

-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
html {
	width: 100%;
	height: 100%;
}
a, a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	-webkit-user-drag: none;
}
button:focus, input:focus {
	outline: 0;
}
body {
	font-family: Arial, 'sans-serif';
	font-weight: 400;
	background-color: #fff;
	float: left;
	width: 100%;
	color: #333333;
	margin: 0;
	font-size: 16px;
}
@font-face {
	font-family: 'icomoon';
	src: url('../css/fonts/icomoon.eot?90hs88');
	src: url('../css/fonts/icomoon.eot?90hs88#iefix') format('embedded-opentype'), url('../css/fonts/icomoon.ttf?90hs88') format('truetype'), url('../css/fonts/icomoon.woff?90hs88') format('woff'), url('../css/fonts/icomoon.svg?90hs88#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-star-empty:before {
  content: "\e918";
}
.icon-star:before {
  content: "\e917";
}
.icon-address:before {
	content: "\e90c";
}
.icon-choices:before {
	content: "\e90d";
}
.icon-credit-cards-payment:before {
	content: "\e90e";
}
.icon-home:before {
	content: "\e90f";
}
.icon-survey:before {
	content: "\e910";
}
.icon-tracking:before {
	content: "\e911";
}
.icon-user1:before {
	content: "\e912";
}
.icon-call:before {
	content: "\e913";
}
.icon-company:before {
	content: "\e914";
}
.icon-map:before {
	content: "\e915";
}
.icon-user:before {
	content: "\e916";
}
.icon-plus:before {
	content: "\e90a";
}
.icon-remove:before {
	content: "\e90b";
}
.icon-left-arrow:before {
	content: "\e908";
}
.icon-right-arrow:before {
	content: "\e909";
}
.icon-call-icon:before {
	content: "\e903";
}
.icon-hour-icon:before {
	content: "\e904";
}
.icon-email-icon:before {
	content: "\e905";
}
.icon-office-icon:before {
	content: "\e906";
}
.icon-quote-icon:before {
	content: "\e907";
}
.icon-process-icon-3:before {
	content: "\e900";
}
.icon-process-icon-2:before {
	content: "\e901";
}
.icon-process-icon-1:before {
	content: "\e902";
}
/**-------------------------
2. PreLoader CSS Starts
-------------------------**/
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000bf;
}
.loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	perspective: 500px;
	background-color: #1d3768b3;
}
.ball-clip-rotate-multiple {
	position: relative;
}
.ball-clip-rotate-multiple > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.loader-inner>div{
   	background-image: url(../images/loader.gif);
    background-size: cover;
    width: 200px;
    height: 100px;
  }
/**-------------------------
PreLoader CSS Ends
-------------------------**/

/**-------------------------
3. Home Page CSS Starts
-------------------------**/

/* Header CSS Starts */
.top-bar {
	background-color: #1d3768;
	text-align: right;
	padding: 10px;
}
.top-bar-content h5 {
	font-size: 16px;
	color: #fff;
}
.top-bar-link {
	color: #fff;
	transition: all .2s ease-in-out;
}
.top-bar-link:hover {
	color: #d1b750;
}
.start-header.scroll-on {
	top: 0;
}
.navigation-wrap {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 10px 0 rgba(138, 155, 165, 0.15);
	position: fixed;
	z-index: 1000;
	top: 39px;
	transition: 0.8s;
	-webkit-transition: 0.8s;
}
.navbar {
	padding: 0;
}
.navbar-brand img {
	width: 100%;
	max-width: 100%;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 200px;
	margin-right: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	background: #1d3768;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #1d3768;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #1d3768;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-item {
	transition: all .2s ease-in-out;
	position: relative;
	margin-left: 26px;
}
.nav-item ul {
	display: none;
	width: 240px;
	position: absolute;
	top: 35px;
	left: -25px;
	padding: 10px 25px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 6px;
	box-shadow: 0 10px 10px 0 rgb(138 155 165 / 15%);
}
.nav-item:hover ul {
	display: block;
}
.nav-link {
	color: #000 !important;
	transition: all 200ms linear;
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:hover .nav-link, .nav-item.active .nav-link {
	color: #d1b751 !important;
}
.nav-item.active .nav-link {
	font-weight: 600;
}
.nav-item ul .nav-item-sub {
	display: block;
	margin: 15px 0;
}
.nav-item ul .nav-item-sub .nav-link-sub {
	color: #000 !important;
	font-size: 16px;
}
.nav-item ul .nav-item-sub .nav-link-sub:hover {
	color: #d1b751 !important;
}
.nav-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #d1b751;
	transition: all .2s ease-in-out;
}
.nav-item:hover::after, .nav-item.active:after {
	width: 100%;
}
.dropdown-toggle::after {
	margin-left: 5px;
	vertical-align: middle;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.start-header.scroll-on .dropdown-menu {
	top: 70px;
}
.dropdown-menu {
	top: 70px;
	width: 100%;
	min-width: 370px;
	left: -303px;
	padding: 20px 10px;
	border: 1px solid #fff;
	border-radius: 6px;
	box-shadow: 0 10px 10px 0 rgba(138, 155, 165, 0.15);
}
.login-input {
	width: 100%;
	margin: 10px 0;
	padding: 10px 14px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 600;
}
.login-input:focus {
	outline: none;
}
.forgot-link a {
	color: #d1b751!important;
	text-decoration: underline;
	font-size: 17px;
	transition: 0.48s;
}
.forgot-link a:hover {
	color: #1d3768;
	text-decoration: underline;
}
.signin-btn {
	text-align: right;
	margin-bottom: 6px;
	margin-top: 10px;
}
.login-btn {
	background-color: #1d3768;
	padding: 8px 30px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	transition: 0.48s;
	border: 2px solid #1d3768;
}
.login-btn:hover {
	background-color: #fff;
	color: #1d3768;
}
/* Header CSS Ends */

/* Banner CSS Starts */
.banner-wrapper {
	background-image: url(../images/banner.jpg);
	padding: 170px 0 150px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.banner-heading {
	background-color: #1d3768;
	display: block;
	padding: 10px 40px 10px 24px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 6px;
	margin: 15px 0;
	width: fit-content;
}
.banner-subheading {
	font-size: 20px;
	color: #333333;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 6px;
	padding: 10px 20px;
	line-height: 35px;/*box-shadow: -10px 0 0 10px #fff, 16px 0 0 10px #fff;
  line-height: 50px;
  position: relative;
  left: 20px;*/
}
.ordernow-btn {
	background-color: #d1b750;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	margin: 15px 0;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #d1b750;
}
.ordernow-btn:hover {
	background-color: #ffffffd1;
	color: #1d3768;
	border: 2px solid #1d3768;
}
/* Banner CSS Ends */

/* Info Area CSS Starts */
.info-wrapper {
	padding: 40px 0;
	margin-top: -90px;
}
.info-area {
	text-align: center;
}
.info-slider h3.info-identity {
	font-size: 60px;
	color: #1d3768;
}
.info-slider p, .info-slider ul {
	font-size: 20px;
	max-width: 85%;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.info-slider ul {
	max-width: 82%;
	padding: 20px 0 0 0;
	text-align: left;
}
.info-slider ul li {
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
.info-slider ul li ul {
	padding: 10px 0 0 0;
	max-width: 84%;
}
.info-slider ul li ul li {
	list-style-type: circle;
	list-style-position: inside;
}
.info-slider .slick-prev.slick-arrow {
	top: 50%;
	left: -100%;
	border: none;
	background-color: transparent;
	color: #d9d9d9;
	font-size: 50px;
	border-radius: inherit;
}
.info-slider .slick-prev.slick-arrow:hover, .info-slider .slick-next.slick-arrow:hover {
	color: #1d3768;
}
.info-slider .slick-next.slick-arrow {
	top: 50%;
	right: -100%;
	border: none;
	background-color: transparent;
	color: #d9d9d9;
	font-size: 50px;
	border-radius: inherit;
}
.info-slider {
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
}
.sur-image img {
	margin: 0 0 0 auto;
	max-width: 70%;
	width: 100%;
	padding-top: 30px;
}
/* Info Area CSS Ends */

/* Featured Area CSS Starts */
.featured-wrapper {
	padding: 60px 0;
	display: none;
}
.featured-content {
	text-align: center;
}
.featured-content h2 {
	font-size: 60px;
	color: #1d3768;
}
.yellow-text {
	color: #d1b750;
	font-weight: 600;
}
.featured-content p {
	font-size: 20px;
	max-width: 75%;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.featured-list {
	padding: 15px 0;
}
.featured-list-wrap {
	background-color: #f7f7f7;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px 0;
	transition: 0.48s;
}
.featured-list-wrap:hover {
	background-color: #fff;
	box-shadow: 0px 0px 25px 2px #ececec;
}
.featured-image-wrap {
	width: 100%;
	overflow: hidden;
	/*min-height: 240px;*/
	height: 100%;
	position: relative;
}
.featured-image-wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: 0.48s all ease-in-out;
}
.featured-image-wrap:hover img {
	transform: scale(1.1);
}
.featured-list-content {
	padding: 25px;
}
.featured-list-content h3 a {
	color: #1d3768;
	font-size: 26px;
	padding-bottom: 15px;
	transition: 0.48s;
	display: inline-block;
}
.featured-list-content h3 a:hover {
	color: #d1b751;
}
.featured-list-content p {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
}
.featured-img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: #00000059;
}
.featured-list-wrap:hover .featured-img-overlay {
	opacity: 0;
}
/* Featured Area CSS Ends */

/* Process Area CSS Starts */
.process-wrapper {
	background-image: url(../images/process-bg.jpg);
	color: #fff;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1d3768;
}
.process-content {
	text-align: center;
}
.process-content h2 {
	font-size: 60px;
	padding-bottom: 15px;
}
.process-content p {
	font-size: 20px;
}
.process-list {
	padding: 40px 0 20px 0;
}
.process-list-wrap {
	padding: 30px 20px;
	text-align: center;
	background: transparent;
	transition: 0.48s;
	border-radius: 6px;
	margin: 20px;
}
.process-active {
	background: #fff;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.process-image-wrap {
	padding-bottom: 40px;
}
.process-list-content h3 {
	font-size: 26px;
	padding-bottom: 15px;
	transition: 0.48s;
}
.process-active .process-list-content h3 {
	color: #d1b751;
}
.process-list-content p {
	font-size: 18px;
	line-height: 26px;
	transition: 0.48s;
	min-height: 130px;
}
.process-active .process-list-content p {
	color: #333333;
}
.process-image-wrap span {
	font-size: 80px;
	color: #fff;
	transition: 0.48s;
}
.process-active .process-image-wrap span {
	color: #999999;
}
/* Process Area CSS Ends */

/* Review Area CSS Starts */
.review-wrapper {
	padding: 40px 0 70px 0;
	text-align: center;
}
.review-wrap .icon-quote-icon {
	color: #c9c9c9;
	font-size: 80px;
}
.review-slider {
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}
.review-wrap p {
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	padding: 10px 0px 20px 0px;
}
.review-identity {
	color: #d1b751;
	font-weight: 600;
	font-size: 22px;
}
/*.review-content .yellow-text {
  display: block;
}*/
.review-content h2 {
	font-size: 60px;
	color: #1d3768;
}
.review-content p {
	line-height: 28px;
	max-width: 80%;
	width: 100%;
}
.review-wrap {
	padding: 10px 15px;
}
.review-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	bottom: -30px;
	right: 0;
}
.review-slider .slick-dots li {
	margin: 0 4px;
}
.review-slider .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 6px;
	background-color: #d9d9d9;
	text-indent: -9999px;
}
.review-slider .slick-dots li.slick-active button {
	background-color: #1d3768;
	width: 25px;
}
/* Review Area CSS Ends */

/* Quick Quote CSS Starts */
.quick-quote-wrapper {
	/*background-image: url(../images/quick-quote-bg.jpg);*/
	background-image: url(../images/process-bg.jpg);
	color: #fff;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: #d1b751;    */
	background-color: #1d3768;
}
.office-info li {
	display: flex;
	padding: 20px 0;
}
.office-icon {
	color: #fff;
	font-size: 40px;
	padding-right: 30px;
	position: relative;
	top: -10px;
}
.office-content h4 {
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 6px;
	/*color: #1d3768;*/
	color: #d1b750;
}
.office-content p {
	font-size: 18px;
	line-height: 26px;
}
.office-link {
	/*color: #1d3768;*/
	color: #d1b750;
	text-decoration: underline;
	transition: 0.48s;
}
.office-link:hover {
	color: #fff;
	text-decoration: underline;
}
.quick-quote-form h2 {
	font-size: 60px;
	padding-bottom: 10px;
}
.blue-text {
	font-weight: 600;
	color: #1d3768;
}
.quick-quote-form p {
	font-size: 20px;
}
.input-field {
	width: 100%;
	margin: 7px 0;
	padding: 14px 14px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
}
.input-error {
	border: 1px solid red;
}
.robot-checker-box .alert {
	padding: 0 10px;
	margin-bottom: 0;
	border: none;
	background-color: red;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	display: block;
}
.input-field:focus {
	outline: none;
}
.input-field::placeholder, .login-input::placeholder {
 color: #bfbfbf;
}
.input-field:-ms-input-placeholder, .login-input:-ms-input-placeholder {
 color: #bfbfbf;
}
.input-field::-ms-input-placeholder, .login-input::-ms-input-placeholder {
 color: #bfbfbf;
}
.submit-btn {
	/*background-color: #1d3768;*/
	background-color: #d1b750;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	margin: 20px 0 10px 0;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #d1b750;/* border: 2px solid #1d3768;*/
}
.submit-btn:hover {
	background-color: transparent;
	color: #d1b750;
}
/* Quick Quote CSS Ends */

/* Latest News CSS Starts */
.latest-news-wrapper {
	padding: 80px 0 120px 0;
}
.latest-content {
	text-align: center;
}
.latest-content h2 {
	font-size: 60px;
	color: #1d3768;
}
.latest-content p {
	font-size: 20px;
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.latest-news-slider {
	padding-top: 20px;
	padding-bottom: 30px;
}
.news-list-wrap {
	/*background-color: #f7f7f7;*/
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px 15px;
	transition: 0.48s;
	max-width: 350px;
}
.news-list-wrap:hover {
	box-shadow: 0px 0px 25px 2px #ececec;
}
.news-image-wrap {
	width: 100%;
	overflow: hidden;
	/*min-height: 240px;*/
	height: 100%;
	position: relative;
}
.news-image-wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: 0.48s all ease-in-out;
}
.news-image-wrap:hover img {
	transform: scale(1.1);
}
.news-list-content {
	padding: 25px;
}
.news-list-content h3 a {
	color: #1d3768;
	font-size: 23px;
	padding-bottom: 15px;
	transition: 0.48s;
	display: inline-block;
}
.news-list-content h3 a:hover {
	color: #d1b751;
}
.news-list-content p {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
}
.news-img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: #00000059;
}
.news-list-wrap:hover .news-img-overlay {
	opacity: 0;
}
.slick-slide:focus {
	outline: none;
}
.slick-slide {
	position: relative;
}
.slick-prev.slick-arrow {
	position: absolute;
	top: 100%;
	left: -100px;
	right: 0;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	background-color: #1d3768;
	border: 1px solid #1d3768;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	transition: 0.48s;
	border-radius: 6px;
}
.slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover {
	background-color: transparent;
	color: #1d3768;
}
.slick-next.slick-arrow {
	position: absolute;
	top: 100%;
	right: -100px;
	left: 0;
	cursor: pointer;
	border: 1px solid #1d3768;
	margin: 0 auto;
	text-align: center;
	background-color: #1d3768;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	transition: 0.48s;
	border-radius: 6px;
}
/* Latest News CSS Ends */

/* Footer CSS Starts */
footer {
	background-color: #1a3667;
	color: #fff;
	padding: 40px 0;
	background-image: url(../images/process-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-logo {
	padding-bottom: 30px;
}
.footer-info p {
	line-height: 28px;
	margin-bottom: 20px;
	max-width: 60%;
	width: 100%;
}
.footer-links h3 {
	font-size: 26px;
	padding-bottom: 20px;
}
.footer-links li {
	padding: 8px 0;
}
.footer-links a {
	color: #d1b750;
	transition: all 200ms linear;
	position: relative;
}
.footer-links a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #fff;
	transition: all .2s ease-in-out;
	bottom: -5px;
}
.footer-links a:hover {
	color: #fff;
}
.footer-links a:hover::after {
	width: 100%;
}
.subfooter-wrapper {
	padding: 30px 0;
	text-align: center;
}
/* Footer CSS Ends */

/**-------------------------
Home Page CSS Ends
-------------------------**/

/**-------------------------
About Page CSS Starts
-------------------------**/

.page-wrapper {
	background-image: url(../images/page-banner.jpg);
	padding: 160px 0 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-content {
	text-align: center;
}
.page-content .page-subheading {
	background-color: #ffffff;
	display: inline-block;
	padding: 10px 30px;
	font-size: 32px;
	color: #1d3768;
	font-weight: 600;
	border-radius: 6px;
}
.page-content-wrapper {
	padding: 40px 0;
}
/*.page-content-wrapper {
  padding: 80px 0;
}*/
.page-content-text {
	text-align: center;
}
.page-content-text h1, .page-content-text h2 {
	font-size: 60px;
	color: #1d3768;
}
.page-content-text h1.white-col, .page-content-text h2 {
	font-size: 60px;
	color: #1d3768;
}
.page-content-text h1.white-col{
	color: #fff;
}
.page-content-text p {
	font-size: 18px;
	max-width: 92%;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.meet-wrapper {
	background-image: url(../images/process-bg.jpg);
	color: #fff;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1d3768;
}
.meet-content h3 {
	font-size: 44px;
	font-weight: 600;
	max-width: 80%;
	width: 100%;
	line-height: 54px;
}
.meet-content p {
	font-size: 18px;
	line-height: 28px;
}
.meet-space {
	padding: 24px 0;
}
.company-wrapper {
	padding: 40px 0;
	/* display: none; */
	background-color: #f3f6f9a6;
}
.company-list {
	padding: 20px 0;
	text-align: center;
}
.company-info {
	margin: 20px 0;
}
.company-logo {
	padding-bottom: 15px;
}
.company-identity h4 {
	/*background-color: #f3f6f9;*/
	background-color: #eff3f7;
	padding: 24px 10px 15px 10px;
	font-size: 16px;
	color: #000;
	font-style: italic;
	font-weight: 600;
	position: relative;
	min-height: 87px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.company-identity h4:before {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	content: "";
	/*border-bottom: 20px solid #fff;*/
	border-bottom: 20px solid #f7f9fb;
	position: absolute;
	width: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	transform: rotate(180deg);
}
/**-------------------------
About Page CSS Ends
-------------------------**/

/**-------------------------
Contact Page CSS Starts
-------------------------**/

.con-link {
	color: #fff;
	transition: 0.48s;
	text-decoration: none;
}
.con-link:hover {
	color: #fff;
	text-decoration: underline;
}
.robot-checker-box .g-recaptcha {
	margin: 7px 0 0 0;
}
/**-------------------------
Contact Page CSS Ends
-------------------------**/

/**-------------------------
Services Page CSS Starts
-------------------------**/

.service-list-wrap {
	padding: 30px 0 30px 0;
}
.blog-info h1, .blog-info h2 {
	font-size: 34px;
	color: #1d3768;
	padding: 0 0 20px 0;
}
.service-info h3 {
	font-size: 26px;
	color: #1d3768;
	padding: 20px 0;
}
.service-info h4 {
	font-size: 22px;
	color: #1d3768;
	padding: 10px 0;
}
.bold-text {
	font-weight: 600;
}
.service-info p {
	font-size: 18px;
	max-width: 90%;
	width: 100%;
	padding-bottom: 20px;
	line-height: 28px;
}
.service-info ol {
	font-size: 18px;
	max-width: 90%;
	width: 100%;
	line-height: 28px;
	padding-left: 18px;
}
.service-info ol li {
	padding-bottom: 20px;
	padding-left: 5px;
}
.service-info .ordernow-btn {
	padding: 8px 30px;
}
/**-------------------------
Services Page CSS Ends
-------------------------**/
/**-------------------------
Order Now Page CSS Starts
-------------------------**/

.order-quote {
	padding: 50px 0;/*background-image: url(../images/order-bg.jpg);*/
}
.order-link {
	color: #d1b750;
	transition: 0.48s;
	text-decoration: underline;
}
.order-link:hover {
	color: #1d3768;
}
.order-quote .quick-quote-form p {
	font-size: 18px;
}
.quote-heading {
	font-size: 22px;
	padding-bottom: 10px;
}
.quote-heading b {
	font-weight: 600;
}
.quote-field input::-webkit-outer-spin-button, .quote-field input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.quote-field input[type=number] {
	-moz-appearance: textfield;
}
.bottom-line-1 {
	border-bottom: 1px solid #0b1f4a;
	margin-top: 10px;
}
.bottom-line-2 {
	border-bottom: 1px solid #2f4a86;
	margin-bottom: 10px;
}
.forms-check {
	margin: 5px 0 10px -15px;
	display: inline-block;
}
.forms-check input[type="checkbox"] {
	visibility: hidden;
	margin: 0;
	height: 0;
}
.forms-check .box-label {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.forms-check input[type="checkbox"] + .box-label:before {
	border: 1px solid #fff;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 28px;
	margin: 0px 12px 0 0;
	padding: 0;
	vertical-align: top;
	width: 28px;
	border-radius: 4px;
	background-color: #fff;
}
.forms-check input[type="checkbox"]:checked + .box-label:before {
	background: #fff;
	color: #1d3768;
	content: "\2713";
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
.quote-field textarea {
	min-height: 110px;
}
.quote-field select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	cursor: inherit;
	line-height: inherit;
	z-index: 1;
	outline: none;
}
.quote-field select::-ms-expand {
 display: none;
}
.select.quote-field {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	background-color: #fff;
	width: 100%;
	margin: 7px 0;
	/*padding: 14px 14px;*/
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
}
.select.quote-field select, .select.quote-field::after {
	grid-area: select;
	height: 57px;
	padding-left: 14px;
}
.select.quote-field:not(.select--multiple)::after {
	content: "";
	justify-self: end;
	width: 0.8em;
	height: 0.5em;
	background-color: #333333;
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	margin-right: 14px;
}
.select.quote-field select:required:invalid {
 color: #bfbfbf;
}
.optionadd {
	cursor: pointer;
	color: #d1b750;
	transition: 0.48s;
	font-weight: 600;
	padding-bottom: 20px;
	display: inline-block;
}
.optionadd:hover {
	color: #fff;
}
.optionadd span {
	padding-right: 10px;
	position: relative;
	top: -1px;
	font-size: 16px;
	font-weight: 600;
}
.icon-remove {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	color: #fff;
	border: 2px solid #d1b750;
	border-radius: 50%;
	background: #d1b750;
	font-weight: 600;
	width: 28px;
	height: 28px;
	display: flex;
	transition: 0.48s;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.icon-remove:hover {
	background-color: #1d3768;
	color: #d1b750;
}
.optionblock {
	position: relative;
}
/**-------------------------
Order Now Page CSS Ends
-------------------------**/
/**-------------------------
Order History Page CSS Starts
-------------------------**/
.order-table-section {
	text-align: left;
	background-color: #f9f9f9;
	padding: 30px;
	font-size: 15px;
	border-radius: 10px;/*font-weight: bold;*/
}
.page-content-text ul.datalist_points {
	font-size: 18px;
	padding: 0px 0 20px 20px;
}
.page-content-text ul.datalist_points li {
	width: 100%;
	padding: 0 0 10px 0;
	list-style-type: disc;
}
.order-table-section .document-section li {
	display: inline-block;
	padding: 0 3px;
}
/**-------------------------
Order History Page CSS Ends
-------------------------**/
/**-------------------------
Payment Page CSS Starts
-------------------------**/
.order-table-section h3.payment_h {
	font-size: 20px;
	padding-bottom: 10px;
	color: #d1b750;
	font-weight: 600;
}
.order-table-section p {
	max-width: 100%;
	font-size: 16px;
	padding: 12px 0;
}
.order-table-section label {
	font-size: 16px;
	padding-bottom: 10px;
}
.page-content-text ul.datalist_points li ul {
	padding: 20px 20px 20px 40px;
	background-color: #efefef;
	margin: 20px 0 5px 0;
}
.page-content-text ul.datalist_points li ul li {
	list-style-type: circle;
}
.page-content-text ul.datalist_points li ul li:last-child {
	padding: 0;
}
.warning {
	background: ivory;
	padding: 10px;
}
.star {
	color: red;
}
.error {
	color: red;
}
/**-------------------------
Payment Page CSS Ends
-------------------------**/
/**-------------------------
Edit Account Information Page CSS Starts
-------------------------**/
.order-table-section hr {
	margin: 30px 0;
}
#success-response {
	padding: 0 10px;
	margin-bottom: 0;
	border: none;
	background-color: green;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	display: block;
	border-radius: .25rem;
}
.order-table-section .submit-btn {
	margin: 20px 0 10px 0;
}
#visibility_ico {
	cursor: pointer;
	max-width: 24px;
	width: 100%;
}
/**-------------------------
Edit Account Information Page CSS Ends
-------------------------**/

/**-------------------------
Constant Contact Area CSS Starts
-------------------------**/
.news-latter {
	padding: 40px 0;
}
.news-latter-content {
	text-align: center;
}
.news-latter-content h2 {
	font-size: 60px;
	color: #1d3768;
	padding-bottom: 15px;
}
.news-latter-content p {
	font-size: 20px;
}
.news-latter-area #sigunup_area {
	padding-top: 20px;
	text-align: center;
}
.news-latter-area #sigunup_area .ctct-inline-form {
	width: 60%;
	margin: 0 auto;
}
#sigunup_area .g-recaptcha {
	display: none !important;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults {
	padding: 0;
	font: inherit;
}
.news-latter-area #sigunup_area .ctct-form-label, .news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults form h2.ctct-form-header {
	display: none;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
	/*background: #0e9404;*/
	border-radius: 8px;
	padding: 0px 20px;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success h2.ctct-form-header {
	color: #41ad49;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success h2.ctct-form-header::before {
	color: #41ad49;
    font-size: 20px;
    content: "";
    background: url('../images/tick.svg') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 15px;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success p.ctct-form-text {
	color: #333333;
}
.news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success h2, .news-latter-area #sigunup_area div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success p {
	color: #ffffff;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	width: 100%;
	margin: 15px 0;
	padding: 14px 14px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	background-color: #ffffff;
	color: #495057 !important;
	border: 1px solid #ced4da;
	box-shadow: inherit;
	line-height: inherit;
	color: inherit;
	display: inherit;
	height: 57px;
	outline: none;
}
#sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text, #sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-link {
	color: #333333;
	font: inherit;
	font-size: 12px;
}
#gdpr_text .ctct-gdpr-text{
	display: none;
}
.ctct-gdpr-text-ours, .ctct-gdpr-text-ours .ctct-form-footer-link{
	color: #333333;
  font: inherit;
  font-size: 12px;
  width: 60%;
  margin: 0 auto;
}
.ctct-gdpr-text-ours .ctct-form-footer-link{
	color: #d1b750;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	width: auto;
	background-color: #d1b750;
	padding: 10px 40px;
	display: inline-block;
	color: #ffffff;
	border-radius: 6px;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #d1b750;
	line-height: inherit;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
	background: #f5463b;
	padding: 5px 10px;
	color: #ffffff !important;
	border-radius: 6px;
}
#sigunup_area div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
	background-color: #ffffffd1;
	color: #1d3768;
	border: 2px solid #1d3768;
}
#sigunup_area div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header, #sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font: inherit;
	line-height: 1.5;
	font-size: 30px;
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: 600;
}
#sigunup_area div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font-size: 20px;
	margin: 0 0 5px 0;
}
/**-------------------------
Constant Contact Area CSS Ends
-------------------------**/

/*8th Feb 2021*/
.page-item.active .page-link {
	background-color: #1d3768;
	border-color: #1d3768;
}
.page-link:focus {
	box-shadow: none;
}
.page-link {
	color: #1d3768;
}
.form-control:focus {
	border: 1px solid #ced4da;
	box-shadow: none;
}
.pay-btn {
	background-color: #1d3768;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	margin: 10px 0;
	font-size: 22px;
	transition: 0.48s;
	border: 2px solid #1d3768;
	width: fit-content;
}
.pay-btn:hover {
	background-color: transparent;
	color: #1d3768;
}
.pay-btn:focus {
	outline: none;
}
#submit_payment .form-control, .nexgen-edit-account .form-control {
	width: 100%;
	padding: 17px 14px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	/*height: 100%;*/
	height: 57px;
}
#submit_payment .form-control::placeholder {
 color: #bfbfbf;
}
#submit_payment .form-control:-ms-input-placeholder {
 color: #bfbfbf;
}
#submit_payment .form-control::-ms-input-placeholder {
 color: #bfbfbf;
}
.edit-margin {
	margin: 7px 0;
}
.nexgen-acc-icon {
	font-size: 24px;
	margin-right: 12px;
	color: #1d3768;
	font-weight: bold;
}
.acc-pages .form-group {
	margin-bottom: 10px;
}
.nexgen-subtext p {
	padding: 10px 0;
	font-weight: 600;
	max-width: 100% !important;
}
.n-account-links li a {
	color: #1d3768;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	display: inline-block;
	transition: 0.48s;
}
.n-account-links li a:hover {
	color: #d1b750;
}
.n-account-links span {
	font-size: 26px;
	margin-right: 12px;
}
.quote-check {
	margin: 10px 0;
}
.checkbox.move-right-checkbox.forms-check input[type="checkbox"]:checked + .box-label:before, .checkbox.move-right-checkbox.forms-check input[type="checkbox"] + .box-label:before {
	border: 1px solid #e4e7ea;
}
.checkbox.move-right-checkbox.forms-check .box-label {
	font-size: 18px;
	color: #485057;
}
.nexgen-address .form-control {
	width: 100%;
	padding: 17px 14px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	height: 57px;
	margin: 0 0 10px 0;
}
#forgot_password .form-control {
	width: 100%;
	margin: 10px 0;
	padding: 10px 14px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 600;
	height: 57px;
}
#myModal .btn.btn-primary {
	background-color: #1d3768;
	padding: 8px 30px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	transition: 0.48s;
	border: 2px solid #1d3768;
}
#myModal .btn.btn-primary:hover {
	background-color: #fff;
	color: #1d3768;
}
#myModal .modal-title {
	float: left;
	width: 100%;
}
#myModal .modal-header .close {
	position: absolute;
	right: 20px;
}
.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus {
	outline: none;
	box-shadow: none;
}
.nexgen-text-pages .order-table-section h3.payment_h {
	padding-top: 20px;
	padding-bottom: 0px;
}
.service-detail .service-list-icon {
	padding-bottom: 15px;
}
.service-detail .service-info p {
	max-width: 100%;
}
.full-info {
	padding: 20px 0 0 0;
}
.nav-item ul .nav-item-sub.nav-sub-active .nav-link-sub {
	color: #d1b750 !important;
}
.service-faq {
	max-width: 100%;
	width: 100%;
	margin: 30px auto;
}
.s-card-title {
	font-size: 26px;
	color: #1d3768;
	font-weight: 600;
	border: none;
	background: none;
	text-align: left;
	transition: 0.48s;
}
.service-faq .card-body p {
	margin-left: 10px;
	font-size: 18px;
	line-height: 28px;
	border-left: 4px solid #1d3768;
	padding-left: 20px;
}
#accordion {
	text-align: left;
}
.service-faq .card-header {
	background-color: transparent;
	border-bottom: none;
	padding: 20px 0;
}
.service-faq .card {
	border-left: none;
	border-right: none;
	background-color: transparent;
	border-radius: 0;
}
.service-faq .card-body {
	padding: 0px 0 25px 0px;
}
.s-card-title[aria-expanded="true"], .s-card-title:hover {
	color: #d1b750;
}
.s-card-title:before {
	content: "-";
	position: absolute;
	right: 30px;
	color: #1d3768;
	font-size: 42px;
	top: 14px;
}
.s-card-title.collapsed:before {
	content: "+";
}
.no-user-txt p {
	max-width: 100%;
	padding: 7px 0;
}
.acc-pages {
	background-image: url(../images/process-bg.jpg);
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1d3768;
}
.acc-pages .page-content-text h2 {
	color: #fff;
}
.review-wrap .icon-star, .icon-star-empty {
  margin: 15px 4px;
  color: #d1b751;
  font-size: 24px;
  display: inline-block;
}
.text-yellow{
	color: #d1b750;
}