/* @import must be at top of file, otherwise CSS will not work */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');


/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", sans-serif;
	margin-top: 0;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #044764;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
/*.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}*/
ul, li {
	list-style: outside none none;
}
.form-control {
	background: #f5f8fa;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	height: 50px;
	padding: 9px 15px;
	font-size: 14px;
}
div.content-right form label sup {
	color: red;
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.section-title {
	margin: 0 0 60px;
	text-align: center;
}
/* btn hover effect */
.btn-one {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	border: 2px solid #ffa019;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 8px 40px 9px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 2px;
}
.btn-one:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffa019;
	border: 2px solid #ffa019;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-one:hover, .btn-one:focus, .btn-one:active {
	color: #fff;
}
.btn-one:hover:before, .btn-one:focus:before, .btn-one:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*
================================================
 Thank you
================================================
*/
.main {
	height: 120px;
}
#abc {
	background-color: #989898;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.98;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.thankyou p {
	font-size: 18px;
	padding: 10px 0 0;
	color: #616367;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}
.thankyou p a {
	color: #fa7b2a;
	font-weight: bold;
	text-decoration: none;
}
.thankyou p a:hover {
	opacity: 0.8;
}
div.popupcontact {
	width: 600px;
	margin: 0 auto;
	min-height: 250px;
	background: #fff;
	border-bottom:10px solid #21478B;
}
.thankyou {
	padding: 10px 0 25px;
	text-align: center;
}
img#thankyou {
	padding: 45px 0 15px;
	text-align: center;
}
.thankyou p {
	font-size:18px;
	padding:10px 0 0;
}
img#close {
	cursor: pointer;
	float: right;
	margin: -15px -15px 0 0;
	padding: 0;
}
/*
================================================
 Top Bar
================================================
*/
.top-bar {
	float:left;
	width:100%;
	padding:15px 0;
}
.top-bar .container {
	width:85%;
}	
/*** Social Icons ***/
.social-icons {
	float:right;
	margin:0;
	padding:18px 0 0;
	color:#a2a2a2;
}	
.social-icons ul {
	margin:0;
	padding:0;	
}
.social-icons ul li:last-child {
	border:none;
}	
.social-icons ul li {
	list-style:none;
	display:inline-block;
	border-right:1px solid #a2a2a2;
	padding:0 15px 0 12px;
	line-height:22px;
}	
.social-icons ul li a {
	color:#a2a2a2;	
}
.social-icons ul li a:hover {
	color:#bfbdbd;	
}	

