@charset "UTF-8";
/*
Theme Name: Track Right Accounts
*/
* {
	box-sizing:border-box;
}
body {
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
}
a:hover {
	color:#0565B2;
}
.container {
	padding:0 15px;
	width:100%;
	max-width:1470px;
	margin:0 auto;
}
.row {
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
	flex-wrap:wrap;
}
.align_center {
	align-items:center;
}
.btn_mobile {
	display: none;
	z-index:9;
}
.btn_mobile span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease;
}

.btn_mobile span:last-child {
	margin:0;
}
.close_menu {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 32px;
	height: 32px;
	display:none;
}
.close_menu:hover {
	opacity: 1;
}
.close_menu:before, .close_menu:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.close_menu:before {
	transform: rotate(45deg);
}
.close_menu:after {
	transform: rotate(-45deg);
}
.top_header {
	display:flex;
}
.line_top  {
	width:33.33%;
	height:10px;
}
.grey {
	background:#A8A9AD
}
.black {
	background:#4B4C4E;
}
.blue {
	background:#0565B2
}
.header {
	padding-top:30px;
	padding-bottom:35px;
}
.left_header {
	padding:0 55px;
}
.left_header img {
	width:100%;
	max-width:460px;
}
.right_header {
	padding:0 45px;
	margin-left:auto;
}
.header_mail {
	margin-bottom:8px;
	text-align:right;
}
.header_mail a {
	color: #0066B3;
	font-size: 24px;
	font-weight: 500; 
	text-decoration:none;
}
.header_phone {
	margin-bottom:15px;
	text-align:right;
}
.header_phone a {
	color: #4D4D4F;
	font-size: 40px;
	font-weight: 600; 
	text-decoration:none;
}
.social_header ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content: right;
}
.social_header ul li {
	margin-right:14px;
}
.social_header ul li:last-child {
	margin-right:0
}
.social_header ul li img {
	width:72px;
}
.main_nav {
	background:#4D4D4F;
	padding:23px 0 21px;
}
.main_nav.fixed_nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
.nav_menu {
	padding:0 20px; border:red;

}

