/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Nightbirds Solutions
 Author URI:    
 Template:       twentysixteen
 Version:        1.0.0
*/



/* = My Styles
------------------------------------------------------------------------------------------------------------ */

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
	display: none !important;
}

.clear {
	width: 100%;
	display: block;
	clear: both;
}

.single .entry-content {
	float: none !important;
	margin: 0;
	padding: 0;
	width: 100% !important;
	display: block;
}

.site-main {
	margin-bottom: 0;
}

a {
	text-shadow: none !important;
	box-shadow: none !important;
}

a:hover {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.main-navigation {
	margin: 0;
}

.site-content {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

body.admin-bar:not(.custom-background-image):before,
body.admin-bar:not(.custom-background-image):after {
	display: none !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}

p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #666;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin-bottom: 30px;
}

.my-container,
.blog .content-area,
.single .content-area {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	float: none;
}

.blog .content-area {
	margin: 50px auto;
}

#my-header {
	padding: 15px 0;
	background-color: #fff;
}

#my-header .left {
	float: left;
}

#my-header .left .my-logo {
	padding-top: 10px;
}

#my-header .right {
	float: right;
	text-align: right;
}

#my-header .right .social-icons {
	margin-bottom: 5px;
}

#my-header .right .social-icons ul li {
    	display: inline-block;
   	vertical-align: top;
    	list-style: none;
}

#my-header .right .contact-info .call {
    	font-size: 18px;
    	line-height: 22px;
   	color: #666666;
    	font-weight: normal;
	margin-bottom: 0;
}

#my-header .right .contact-info .call span {
	color: #00143d;
	font-weight: bold;
}

#my-header .right .contact-info .mail {
	font-size: 15px;
	line-height: 19px;
	display: inline-block;
	color: #bf293a;
}

#my-header .right .contact-info .mail:hover {
	color: #eb4b5d;
}

#my-menu {
    	background-color: #0a4d7f;
}

#my-menu .main-navigation ul li a { 
    	font-size: 15px;
    	line-height: 19px;
    	color: #fff;
    	font-weight: normal;
    	font-family: "Fira Sans",sans-serif;
    	padding: 17px 24px;
}

#my-menu .main-navigation ul li a:hover { 
	background-image: url('/wp-content/uploads/2016/08/menu-background-hover_03.jpg');
	background-repeat: repeat-x;
}

#my-menu .main-navigation ul li.menu-item-has-children a:after {
    	top: 33%;
	right: 5px;
}

#my-menu .main-navigation ul ul li {
	background-color: #0A4D7F;
	border: 0;
}

#my-menu .main-navigation ul ul {
	border: 0;
}

#my-menu .main-navigation ul ul li a {
	padding: 10px 24px;
}

#my-menu .main-navigation ul ul:after,
#my-menu .main-navigation ul ul:before {
	display: none;
}

#my-menu .main-navigation li:hover > ul, 
#my-menu .main-navigation li.focus > ul {
	left: 0;
	right: auto;
}

#my-menu .main-navigation ul ul ul {
	top: 0;
}

#my-menu .main-navigation ul ul li:hover > ul, 
#my-menu .main-navigation ul ul li.focus > ul {
	left: 100%;
	right: auto;
}

#my-menu .main-navigation ul ul .menu-item-has-children > a:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.home-section1 {
	border-bottom: 5px solid #00143d;
	background-image: url('/wp-content/uploads/2016/08/Capstone-slider1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home-section1 .banner-text {
	padding: 155px 0;
}

.home-section1 .banner-text h1 {
	font-weight: 300;
	color: #fff;
	font-size: 60px;
	line-height: 64px;
	margin-bottom: 0px;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
}

.home-section1 .banner-text h1 strong {
	display: block;
	font-size: 64px;
}

.home-section1 .banner-text p {
	font-size: 23px;
	line-height: 31px;
	font-style: italic;
	font-weight: normal;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	margin-bottom: 40px;
}

.home-section1 .banner-text .banner-button a {
    	display: inline-block;
    	font-size: 21px;
    	line-height: 24px;
    	font-weight: bold;
    	text-transform: uppercase;
	background-color: #c4163b;
	color: #fff !important;
	padding: 12px 60px;
	border-radius: 20px;
}

.home-section1 .banner-text .banner-button a:hover {
	background-color: #e12e54;
}

.home-section2 {
	padding: 15px 0;
	box-shadow: 0px 1px 7px #b4b4b4;
}

.home-section2 ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-right: 264px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 110px;
	cursor: pointer;
}

.home-section2 ul li:nth-child(1) {
	background-image: url('/wp-content/uploads/2016/08/chartered-black.png');
	width: 164px;
}


.home-section2 ul li:nth-child(1):hover {
	background-image: url('/wp-content/uploads/2016/08/chartered-colored.png');
}

.home-section2 ul li:nth-child(2) {
	background-image: url('/wp-content/uploads/2016/08/aim-blacknew.png');
	width: 224px;
}

.home-section2 ul li:nth-child(2):hover {
	background-image: url('/wp-content/uploads/2016/08/aim-colored.png');
}

.home-section2 ul li:nth-child(3) {
	background-image: url('/wp-content/uploads/2016/08/unsw-blacknew.png');
	width: 224px;
	margin-right: 0;
}

.home-section2 ul li:nth-child(3):hover {
	background-image: url('/wp-content/uploads/2016/08/unsw-colored.png');
}


.home-section3 {
	padding: 50px 0;
}

.home-section3 .title p {
    	font-size: 29px;
    	line-height: 33px;
    	font-weight: bold;
	text-align: center;
    	color: #474747;
	margin-bottom: 40px;
}

.home-section3 .title p span {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 10px;
	display: block;
}

.home-section3 .services ul .outer-list {
	background-repeat: no-repeat;
	background-size: cover;
	width: 31%;
	list-style: none;
	position: relative;
	min-height: 336px;
	display: inline-block;
	vertical-align: top;
	margin-right: 36px;
	box-sizing: border-box;
}

.home-section3 .services ul .outer-list:last-child {
	margin-right: 0;
}

.home-section3 .services ul .outer-list .title-cont {
	position: absolute;
	width: 90%;
	height: 90%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	left: 5%;
	top: 5%;
	border: 1px solid #fff;
	cursor: pointer;
}

.home-section3 .services ul .outer-list .title-cont:hover {
	background-color: #fff;
}



