/*    Theme Name: r2management    Theme URI:    Description:     Author: r2management    Author URI:     Version: 1.0*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.wrapper, html {
    min-height: 100%;
    display: block;
}
body , html{
	height:100%
}
body {
    font-family: 'Radian';
    font-size: 13px;
    line-height: 26px;
	color:#333333;
	
}
.wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.foot-widget-title ,  h3 , .inner-page-content p , .inner-page-content li{font-family: 'Inter';}
.wrapper {
    width: 100%;
    overflow: hidden;
    
}

a {
    color: #0d63a4;
    text-decoration: none;
}

.container {
    width: 1168px;
    margin: 0px auto
}

.header {
    padding: 43px 0 25px 0;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.logo img {
    width: 270px;
    height: 40px;
    margin-left: -31px;
}
.main_menu {
    margin-top: 8px;
}
.main_menu ul li {
    list-style: none;font-family: 'Radian Book';font-weight:300
}

.main_menu ul {
    display: flex;
    column-gap: 25px
}

ul.sub-menu {
    display: none;
}
.main_menu ul li:hover > ul{
	display:block
}
.main_menu ul li ul {
    position: absolute;
    top: auto;
    left: auto;
    background: #0d63a4;
}
.main_menu ul li ul a {
    color: #fff;
    padding: 6px 25px;
    display: block;
    font-size: 16px;
}
.main_menu ul li a {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.main_menu ul li.current-menu-item > a , .main_menu ul li.current-page-ancestor > a  {
  font-weight:700;  font-family: 'Radian';
}

.main_menu ul li:hover > a{
	color:#0d63a49e
}
.footer {
    background: #0d63a4;
    padding: 30px 0;
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 9;
}

.footer-wrap {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

.footer-logo img {
    width: 71px;
    height: 63px;
    margin-left: -5px;
}

.foot-widget-title {
    font-size: 16px;
    color: #fff;
   
    font-weight: 600
}

.contact-detail .textwidget p {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter';
}

.contact-detail .textwidget a {
    color: #fff
}

.contact-detail {
    padding-left: 128px
}

.home-content  {
    padding: 135px 0px;
    background: #f6f6f6
}
.home-content h1, .banner-section h1 {
    font-size: 70px;
    line-height: 70px;
    color: #0d63a4;
    hyphens: auto;
}
.home-content h2 , .banner-section h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-weight: 300;
    margin-bottom: 22px;
}

.home-content img {
    width: 774px;
    max-width: 100%;
    margin: 0px auto;
    display: block;
}
 .banner-section {
    padding: 135px 0px 50px;
    background: #eef4f9;
}
.inner-page-content {
    padding-top: 0px;
    padding-bottom: 60px;
}
.inner-page-content h3{
	 font-size: 22px;
    line-height: 32px;
    color: #0d63a4;
	font-weight:600
}

.inner-page-content p , .inner-page-content li{
	font-size: 18px;
    line-height: 28px;
}
.inner-page-content a:hover{
	text-decoration:underline
}
a.btn {
    background-color: #0d63a4;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Inter';
    color: #fff;
    text-decoration: none!important;
    display: inline-block;
    height: 67px;
    border-radius: 37px;
    line-height: 63px;
    padding: 0 45px 0px 70px;
    background-image: url(images/left-icon-white.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 31px;
    margin-bottom: 20px;
}
a.btn:hover{
	background-color:#0d63a49e
}
a.btn.btn-right {
    background-image:url(images/right-icon-white.svg);
    
}

.half-col-content {
    width: 50%; padding-right:50px;
}

.half-row-content {
    padding-top: 43px;
    display: flex;
    padding-bottom: 43px;
}
.full-row-content {
    padding-top: 43px;
    padding-bottom: 43px;
}
.section_seperator span {
    max-width: 230px;
    margin: 0px auto;
    height: 3px;
    background: #0d63a4;
   
	display:block
}
.section_seperator {
    padding: 23px 23px;
}
.inner-page-content ul {
    padding-left: 18px;
}

.what-people-say {
    background: #eef4f9;
    padding: 57px 0;
    margin-bottom: 9;
}

.what_people_wrap {
    display: flex;
    column-gap: 60px;
    padding: 0 193px;
    align-items: center;
}
.bottom_link_section {
    background: #eef4f9;
    margin-bottom: -60px;
    margin-top: 60px;
}

.bottom_link_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    font-size: 22px;
    font-family: 'Inter';
    font-weight: bold;
    letter-spacing: 0.2px;
    column-gap: 20px;
}
.bottom_link_wrap svg {
    width: 31px;
}
.link_img img {
    width: 31px;
}
.faq_content {
    display: none;margin-top:10px
}

.faq_row_title {
    display: flex;
    justify-content: space-between;
}
span.faq_click {
    position: relative;
}
span.faq_click:after {
    content: "+";
    color: #0d63a4;
    font-size: 38px;cursor:pointer
}
.faq_row {
    border-top: #a6c5dd solid thin;
    padding: 12px 0;
}
.faq_row:last-child {
    border-bottom: #a6c5dd solid thin;
}
.faq-page-section {
    margin-top: 30px;
}

.faq_row.active span.faq_click:after {
    content: "-";
}
.faq_row.active .faq_content{
	display:block
}
.faq_row .full-row-content , .faq_row .half-row-content{padding:0px;}

.mobile-icon svg {
    width: 55px;
}

@media only screen  and (min-width:1191px){
	.mobile-icon{
		display:none
	}
}
@media only screen  and (max-width:1190px){
	
	.container {
		width: 90%;
		
	}
	.mobile-icon svg {
		width: 55px;
	}
	.mobile-icon .close-menu {
		display:none
	}
	.main_menu {
		position: fixed;
		width:100%;
		right: -200%;
		height: calc(100% - 125px);
		z-index: 9;
		background: #eef4f9;
		top: 125px;
		display: flex;
		justify-content: center;
		padding-top: 150px;
	}
	.main_menu ul {
		display: flex;        flex-direction: column;
		
	}
	.main_menu ul li a {
		font-size: 45px;
		line-height: 120px;
		letter-spacing: 0.2px;text-align: center;
		display: block;
	}
	body.fixed-body{height:100%; overflow:hidden}
	.mobile-icon.active .close-menu  {
		display:block
	}
	.mobile-icon.active .open-menu  {
		display:none
	}
	.main_menu.active{
		right:0px;
	}
}

@media only screen  and (max-width:899px){
	.half-col-content {
		width: 100%;
		padding-right: 0px;
	}
	.half-row-content {
		
		flex-direction: column;
	}
	.half-col-content:nth-child(2) {
		margin-top: 20px;
	}
	.home-content h1, .banner-section h1 {
		font-size: 35px;
		line-height: 34px;
		color: #0d63a4;
	}
	.home-content h1 br, .banner-section h1 br {
		display: none;
	}
	.home-content h2, .banner-section h2 {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0.3px;
		
		margin-bottom: 0px;
	}
}
@media only screen  and (max-width:767px){
	
	 .home-content h1, .banner-section h1 {
		 font-size: 38px;
		 line-height: 40px;
		 color: #0d63a4;
	 }
	.home-content h1 br, .banner-section h1 br {
		display: none;
	}
	.home-content h2, .banner-section h2 {
		 font-size: 24px;
		 line-height: 26px;
		 letter-spacing: 0.3px;
		 margin-bottom: 10px; 
	 }
	.main_menu ul li a {
		font-size: 25px;
		line-height: 60px;
		letter-spacing: 0.2px;
		text-align: center;
		display: block;
	}
	
	 .inner-page-content h3 {
		 font-size: 20px;
		 line-height: 26px
	 }
	
	 .inner-page-content p, .inner-page-content li {
		 font-size: 17px;
		 line-height: 22px;
	 }
	.mobile-icon svg {
		width: 35px;
	}
	.header {
		padding: 12px 0 12px 0;
	}
	.main_menu {
		position: fixed;
		width: 100%;
		right: -200%;
		height: calc(100% - 72px);
		z-index: 9;
		background: #eef4f9;
		top: 72px;
		display: flex;
		justify-content: center;
		padding-top: 30px;
	}
	.what_people_wrap {
		display: flex;
		column-gap: 60px;
		padding: 0 30px;
		align-items: center;
		flex-direction: column;
	}
	.people_right-content {
		text-align: center;
		margin-top: 15px;
	}	
	.contact-detail {
		padding-left: 20px;
	}
	.footer-wrap {
		
		align-items: flex-start;
	}
	.banner-section {
		 padding: 80px 0px 30px;
		
 
	}
	
}