.nav_menu ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content: right;
}
.nav_menu ul li {
	margin-right:60px;
}
.nav_menu ul li:last-child {
	margin-right:0;
}
.nav_menu ul li a {
	color: #FFF;
	font-size: 20px;
	font-weight: 500; 
	text-decoration:none; 
}
.nav_menu ul li a:hover {
	text-decoration:underline;
}
.home_banner img {
	display:block;
	width:100%;
}
.left_image .left_about {
	order:2;
}
.left_image .right_about {
	order:1;
}
.pb_3 {
	padding-bottom:30px;
}
.left_about {
	padding:0 15px;
	flex:1;
}
.left_about > h3 {
	color: #0066B3;
	font-size: 40px;
	font-weight: 600; 
	margin:0 0 20px;
}
.left_about > h4 {
	color: #4D4D4F;
	font-size: 24px;
	font-weight: 600; 
	margin:0 0 10px;
}
.about_details {
	
}
.about_details p {
	color: #000;
	font-size: 20px;
	line-height: 32px; 
	margin:0 0 15px;
}
.about_details ul {
	display:flex;
	flex-wrap:wrap;
	margin:0 0 20px;
	list-style:none;
	padding:0;
}
.about_details ul li {
	color: #0066B3;
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	width:50%;
}
.about_details ul li a {
	color: #0066B3;
	text-decoration:none;
}
.about_details h4 {
	color: #000;
	font-size: 24px;
	line-height: 32px; 
	margin:0 0 20px;
}
.right_about {
	max-width:460px;
	padding:0 15px;
}
.right_about img {
	max-width:100%;
}
.home_about {
	padding:40px 0;
	background:rgba(168, 169, 173, 0.1);
}
.heading_home {
	padding:32px 0 23px;
}
.heading_home h3 {
	color: #4D4D4F;
	font-size: 32px;
	font-weight: 600;
	margin:0;
}
.box_icon {
	padding:30px 15px;
	width:33.33%;
	text-align:center;
}
.box_icon_inner {
	max-width:396px;
	margin:0 auto;
	background:none;
}
.box_icon_inner h3 {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase; 
	margin:0 auto 30px;
	min-height:75px;
	max-width:350px;
}
.box_icon_inner img {
	max-width:97px;
	width:100%;
	display:block;
	margin:0 auto 20px;
}
.box_icon_inner p {
	color: #FFF;
	font-size: 18px;
	margin:0;
}
.testimonial_section {
	background:url(images/section_bg.png) no-repeat left top / auto 100%;
	background-color:rgba(168, 169, 173, 0.1);
	padding-top:125px;
	padding-bottom:25px;
}
.testimonial_slide  {
	max-width:1180px;
	margin:0 auto;
	padding-bottom:75px;
}
.slick-dotted.slick-slider {
	margin-bottom:0;
}
.slick-prev::before, .slick-next::before {
	content:'';
}
.slick-prev, .slick-next {
	height:92.6px;
	width:53.7px;
	transform: none;
	top:calc(50% - 75px);
	transform:translateY(-50%);
}
.slick-prev {
	background:url(images/arrow_left.png) no-repeat center / cover;
	z-index:2;
	left: 0;
}
.slick-next {
	background:url(images/arrow_right.png) no-repeat center / cover;
	z-index:2;
	right:0;
}
.slick-prev:hover {
	background:url(images/arrow_left.png) no-repeat center / cover;
	left: 0;
}
.slick-prev:hover, .slick-prev:focus {
	background:url(images/arrow_left.png) no-repeat center / cover;
}
.slick-next:hover {
	background:url(images/arrow_right.png) no-repeat center / cover;
	right:0;
}
.slick-next:hover, .slick-next:focus {
	background:url(images/arrow_right.png) no-repeat center / cover;
}
.testimonial_feedback {
	max-width:886px;
	margin:0 auto;
	display: block !important;
}
.testimonial_feedback p {
	color: #4D4D4F;
	margin:0;
	font-size: 24px; 
}
.slick-dots li button:before {
	display:none;
}
.slick-dots li button {
	width:20px;
	height:20px;
	border-radius:50%;
	border:none;
	padding:0;
	margin:0 20px;
	background: #D9D9D9; 
}
.slick-dots li {
	width:auto;
	height:auto;
	margin:0;
}
.slick-dots {
	bottom:0;
}
.top_footer {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#4B4C4E;
	padding:15px 0;
}
.footer_col {
	padding:15px;
	width:33.33%;
	display:flex;
	align-items:center;
}
.contact_icon {
	padding-right:15px;
}
.footer_phone .contact_icon img {
	width: 34px; 
}
.footer_mail .contact_icon img {
	width: 38.748px; 
}
.footer_location .contact_icon img {
	width: 30px; 
}
.footer_mail {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.contact_detials {
	
}
.contact_detials p {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase; 
	color:#fff;
	margin:0;
}
.contact_detials a,.contact_detials h4 {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	display:block;
	margin-top:5px;
	text-decoration:none;
	margin-bottom:0;
}
.contact_detials a:hover {
	text-decoration:underline;
}
.footer_phone .contact_detials a{
	font-size: 32px;
	font-weight: 600; 
	margin:0;
}
.footer {
	padding:30px 0;
	background:#4B4C4E;
}
.footer_medium_col {
	padding:0 15px;
	width:30%;
}
.footer_small_col {
	padding:0 15px;
	width:20%;
}
.footer_large_col {
	padding:0 15px;
	width:50%;
}
.footer_widget h3 {
	font-size: 30px;
	font-weight: 600; 
	margin:0;
	color:#fff;
}
.footer_nav {
	margin-top:15px;
}
.footer_nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
.footer_nav ul li {
	font-size: 18px;
	line-height: 38px; 
}
.footer_nav ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 38px; 
	text-decoration:none;
}
.footer_nav ul li a:hover {
	color: #0565B2;
}
.footer_social {
	margin-top:20px;
	margin-bottom:50px;
}
.footer_social ul {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
}
.footer_social ul li {
	margin-right:10px;
	
}
.footer_social ul li:last-child {
	margin:0;
}
.footer_social ul li img {
	width:54px;
}
.footer_logo img {
	width:100%;
	max-width:214px;
}
.copyright {
	padding:19px 0 22px;
	background:#0565B2;
}
.copyright_col {
	width:33.33%;
	padding:0 15px;
}
.copyright_col p {
	font-size: 18px;
	font-weight: 500; 
	margin:0;
	color:#fff;
}
.copyright_col p a {
	color:#fff;
	text-decoration:none;
}
.form_row {
	margin-left:-10px;
	margin-right:-10px;
	display:flex;
	flex-wrap:wrap;
}
.half_form {
	width:50%;
	padding:0 10px;
}
.form_field {
	margin-bottom:12px;
}
.form_field p {
	margin:0;
}
.form_field input {
	color: #A7A9AC;
	font-size: 20px;
	font-weight: 500;
	background: #D9D9D9; 
	height:54px;
	padding:0 15px;
	width:100%;
	border:none;
}
.form_field textarea {
	padding:12px 15px;
	font-family: 'Montserrat', sans-serif;
	color: #A7A9AC;
	font-size: 20px;
	font-weight: 500;
	background: #D9D9D9; 
	height: 208px; 
	width:100%;
	border:none;
}
.btn_form {
	border: 2px solid #FFF; 
	width: 105px;
	height: 54px; 
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase; 
	background:none;
}
.page_content {
	width: 100%;
	overflow-x: hidden;
}
.partner_section {
	padding-bottom:30px;
}
.partner_row {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-left:-5px;
	margin-right:-5px;
}
.partner_logo {
	padding:0 5px;
}
.partner_logo img {
	max-width:100%;
	height:auto;
}
.middle_home_about {
	background:#0565B2;
	padding:15px 0;
	margin-bottom:30px;
}
.middle_home_details {
	
}
.middle_home_details h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	margin:0 0 10px;
	text-transform:uppercase;
	color:#fff;
}
.middle_home_details p {
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	line-height: 39px;
	margin:0;
	color:#fff;
}
@media screen and (max-width: 1080px) {
	.left_header {
		padding:0 15px;
		flex:1;
	}
	.right_header {
		padding:0 15px;
	}
	.testimonial_slide  {
		padding-left:60px;
		padding-right:60px;
	}
}
@media screen and (max-width: 992px) {
	.nav_menu ul li {
		margin-right:20px;
	}
}
@media screen and (max-width: 767px) {
	.left_image .left_about {
		order:1;
	}
	.left_image .right_about {
		order:2;
	}
	.testimonial_slide  {
		padding-left:0;
		padding-right:0;
	}
	.left_header {
		flex:0 0 auto;
		width:100%;
		text-align:center;
	}
	.right_header {
		width:100%;
		text-align:center;
	}
	.header_phone,.header_mail {
		text-align:center;
	}
	.social_header ul {
		justify-content:center;
	}
	.left_about {
		text-align:center;
		width:100%;
		flex:0 0 auto;
	}
	.right_about {
		width:100%;
		text-align:center;
	}
	.box_icon {
		width:100%;
	}
	.footer_col {
		width:100%;
	}
	.contact_detials a, .contact_detials h4 {
		font-size:16px;
	}
	.footer_medium_col {
		width:100%;
		margin-bottom:30px;
	}
	.footer_small_col {
		width:100%;
		margin-bottom:30px;
	}
	.footer_large_col {
		width:100%;
	}
	.half_form {
		width:100%;
	}
	.copyright_col {
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	.testimonial_section {
		background: rgba(168, 169, 173, 0.1);
	}
	.slick-prev, .slick-next {
		display:none!important;
	}
	.testimonial_feedback p {
		text-align:center;
	}
	.about_details ul li {
		width:100%;
	}
	.nav_menu {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding:60px 0;
		background:#4D4D4F;
		z-index:99;
		display:none;
	}
	.nav_menu ul {
		display:block;
		position:absolute;
		top:50%;
		width:100%;
		left:0;
		transform:translateY(-50%);
	}
	.nav_menu ul li {
		padding:10px 0;
		text-align:center;
	}
	.btn_mobile,.close_menu {
		display:block;
	}
	.main_nav .container {
		display:flex;
	}
	.btn_mobile {
		margin-left:auto;
	}
	.header_mail a {
		font-size:18px;
	}
}