.home-section3 .services ul .outer-list .title-cont:hover .image-hover {
	display: block;
}

.home-section3 .services ul .outer-list h5,
.home-section3 .services ul .outer-list .title-cont .image-hover h5 {
	margin: 0;
	font-size: 27px;
	line-height: 31px;
	font-weight: 500;
	color: #fff;
	padding-top: 135px;
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
}

.home-section3 .services ul .outer-list .title-cont .image-hover {
    	position: absolute;
    	top: 0px;
    	left: 0px;
	display: none;
	padding: 20px 35px;
	box-sizing: border-box;
}

.home-section3 .services ul .outer-list .title-cont .image-hover h5 {
	padding: 0;
	color: #474747;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-image: url('/wp-content/uploads/2016/08/list-title-border.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.home-section3 .services ul .outer-list .hover-list ul li {
    	font-size: 18px;
    	line-height: 22px;
    	margin-bottom: 7px;
    	list-style: none;
    	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	background-image: url('/wp-content/uploads/2016/08/hover-list-bullet.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 6px;
}

.home-section3 .services ul .outer-list .hover-list ul li a {
    	color: #474747;
}

.home-section3 .services ul .outer-list ul li a:hover {
	color: #c4163b;
}

.home-section3 .services ul li .image-hover-button {
	padding-top: 15px;
	text-align: center;
}

.home-section3 .services ul li .image-hover-button a {
    	font-size: 18px;
    	line-height: 22px;
    	font-weight: bold;
    	font-family: "Fira Sans",sans-serif;
    	color: #c4163b;
    	border: 2px solid #c4163b;
    	padding: 5px 50px;
    	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.home-section3 .services ul li .image-hover-button a:hover {
	background-color: #c4163b;;
	color: #fff;
}

.home-section4 {
	padding: 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.home-section4 h2 {
    	font-weight: bold;
    	font-size: 54px;
    	line-height: 60px;
    	color: #fff;
	margin-bottom: 40px;
	font-family: 'Fira Sans', sans-serif;
}

.home-section4 p {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	width: 75%;
	margin-bottom: 30px;
}

.home-section4 .caps-button {
    	display: inline-block;
    	font-size: 21px;
    	line-height: 24px;
    	font-weight: 600;
   	text-transform: uppercase;
	margin-top: 20px;
}

.caps-button {
    	background-color: #c4163b;
    	color: #fff !important;
    	padding: 12px 75px;
    	border-radius: 20px;
	display: inline-block;
}

.caps-button:hover {
	background-color: #e12e54;
}

.home-section5 .testi-quote {
	text-align: center;
	position: relative;
	padding: 35px 0;
}

.home-section5 .testi-quote span {
	display: inline-block;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	z-index: 99;
}

.home-section5 .testi-quote:after {
	position: absolute;
	border-bottom: 1px solid #cccccc;
	top: 50%;
	left: 0;
	content: "";
	width: 100%;
}

.home-section5 h3 {
    	text-align: center;
    	font-weight: normal;
    	font-size: 32px;
    	line-height: 36px;
    	color: #00143d;
	font-family
}

.home-section5 .home-testimonial .quote .fa-quote-left,
.home-section5 .home-testimonial h4,
.home-section5 .home-testimonial .testimonials-text em:before,
.home-section5 .home-testimonial .testimonials-text em:after {
	display: none !important;
}

.home-section5 .home-testimonial .quote {
	outline: none !important;
	margin-bottom: 50px;
}

.home-section5 .home-testimonial .quote .testimonial-content {
	float: none;
	width: 100%;
	clear: none;
}

.home-section5 .home-testimonial .quote .slick-arrow {
	top: 35% !important
}

.home-section5 .home-testimonial .quote .testimonial-content .testimonials-text p,
.home-section5 .home-testimonial .quote .testimonial-author,
.home-section5 .home-testimonial .quote .testimonial-content {
	text-align: center;
}

.home-section5 .home-testimonial .quote .testimonial-content .testimonials-text {
	margin-bottom: 15px;
}

.home-section5 .home-testimonial .quote .testimonial-content .testimonials-text p,
.home-section5 .home-testimonial .quote .testimonial-author strong {
    	font-family: "Fira Sans",sans-serif;
   	font-weight: 300;
    	font-size: 17px;
	line-height: 24px;
    	color: #666666;
}

.home-section5 .home-testimonial .quote .testimonial-left {
	margin: 20px 0;
}

.home-section5 .home-testimonial .quote .testimonial-author strong {
	font-weight: bold;
	color: #00143d;
}

.home-section5 .home-testimonial .quote .testi-button a {
   	font-size: 17px;
    	line-height: 21px;
    	display: inline-block;
    	color: #c4163b;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding: 10px 55px;
    	border: 2px solid #c4163b;
    	border-radius: 20px;
    	font-family: "Fira Sans",sans-serif;
   	margin-top: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.home-section5 .home-testimonial .quote .testi-button a:hover {
	background-color: #c4163b;
	color: #fff;
}

.home .footer-cta {
	margin-top: 120px;
}

.footer-cta {
	background-image: url('/wp-content/uploads/2016/08/cta-bg-pattern-1.jpg');
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 60px;
}

.footer-cta .left .image-holder {
	margin-top: -45px;
	margin-bottom: -45px;
}

.footer-cta .left {
	float: left;
	width: 44%;
}

.footer-cta .left .image-holder img {
    	box-shadow: 2px 2px 2px #878787;
}

.footer-cta .right {
	float: right;
	width: 56%;
}

.footer-cta .right .text-holder {
	padding-top: 35px;
}

.footer-cta .right .text-holder p {
    	font-size: 28px;
    	line-height: 32px;
    	font-weight: 300;
    	font-family: 'Fira Sans', sans-serif;
    	color: #fff;
	margin-bottom: 30px;
}

.footer-cta .right .text-holder a {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
}

.my-footer {
	padding: 15px 0 30px;
}

.my-footer .footer-holder {
	float: right;
	width: 56%;
}

.my-footer .footer-holder .left {
	float: left;
	text-align: left;
}

.my-footer .footer-holder .right {
	float: right;
}

.my-footer .footer-holder .left p,
.my-footer .footer-holder .left a {
    	font-size: 13px;
    	line-height: 17px;
    	font-weight: 600;
    	color: #949494;
   	margin: 0;
}

.my-footer .footer-holder .left a:hover,
.footer-menu .secondary-menu li a:hover {
	color: #c4163b;
}

.my-footer .footer-holder .left .footer-title {
	color: #c4163b;
    	font-size: 14px;
    	line-height: 18px;
	font-weight: 700;
}

.my-footer .footer-holder .left .footer-title.number {
	margin: 7px 0;
}

.my-footer .footer-holder .right .image-holder {
    	padding-top: 35px;
}

.footer-menu .footer-menu-holder {
	border-top: 1px solid #cccccc;
}

.footer-menu .secondary-menu {
	text-align: center;
}

.footer-menu .secondary-menu li {
    	display: inline-block;
    	vertical-align: top;
	border: 0;
}

.footer-menu .secondary-menu li a {
    	font-size: 13px;
    	line-height: 17px;
    	color: #999999;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	padding: 22px;
}

.footer-menu .secondary-menu li.menu-item-has-children a:after {
    	content: "";
    	background-image: url('/wp-content/uploads/2016/08/footer-arrow.png');
    	height: 4px;
    	width: 9px;
    	top: 45%;
   	right: 5px;
	position: absolute;
}

.footer-menu .secondary-menu li.menu-item-has-children ul {
	border: 0;
	bottom: 61px;
	border: 1px solid #ccc;
}

.footer-menu .secondary-menu li.menu-item-has-children ul li a {
	padding: 10px;
}

.footer-menu .secondary-menu li.menu-item-has-children ul li a:after {
	display: none;
}

.footer-menu .secondary-menu li.menu-item-has-children ul:before,
.footer-menu .secondary-menu li.menu-item-has-children ul:after {
	display: none;
}

.why-choose-section1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.why-choose-section1 h1 {
    	font-size: 55px;
    	line-height: 59px;
    	color: #fff;
    	padding: 105px 0px;
	margin: 0;
	text-align: center;
}

.why-choose-section2 {
	padding: 65px 0;
}

.why-choose-section2 p,
.why-choose-section2 .section2-list ul li,
.why-choose-section3 .section3-list ul li,
.why-choose-section4 .section4-list ul li,
.why-choose-section4 p {
    	font-size: 18px;
    	line-height: 22px;
    	color: #666666;
}

.why-choose-section2 p,
.why-choose-section4 p {
	margin-bottom: 35px;
}

.why-choose-section2 .section2-list ul li,
.why-choose-section3 .section3-list ul li,
.why-choose-section4 .section4-list ul li {
    	padding-left: 40px;
   	list-style: outside none none;
    	background-image: url("/wp-content/uploads/2016/08/list-star.png");
    	background-repeat: no-repeat;
    	background-position: top left;
    	margin-bottom: 20px;
}

.why-choose-section4 .section4-list ul,
.why-choose-section3 .section3-list ul,
.why-choose-section2 .section2-list ul {
	margin-left: 25px;
}

.why-choose-section3 {
	background-color: #f8f8f8;
	padding: 65px 0;
}

.why-choose-section3 h2,
.why-choose-section4 h2 {
    	text-align: center;
    	font-size: 35px;
    	line-height: 39px;
    	color: #bf293a;
    	font-weight: bold;
   	font-family: 'Open Sans', sans-serif;
    	margin-bottom: 50px;
}

.why-choose-section4 {
	padding: 65px 0;
}

.terms-conditions-section {
    	padding: 50px 0;
}

.terms-conditions-section h1 {
	font-weight: 500;
	color: #00143D;
	font-size: 31px;
	line-height: 35px;
}

.terms-conditions-section p {
	margin-bottom: 25px;
	color: #666666;
}

.terms-conditions-section p strong {
	color: #00143D;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.terms-conditions-section a {
	color: #BF293A;
}

.business-section2 {
	padding: 60px 0;
}

.business-section2 h2 {
    	text-align: center;
    	font-weight: normal;
    	font-size: 32px;
    	line-height: 36px;
    	color: #00143d;
    	margin-bottom: 50px;
}

.business-section2 .top-content {
	margin-bottom: 50px;
}

.business-section2 p,
.business-section2 .section2-list ul li {
    	font-size: 18px;
    	line-height: 30px;
    	color: #666;
    	font-weight: normal;
    	margin-bottom: 30px;
}

.business-section2 .section2-list ul {
	padding-left: 25px;
}


.business-section2 .section2-list .list-title,
.business-section2 .content-title {
    	font-size: 20px;
    	line-height: 24px;
    	font-weight: bold;
    	color: #00143d;
    	margin-bottom: 40px;
}

.business-section2 .section2-list ul li {
	padding-left: 40px;
	background-image: url('/wp-content/uploads/2016/08/list-star.png');
	background-position: left 5px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	list-style: none;
}

.business-section2 .section2-list p {
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	margin-bottom: 30px;
}

.business-section2 .section2-list .list-para {
	font-style: italic;
	padding-top: 20px;
}

.business-section2  .inner-button {
    	margin-top: 50px;
	text-align: center;
}

.business-section2  .inner-button a {
    	font-size: 17px;
    	line-height: 21px;
    	font-weight: 900;
    	text-transform: uppercase;
    	color: #c4163b;
    	border: 2px solid #c4163b;
    	display: inline-block;
    	border-radius: 20px;
   	padding: 10px 55px;
	text-align: center;
}

.business-section2  .inner-button a:hover {
	color: #fff;
	background-color: #c4163b;
}

#page.site {
    margin-top: 132px;
}

#header-cont {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.why-choose-section1.about-section1 h1 {
	text-align: center;
}

.about-section2,
.about-section3 {
	padding: 50px 0;
}

.about-section2 p,
.about-section3 .about-people .right p,
.about-section4 p,
.about-section4 .about-partners ul li {
    	font-size: 18px;
    	line-height: 30px;
    	color: #666;
	margin-bottom: 30px;
}

.about-section3 {
	background-color: #fafafa;
}

.about-section3 h2,
.about-section4 h2 {
    font-size: 35px;
    text-align: center;
    line-height: 39px;
    color: #bf293a;
    margin-bottom: 70px;
}

.about-section3 .about-people .left {
	float: left;
	width: 26%;
}

.about-section3 .about-people .right {
	float: right;
	width: 70%;
}

.about-section3 .about-people .right h3 {
	font-size: 28px;
	line-height: 32px;
	color: #3a3535;
}

.about-section3 .about-people .right h3 span {
	display: block;
	padding-top: 7px;
	font-size: 18px;
	display: block;
	font-weight: normal;
	color: #bf293a;
}

.about-section3 .about-people .right .about-social a {
	display: inline-block;
	vertical-align: top;
}

.about-section4 {
	padding: 50px 0;
}

.about-section4 .about-partners ul {
	padding-left: 40px;
}

.about-section4 .about-partners ul li {
	background-image: url('/wp-content/uploads/2016/08/list-star.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-bottom: 20px;
	padding-left: 40px;
	list-style: none;
}

.contact-section2 {
	padding: 50px 0;
}

.contact-section2 .left h4 {
    	font-size: 22px;
    	line-height: 26px;
    	font-weight: 500;
	margin-bottom: 30px;
}

.contact-section2 .left .form-container .input-holder {
	margin-bottom: 20px;
}

.contact-section2 .left  .form-container .input-holder label {
    	font-size: 11px;
    	line-height: 14px;
    	text-transform: uppercase;
}

.contact-section2 .left .form-container .input-holder label span {
	color: #bf293a;
}

.contact-section2 .left  .form-container .input-holder .cf-input input,
.contact-section2 .left  .form-container .input-holder .cf-input textarea {
	font-size: 14px;
	line-height: 18px;
	background-color: #fff;
	border-radius: 0;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.contact-section2 .left .form-container .cf-button input {
    	text-transform: capitalize;
    	font-weight: 500;
    	font-size: 15px;
    	line-height: 19px;
    	border-radius: 0px;
    	border: 0px none;
    	background-color: #c4163b;
    	padding: 15px 30px;
}

.contact-section2 .left .form-container .cf-button input:hover {
	background-color: #e12e54;
}

.contact-section2 .left {
	float: left;
	width: 63%;
}

.contact-section2 .right {
	width: 33%;
	float: right;
}

.contact-section2 .right .side-content p {
	margin-bottom: 5px;
}

.contact-section2 .right .side-content p a {
	color: #bf293a;
}

.faq-section1 h1 {
    	font-size: 31px;
    	line-height: 35px;
    	font-weight: 600;
    	margin: 0px;
	color: #00143D;
}

.faq-section1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.faq-section2 .left .faq-list ul li {
	list-style: none;
}

.faq-section2 .left .faq-list ul li h3 {
    	font-size: 18px;
    	line-height: 22px;
    	background-color: #00143D;
    	color: #fff;
    	font-weight: 600;
    	border-radius: 7px;
    	padding: 15px;
	margin-bottom: 0px;

}

.faq-section2 .left .faq-list ul li .list-answer {
	box-sizing: border-box;
	padding: 20px;
	padding-bottom: 5px;
}

.faq-section2 .left .faq-list ul li .list-answer p {
    	font-size: 16px;
    	line-height: 22px;
}

.terms-section1 {
	padding: 50px 0;
}

.terms-section1 h1 {
    	font-size: 31px;
    	line-height: 35px;
    	font-weight: 600;
    	color: #00143D;
}

.terms-section1 .terms-container p,
.terms-section1 .terms-container ul li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

.terms-section1 .terms-container p strong {
	font-size: 18px;
	line-height: 22px;
}

.terms-section1 .terms-container p a {
	color: #bf293a;
}

.blog-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	box-shadow: 0px 0px 10px #ccc;
}

.blog-banner h1 {
	color: #fff;
	text-align: center;
}

.blog .blog-image img {
    	max-width: 100%;
    	height: auto;
    	display: block;
    	margin: 0;
}

.blog .blog-image {
    	overflow: hidden;
    	margin: 0 0 10px;
    	float: left;
    	width: 43%;
    	display: block;
	max-height: 285px;
}

.blog .blog-content {
    	width: 53%;
    	float: right;
    	display: block;
}

.blog article {
    	width: 100%;
    	display: block;
    	box-sizing: border-box;
    	margin: 0;
    	padding: 30px 20px;
    	border-bottom: 1px solid #ececec;
    	height: auto;
}

.post-thumbnail {
	margin: 0;
}

.blog .blog-content .blog-header .entry-title {
    	font-family: 'Open Sans', sans-serif !important;
    	color: #00143D;
    	font-size: 26px;
    	line-height: 30px;
    	text-decoration: none;
    	font-weight: bold;
	margin: 0;
}

.blog .blog-content .blog-header .entry-title:hover {
	color: #011f5d;
}

.blog .blog-content .blog-header .blog-date,
.single .single-date {
    	display: block;
    	width: 100%;
    	margin: 0px 0px 15px;
    	font-size: 14px;
    	line-height: 20px;
    	color: #bf293a;
    	font-weight: normal;
}

.blog .blog-content .blog-excerpt {
    	margin-bottom: 35px;
   	display: block;
    	font-size: 18px;
    	line-height: 28px;
    	color: #666;
    	font-weight: normal;
}

.blog .blog-content .blog-more a,
.single .blog-more a {
    	background-color: #c4163b;
    	padding: 10px 15px 13px;
    	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    	border-radius: 4px;
    	color: #ffffff;
    	font-size: 15px;
    	line-height: 18px;
    	text-decoration: none;
    	font-weight: normal;
    	text-transform: uppercase;
	display: inline-block;
}

.blog .blog-content .blog-more a:hover,
.single .blog-more a:hover {
	background-color: #e12e54;
}

.single .blog-more{
	text-align: center;
	margin-top: 50px;
}

.single .entry-content p,
.single .entry-content ul li,
.single .entry-content  ol li {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	margin-bottom: 10px;
}

.single p {
	margin-bottom: 20px;
}

.single ul,
.single ol {
	padding-left: 40px;
}
 
.single .post-thumbnail img {
	margin: 0 auto;
}

.single .post-thumbnail {
	margin-bottom: 30px;
}

.single .entry-header .entry-title {
    	font-size: 31px;
    	line-height: 35px;
    	font-weight: 500;
    	text-align: center;
    	margin-top: 50px;
    	color: #00143D;
}

.single .single-date {
	margin-bottom: 0;
}

.single .single-social {
	margin: 7px 0;
}

.clients-section2 {
	padding: 50px 0;
}

.clients-section2 p,
.clients-section2 ul li {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	margin-bottom: 30px;
}

.clients-section2 ul {
	padding-left: 40px;
}

.clients-section2 ul li {
	background-image: url('/wp-content/uploads/2016/08/list-star.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 20px;
	list-style: none;
}

.clients-section3 h2 {
    	font-size: 37px;
    	line-height: 55px;
    	text-align: center;
   	 color: #666;
    	margin-bottom: 40px;
	padding: 0 5px;
}

.clients-section3 .section3-testimonial .testimonial-left {
	margin-bottom: 35px;
}

.clients-section3 .section3-testimonial .testimonial-content .my-testimonial-title {
    	position: absolute;
    	background-size: cover;
    	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.clients-section3 .section3-testimonial .testimonial-author strong {
	display: none;
}

.clients-section3 .section3-testimonial .testimonial-content .my-testimonial-title h4 {
	font-size: 25px !important;
	line-height: 29px !important;
	font-weight: normal;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	background-color: #fff;
	padding: 0 20px !important;
	box-sizing: border-box;
}

.clients-section3 .section3-testimonial .testimonial-content {
    	border: 1px solid #cccccc;
	position: relative;
	margin-bottom: 50px;
	padding: 50px 135px;
}

.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p em {
    	font-size: 20px;
    	line-height: 30px;
    	color: #89a3ac;
    	font-family: 'Open Sans';
}

.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p em:before,
.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p em:after {
	display: none !important;
}

.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p {
    	background-image: url("/wp-content/uploads/2016/08/testimonial-quote-1.png");
    	background-repeat: no-repeat;
    	background-position: left top;
    	padding: 10px 0;
	position: relative;
	margin: 0;
}

.why-choose-section1.vision-goals-section1 {
	text-align: right;
}

.vision-goals-section2 {
	padding: 50px 0;
}

.vision-goals-section2 h2,
.vision-goals-section4 h2 {
	font-size: 36px;
	line-height: 40px;
	color: #3b3b3b;
	text-align: center;
	margin-bottom: 30px;
}

.vision-goals-section2 .vision-content {
	padding: 50px 140px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.vision-goals-section2 .vision-content p {
    	font-size: 20px;
    	line-height: 37px;
    	color: #89a3ac;
    	text-align: center;
	margin-bottom: 0;
	font-style: italic;
}

.vision-goals-section2 .vision-content p span {
    	font-weight: bold;
    	color: #666666;
    	display: block;
	font-style: normal;
}

.vision-goals-section2 .vision-content .vision-quote {
    	position: absolute;
    	top: -35px;
    	left: 44%;
    	background-color: #fff;
    	padding: 20px 50px;
}

.vision-goals-section3 {
	padding-bottom: 50px;
}

.vision-goals-section3 h3,
.vision-goals-section4 h3 {
    	text-align: center;
    	font-size: 30px;
    	line-height: 34px;
    	color: #666666;
    	margin-bottom: 40px;
	font-weight: 600;
}

.vision-goals-section3 p,
.vision-goals-section4 p {
    	text-align: center;
    	font-size: 19px;
    	line-height: 29px;
}

.vision-goals-section4 {
	padding: 50px 0;
	background-color: #f7f7f7;
	margin-bottom: 60px;
}

.vision-goals-section4 h3 {
	font-weight: normal;
}

#my-menu .top-menu {
	float: left;
}

#my-menu .social-icons h5 {
    	font-size: 15px;
    	line-height: 19px;
    	font-style: italic;
    	font-weight: normal;
    	color: #fff;
    	display: inline-block;
   	vertical-align: top;
    	margin-bottom: 0;
    	padding-top: 5px;
    	margin-right: 5px;
}

#my-menu .social-icons .social-linkedin {
	display: inline-block;
	vertical-align: top;
}

#my-menu .social-icons .social-linkedin a:hover {
	opacity: 0.7;
}

#my-menu .social-icons {
	float: right;
	padding-top: 10px;
}

.why-choose-section1.vision-goals-section1 h1 {
	font-size: 42px;
	line-height: 46px;
	padding: 111px 0;
}

.business-section2 .section2-list .list-para.business-wealth {
	font-size: 17px;
	line-height: 21px;
}

.single-post  .navigation {
	border: 0;
	margin-bottom: 60px;
}

.single-post .navigation .blog-arrow {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.single-post .navigation .post-title {
    	font-size: 14px;
    	line-height: 18px;
   	color: #AF2636;
	font-weight: normal;
}

.single-post .navigation a {
	padding: 0;
}

.single-post .site-main article {
	margin-bottom: 20px;
}





/*------------------- My Responsive -----------------*/



@media screen and (max-width: 1170px){
	.my-container,
	.blog .content-area,
	.single .content-area  {
		max-width: 960px;
	}
	#my-menu .main-navigation ul li.menu-item-has-children a:after {
    		right: 0;
	}
	#my-menu .main-navigation ul li a {
    		font-size: 14px;
    		line-height: 18px;
    		padding: 16px;
	}
	.home-section2 ul li {
    		margin-right: 169px;
	}
	.home-section3 .services ul .outer-list {
    		width: 37%;
    		margin: 35px;
	}
	.home-section3 .services ul {
		text-align: center;
	}
	.home-section3 .services ul .outer-list .hover-list ul {
		text-align: left;
	}
	.home-section4 h2 {
    		font-size: 52px;
    		line-height: 56px;
	}
	.home-section4 p {
    		width: 80%;
	}
	.footer-cta .right,
	.my-footer .footer-holder {
    		float: right;
    		width: 53%;
	}
	.footer-cta .left .image-holder {
    		margin-top: -35px;
    		margin-bottom: -35px;
	}
	.footer-menu .secondary-menu li a {
    		padding: 13px 18px;
		text-align: left;
	}
	.footer-menu .secondary-menu {
		text-align: center;
	}
	.footer-menu .secondary-menu li.menu-item-has-children ul {
    		bottom: 43px;
	}
	.why-choose-section1.faq-section1 h1 {
    		font-size: 28px;
    		line-height: 32px;
	}
	.clients-section3 h2 {
    		font-size: 33px;
    		line-height: 51px;	
	}
	.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p em {
    		font-size: 19px;
    		line-height: 29px;
	}
	.vision-goals-section2 .vision-content {
    		padding: 50px 70px;
	}
	.vision-goals-section3 h3,
	.vision-goals-section4 h3 {
    		font-size: 27px;
    		line-height: 31px;
	}
	.vision-goals-section3 h3,
	.vision-goals-section4 h3 {
    		font-size: 25px;
    		line-height: 29px;
	}
	.vision-goals-section2 h2,
	.vision-goals-section4 h2 {
    		font-size: 32px;
    		line-height: 36px;
	}
	.vision-goals-section2 .vision-content .vision-quote {
		left: 43%;
	}
	#page.site {
		margin-top: 130px;
	}
	.why-choose-section1 h1 {
    		font-size: 51px;
    		line-height: 55px;
	}
	.why-choose-section1.vision-goals-section1 h1 {
    		font-size: 38px;
    		line-height: 42px;
	}
	.home-section1 .banner-text h1 {
    		font-size: 50px;
    		line-height: 54px;
	}
	.home-section1 .banner-text h1 strong {
		font-size: 58px;
	}
}