.social-icons ul li a svg path {
	fill: #a2a2a2;
	transition: .4s ease-in-out;
}
.social-icons ul li a:hover svg path {
	fill: #666;
	transition: .4s ease-in-out;
}
/*
================================================
 Content Wrapper
================================================
*/		
.content-wrapper {
	background:url(../jpg/banner-bg-3.jpg) no-repeat 19% top;
	width:100%;
	min-height:1090px;
	float:left;
	background-size:cover;
}
.content-wrapper .container {
	width:94%;
}	
.content-wrapper .title {
	text-align:center;
	padding:45px 0 0;
	display:inline-block;
	text-align:center;
	width:100%;
}	
.content-wrapper .title h1 {
	color:#fff;
	font-size:38px;
	margin:0 0 10px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:2px;
}
.content-wrapper .title p {
	color:#fff;
	font-size:24px;
	font-weight:300;	
	margin:0 0 30px;
}	
/*** content-inner ***/
.content-inner {
	float:left;
	width:100%;
	background:#fff;
	padding:40px 37px 50px 45px;
	border-radius:4px;
	margin: 0 0 50px;
}	
/* content-left */
.content-left {
	float: left;
	margin: 0;
	border-right: 1px solid #bcbcbc;
	padding: 0 5% 0 0;
	width: 60%;
}	
.content-left h2 {
	margin:0 0 30px;
	padding:0;
	font-size:18px;
	font-weight:700;
	color:#21478b;
}
.content-left h4 {
	margin:0 0 8px;
	padding:0;
	font-size:18px;
	font-weight:600;
	color:#21478b;
}
.content-left h4 span {
	font-family: "Outfit", sans-serif;
	font-weight:700;
}	
.content-left p {
	font-size:17px;
	font-weight:300;
}	
.content-left p a {
	color:#21478b;
	font-weight: 600;
}	
.content-left .space {
	margin:20px 0 0;
}	
/* Classic Tabs */
.classic-tab-panel {
	padding: 0 0 5px;
}
.classic-tab-panel .tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 60px 2px 0;
	transition: all 0.2s ease-in 0s;
	position:relative;
	border-bottom:0px solid #bcbcbc;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li:hover:after {
	background:#2f506c;
	left: 0;
	width: 100%;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #9e9e9e;
	font-size: 18px;
	padding: 0 0 15px;
	border-radius: 0;
	border:none !important;
	font-weight:700;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open > a, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open > a > i, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open .dropdown-menu, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active {
	position: relative;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #21478b;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.classic-tab-panel .tabbable-line > .tab-content {
	margin-top:0;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #bcbcbc;
	padding: 20px 0 15px 0;
}
.portlet .classic-tab-panel .tabbable-line > .tab-content {
	padding-bottom: 0;
}
.classic-tab-panel .btn {
	background: #2f506c;
	color: #fff;
}
.classic-tab-panel .btn:hover {
	color: #fff;
}	
/* Bulleted Section */	
.content-bullets ul {
	margin:0;
	padding:20px 0 0;
}
.content-bullets ul li {
	list-style:none;
	background:url(../png/bullet-icon-2.png) left 2px no-repeat;
	padding:0 0 25px 30px;
	font-size:17px;
	font-weight:300;
}	
.content-bullets ul li:last-child {
	padding:0 0 0 30px;
}	
/*** Testimonials ***/
.testimonials-main {
	display: inline-block;
	float: left;
	padding: 15px;
	text-align: left;
	width: 100%;
	border:1px solid #bcbcbc;
	color:#2d2e2e;
}
.testimonials-main p {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 10px;
	color:#555;
}
.testimonial-img {
	float: left;
	margin: 0;
	position: relative;
	text-align: left;
	width: 15%;
}
.testimonial-img > img {
	background: #eeeeee none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 80px;
	transform-style: preserve-3d;
	width: 80px;
}
.textimonial-text {
	float: right;
	width: 83%;
}
.testimonials-main .client-name {
	color: #2d2e2e;
	font-weight:400;
	margin:0 0 2px;
	font-size:16px;
	text-align:left;
	line-height:22px;
}
.testimonials-main .client-name b {
	font-weight:600;
}
/**** content right ***/
.content-right {
	float:right;
	width:35%;
}
div.content-right form label {
	color:#676767;	
	font-weight:400;
}	
div.content-right form .input input   {
	border:solid 1px #cccccc;
	background:#ebebeb;
	margin:0;
	padding: 0 0 0 2%;
	color:#000;	
	width:100%;
	height:35px;
	border-radius:0;
}
.content-right form .input select {
	border-radius:0px;
	margin:0;
	padding: 5px 5px;
	color:#757575;	
	font-family: "Outfit", sans-serif;
	font-size:14px;
	font-weight:400;
	width:100% !important;
	height:35px;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none;  /*Removes default style Firefox*/
	background-position: 92% 12px;
	text-indent: 0.01px;
	text-overflow: "";
	border:solid 1px #cccccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ebebeb url("../png/select-arrow-8.png") no-repeat scroll 97% 14px;
	max-width:800px;
}
.content-right form select {
	background: #f5f8fa url("../png/select-arrow-8.png") no-repeat scroll 97% 20px;
}
.content-right form .input select#counrty-4810efc6-92bb-4c81-a601-0d9daea3873a {
	background: #ebebeb url("../png/select-arrow-8.png") no-repeat scroll 94% 14px;
}
.content-right form .input select option {
	padding:5px;
}
.content-right  form .input textarea {
	border:solid 1px #cccccc;
	background:#ebebeb;
	border-radius: 0px;
	height: 80px;
	padding: 5px 0 0 2%;
	color:#000;	
	width:100% !important;
	max-width:800px;
}
.content-right .hs-form.stacked .actions {
	margin: 15px 0 0;
	padding: 0;
	text-align:center;
}
.content-right  .hs-error-msgs {
	display: none !important;
}
.content-right  form input.hs-button.primary.large {
	background: #1abc9c;
	color: #ffffff;
	font-size: 20px;
	height: 51px;
	line-height: 45px;
	padding: 0;
	width: 85%;
	border-radius:4px;
	border-color:#119e83;
	border-style:solid;
	border-width:0 0 4px 0;
	font-weight:900;
}
.content-right .disclaimer {
	color: #2c2c2c;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	padding: 20px 40px 0 0;
}	
.content-right .disclaimer a, .content-right .disclaimer a:hover {
	color:#21478b;
}
.content-right  fieldset {
	max-width: 800px !important;

}	

.content-wrapper .container, .top-bar .container {
    max-width: 1460px;
}
/*
================================================
 Top Bar
================================================
*/
/*.copy-rights {
	float:left;
	width:100%;
	padding:15px 0;
	text-align:center;
	background:#efefef;
	}
.copy-rights p {
	color:#656565;
	margin:0;
		}	*/
