@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
img { max-width:100%; }
li { list-style: none; }
a, button, input { text-decoration: none; outline: none; transition: all ease 0.2s; -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; }
h1, h2, h3, h4, h5, h6 { font-family: 'Patua One', cursive; font-weight: normal; }
p, li { font-family: 'Montserrat', sans-serif; line-height: 24px; }
header, nav, section, footer { display: block; }
.preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color: #FFF; background-position: center; }
.p-0 { padding-top:0!important; }
.header { position: absolute; left: 0; top: 0; width: 100%; z-index: 999; }
.container { max-width: 1366px; margin: 0 auto; padding: 0 15px; }
.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: ""; clear: both; display: block; }
.mob-menu { width: 50px; height: 47px; float: right; padding: 10px; cursor: pointer; margin: 3px 0 0; }
.mob-menu span { width: 30px; height: 3px; background-color: #000; float: left; margin: 3px 0;}
.navigation { padding:40px 0 0;}
.navbar { float:right; margin-top: 17px; }
.navbar li { float: left; font-size: 18px;padding: 20px 15px;  font-family: 'Montserrat', sans-serif; text-transform: uppercase; cursor: pointer; }
.navbar li a { color:#000; float:left; position: relative; width:100%;}
.navbar li a:after { position:absolute; height: 4px; background-color:transparent; bottom: -15px; content: ""; width:100%; left:0; }
.navbar li a:hover { color:#ECB925; }
.navbar li.active a:after { background-color:#ECB925; }
.navbar li.active ul li a:after { background-color:transparent; }
.navbar li:last-child { padding-right:0px; }
.navbar li ul li:last-child { padding-right:15px; }
.navbar li.dropdown { position:relative; }
.navbar li.dropdown span { border-top: 7px solid #000; border-left: 5px solid transparent; border-right: 5px solid transparent; width: 0px; height:0px; float: right; margin: 8px; }
.navbar li ul { display: none; position: absolute; right: 0; top: 54px; width: 360px; background-color: #fff; padding: 10px 0px; box-shadow: 0 17px 40px rgba(0,0,0,0.1); -webkit-box-shadow: 0 17px 40px rgba(0,0,0,0.1); -moz-box-shadow: 0 17px 40px rgba(0,0,0,0.1); }
.navbar li ul li { width:100%; padding: 10px 15px }
.navbar li.dropdown:hover ul { display:inline-block;} 
.banner { width: 100%; display: inline-block; background: url("../images/banner-image.jpg"); background-size: cover; padding-top: 266px; height: 700px; }
.banner h1 { font-family: 'Patua One', cursive; font-size: 50px; font-weight: normal; max-width: 700px; display: block; }
.banner h1 span { color:#ECB925; }
.banner p { color:#000; font-size: 28px; margin-top: 20px; font-family: 'Patua One', cursive; }
.banner p.banner-para { font-size: 16px; font-family: 'Montserrat'; line-height: 24px; text-align: center; background-color: rgba(255,255,255,0.7); padding: 15px; }
.contents { width:100%; display: inline-block; padding: 40px 0;}
.contents h2 { font-size:40px; padding-bottom: 25px; margin-bottom: 50px; position: relative; display: inline-block;}
.contents h2:before, .contents h2:after { position: absolute; bottom:0; height: 7px; width:88px; content: ""; background-color:#000; }
.contents h2:before { left:50%; background-color: #ECB925; }
.contents h2:after { right:50%; }
.text-center { text-align: center;}
.who-we-are { padding: 80px; }
.who-we-are p { font-size:18px; line-height: 24px; }
.who-we-are ul { margin:40px 0; padding: 0 13%; }
.who-we-are ul li { font-size: 18px; padding: 15px 25px; display: inline-block; border:1px solid #000; border-radius:50px; margin:7px 5px ; font-size:26px; font-family: 'Patua One', cursive; }
.contact-btn { display:inline-block; padding: 15px 130px 15px 33px; font-family: 'Patua One', cursive; color: #000; font-size:30px; border:1px solid #ECB925; border-radius:50px; margin-top: 30px; position: relative; }
.contact-btn:hover { color: #ECB925; padding-right: 140px; }
.contact-btn:after { position: absolute; content: ""; width: 27px; height: 41px; background-image: url("../images/arrow-icon.png"); right: 20px; top: 12px; background-size: 100%; }
.differentiator { background-color: #ECB925; padding-bottom: 0px; }
.differentiator h2 { color:#fff; margin-top: 70px; margin-bottom: 90px; }
.col-6 { width: 50%; float: left; padding: 0 15px; }
.contents.differentiator h2:before { background-color: #fff; left:88px; }
.contents.differentiator h2:after { left:0; }
.differentiator li { width:50%; float: left; height: 120px; font-size:24px; font-family: 'Patua One', cursive; }
.differentiator li a { font-size: 16px; display:block; color: #fff; margin-top: 15px; font-family: 'Montserrat', sans-serif; position: relative; }
.differentiator li a:after { display:inline-block; content:""; border-left:8px solid #fff; border-top:5px solid transparent; border-bottom:5px solid transparent; margin-left:5px; transition: all ease 0.2s }
.differentiator li a:hover:after { margin-left:10px; }
.pos-rel { position: relative; }
.col-4 { width: 35%; float: left; padding: 0 15px; }
.col-8 { width: 65%; float: left; padding: 0 15px; }
.contents.services h2 { margin-bottom: 60px; }
.contents.services h2:before { left:78px; }
.contents.services h2:after { left:0; }
.services { padding: 80px 0;}
.services li { width:50%; float: left; font-size:27px; font-family: 'Patua One', cursive; margin-bottom: 30px; }
.services li a { color: #000; position: relative; }
.services li a:after { display:inline-block; content:""; border-left:10px solid #ECB925; border-top:8px solid transparent; border-bottom:8px solid transparent; margin-left:15px; transition: all ease 0.2s }
.services li a:hover:after { margin-left:20px; }
.pos-rel:before { position:absolute; content: ""; width: 107px; height: 107px; background-image: url("../images/logo-arrow.png"); background-size: cover; left: -15px; top:-30px; z-index: 2;}
.footer { width:100%; display: inline-block; padding: 60px 0; background-color: #E9E9E9; }
.col-3 { width:25%; float:left; padding: 0 15px; }
.footer h4 { font-size: 24px;margin-bottom: 15px; }
.footer p, .footer li { line-height: 30px; font-size: 16px; }
.footer a { color: #000; }
.footer a:hover { color: #ECB925; }
.copyright { padding:50px 0; }
.copyright p { font-size:16px; margin-bottom: 15px; }
.copyright p a { color:#AEAEAE; font-size: 14px; padding: 0 10px;}
.copyright p a:hover { color:#ECB925; }

.inner-banner { background-color: #ECB925; display: inline-block; width: 100%; margin-top: 170px; position: relative;} 
.inner-banner.contact iframe { opacity: 0.8; float: left; height: 500px; }
.contact-table { margin: 0 auto 40px; text-align: left;}
.contact-table td { padding: 0 30px; }
.contact-table p, .contact-table li, .contact-table li a { font-size: 16px; color: #000; line-height: 30px; }
.contact-table li a:hover { color: #ECB925; }
.contact-table td:first-child { text-align: right; }
.social-media { width: 100%; display: inline-block; margin-bottom: 40px;} 
.social-media a { width: 40px; height: 40px; display:inline-block; margin: 0 10px }
.inner-banner img { float:left;}
.inner-banner h1 { position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; font-size: 50px; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.3)}
.inner-banner.who-needs-us { background-image: url("../images/who-needs-us-banner.jpg"); height: 300px; background-size: cover; background-position: center;}
.orange-text { color: #ecb925; font-size: 24px; margin-bottom: 40px; padding: 0 15%; font-family: 'Montserrat', sans-serif; }
.shadow-box { max-width: 1000px; margin: 0 auto; padding: 30px; border-top: 4px solid #ECB925; box-shadow: 0 10px 30px rgba(0,0,0,0.2); -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.2); -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.2); text-align: left; margin-bottom: 40px; background-color:#fff; }
.shadow-box li { padding-left: 20px; position: relative; font-size: 16px; margin-bottom: 10px; line-height: 24px; }
.shadow-box li:last-child { margin-bottom: 0; }
.shadow-box li:before { width: 9px; height: 9px; background-color: #ECB925; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; position: absolute; left: 0; top: 7px; content: ""; }
.get-quote { max-width: 1000px; margin: 50px auto; }
.get-quote p { line-height: 24px; }
.inner-banner.why-us { background-image: url("../images/why-us-banner.jpg"); height: 300px; background-size: cover; background-position: center;}
.inner.differentiator h2 { margin-top: 20px; margin-bottom: 30px; }
.inner.differentiator h4 { font-size: 24px; margin: 20px 0 10px; }
.inner-banner.services { background-image: url("../images/services-banner.jpg"); height: 300px; background-size: cover; background-position: center;}
.number { display: block; width: 70px; height: 70px; margin: 0 auto 20px; background-color: #ecb925; color: #fff; font-size: 40px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; padding: 10px 0; font-family: 'Patua One', cursive; box-shadow: 0 12px 20px rgba(236, 185, 37,0.7); }
.service-page h2 { margin-bottom: 40px; }
.service-page h3 { margin-bottom: 30px; font-size: 24px; font-family: 'Montserrat', sans-serif; }
.service-page p { margin: 0 auto 20px; max-width: 970px; }
.service-page h5 { display:inline-block; margin: 0 auto 40px; font-size: 24px; font-family: 'Montserrat', sans-serif; padding: 10px 30px; border:1px solid #000; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; width: auto; }
.shadow-boxes { width:100%; text-align: left; box-shadow: 0 10px 30px rgba(0,0,0,0.2); -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.2); -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.2); padding: 20px; min-height: 180px; }
.shadow-boxes h4 { font-size: 24px; font-family: 'Montserrat', sans-serif; margin-bottom: 15px; font-weight: bold; }
.grey-bg { background-color:#E9E9E9; }
#expert-advisory { margin-bottom: 30px; }
.shadow-box h4, .shadow-box h4, #executorship h4, .assistance-beneficiaries h4 {  font-size: 24px; font-family: 'Montserrat', sans-serif; margin-bottom: 15px; font-weight: bold; }
#executorship { padding: 40px 0; }
.executorship { text-align: left; padding-top: 30px;}
.col-4 { width:33.33%; float:left; padding: 0 15px;}
.assistance-beneficiaries { padding-top: 30px; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.contents h4 { font-size:24px; margin: 20px 0 10px }
.terms p { margin-bottom: 10px; }
.terms li { padding-left:20px; position: relative; margin-bottom: 10px; }
.terms li:before { content:""; width:5px; height: 5px; background-color: #000; border-radius: 50%; position: absolute; left: 6px; top: 9px; }
.terms h4:first-child { margin-top: 0px;}
.inner-banner.panel-advisors { background-image: url("../images/advisors-panel-banner.jpg"); height: 300px; background-size: cover; background-position: center; }
.advisors p { font-size: 16px; margin-bottom: 15px; text-align: justify; }
.advisors h6 { font-size: 16px; font-weight: 500; font-family: 'Montserrat', sans-serif; margin-bottom: 6px; }
.advisors img { max-width: 250px; margin-top: 20px; margin-bottom: 20px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; box-shadow: 0 20px 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 20px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 20px 10px rgba(0,0,0,0.2); }
.advisors h5 { font-size: 16px; font-weight: 500; margin-bottom: 20px; }
.advisors h6 a { color: #ecb925; }
.advisors h4 { margin-top: 10px; margin-bottom: 5px; }

@media screen and (min-width: 1441px) {
	.who-we-are .container { max-width:1180px; margin: 0 auto; }
}
@media screen and (min-width: 768px) {
	.lg-none, .mob-menu { display:none!important; }	
}
@media screen and (max-width: 1440px) {
	.container { max-width: 1200px; }
	.navbar { margin-top: 0px; }
	.banner h1 { font-size: 36px; max-width: 540px; }
	.logo { width: 170px; display: inline-block; }
	.navbar li { font-size:14px; }
	.navbar li ul { width: 300px; }
	.navbar li.dropdown span { margin: 8px; border-top-width: 5px ; border-left-width: 4px; border-right-width: 4px; }
	.navigation { padding: 20px 0 0; }
	.banner { padding-top: 166px; height: 470px; }
	.contents h2 { font-size: 30px; padding-bottom: 15px; margin-bottom: 30px;}
	.contents h2:before, .contents h2:after { height: 5px; width: 78px; }
	.banner p { font-size: 24px; }
	.who-we-are ul { margin: 30px 0; padding: 0 15%; }
	.who-we-are ul li { font-size: 18px; padding: 10px 20px; font-size: 20px; }
	.contact-btn { padding: 12px 80px 15px 20px; font-size: 24px; }
	.contact-btn:hover { padding-right: 90px; }
	.contact-btn:after { width: 18px; height: 27px; }
	.inner.differentiator { padding:40px 0; }
	.differentiator h2 { margin-bottom: 50px; }
	.differentiator li { height: 90px; font-size: 22px;}
	.differentiator li a { margin-top: 10px; }
	.contents.differentiator h2:before { left: 78px; }
	.services li { font-size: 20px; }
	.services li a:after { border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #ECB925; margin-left: 8px; }
	.services li a:hover:after { margin-left:12px; }
	.inner-banner {  margin-top: 110px; }
	.inner-banner.contact iframe { height: 400px; }
	.inner-banner h1 { font-size:40px; }
	.service-page h3, .orange-text, .service-page h5 { font-size: 20px; }
	.shadow-boxes h4 { font-size: 18px;}
	.shadow-box h4, .shadow-box h4, #executorship h4, .assistance-beneficiaries h4 { font-size: 20px; }
}
@media screen and (max-width: 1024px) {
 	.who-we-are ul { padding: 0 ; }
}
@media screen and (max-width: 767px) {
	.sm-none { display:none!important; }
	.logo { width: 48px; }
	.navigation { padding: 15px 0 0; }
	.navbar { display: none; width: 100%; background: #fff; position: absolute; left: 0; top: 78px; z-index: 99; box-shadow: 0 20px 30px rgba(0,0,0,0.2); border-bottom: 4px solid #ecb925; padding: 10px 0; }
	.navbar li ul { width: 100%; position: static; display: inline-block; padding: 0; margin-top: 10px; box-shadow:none; }
	.navbar li { width: 100%; padding: 10px 15px }
	.navbar li a:after { height: 2px; bottom: -10px; }
	.navbar li.dropdown { padding:15px 15px 0px; }
	.navbar li.active a:after { display:none; }
	.navbar li.active { background-color:#eee; }
	.banner { background-size: 130%; background-position: right top; background-repeat: no-repeat; padding-top: 50%; height: auto; }
	.banner h1 { font-size: 27px; max-width: 390px; }
	.banner p { font-size: 18px; }
	.banner p.banner-para { padding: 0; background-color: transparent; }
	.who-we-are { padding: 80px 0 40px }
	.who-we-are p { font-size: 16px; }
	.who-we-are ul { margin: 20px 0; padding: 0; }
	.who-we-are ul li { font-size: 18px; margin: 3px; }
	.col-6, .col-4, .col-8, .col-3 { width: 100%;}
	.differentiator h2 { margin-bottom: 30px; margin-top: 0px; }
	.contents h2 { font-size: 25px; }
	.differentiator li { height: auto; font-size: 20px; margin-bottom: 20px; width: 100%; }
	.differentiator li a { margin-top: 5px; }
	.pos-rel { padding: 0 30px 30px!important; }
	.pos-rel:before { left: 0; }
	.services li { width: 100%; margin-bottom: 10px } 
	.services { padding: 80px 0 40px; }
	.contents.services h2 { margin-bottom: 40px; }
	.footer { padding: 40px 0; }
	.footer h4 { margin-bottom: 10px; margin-top: 15px; font-size: 20px }
	.footer img { width: 170px; margin-bottom: 20px; }
	.footer p, .footer li { font-size: 14px; }
	.copyright { padding: 20px 0; }
	.copyright p { font-size: 14px; margin-bottom: 10px; }
	
	.inner-banner { margin-top: 78px; margin-bottom: 0px; }
	.inner-banner.why-us, .inner-banner.services, .inner-banner.who-needs-us { height: 130px; }
	.inner-banner.contact iframe { height: 290px; }
	.contact-table td { display:block; width: 100%; padding: 0 10px; text-align: center;}
	.contact-table td:first-child { text-align: center; }
	.contact-table p, .contact-table li, .contact-table li a { font-size: 14px;}
	.get-quote { margin: 50px auto 0; }
	.orange-text { margin-bottom: 30px; padding: 0; }
	.inner-banner.who-needs-us { height:130px; }
	.inner-banner h1 { font-size: 24px; bottom: 20px; }
	.orange-text { font-size: 16px;}
	.shadow-box { padding: 15px;}
	.shadow-box li, .get-quote p { font-size: 14px; line-height: 20px; }
	.shadow-boxes { min-height: auto; margin-bottom: 15px; }
	.service-page h3, .orange-text, .service-page h5 { font-size: 18px; }
	.shadow-box h4, .shadow-box h4, #executorship h4, .assistance-beneficiaries h4 { font-size: 16px; }
	.service-page p { font-size: 14px; }
	.shadow-boxes p { margin-bottom: 0;}
	.text-right { text-align: left; }
	.assistance-beneficiaries img { margin-bottom: 30px; }
	.number { width: 55px; height: 55px; font-size: 30px; }
}
@media screen and (max-width: 414px) {
	.terms h4 { font-size:20px; }
	.terms p, .terms li { font-size:14px; }
	
}