@media screen and (max-width: 980px){
	.my-container,
	.blog .content-area,
	.single .content-area {
		max-width: 748px;
	}
	#my-menu .top-menu {
		display: none;
	}
	#my-menu .burger-menu .responsive-menu-button {
    		top: 0;
    		right: 0;
    		float: right;
		position: relative;
	}
	button:hover,
	button:focus,
	input[type="button"]:hover,
	input[type="button"]:focus,
	input[type="reset"]:hover,
	input[type="reset"]:focus,
	input[type="submit"]:hover,
	input[type="submit"]:focus {
    		background: #BF293A;
	}
	.home-section2 ul li {
    		margin-right: 63px;
	}
	.home-section3 .services ul .outer-list {
    		width: 47%;
    		margin: 10px;
	}
	.home-section4 h2 {
    		font-size: 48px;
    		line-height: 52px;
	}
	.home-section4 p {
    		font-size: 22px;
    		line-height: 32px;
    		width: 90%;
	}
	.footer-cta .left {
    		float: none;
   		width: 100%;
    		text-align: center;
    		margin-bottom: 0;
	}
	.footer-cta .left .image-holder {
    		margin-top: -45px;
    		margin-bottom: 0;
	}
	.footer-cta .right, .my-footer .footer-holder {
    		float: none;
    		width: 100%;
    		text-align: center;
	}
	.footer-cta .right .text-holder {
    		padding: 30px 0;
	}
	.footer-menu .main-navigation .secondary-menu  ul {
    		text-align: center;
	}
	#page.site {
    		margin-top: 134px;
	}
	.contact-section2 .left {
    		float: none;
    		width: 100%;
    		margin-bottom: 40px;
	}
	.contact-section2 .right {
    		width: 100%;
    		float: none;
	}
	.blog .blog-image {
    		margin: 0 0 20px;
    		float: none;
    		width: 100%;
    		display: block;
	}
	.blog .blog-image img {
		margin: 0 auto;
	}
	.blog .blog-content {
    		width: 100%;
    		float: none;
    		display: block;
    		text-align: center;
	}
	.clients-section3 h2 {
    		font-size: 28px;
    		line-height: 46px;
    		padding: 0;
	}
	.clients-section3 .section3-testimonial .testimonial-content .my-testimonial-title h4 {
    		font-size: 23px !important;
    		line-height: 27px !important;
	}
	.clients-section3 .section3-testimonial .testimonial-content {
    		padding: 50px;
	}
	.vision-goals-section2 .vision-content {
    		padding: 50px;
	}
	.vision-goals-section2 .vision-content p {
    		font-size: 18px;
    		line-height: 35px;
	}
	.vision-goals-section3 h3, .vision-goals-section4 h3 {
   		font-size: 22px;
    		line-height: 26px;
	}
	.vision-goals-section3 p, .vision-goals-section4 p {
    		font-size: 18px;
    		line-height: 28px;
	}
	.vision-goals-section2 .vision-content .vision-quote {
		left: 41%;
	}
	.why-choose-section1 h1 {
    		font-size: 47px;
    		line-height: 51px;
	}
	.why-choose-section1.vision-goals-section1 h1 {
    		font-size: 34px;
    		line-height: 38px;
    		padding: 95px 0;
	}
	#my-menu .social-icons {
		float: left;
	}
	.home-section1 .banner-text h1 {
    		font-size: 44px;
    		line-height: 49px;
	}
	.home-section1 .banner-text h1 strong {
    		font-size: 54px;
	}
	.home-section1 .banner-text p {
    		font-size: 20px;
    		line-height: 28px;
	}
	.home-section1 .banner-text {
    		padding: 120px 0;
	}
	.home-section1 .banner-text .banner-button a {
    		font-size: 19px;
    		line-height: 22px;
	}
}


