* {
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaaaaa;
  font-size: 16px;
  font-family: "Myriad Pro", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaaaaa;
  font-size: 16px;
  font-family: "Myriad Pro", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaaaaa;
  font-size: 16px;
  font-family: "Myriad Pro", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaaaaa;
  font-size: 16px;
  font-family: "Myriad Pro", sans-serif;
}
h4 {
	font-size: 60px;
	line-height: 72px;
	margin-bottom: 45px;
	font-weight: 400;
	text-align: center;
}
h3 {
	font-weight: 400;
	font-size: 48px;
}
.ttl-red {
	color: #e82f1d;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
	font-size: 12px;
	line-height: 32%;
	color: #c2c9db;
	text-transform: uppercase;
	font-weight: 700;
	width: 185px;
	border: 1px solid rgb(215, 219, 232);
	background-color: #fff;
  	box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
  	height: 48px;
  	border-radius: 24px;
  	padding: 20px 0;
  	box-sizing: border-box;
}
.btn:hover {
	background-color: #e82f1d;
	border-color: #e82f1d;
	color: #fff;
	box-shadow: none;
}


body {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 20px;
}
.container-fluid {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.wrap {
	max-width: 1560px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 110px auto;
}
header {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
}
.header-inner .heading-wrap {
	display: none;
}
.header-inner {
	height: 165px !important;
}
.banner {
	height: 100vh;
	background: url(../img/header-bg.jpg) no-repeat center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.menu {
	width: 1560px;
	max-width: 100%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
}

ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
nav {
	margin-left: auto;
}
nav ul {
	margin-bottom: -20px;
}
.sand--btn {
	display: none;
}
.close--btn {
	margin-left: auto;
	margin-right: 15px;
	position: relative;
	right: 20px;
}
.menu-mob {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	padding: 35px 15px;
	background-color: #1c2537;
}
.menu-mob li {
	margin-bottom: 15px;
} 
.menu-mob a {
	color: #fff;
}
.menu-mob-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.close--btn {
	margin: 0 15px 0 auto;
}

nav ul li {
	position: relative;
	display: inline-block;
	margin-left: 50px;
}
nav ul li a {
	display: block;
	font-size: 24px;
	color: #fff;
}

.logo {
	display: inline-block;
}
nav ul li:after {
	bottom: -15px;
	position: absolute;
	content: "";
	display: none;
	height: 2px;
	width: 100%;
	padding: 0 20px;
	transform: translate(-50%, 0);
	left: 50%;
	background: #fff;	
}
nav ul li:hover:after{
	display: block;
}
.heading-wrap {
	max-width: 790px;
	margin: 0 auto;
}
.heading {
	padding: 200px 0 54px 0;
	text-align: center;
}

.search-center {
	max-width: 592px;
	margin: 0 auto 110px;
}
.search form {
	position: relative;
}
.search input, .updates-wrapper input, .comment-wrapper input {
	width: 100%;
	border-radius: 10px;
	padding: 18px 65px 10px 20px;
	box-sizing: border-box;
	border: 1px solid #7b5a79;
	background: #fff;
	font-size: 18px;
	outline: none;
}
.updates-wrapper input, .comment-wrapper input {
	border: 1px solid #aaa;
}
.search-btn {
	width: 53px;
	height: 43px;
	position: absolute;
	top: 5px;
	right: 4px;
	border: 0;
	outline: 0;
}
.main-ttl {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 45px;
}
.main-ttl span {
	display: inline-block;
	position: relative;
}

.main-ttl span:after, .main-ttl span:before {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 50%;
}
.main-ttl span:before {
	left: -50px;
}
.main-ttl span:after {
	left: 100%;
	margin-left: 25px;
}
.main-cap {
	text-align: left;
	color: #fff;
	margin-bottom: 60px;
}
.bottom-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto;
	cursor: pointer;
}
.mission {
	padding: 180px 0;
	background: url(../img/miss-bg.jpg) 100% top;
	background-repeat: no-repeat;
}
.mission h4 {
	text-align: left;
}
.mission-wrap {
	max-width: 1560px;
	margin: 0 auto;
}
.miss-content {
	margin-left: 234px;
}
.sub-ttl-line {
	position: relative;
	font-size: 18px;
	color: #9fa4af;
	padding-left: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sub-ttl-line:after {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background-color: #6e45e2;
	position: absolute;
	top: 50%;
	left: 0;
}
.miss-txt {
	max-width: 670px;
	color: #4c4c4c;
	margin-bottom: 50px;
}

.topics {
	border-top: 1px solid #dde0e6;
	border-bottom: 1px solid #dde0e6;
	padding: 100px 0 180px;
	text-align: center;
	background-color: #f3f3f3;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: bottom center; 
}
.topics h4 {
	margin-bottom: 105px;
}
.topics-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.topic__item {
	position: relative;
	margin-left: 64px;
	width: 340px;
	height: 518px;
	border: 1px solid rgb(215, 219, 232);
	border-radius: 30px;
	padding: 40px 25px 0;
	box-sizing: border-box;
	background: #fff;
}
.topic__item:first-child {
	margin-left: 0;
}
.topic-img-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 120px;
	margin-bottom: 30px;
} 

.topic__item h3 {
	margin-bottom: 20px;
}
.topic__item p {
	font-size: 12px;
	line-height: 22px;
	color: #9fa4af;
}
.topic__item .btn {
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translate(-50%, 0);
}

.rating {
	padding: 110px 0 150px;
	background: url(../img/rating-bg.jpg) no-repeat bottom center;
}
.rating h4 {
	margin-bottom: 40px;
}
.rating h3 {
	text-align: center;
	margin-bottom: 90px;
}
.rat-tbl {
	display: flex;
	max-width: 1230px;
	margin: 0 auto;
	border-radius: 30px;
  	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 44.5px 5.5px rgba(204, 204, 223, 0.71);
  	padding: 15px 30px 10px;
}
.tbl__row {
	padding: 10px 20px;
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dee2e6;
}
.tbl__row:last-child {
	border-bottom: 0;
}
.tbl-header {
	background: #ececec;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	font-size: 16px;
}
.tbl__cell {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.number {
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f8f9fa;
	position: relative;
	left: -14px;
	font-size: 16px;
	font-weight: bold;
}
.reg--cell {
	font-size: 16px;
	font-weight: 400;
	color: #6c757d;
}
.tbl-company--logo {
	width: 100px;
}
.tbl--num {
	width: 30px;
}
.tbl--logo {
	width: 130px;
}
.tbl--comp {
	padding-left: 32px;
}
.tbl-header .tbl--comp {
	padding-left: 0;
}
.tbl--comp {
	width: 180px;
	justify-content: flex-start;
}
.tbl--rat {
	width: 290px;
}
.tbl--reg {
	width: 220px;
}
.tbl--call {
	width: 90px;
}
.tbl-marks {
	padding-top: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 130px;
}
.tbl-l {
	width: 90%;
}
.tbl-marks img {
	margin-left: 15px;
}
.work {
	padding-top: 100px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dde0e6;
}
.work h4 {
	margin-bottom: 60px;
}
.work-wrapper {
	padding: 0 15px;
	box-sizing: border-box;
	max-width: 1460px;
	margin: 0 auto;
}
.work-wrapper p {
	font-size: 20px;
	color: #4c4c4c;
	line-height: 28px;
	margin-bottom: 20px;
}
.work-img-wrap {
	margin-top: 45px;
	text-align: center;
}  
footer {
	position: relative;
	padding-top: 35px;
	padding-bottom: 45px;
	background-color: #1c2537;
}
.date {
	font-size: 24px;
	color: #fff;
}
.btn--top {
	border: 0;
	outline: 0;
	cursor: pointer;
	background: transparent;
}
.footer-wrapper {
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	align-items: center;*/
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 15px;
	/*box-sizing: border-box;*/
}


.text-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.text-container h4 {
	text-align: left;
	margin-bottom: 70px;
}
.text-container h3 {
	margin-top: 120px;
	margin-bottom: 30px;
}
.text-container p {
	font-size: 20px;
	line-height: 28px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.text-left {
	width: 930px;
	padding-right: 100px;
	box-sizing: border-box;
	padding-left: 15px;
}
.text-left ul{
	padding-left: 15px;
}
.text-left ul li{
	list-style-type: disc;
	font-weight:normal; 
}
.text-right {
	width: 375px;
}
.btn--subs {
	margin-top: 40px;
}

.comment-wrapper h4 {
	margin-bottom: 20px;
}
.comment-wrapper h3 {
	margin-top: 70px;
}
.comment-wrapper .text-left {
	padding-right: 0px;
}
.comment-wrapper .text-right h3 {
	margin-top: 190px;
}
.comment-wrapper .text-right {
	margin-left: 40px;
}

.com-row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.com-row input {
	max-width: 370px;
	margin-right: 40px;
}
textarea {
	margin-top: 40px;
	width: 100%;
	min-height: 225px;
	border-radius: 10px;
	padding: 18px 65px 10px 20px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	background: #fff;
	font-size: 18px;
	outline: none;
	resize: none;
	font-family: "Myriad Pro", sans-serif;
}
.form-com .btn {
	margin-top: 40px;
}
.comments {
	margin-top: 70px;
}

.comments h3 {
	margin-bottom: 30px;
}
.comment__item:first-child {
	border-top: 1px solid #dde0e6;
}
.comment__item {
	padding: 20px 0;
	color: #4c4c4c;
	border-bottom: 1px solid #dde0e6;
}
.comment__item p {
	margin-bottom: 0;
}
.comment__item-ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.comment__item-ttl .com_bx {
	margin-right: 20px;
}
.com__date {
	font-size: 12px;
	color: #4c4c4c;
}
.l-desk {
	display: block;
	min-width: 50px;
}
.l-mob {
	display: none;
}

@media (max-width: 992px){
	h4 {
		margin-bottom: 20px;
		font-size: 48px;
	}
	.logo img {
		max-width: 200px;
	}
	.heading {
		padding: 100px 0 20px 0;
	}
	.mission, .topics, .work{
		background-image: none;
		padding: 80px 15px;
	}
	.rating {
		padding: 80px 0px;
		width: 100%;
	}
	.miss-content {
		margin-left: 0;
	}
	.topics-wrapper {
		flex-direction: column;
	}
	.topic__item {
		margin-left: 0;
		margin-bottom: 60px;
	}
	.work h4, .rating h4 {
		margin-bottom: 20px;
	}
	.work-img-wrap img {
		max-width: 100%;
	}
/* 	.tbl__row {
		flex-direction: column;
	} */
	.rating h3{
		font-size: 30px;
	}
	.tbl__row {
		width: 90%;
		margin: 0 auto;
		padding:5px 0;
	}
	.tbl--rat {
		width: 85px;
	}
	.tbl--call a img{
		width: 25px;
    	height: auto;
	}
	.tbl--comp {
		padding-left: 0;
	}
	.tbl__cell {
		font-size: 14px;
		/* margin-bottom: 15px; */
	}
	.tbl-header {
		display: none;
	}
	.number {
		left: auto;
	}
	.tbl-l {
		width: 80%;
	}
	.tbl-marks img {
		max-width: 50px;
	}
	.tbl-marks {
		padding-top: 0;
	}
	.tbl-marks div {

		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0px;
	}
	.tbl__row {
		height: 20%;
		box-sizing: border-box;
	}
	.tbl-company--logo  {
		display: none;
		width: 0;
	}
	.btn--top img {
		width: 30px;
	}
	.l-desk {
		display: none;
	}
	.l-mob {
		display: block;
	}
	.comment-wrapper h4 {
		line-height: 60px;
	}
	.comment-wrapper h3 {
		line-height: 60px;
	}
	.com-row {
		flex-direction: column;
	}
	.com-row input {
		max-width: 100%;
		margin-right: 0 !important;
		margin-bottom: 40px;
	}
	textarea {
		margin-top: 0;
	}
	.com-send-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.com-send-wrap img {
		margin-top: 40px;
	}
	.comment-wrapper .text-left {
		padding-right: 0;
	} 
	.comment-wrapper .text-right h3  {
		margin-top: 100px;
	}
	.comment-wrapper .text-right {
		margin-left: 0px;
	}
}




@media (max-width: 992px){
	.header-inner {
		height: 105px !important;
	}
	.text-container {
		flex-direction: column;
	}
	.text-left, .text-right {
		width: 100%;
	}
	.wrap {
		margin: 20px auto;
	}
	.wrap h1{
		font-size:36px;
	}
	.wrap img {
		width: 100%;
		height: auto;
	}
	.text-container h4 {
    	margin-bottom: 20px;
	}
	.text-container h3 {
		margin-top: 55px;
	}
	.text-container{
		flex-wrap: wrap-reverse;
	}

}

@media (max-width: 1199px){
	.sand--btn {
		display: block;
		cursor: pointer;
	}
	nav ul {
		display: none;
	}
	.menu {
		width: 100%;
		padding: 0;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1199px){
	.topics-wrapper {
		padding: 0 15px;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.topic__item {
		margin-left: 10px;
		margin-bottom: 45px;
	}

	.tbl-marks img {
		margin-left: 5px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	nav ul li a {
		font-size: 20px;
	}
	nav ul li {
		margin-left: 30px;
	}
	.topic__item {
		margin-left: 30px;
	}
	.topics-wrapper {
		padding: 0 15px;
	}

}

/*new footer*/
.footer-main-menu {margin-right: 130px;}
.footer-content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

footer li a {
	color: #fff;
	font-size: 24px;
}
.footer-main-menu li {
	margin-bottom: 24px;
}
.footer-main-menu li:last-child {
	margin-bottom: 0;
}
.menu-brokers-title {
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e82f1d;
	margin-bottom: 18px;
}
.footer-menu-brokers {max-width: 370px} 
.footer-menu-brokers li a {
	font-size: 20px;
}
.footer-menu-brokers li {
	margin-bottom: 15px;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
	float: left;
}
.footer-menu-brokers li:last-child {
	margin-bottom: 0;
}
.footer-menu-brokers ul {
	overflow: hidden;
}
.footer-copyright {
	color: #fff;
	font-size: 20px;
	position: absolute;
    right: 0;
    bottom: 0;
}
.footer-copyright span {
	display: block;
	/*position: absolute;*/
	bottom: 0;
	right: 0;
}
@media(max-width: 992px){
	.footer-main-menu {
		margin-bottom: 40px;
	}
	.footer-content {
		flex-direction: column;
	}
	.footer-copyright {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 40px;
	}
	.footer-main-menu {margin-right: 0;} 
}

/*search results*/
        .sch-container {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 70px;
        }
        .sch-container form img {
            margin-top: 0;
        }
        .sch-container .search-center {
            margin: 0;
            margin-right: 40px;
            width: 592px;
        }
        .sch-results-count {
            color: #4c4c4c;
        }
        .sh-res-list__item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
        .sh-res-list__item p {
            margin-top: 15px;
        }
        .sh-img {
            margin-right: 20px;
        }
        .sh-img img {
            margin-top: 0;
            max-width: 100px;
        }
        .sh-content h2 {
            margin-top: 0;
            font-weight: 500;
        }
        .sh-res-list__item {
            margin-bottom: 70px;
        }
        .clear {
            border: 0;
            background: none;
            outline: none;
            font-family: "Myriad Pro", Arial, sans-serif;
            font-size: 30px;
            color: #000000;
            position: absolute;
            top: 4px;
            right: 76px;
        }
        .sch-container .broker {
            padding-right: 94px;
        }
        .text-left .res-ttl {
            margin-bottom: 35px;
        }
        @media(max-width: 992px){
        	.sh-res-list__item {
        		flex-direction: column;
        	}
        	.sh-img {
        		margin-bottom: 30px;
        	}
        	.sch-container .search-center {
        		margin-right: 0;
        		width: 100%;
        	}
        	.sch-container {
        		flex-direction: column;
        	}
        }