/*
================================================
 Responsive 
================================================
*/	
		@media (min-width: 1600px) {
/**** Top Bar ****/ 
.social-icons ul li {
	line-height: 18px;
}
/**** Content Wrapper ****/ 
.content-wrapper {
	min-height: 1090px;
	background-size:cover;
}
.top-bar .container {
	width: 78%;
}	
.content-wrapper .container {
	width:83%;
}	
.content-left h2 {
	font-size: 22px;
}	
.content-right .disclaimer {
	padding: 20px 0 0 0;
}
.content-left {
	padding: 0 4% 0 0;
}	
/**** Testimonial ****/ 	
.testimonial-img {
	width: 12%;
}
.textimonial-text {
	width: 87%;
}
/**** Form ****/
.content-right {
	float: right;
	width: 36%;
}
.content-right  form .input textarea {
	height:120px;
}
.content-right  form input.hs-button.primary.large {
	width: 80%;
	height:60px;
	line-height:58px;
	font-size: 23px;
}
.content-right .btn {
	font-family: "Outfit", sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	background-color: #ff7a59;
	border-color: #ff7a59;
	color: #fff;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
}
}
@media (min-width: 1401px) and (max-width: 1599px) {  

}
@media (min-width: 1200px) and (max-width: 1280px) { 
/**** Content Wrapper ****/ 
.content-wrapper {
	background-size:cover;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 35px 2px 0;
}	
/** TextimonialS **/ 
.testimonial-img {
	width: 17%;
}	
.textimonial-text {
	width: 83%;
}	
}
@media (min-width: 992px) and (max-width: 1024px) {
/**** Content Wrapper ****/		
.content-wrapper {
	background-position:left top;
	background-size:cover;
	padding:0 0 50px;
}
.content-left h2 {
	line-height: 23px;
}	
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 20px 2px 0;
}
.content-right .disclaimer {
	padding: 20px 40px 0 0;
}
.content-right form input.hs-button.primary.large {
	font-size:16px;
}	
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 15px 2px 0;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a {
	font-size: 17px;
}
/** Testimonials **/
.textimonial-text {
	float: right;
	width: 75%;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}
/**** Top Bar ****/
.logo {
	padding: 5px 0 0;
}
.logo img {
	width:100%;
}
.social-icons {
	padding: 8px 0 0;
}
/**** Content Wrapper ****/		
.content-wrapper {
	background-position:left top;
	background-size:cover;
	padding:0 0 50px;
}
.content-left {
	width:100%;
	border:none;
	padding:0;
}	
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 40px 2px 0;
}	
.content-right {
	width:100%;
	margin:30px 0 0;
}
.content-right form input.hs-button.primary.large {
	font-size: 18px;
}	
/** Testimonials **/
.testimonial-img {
	width: 20%;
}	
.textimonial-text {
	width: 80%;
}
}
@media (max-width: 767.98px) {
	footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}
/**** thankyou ****/
div.popupcontact {
	width:90%;
	text-align:center;
}	
img#close {
	cursor: pointer;
	margin: -22px 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: auto;
}		
img#thankyou {
	padding: 30px 0 15px;
	text-align: center;
	width:90%;
}
/**** Top Bar ****/
.top-bar {
	padding: 15px 0 20px;
}
.logo {
	padding: 5px 0 0;
}
.logo img {
	width:100%;
}
.social-icons {
	padding: 8px 0 0;
	float:none;
	text-align:center;
}
/**** Content Wrapper ****/
.content-wrapper {
	background-position:left top;
	background-size:cover;
}
.content-left {
	width:100%;
	padding:0;
}	
.content-wrapper .title h1 {
	font-size: 25px;
}
.content-left h2 {
	line-height:25px;
}	
.content-wrapper .title p {
	font-size: 20px;
}
.classic-tab-panel .tabbable-line > .tab-content {
	padding: 20px 0 15px 0;
}			
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 0 2px 0;
}	
.content-right {
	width:100%;
}	
.content-inner {
	padding: 20px 20px 30px;
}	
.content-left {
	border:none;
}
div.content-right form .input {
	margin:0 !important;
}	
.content-right form input.hs-button.primary.large {
	width:100% !important;
	font-size: 18px;
}
.content-right .disclaimer {
	padding: 20px 0 0;
}
/** Testimonials **/
.testimonials-main {
	margin:0 0 30px;
}
.textimonial-text {
	width: 100%;
} 	
.testimonial-img > img { 
	margin:0 0 20px;
}	

@media (max-width: 480px) { 
	div.content-right form .input input {
		width: 100% !important;
	}
	.content-right form input.hs-button.primary.large {
		font-size: 16px;
	}
}
}