@media screen and (max-width: 909px){
	.footer-menu .secondary-menu li a {
    		margin: 0;
	}
	.dropdown-toggle {
		display: none !important;
	}
	.entry-header {
		margin: 0;
	}
}


@media screen and (max-width: 768px){
	.my-container,
	.blog .content-area,
	.single .content-area {
		max-width: 620px;
	}
	.home-section2 ul li {
    		margin: 25px;
	}
	.home-section2 ul {
    		text-align: center;
	}
	.home-section3 .services ul .outer-list {
   		width: 58%;
    		margin: 20px 0;
	}
	.home-section4 h2 {
    		font-size: 44px;
    		line-height: 48px;
	}
	.home-section4 p {
    		font-size: 22px;
    		line-height: 32px;
		width: 100%;
	}
	.home-section4 .caps-button {
    		font-size: 18px;
    		line-height: 21px;
	}
	.home-section5 .home-testimonial .quote .testimonial-left {
    		float: none;
    		margin-bottom: 20px;
	}
	.home-section5 .home-testimonial .quote .testi-button a {
    		font-size: 16px;
    		line-height: 20px;
	}
	.home-section5 .home-testimonial .quote .testimonial-content .testimonials-text p,
	.home-section5 .home-testimonial .quote .testimonial-author,
	.home-section5 .home-testimonial .quote .testimonial-content {
   		text-align: center;
	}
	.footer-cta .right .text-holder p {
    		font-size: 25px;
     		line-height: 29px;
	}
	.footer-cta .right .text-holder a {
    		font-size: 18px;
     		line-height: 21px;
	}
	.footer-menu .secondary-menu li.menu-item-has-children a:after {
     		right: 0px;
 	}
	.home-section4 {
 		text-align: center;
 	}
 	.business-section2 h2 {
    		font-size: 28px;
     		line-height: 32px;
	 }
	.about-section3 h2,
 	.about-section4 h2 {
    		font-size: 31px;
     		line-height: 35px;
 	}
 	.about-section3 .about-people .left {
     		float: none;
     		width: 100%;
     		text-align: center;
    		margin-bottom: 20px;
	}
	.about-section3 .about-people .right {
		float: none;
		width: 100%;
	}
	.about-section3 .about-people .right h3 {
    		font-size: 25px;
    		line-height: 29px;
		text-align: center;
	}
	.about-section3 .about-people .right .about-social {
		text-align: center;
	}
 	.why-choose-section1.faq-section1 h1 {
    		font-size: 25px;
    		line-height: 29px;
	}
	.terms-section1 h1 {
    		font-size: 28px;
    		line-height: 32px;
	}
	.single .entry-header .entry-title {
		font-size: 25px;
		line-height: 29px;
	}
	.clients-section3 h2 {
    		font-size: 24px;
    		line-height: 42px;
	}
	.clients-section3 .section3-testimonial .testimonial-content .my-testimonial-title h4 {
    		font-size: 21px !important;
    		line-height: 25px !important;
	}
	.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p em {
    		font-size: 18px;
    		line-height: 28px;
	}
	.vision-goals-section2 .vision-content {
    		width: 100%;
	}
	.vision-goals-section3 h3, .vision-goals-section4 h3 {
    		font-size: 20px;
    		line-height: 24px;
	}
	.vision-goals-section3 p, .vision-goals-section4 p {
    		font-size: 17px;
    		line-height: 27px;
	}
	.vision-goals-section2 h2, .vision-goals-section4 h2 {
    		font-size: 30px;
    		line-height: 34px;
	}
	.vision-goals-section2 .vision-content .vision-quote {
		left: 41%;
	}
	.home-section2 ul li:nth-child(3) {
		margin-right: 25px;
	}
	.why-choose-section1 h1 {
    		font-size: 43px;
    		line-height: 47px;
    		padding: 95px 0px;
	}
	.business-section2 .section2-list .list-para.business-wealth {
		font-size: 16px;
		line-height: 20px;
	}
	.home-section1 .banner-text h1 strong {
    		font-size: 47px;
	}
	.home-section1 .banner-text h1 {
    		font-size: 37px;
    		line-height: 41px;
	}
	.home-section1 .banner-text p {
    		font-size: 19px;
    		line-height: 27px;
	}
	.home-section1 .banner-text .banner-button a {
    		font-size: 18px;
    		line-height: 21px;
	}
	.home-section1 .banner-text {
    		padding: 100px 0;
	}
}


@media screen and (max-width: 640px){
	.my-container,
	.blog .content-area,
	.single .content-area {
		max-width: 420px;
	}
	#my-header .right {
   		float: none;
    		text-align: center;
	}
	#my-header .left {
    		float: none;
    		text-align: center;
    		margin-bottom: 20px;
	}
	#my-header .left .my-logo {
    		padding-top: 0;
	}
	#my-header {
    		padding: 20px 0;
	}
	.home-section3 .title p {
    		font-size: 25px;
    		line-height: 29px;
	}
	.home-section3 .services ul .outer-list {
    		width: 90%;
	}
	.home-section4 h2 {
    		font-size: 42px;
    		line-height: 46px;
	}
	.home-section4 p {
    		font-size: 19px;
    		line-height: 29px;
	}
	.home-section5 h3 {
    		font-size: 28px;
    		line-height: 32px;
	}
	.my-footer .footer-holder .left {
    		float: none;
    		text-align: center;
	}
	.my-footer .footer-holder .right {
    		float: none;
    		text-align: left;
	}
	.why-choose-section3 h2, .why-choose-section4 h2 {
    		font-size: 31px;
    		line-height: 35px;
	}
	business-section2 h2 {
    		font-size: 24px;
    		line-height: 28px;
	}
	.business-section2 p,
	.business-section2 .section2-list ul li {
    		font-size: 16px;
    		line-height: 28px;
	}
	.business-section2 .inner-button a {
    		font-size: 16px;
    		line-height: 20px;
	}
	.business-section2 .section2-list .list-para,
	.business-section2 .section2-list p,
	.business-section2 .section2-list .list-title {
    		font-size: 18px;
    		line-height: 22px;
	}
	#page.site {
    		margin-top: 195px;
	}
	.about-section2 p,
	.about-section3 .about-people .right p,
	.about-section4 p,
	.about-section4 .about-partners ul li {
    		font-size: 17px;
    		line-height: 29px;
	}
	.about-section3 .about-people .right h3 span {
    		font-size: 17px;
	}
	.contact-section2 .left h4 {
    		font-size: 20px;
    		line-height: 24px;
	}
	.blog .blog-content .blog-header .entry-title {
    		font-size: 23px;
    		line-height: 27px;
	}
	.blog .blog-content .blog-excerpt {
    		font-size: 17px;
    		line-height: 27px;
	}
	.clients-section2 p, .clients-section2 ul li {
   		font-size: 17px;
    		line-height: 21px;
	}
	.clients-section3 h2 {
    		font-size: 21px;
    		line-height: 39px;
	}
	.clients-section3 .section3-testimonial .testimonial-content .my-testimonial-title {
		width: 90%;
	}
	.clients-section3 .section3-testimonial .testimonial-content .my-testimonial-title h4 {
    		font-size: 20px !important;
    		line-height: 24px !important;
	}
	.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p em {
    		font-size: 17px;
    		line-height: 27px;
	}
	.vision-goals-section2 .vision-content .vision-quote {
    		left: 35%;
	}
	.vision-goals-section2 h2, .vision-goals-section4 h2 {
    		font-size: 28px;
    		line-height: 32px;
	}
	.vision-goals-section2 .vision-content p {
    		font-size: 17px;
    		line-height: 34px;
	}
	.vision-goals-section2 .vision-content {
    		padding: 50px 20px;
	}
	.why-choose-section1 h1 {
    		font-size: 39px;
    		line-height: 43px;
	}
	.why-choose-section1.vision-goals-section1 h1 {
    		font-size: 30px;
    		line-height: 34px;
	}
	.business-section2 .section2-list .list-para.business-wealth {
		font-size: 15px;
		line-height: 19px;
	}
	.home-section1 .banner-text h1 strong {
    		font-size: 37px;
	}
	.home-section1 .banner-text h1 {
    		font-size: 27px;
    		line-height: 31px;
		margin-bottom: 5px;
	}
	.home-section1 .banner-text {
		text-align: center;
	}
	.home-section1 .banner-text p {
    		font-size: 16px;
    		line-height: 24px;
	}
	.home-section1 .banner-text p br {
		display: none;
	}
	.home-section1 .banner-text .banner-button a {
    		font-size: 17px;
    		line-height: 20px;
	}
	.my-footer .footer-holder .right .image-holder {
		text-align: center;
	}
}


@media screen and (max-width: 440px){
	.my-container,
	.blog .content-area,
	.single .content-area {
		max-width: 90%;
	}
	.home-section3 .title p {
    		font-size: 22px;
    		line-height: 26px;
	}
	.home-section3 .services ul .outer-list h5,
	.home-section3 .services ul .outer-list .title-cont .image-hover h5 {
    		font-size: 24px;
    		line-height: 28px;
	}
	.home-section3 .services ul .outer-list .hover-list ul li {
    		font-size: 16px;
    		line-height: 20px;
	}
	.home-section3 .services ul .outer-list .title-cont .image-hover {
    		padding: 20px;
	}
	.home-section3 .services ul li .image-hover-button a {
    		font-size: 16px;
    		line-height: 20px;
	}
	.home-section4 h2 {
    		font-size: 38px;
    		line-height: 42px;
	}
	.home-section4 p {
    		font-size: 16px;
    		line-height: 26px;
	}

	.home-section4 .caps-button {
    		font-size: 16px;
    		line-height: 19px;
	}
	.home-section5 h3 {
    		font-size: 25px;
    		line-height: 29px;
	}
	.footer-cta .right .text-holder p {
    		font-size: 22px;
    		line-height: 26px;
	}

	.footer-cta .right .text-holder a {
    		font-size: 16px;
    		line-height: 19px;
	}
	.why-choose-section2 p,
	.why-choose-section2 .section2-list ul li,
	.why-choose-section3 .section3-list ul li,
	.why-choose-section4 .section4-list ul li,
	.why-choose-section4 p {
    		font-size: 16px;
    		line-height: 20px;
	}
	.why-choose-section3 h2, .why-choose-section4 h2 {
    		font-size: 27px;
    		line-height: 31px;
	}
	.terms-conditions-section h1 {
		font-size: 27px;
		line-height: 31px;
	}
	.business-section2 h2 {
    		font-size: 24px;
    		line-height: 28px;
	}
	.business-section2 .section2-list ul {
		padding: 0;
	}
	.why-choose-section4 .section4-list ul,
	.why-choose-section3 .section3-list ul,
	.why-choose-section2 .section2-list ul {
		margin: 0;
	}
	.about-section2 p,
	.about-section3 .about-people .right p,
	.about-section4 p,
	.about-section4 .about-partners ul li {
    		font-size: 16px;
    		line-height: 28px;
	}
	.about-section3 h2,
	.about-section4 h2 {
    		font-size: 28px;
    		line-height: 32px;
    		margin-bottom: 50px;
	}
 	.about-section3 .about-people .right h3 {
    		font-size: 23px;
    		line-height: 27px;
	}
	.about-section3 .about-people .right h3 span {
    		font-size: 16px;
	}
	.about-section4 .about-partners ul {
		padding-left: 0;
	}
	.contact-section2 .left h4 {
    		font-size: 18px;
    		line-height: 22px;
	}
	.why-choose-section1.faq-section1 h1 {
    		font-size: 22px;
    		line-height: 26px;
	}
	.faq-section2 .left .faq-list ul li .list-answer {
		padding: 20px 0;
	}
 	.terms-section1 h1 {
    		font-size: 25px;
    		line-height: 29px;
	}
	.blog .blog-content .blog-header .entry-title {
    		font-size: 20px;
    		line-height: 24px;
	}
	.blog .blog-content .blog-excerpt {
    		font-size: 16px;
    		line-height: 26px;
	}
	#page.site {
		margin-top: 195px;
	}
	.single .entry-header .entry-title {
		font-size: 22px;
		line-height: 26px;
	}
	.clients-section2 p,
	.clients-section2 ul li {
    		font-size: 16px;
    		line-height: 20px;
	}
	.clients-section2 ul {
		padding: 0;
	}
	.clients-section3 h2 {
    		font-size: 19px;
    		line-height: 37px;
	}
	.clients-section3 .section3-testimonial .testimonial-content .my-testimonial-title h4 {
    		font-size: 19px !important;
    		line-height: 23px !important;
	}
	.clients-section3 .section3-testimonial .testimonial-content .testimonials-text p em {
    		font-size: 16px;
    		line-height: 26px;
	}
	.vision-goals-section2 .vision-content p {
    		font-size: 16px;
    		line-height: 33px;
	}
	.vision-goals-section3 p, .vision-goals-section4 p {
    		font-size: 16px;
    		line-height: 26px;
	}
	.vision-goals-section2 h2, .vision-goals-section4 h2 {
    		font-size: 26px;
    		line-height: 30px;
	}
	.why-choose-section1.vision-goals-section1 h1 {
	    	font-size: 26px;
    		line-height: 30px;
	}
	.business-section2 .section2-list .list-para.business-wealth {
		font-size: 14px;
		line-height: 18px;
	}
	.home-section1 .banner-text h1 strong {
    		font-size: 33px;
	}
	.home-section1 .banner-text h1 {
    		font-size: 25px;
    		line-height: 29px;
	}
	.home-section1 .banner-text .banner-button a {
    		font-size: 15px;
    		line-height: 18px;
	}
	.home-section1 .banner-text p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.caps-button {
		padding: 12px 70px;
	}
	.business-section2 p,
	.why-choose-section2 p,
	.why-choose-section4 p,
	.about-section2 p,
	.about-section3 .about-people .right p,
	.about-section4 p {
		text-align: center;
	}
	#my-menu .social-icons h5 {
		font-size: 14px;
		line-height 18px;
	}
	#my-menu .social-icons {
		padding-top: 13px;
	}
}