/*
Theme Name: Cygnus
Theme URI: #
Author: #
Author URI: #
Description: Cygnus is a clean, modern, stylish WordPress Theme. 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cygnus
Tags: theme-options, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	background: #fff;
	color: #525252;
	font-size: 22px;
	line-height: normal;
	padding:0;
	margin:0;
	font-family: "effra", sans-serif;
	font-weight: 400;
	font-style: normal;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }
a {text-decoration:none;}
a:hover { text-decoration:none; }
.skip { position:absolute; left:-9999px; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary { display: block; }
figure { margin:0; padding:0; }
.clearfix {
	clear: both;
	height:0;
	width:100%;
	overflow:hidden;
}
embed, iframe, object, video { max-width: 100%; }
input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }
.stns-more-btn a,
.stns-more-btn a:before,
.our-team-img img,
.bmore a:before,
.stns-more-btn span,
.stns-more-btn span:before,
.back-btn a:before,
.submit input[type="submit"],
.main-menu ul li.menu-item-has-children > a:after,
a {
	-webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*---- heading tags ----*/
p {
	color: #525252;
	font-size: 22px;
	line-height: 1.545;
}
p strong {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #141B4D;
	line-height: 1.2;
	font-family: "effra", sans-serif;
	font-weight: 900;
}
h1 { font-size: 56px; }
h2 { font-size: 56px; }
h3 { font-size: 38px; }
h4 { font-size: 32px; }
h5 { font-size: 28px; }
h6 { font-size: 22px; }
html {
	scroll-behavior: smooth;
}
.position-relative {
	position: relative;
}
.small-top-cycle {
	width: 1000px;
	height: 1000px;
	position: absolute;
	left: -500px;
	top: -200px;
	z-index: -1;
}
.small-right-cycle {
	width: 1000px;
	height: 1000px;
	position: absolute;
	right: -500px;
	top: -200px;
	z-index: -1;
}
.big-right-cycle {
	width: 2700px;
	height: 2700px;
	position: absolute;
	right: -1500px;
	top: -1000px;
	z-index: -1;
}
.big-left-cycle {
	width: 2700px;
	height: 2700px;
	position: absolute;
	left: -1500px;
	top: -1000px;
	z-index: -1;
}
.benefits-int-container .big-left-cycle {
	top: 400px;
}
.blog-single-container .big-right-cycle {
    top: -200px;
}
.blog-single-container .small-top-cycle {
	top: inherit;
	bottom: -300px;
}
.int-management-container .big-left-cycle {
	top: -200px;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper {
	overflow:hidden;
}
.container {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.center-content {
	max-width: 1160px;
	margin: 0 auto;
}

/*----------------------*/
/*  #flex               */
/*----------------------*/
.rowan-edu,
.benefits-int-circle,
.benefits-int-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.blog-single-bottom-area,
.careers-row,
.contactus-area,
.casestudy-area,
.our-team-area,
.industry-blog-area,
.who-weare-center,
.higher-edn-center-content,
.features-item-area,
.int-mgm-cont-area,
.ipm-model-area,
.student-icon,
.text-field-area,
.blog-area,
.blog-container .alm-reveal,
.testimonials-area,
.stns-img,
.two-col-area,
.header-area,
.main-menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog-single-bottom-area,
.careers-row,
.contactus-area,
.who-weare-center,
.higher-edn-center-content,
.features-item-area,
.int-mgm-cont-area,
.header-area {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.rowan-edu,
.benefits-int-cont,
.student-icon,
.stns-img {
	-webkit-justify-content: center;
	justify-content: center;
}
.benefits-int-row:nth-child(even) .benefits-int-circle {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.careers-row,
.who-weare-aligncenter .who-weare-center,
.industry-blog-area,
.rowan-edu,
.features-item-area,
.int-mgm-cont-area,
.benefits-int-row,
.benefits-int-circle,
.student-icon,
.stns-img {
	-webkit-align-items: center;
	align-items: center;
}
.logo img,
img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
}

/*----------------------*/
/*  header              */
/*----------------------*/
.header-container {
	padding-top: 43px;
	padding-bottom: 25px;
}
.logo {
	max-width: 198px;
	margin-top: 7px;
}

/*----------------------*/
/*   main-menu          */
/*----------------------*/
.main-menu { margin-right: -21px; }
.main-menu ul {
	padding: 0;
}
.main-menu ul li {
	color: #006EB3;
	font-size: 16px;
	text-transform: uppercase;
	line-height: inherit;
	position: relative;
	margin: 0 6px;
}
.main-menu ul li:first-child { margin-left: 0; }
.main-menu ul li a {
	color: #006EB3;
	display: inline-block;
	padding: 17px 18px 13px 19px;
}
.main-menu > ul > li.current-page-ancestor > a,
.main-menu > ul > li:hover > a,
.main-menu > ul > li > a:hover {
	background-color: #E6F5FB;
	color: #006EB3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.main-menu ul li.menu-item-has-children > a {
	position: relative;
	padding-right: 45px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main-menu ul li.current-menu-item > a:hover,
.main-menu ul li.current-menu-item > a {
	background-color: transparent;
	font-weight: 700;
}
.main-menu ul li.menu-item-has-children > a:after {
	content: '\f077';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration:inherit;
	position: absolute;
	font-size: 10px;
	color: #0081EA;
	right: 18px;
	top: 22px;
	z-index: 1;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-menu ul ul {
	background: #E6F5FB;
	width: 275px;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0px;
	padding: 0;
	margin: 0;
	display: block;
	visibility:hidden;
	opacity:0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: opacity  0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity  0.3s, visibility 0.3s, transform 0.3s;
}
.main-menu ul li ul li {
	color: #006EB3;
	font-size: 16px;
	display: block;
	border: none;
	padding: 0 21px 0 19px;
	margin: 0;
	cursor: pointer;
}
.main-menu ul li ul li a {
	color: #006EB3;
	padding: 18px 0 11px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 110, 179, .2);
}
.main-menu ul li ul li:last-child a {
	border-bottom: 0 !important;
}
.main-menu ul > li > ul > li.current-menu-item,
.main-menu ul > li > ul > li:hover {
	background-color: #006EB3;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.main-menu ul > li > ul > li.current-menu-item > a:hover,
.main-menu ul > li > ul > li.current-menu-item > a {
	background-color: transparent;
	color: #fff;
	font-weight: 700;
}
.main-menu ul > li > ul > li.current-page-ancestor > a,
.main-menu ul > li > ul > li:hover > a,
.main-menu ul > li > ul > li > a:hover {
	color: #fff;
}
.main-menu ul > li > ul > li.current-menu-item.menu-item-type-custom {
	background-color: transparent;
}
.main-menu ul > li > ul > li.current-menu-item.menu-item-type-custom a {
	color: #006EB3;
	font-weight: 400;
}
.main-menu ul > li > ul > li.current-menu-item.menu-item-type-custom:hover {
	background-color: #006EB3;
}
.main-menu ul > li > ul > li.current-menu-item.menu-item-type-custom:hover > a,
.main-menu ul > li > ul > li.current-menu-item.menu-item-type-custom ul li:hover a {
	color: #fff;
}
/*.main-menu ul > li > ul > li.current-menu-item.menu-item-type-custom ul li a {
	color: #006EB3;
}*/
.main-menu ul li ul > li > a:hover { background-color: transparent; }
.main-menu ul li ul li.menu-item-has-children > a {
	position: relative;
	padding-right: 10px;
}
.main-menu ul li ul li.menu-item-has-children > a:after {
	content: '\f054';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration:inherit;
	position: absolute;
	font-size: 10px;
	color: #006EB3;
	right: 0;
	top: 58%;
	-webkit-transform: translateY(-58%);
	transform: translateY(-58%);
	z-index: 1;
}
.main-menu ul li ul li:hover > a:after,
.main-menu ul li ul li a:hover:after {
	color: #fff;
}
.main-menu ul li ul li:hover > a:after,
.main-menu ul li ul li.menu-item-has-children:hover > a:after {
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 58%;
    -webkit-transform: translateY(-58%);
	transform: translateY(-58%);
}
.main-menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.main-menu ul ul ul {
	width: 350px;
	top: 0;
	left: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.main-menu ul li.sub-menu2 ul ul {
	width: 300px;
}

/*----------------------*/
/*  higher-education    */
/*----------------------*/
.higher-education-container {
	position: relative;
	padding-top: 43px;
	padding-bottom: 25px;
}
.higher-edn-center-content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.higher-edn-left {
	width: 60%;
}
.higher-education-cont {
	width: 100%;
	max-width: 711px;
	float: right;
	padding: 104px 0 70px 0;
}
.higher-education-cont h1 {
	text-transform: uppercase;
	padding-bottom: 7px;
}
.higher-education-cont p {
	line-height: 1.5;
	padding-bottom: 15px;
}
.higher-education-cont h5 {
	padding: 10px 0 20px 0;
	line-height: 1.5;
	font-family: "effra", sans-serif;
	font-weight: 400;
}
.higher-education-cont h6 {
	color: #525252;
	line-height: 1.545;
	padding-bottom: 25px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.higher-education-rgt {
	width: 35%;
}
.higher-education-img {
	width: 570px;
	margin-right: -60px;
}
.find-btn {
	background: rgb(7,156,226);
	background-image: linear-gradient(70deg, rgba(21,27,74,1) 0%, rgba(46,108,174,1) 50%, rgba(21,27,74,1) 100%);
	background-size: 200% auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	padding: 21px 38px 23px 38px;
	display: inline-block;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 7px 23px -14px rgba(21,27,74, 0.97), 0px 7px 23px -14px rgba(46,108,174, 0.97);
	-moz-box-shadow: 0px 7px 23px -14px rgba(21,27,74, 0.97), 0px 7px 23px -14px rgba(46,108,174, 0.97);
	box-shadow: 0px 7px 23px -14px rgba(21,27,74, 0.97), 0px 7px 23px -14px rgba(46,108,174, 0.97);
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.find-btn:hover {
	background-position: right;
	color: #fff;
}
.load-more-area .find-btn.no-posts {
    -webkit-pointer-events: none;
    pointer-events: none;
    opacity: 0.6;
}
.find-btn-area { text-align: center; }
.higher-education-cont .find-btn { margin-top: 15px; }
.higher-education-cont h4 {
	color: #141B4D;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 17px 0 5px 0;
}

/*----------------------*/
/* solutions-container  */
/*----------------------*/
.solutions-container {
	padding-bottom: 40px;
}
.solutions-top-cont { padding-bottom: 35px; }
.big-title {
	position: relative;
	padding: 50px 0 7px 0;
}
.title-color {
	position: absolute;
	left: -170px; top: 0;
	z-index: -1;
	color: #e9f0f7;
	font-size: 130px;
	text-transform: uppercase;
	line-height: .7;
	font-family: "effra", sans-serif;
	font-weight: 900;
}
.solutions-container h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
.solutions-container .big-title h2 {
	font-size: 66px;
}
.solutions-top-cont h5 {
	width: 100%;
	max-width: 1050px;
	color: #141B4D;
	font-size: 28px;
	line-height: 1.45;
	letter-spacing: .3px;
	display: block;
	font-family: "effra", sans-serif;
	font-weight: 400;
}

/* two-col-area */
.two-col-area {
	margin: 60px -12px 0 -12px;
}
.stns-col {
	width: 50%;
	padding: 0 12px 88px 12px;
}
.stns-col-info {
	background-color: #fff;
	height: 100%;
	padding: 66px 20px 87px 20px;
	position: relative;
	display: block;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 21px 27px -3px rgba(152, 200, 237, 0.7);
	-moz-box-shadow: 0px 21px 27px -3px rgba(152, 200, 237, 0.7);
	box-shadow: 0px 21px 27px -3px rgba(152, 200, 237, 0.7);
}
.stns-cont {
	text-align: center;
}
.stns-cont h3 {
	padding-bottom: 8px;
}
.stns-cont h3 a {
	color: #141B4D;
}
.stns-cont p {
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.stns-more-btn {
	position: absolute;
	left: 0; right: 0; bottom: 45px;
	margin: 0 auto;
}
.stns-more-btn a,
.stns-more-btn span {
	color: #006EB3;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 72px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.stns-more-btn a:before,
.stns-more-btn span:before {
	background: #006EB3 url(assets/images/bgr-stns-more-btn-a.png) no-repeat center center / 21px 15px;
	width: 53px;
	height: 53px;
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: 0;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.stns-more-btn a:hover,
.stns-more-btn span:hover {
	color: #4192CF;
}
.stns-more-btn a:hover:before,
.stns-more-btn span:hover:before {
	background: #4192CF url(assets/images/bgr-stns-more-btn-a.png) no-repeat center center / 21px 15px;
}
.stns-img {
	background-image: linear-gradient(60deg, rgba(21,27,74,1) 0%, rgba(46,108,174,1) 100%);
	width: 175px;
	height: 175px;
	margin: 0 auto 43px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 7px 30px -7px rgba(152, 200, 237, 0.95);
	-moz-box-shadow: 0px 7px 30px -7px rgba(152, 200, 237, 0.95);
	box-shadow: 0px 7px 30px -7px rgba(152, 200, 237, 0.95);
}
.stns-img span {
	width: 85px;
	display: block;
}

.three-col-area { margin-top: 20px; }
.three-col-area .stns-col {
	width: 33.333%;
}
.three-col-area .stns-img {
	margin-bottom: 30px;
}
.stns-title {
	width: 100%;
	min-height: 130px;
	display: table;
}
.stns-title h3 {
	display: table-cell;
	vertical-align: middle;
}

.main-nav .customer-account .nav-item-link {
	padding-right: 24px;
}
.main-nav .customer-account .nav-item-link svg {
	width: 16px;
	height: 16px;
	right: 4px;
}
.main-nav .customer-account .nav-item-link svg path {
	color: #E00201;
	fill: #E00201;
}
.main-nav .customer-account:hover .nav-item-link svg path {
	color: #fff;
  	fill: #fff;
}

/*------------------------*/
/*  who-weare-container   */
/*------------------------*/
.who-weare-container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.who-weare-center {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.who-weare-left {
	width: 61%;
}
.circle-right {
	width: 40%;
}
.circle-img {
	width: 703px;
	height: 703px;
	margin-right: -195px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.who-weare-cont-info {
	width: 100%;
	max-width: 711px;
	float: right;
	padding-right: 45px;
}
.who-weare-cont h6 {
	letter-spacing: 1px;
	padding: 30px 0 15px 0;
	font-weight: 700;
}
.who-weare-cont p {
	padding-bottom: 15px;
}
.who-weare-cont h5 {
	color: #141B4D;
	font-size: 28px;
	line-height: 1.45;
	letter-spacing: .3px;
	padding-bottom: 15px;
	font-weight: 400;
}
.who-weare-cont .find-btn { margin-top: 32px; }

.who-weare-img-left .who-weare-center {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.who-weare-img-left .circle-img {
	margin-left: -250px;
	margin-right: 0;
}
.who-weare-img-left .who-weare-cont-info {
	padding: 0 0 0 45px;
	float: none;
}
.who-weare-cont h2 {
	text-transform: uppercase;
	padding-bottom: 15px;
}
.who-weare-cont h3 {
	padding-bottom: 15px;
}
.who-weare-cont h4 {
	line-height: 1.3;
}
.who-weare-cont ol {
	counter-reset: post-count-number;
	padding: 10px 0 57px 0;
}
.who-weare-cont ol li {
	color: #525252;
	font-size: 22px;
	line-height: 1.545;
	position: relative;
	padding: 0 0 15px 33px;
}
.who-weare-cont ol li a {
	color: #525252;
}
.who-weare-cont ol li:before {
	counter-increment: post-count-number;
	content: counter(post-count-number);
	position: absolute;
	left: 0px;
	top: 2px;
	width: 10px;
	height: 10px;
	color: #006EB3;
	font-size: 22px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.who-weare-cont ol li:after {
	content: '';
	position: absolute;
	left: 13px;
	top: 23px;
	width: 4px;
	height: 4px;
	background-color: #006EB3;
}
.about-our-future {
	padding-bottom: 55px;
}
.page-template-about-us .who-weare-img-left .who-weare-cont h4,
.about-our-future .who-weare-cont h4 {
	padding: 45px 0 14px 0;
}

/*------------------------*/
/* testimonials-container */
/*------------------------*/
.testimonials-container {
	padding-top: 37px;
	padding-bottom: 57px;
}
.testimonials-container h2 {
	text-align: center;
	padding-bottom: 49px;
}
.testimonials-area {
	margin: 0 -12px 44px -12px;
}
.tst-item {
	width: 50%;
	padding: 0 12px 24px 12px;
}
.tet-item-info {
	background-color: #fff;
	height: 100%;
	padding: 67px 62px 194px 62px;
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 10px 27px -3px rgba(152, 200, 237, 0.7);
	-moz-box-shadow: 0px 10px 27px -3px rgba(152, 200, 237, 0.7);
	box-shadow: 0px 10px 27px -3px rgba(152, 200, 237, 0.7);
}
.qut-img {
	width: 85px;
	margin-bottom: 31px;
}
.tet-item-info p { padding-bottom: 20px; }
.author-info {
	width: 100%;
	position: absolute;
	left: 0; bottom: 78px;
	padding: 0 60px;
}
.author-info small {
	font-size: 16px;
	text-transform: uppercase;
}

/*------------------------*/
/*  blog-container        */
/*------------------------*/
.blog-container {
	padding-top: 70px;
	padding-bottom: 40px;
}
.blog-container h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 45px;
}
.blog-area,
.blog-container .alm-reveal {
	margin: 12px -12px 0 -12px;
}
.blog-col {
	width: 33.333%;
	padding: 0 12px 40px 12px;
	margin-bottom: 80px;
	position: relative;
}
.blog-img {
	overflow: hidden;
	margin-bottom: 36px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 25px 20px -15px rgba(152, 200, 237, 0.7);
	-moz-box-shadow: 0px 25px 20px -15px rgba(152, 200, 237, 0.7);
	box-shadow: 0px 25px 20px -15px rgba(152, 200, 237, 0.7);
}
.date {
	color: #525252;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 11px;
}
.blog-cont h5 {
	line-height: 1.35;
	padding-bottom: 10px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.blog-cont h5 a {
	color: #141B4D;
}
.bmore {
	width: 100%;
	position: absolute;
	left: 0; bottom: 0;
	padding: 0 12px;
}
.bmore a {
	color: #006EB3;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 41px 5px 0;
	position: relative;
	display: inline-block;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.bmore a:before {
	background: #006EB3 url(assets/images/bgr-stns-more-btn-a.png) no-repeat center center / 11px 8px;
	width: 25px;
	height: 25px;
	content: '';
	position: absolute;
	right: 0; top: 2px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bmore a:hover {
	color: #4192CF;
}
.bmore a:hover:before {
	background: #4192CF url(assets/images/bgr-stns-more-btn-a.png) no-repeat center center / 11px 8px;
}

/*------------------------*/
/*  footer-container      */
/*------------------------*/
.footer-container {
	background: #141B4D url(assets/images/bgr-footer.png) no-repeat right bottom / 165px 162px;
	margin-top: 63px;
	position: relative;
	z-index: 3;
}
.footer-container:before {
	background: url(assets/images/bgr-footer-top.png) no-repeat center 0 / 100% 65px;
	content: '';
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0; top: -64px;
	z-index: -1;
}
.footer-area { padding: 9px 0 31px 0; }
.footer-logo {
	background-color: #141B4D;
	width: 106px;
	height: 106px;
	padding: 23px;
	margin: 0 auto;
	position: absolute;
	left: 0; right: 0; top: -98px;
	z-index: 3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer-menu {
	padding: 45px 0 16px 0;
}
.footer-menu ul {
	text-align: center;
}
.footer-menu ul li {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 0 20px 10px 20px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.footer-menu ul li a { color: #fff; }
.footer-menu ul li a:hover { color: #4192CF; }
.footer-address-menu ul {
	text-align: center;
	color: #fff;
	padding-bottom: 23px;
}
.footer-address-menu ul li {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 0 8px 5px 10px;
	position: relative;
}
.footer-address-menu ul li:before {
	background: #fff;
	content: '';
	width: 2px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0; top: 2px;
}
.footer-address-menu ul li:first-child:before { display: none; }
.footer-address-menu ul li a { color: #4192CF; }
.footer-area h5 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.footer-bottom-area {
	text-align: center;
	padding: 40px 0 0 0;
}
.footer-bottom-area ul { padding-bottom: 11px }
.footer-bottom-area ul li {
	text-align: center;
	display: inline-block;
	padding: 0 6px 10px 6px;
}
.footer-bottom-area ul li a {
	background-color: #fff;
	width: 41px;
	height: 41px;
	line-height: 42px;
	color: #141B4D;
	font-size: 16px;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer-bottom-area ul li a:hover { color: #006EB3; }
.footer-bottom-area p {
	color: #F0F0F0;
	font-size: 16px;
}

/*------------------------*/
/*  out-sol-container     */
/*------------------------*/
.out-sol-container {
	padding-top: 148px;
	margin-bottom: -50px;
}
.breadcrumb,
.breadcrumb span {
	color: #006EB3;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.breadcrumb {
	color: #0094D5;
	padding-bottom: 29px;
	margin-left: -12px;
}
.breadcrumb a {
	display: inline-block;
	margin-right: 13px;
	margin-left: 12px;
}
.breadcrumb a,
.breadcrumb span span { color: #006EB3; }
.breadcrumb span {
	display: inline-block;
	padding-left: 12px;
}

.out-sol-container .higher-edn-left {
    width: 72.5%;
}
.out-sol-container .higher-education-rgt {
	width: 22%;
}
.out-sol-container .higher-education-cont {
	max-width: 900px;
	padding: 0;
}
.out-sol-container .higher-education-img {
	width: 355px;
	margin: 0;
	position: relative;
	bottom: -144px;
	right: -26px;
}
.out-sol-container .higher-education-img:before {
	width: 258px;
	height: 258px;
	border: 50px solid #4192CF;
	content: '';
	position: absolute;
	top: -115px; right: -148px;
	z-index: -1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.enroll-manage {
	margin-bottom: 0;
}
.enroll-manage .higher-education-cont .find-btn { margin-top: 70px; }

.rowan-edu {
	background-color: #fff;
	width: 306px;
	height: 306px;
	position: absolute;
	left: -20px; bottom: -160px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.rowan-edu span {
	width: 224px;
	display: block;
}
.rowan-edu:before {
	width: 56px;
	height: 56px;
	border: 15px solid #006EB3;
	content: '';
	position: absolute;
	top: -37px;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.enroll-manage .small-right-cycle {
	right: -400px;
	top: 450px;
}

/*------------------------*/
/*  contact-container     */
/*------------------------*/
.contact-container {
	padding-top: 40px;
	padding-bottom: 130px;
}
.contact-area {
	max-width: 770px;
	margin: 0 auto;
}
.contact-area h3 {
	text-align: center;
	padding-bottom: 25px;
}
.text-field-area {
	margin: 18px -12px 0 -12px;
}
.text-field {
	width: 50%;
	padding: 17px 12px 18px 12px;
}
.text-field-fullwidth {
	width: 100%;
}
.text-field label {
	color: #141B4D;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 19px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.text-field textarea,
.text-field input[type="email"],
.text-field input[type="text"] {
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 20px;
	color: #141B4D;
	border: 1px solid rgba(0, 148, 212, .5);
	outline: none;
	padding: 0 10px;
	resize: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "effra", sans-serif;
	font-weight: 400;
}
.text-field textarea {
	padding-top: 10px;
	height: 160px;
}
.text-field input::-webkit-input-placeholder { color: #141B4D !important; opacity: 1 !important; }
.text-field input::-moz-placeholder { color: #141B4D !important; opacity: 1 !important; }
.text-field input::-ms-input-placeholder { color: #141B4D !important; opacity: 1 !important; }
.submit {
	width: 152px;
	margin: 35px auto 0;
}
.submit input[type="submit"] {
	background: rgb(7,156,226);
	background-image: linear-gradient(70deg, rgba(21,27,74,1) 0%, rgba(46,108,174,1) 50%, rgba(21,27,74,1) 100%);
	background-size: 200% auto;
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: 1.5px;
	-webkit-border-radius: 31px;
	border-radius: 31px;
	-webkit-box-shadow: 0px 15px 29px -19px rgba(21,27,74, 0.97), 0px 15px 29px -19px rgba(46,108,174, 0.60);
	-moz-box-shadow: 0px 15px 29px -19px rgba(21,27,74, 0.97), 0px 15px 29px -19px rgba(46,108,174, 0.60);
	box-shadow: 0px 15px 29px -19px rgba(21,27,74, 0.97), 0px 15px 29px -19px rgba(46,108,174, 0.60);
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.submit input[type="submit"]:hover {
    background-position: right;
	color: #fff;
}
.cgn-stn-contact .submit { margin-top: 50px; }

/*------------------------*/
/*  student-campaigns     */
/*------------------------*/
.student-campaigns-container {
	padding-top: 147px;
	padding-bottom: 96px;
}
.student-campaigns-cont {
	padding: 0 210px 73px 0;
}
.student-icon {
	background-image: linear-gradient(60deg, rgba(21,27,74,1) 0%, rgba(46,108,174,1) 100%);
	width: 307px;
	height: 307px;
	position: absolute;
	top: 120px; right: -110px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.student-icon span {
	width: 147px;
	display: block;
}
.student-icon:before {
	width: 158px;
	height: 158px;
	border: 35px solid #4192CF;
	content: '';
	position: absolute;
	top: -43px;
	right: -60px;
	z-index: -12;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.student-icon:after {
	width: 56px;
	height: 56px;
	border: 15px solid #006EB3;
	content: '';
	position: absolute;
	top: -80px;
	right: 100px;
	z-index: -12;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.student-campaigns-info {
	width: 100%;
	max-width: 850px;
}
.student-campaigns-cont h1 {
	text-transform: uppercase;
	padding-bottom: 17px;
}
.student-campaigns-info h5,
.student-campaigns-cont p {
	padding-bottom: 15px;
}
.student-campaigns-info h5 {
	color: #141B4D;
	font-size: 28px;
	line-height: 1.5;
	font-weight: normal;
}
.student-campaigns-cont h3 {
	padding: 45px 0 21px 0;
}
.student-campaigns-cont h6 {
	color: #525252;
	padding-bottom: 24px;
	font-weight: 700;
}
.student-campaigns-cont .find-btn {
	margin-top: 30px;
}
.back-btn {
	text-align: center;
}
.back-btn a {
	color: #006EB3;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
	padding: 5px 0 5px 40px;
	position: relative;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.back-btn a:before {
	background: #006EB3 url(assets/images/bgr-stns-more-btn-a.png) no-repeat center center / 12px 8px;
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0; top: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.back-btn a:hover { color: #0094d5; }
.back-btn a:hover:before {
	background: #0094d5 url(assets/images/bgr-stns-more-btn-a.png) no-repeat center center / 12px 8px;
}

.back-container {
	padding-top: 60px;
	padding-bottom: 100px;
}
.int-mkt-container {
	padding-bottom: 30px;
}

/*------------------------*/
/*  ipm-model-container   */
/*------------------------*/
.ipm-model-container {}
.ipm-model-container h3 {
	padding-bottom: 40px;
}
.ipm-model-area {
	margin: 0 -20px;
}
.ipm-model-col {
	width: 50%;
	padding: 10px 20px 20px 20px;
}
.ipm-model-col h6 {
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 700;
}
.ipm-model-col p {
	padding-bottom: 15px;
}

/*------------------------*/
/* benefits-int-container */
/*------------------------*/
.benefits-int-container {
	padding-top: 100px;
	padding-bottom: 30px;
}
.benefits-int-container h2 {
	padding-bottom: 10px;
}
.benefits-int-container h3 {
	padding-bottom: 15px;
}
.benefits-int-row {
	padding: 37px 0;
}
.benefits-int-row:nth-child(even) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.benefits-int-circle {
	background-image: linear-gradient(60deg, rgba(21,27,74,1) 0%, rgba(46,108,174,1) 100%);
	width: 175px;
	height: 175px;
	padding-left: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-flex: 0 0 175px;
	flex: 0 0 175px;
	position: relative;
}
.benefits-int-circle:after {
	width: 40px;
	height: 40px;
	border: 10px solid #4192CF;
	content: '';
	position: absolute;
	top: -15px;
	right: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.benefits-int-circle span {
	width: 63px;
	display: block;
	font-size: 52px;
	color: #fff;
	line-height: .8;
	font-family: "effra", sans-serif;
	font-weight: 900;
}
.benefits-int-cont {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	width: 100%;
	padding: 20px 50px 20px 50px;
	min-height: 283px;
	margin-left: -50px;
	display: table;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(152, 200, 237, 0.4);
	-moz-box-shadow: 0px 20px 40px 0px rgba(152, 200, 237, 0.4);
	box-shadow: 0px 20px 40px 0px rgba(152, 200, 237, 0.4);
}
.benefits-int-cont-info {
	display: table-cell;
	vertical-align: middle;
}
.benefits-int-cont h6 {
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 9px 0;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.benefits-int-cont p { padding: 9px 0; }
.benefits-int-row:nth-child(even) .benefits-int-cont {
	margin: 0 -50px 0 0;
}
.benefits-int-row:nth-child(even) .benefits-int-circle {
	padding: 0 40px 0 0;
}
.benefits-int-row:nth-child(even) .benefits-int-circle:after {
	top: inherit;
	right: inherit;
	bottom: -15px;
	left: 30px;
}

/*------------------------*/
/* benefits-int-container */
/*------------------------*/
.int-management-container {
	padding-top: 30px;
	padding-bottom: 100px;
}
.int-management-row {
	border-top: 1px solid rgba(0, 148, 213, .3);
	padding: 65px 0 55px 0;
}
.int-management-row:first-child {
	border-top: 0;
}
.int-management-cont {
	width: 100%;
	max-width: 1065px;
}
.int-management-cont h3 {
	padding-bottom: 8px;
}
.int-management-cont h3 br { display: none; }
.int-management-cont p {
	padding: 8px 0;
}
.int-management-cont .find-btn {
	margin-top: 45px;
}

.int-mgm-cont-area {
	background-image: linear-gradient(90deg, rgba(21,27,74,1) 0%, rgba(46,108,174,1) 100%);
	padding: 40px 65px 40px 45px;
	margin: 40px 0 80px 0;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.int-mgm-cont {
	width: 64%;
}
.int-mgm-cont h3 {
	color: #fff;
	text-transform: uppercase;
}
.int-mgm-cont h4 {
	color: #fff;
}
.request-btn {
	background-color: #fff;
	color: #141B4D;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	padding: 21px 33px 23px 33px;
	display: inline-block;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 5px 23px -6px rgba(0, 0, 0, 0.77);
	-moz-box-shadow: 0px 5px 23px -6px rgba(0, 0, 0, 0.77);
	box-shadow: 0px 5px 23px -6px rgba(0, 0, 0, 0.77);
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.request-btn:hover { color: #006EB3; }

.cta-container .int-mgm-cont-area {
	padding: 40px 70px 50px 75px;
	margin-top: 13px;
}
.cta-bottom-container { padding-bottom: 70px; }

/*------------------------*/
/*  features-slider       */
/*------------------------*/
.features-slider-container {
	padding: 15px 0 90px 15px;
}
.features-slider-area {
	max-width: 1440px;
	margin: 0 auto;
}
.features-item-area { overflow: hidden; }
.features-item-left {
	width: 39%;
}
.features-item-right {
	width: 61%;
}
.features-slider-img {
	margin: 0 -240px 0 -50px;
}
.features-item-cont {
	width: 100%;
	max-width: 435px;
	float: right;
}
.features-item-cont h6 {
	color: #006EB3;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 700;
}
.features-item-cont h3 {
	padding-bottom: 8px;
}
.features-item-cont p {
	padding: 8px 0;
}
.features-slider.owl-carousel .owl-nav {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: absolute;
	left: 0; right: 0; bottom: 25px;
}
.features-slider.owl-carousel .owl-nav .owl-prev,
.features-slider.owl-carousel .owl-nav .owl-next {
	width: auto;
	color: #006EB3;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.features-slider.owl-carousel .owl-nav .owl-next {
	margin-left: 220px;
}
.features-slider.owl-carousel .owl-nav .owl-prev { display: none; }
.features-slider.owl-carousel .owl-dots {
	width: 100%;
	max-width: 1160px;
	height: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0; right: 0; bottom: 56px;
	counter-reset: post-count-number;
}
.features-slider.owl-carousel button.owl-dot {
	background-color: transparent;
	width: 34px;
	height: 34px;
	display: inline-block;
	border: 0;
	color: #fff;
	font-size: 0px;
	text-align: center;
	padding: 0;
	margin: 0 4px;
	cursor: pointer;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
}
.features-slider.owl-carousel button.owl-dot.active {
	background-color: #006EB3;
}
.features-slider.owl-carousel button.owl-dot:after {
	background-color: transparent;
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border: 2px solid #006EB3;
	color: #505050;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.features-slider.owl-carousel button.owl-dot:before {
	counter-increment: post-count-number;
	content: counter(post-count-number);
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.features-slider.owl-carousel button.owl-dot.active:before {
	visibility: visible;
	opacity: 1;
}

/*------------------------*/
/*  vega-img-container    */
/*------------------------*/
.vega-img-container {
	padding-top: 20px;
	padding-bottom: 30px;
}
.vega-img img {
	margin: 0 auto;
}

/*------------------------*/
/*  work-box-container    */
/*------------------------*/
.work-box-area {
	background-color: #fff;
	padding: 65px 71px 50px 71px;
	margin: 80px 0 57px 0;
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 8px 23px -6px rgba(152, 200, 237, 0.6);
	-moz-box-shadow: 0px 8px 23px -6px rgba(152, 200, 237, 0.6);
	box-shadow: 0px 8px 23px -6px rgba(152, 200, 237, 0.6);
}
.work-box-area .stns-img {
	width: 102px;
	height: 102px;
	position: absolute;
	top: -50px; right: 75px;
	margin: 0;
}
.work-box-area .stns-img:before {
	width: 23px;
	height: 23px;
	border: 5px solid #006EB3;
	content: '';
	position: absolute;
	top: 9px;
	left: -35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.work-box-area .stns-img span { width: 44px; }
.work-box-area h3 {
	padding-bottom: 36px;
}
.work-list-area {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -35px 13px -35px;
}
.work-list-col {
	width: 50%;
	padding: 0 35px;
}
.work-list-col ul li {
	font-size: 22px;
	line-height: 1.545;
	padding: 0 0 25px 22px;
	position: relative;
}
.work-list-col ul li:before {
	background-color: #0094D5;
	content: '';
	position: absolute;
	left: 1px;
	top: 14px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.work-box-area p {
	width: 100%;
	max-width: 910px;
	padding-bottom: 10px;
}

.cgn-stn-container {
	padding-top: 60px;
}
.cgn-stn-container .two-col-area {
	margin-top: 15px;
}
.cgn-stn-container .stns-cont h3{
	max-width: 350px;
	margin: 0 auto;
}

/*-------------------------*/
/* industry-blog-container */
/*-------------------------*/
.industry-blog-container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.industry-blog-container h2 {
	text-transform: uppercase;
	padding-bottom: 40px;
}
.industry-blog-area {
	background-color: #fff;
	padding: 30px 21px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 8px 18px -5px rgba(152, 200, 237, 0.7);
	-moz-box-shadow: 0px 8px 18px -5px rgba(152, 200, 237, 0.7);
	box-shadow: 0px 8px 18px -5px rgba(152, 200, 237, 0.7);
}
.industry-blog-left {
	width: 36.2%;
}
.industry-blog-right {
	width: 58%;
	padding: 0 0 0 40px;
}
.industry-blog-img {
	overflow: hidden;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.industry-blog-right h3 {
	max-width: 490px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.industry-blog-right p { padding-bottom: 15px; }
.industry-blog-right .find-btn { margin-top: 15px; }

.industry-blog-container2 {
	padding-top: 0;
	padding-bottom: 10px;
}
.industry-blog-right .date {
	font-size: 16px;
	padding-bottom: 27px;
}
.industry-blog-container2 .industry-blog-right h3 {
	max-width: 590px;
}

/*-------------------------*/
/*  about-stn-container    */
/*-------------------------*/
.about-stn-container {
	padding-top: 125px;
}
.about-stn-container .stns-col { padding-bottom: 30px; }
.about-stn-container .stns-col-info {
	padding: 83px 20px 48px 20px;
	position: relative;
}
.about-stn-container .stns-img {
	width: 102px;
	height: 102px;
	position: absolute;
	left: 0; right: 0; top: -51px;
	margin: 0 auto;
}
.about-stn-container .stns-img span { width: 48px; }
.about-stn-container .stns-cont h3 {
	padding-bottom: 4px;
}
.about-stn-container .stns-cont p {
	color: #141B4D;
	font-size: 28px;
}

/*-------------------------*/
/*  our-team-container     */
/*-------------------------*/
.our-team-container {
	padding-bottom: 40px;
}
.our-team-area {
	margin: 0 -13px;
}
.our-team-col {
	width: 25%;
	padding: 0 13px 42px 13px;
}
.our-team-img {
	width: 273px;
	height: 273px;
	margin: 0 auto;
	border: 10px solid #fff;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 21px 27px -3px rgba(152, 200, 237, 0.7);
	-moz-box-shadow: 0px 21px 27px -3px rgba(152, 200, 237, 0.7);
	box-shadow: 0px 21px 27px -3px rgba(152, 200, 237, 0.7);
}
.our-team-img img {
	-webkit-scale: 1;
	scale: 1;
}
.our-team-img:hover img {
	-webkit-scale: 1.1;
	scale: 1.1;
}
.our-team-cont {
	text-align: center;
	padding: 37px 0 0 0;
}
.our-team-cont span {
	max-width: 235px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
	display: block;
	text-transform: uppercase;
}

/*-------------------------*/
/* casestudy-top-container */
/*-------------------------*/
.casestudy-top-container {
	padding-top: 148px;
	padding-bottom: 30px;
}
.casestudy-top-cont {
	width: 100%;
	max-width: 1080px;
}
.casestudy-top-cont h1 {
	text-transform: uppercase;
	padding-bottom: 7px;
}
.casestudy-top-cont h5 {
	line-height: 1.5;
	padding: 17px 0 27px 0;
	font-family: "effra", sans-serif;
	font-weight: 400;
}
.casestudy-top-cont p { padding-bottom: 15px; }

.casestudy-container {
	padding-top: 43px;
	padding-bottom: 80px;
}
.casestudy-area {
	border-top: 1px solid rgba(0, 148, 213, .3);
	padding: 85px 0 70px 0;
}
.casestudy-left {
	width: 31%;
}
.casestudy-content {
	width: 69%;
	padding-left: 37px;
}
.casestudy-left h4 {
	padding: 5px 0;
}
.casestudy-content p {
	padding-bottom: 15px;
}
.casestudy-content h6 {
	color: #525252;
	padding: 14px 0 18px 0;
	font-weight: 700;
}
.casestudy-content ul li {
	font-size: 22px;
	line-height: 1.545;
	padding: 0 0 25px 22px;
	position: relative;
}
.casestudy-content ul li:before {
	background-color: #0094D5;
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.load-more-area {
	text-align: center;
	padding: 50px 0 70px 0;
}

/*-------------------------*/
/*  contactus-container    */
/*-------------------------*/
.contactus-container {
	padding-top: 148px;
	padding-bottom: 50px;
}
.contactus-container h1 {
	text-transform: uppercase;
	padding-bottom: 27px;
}
.contactus-left {
	width: 32.5%;
}
.contactus-right {
	width: 58%;
}
.contactus-left p {
	padding-bottom: 15px;
}
.contactus-left h6 {
	text-transform: uppercase;
	padding: 19px 0 11px 0;
}
.contact-address {
	border-top: 1px solid rgba(0, 148, 212, .3);
	margin-top: 22px;
	padding-top: 5px;
}
.contact-address h6 { margin-top: 7px; }
.contact-address p { padding-bottom: 8px; }
.contact-address p a {
	color: #006EB3;
	text-decoration: underline;
	font-family: "effra", sans-serif;
	font-weight: 700;
}
.contact-address p a:hover { text-decoration: none; }
.contact-area h5 {
	line-height: 1.5;
	font-family: "effra", sans-serif;
	font-weight: 400;
}
.contactus-right .text-field textarea,
.contactus-right .text-field input[type="email"],
.contactus-right .text-field input[type="text"] {
	height: 55px;
}
.contactus-right .text-field textarea {
	height: 238px;
}

.careers-container {
	padding-top: 70px;
}
.careers-top-cont {
	width: 100%;
	max-width: 950px;
	padding-bottom: 17px;
}
.careers-top-cont h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
.careers-top-cont h5 {
  line-height: 1.5;
  padding: 7px 0 8px 0;
  font-family: "effra", sans-serif;
  font-weight: 400;
}

.careers-row {
	background-color: #fff;
	padding: 40px 45px 40px 55px;
	margin-top: 37px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 8px 23px -6px rgba(152, 200, 237, 0.6);
	-moz-box-shadow: 0px 8px 23px -6px rgba(152, 200, 237, 0.6);
	box-shadow: 0px 8px 23px -6px rgba(152, 200, 237, 0.6);
}
.careers-left-cont {
	width: 60%;
}
.int-mgm-cont h4 {
	color: #fff;
}
.careers-right .find-btn {
	padding-left: 30px;
	padding-right: 30px;
}

.contact-full-width {
	padding-top: 125px;
}
.contact-full-width .contact-area {
	max-width: 100%;
}
.contact-full-width .text-field-area { margin-top: 13px; }
.contact-area h4 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	line-height: 1.5;
	text-align: center;
}
.contact-full-width .text-field {
	width: 33.333%;
}
.contact-full-width .submit {
	margin-top: 28px;
}

/*-------------------------*/
/*  blog-single-container  */
/*-------------------------*/
.blog-single-container {
	padding-bottom: 35px;
}
.casestudy-top-cont .date { font-size: 22px; }
.blog-single-img {
	position: relative;
	margin-bottom: 20px;
}
.blog-single-img:before {
	width: 158px;
	height: 158px;
	border: 35px solid #4192CF;
	content: '';
	position: absolute;
	top: -60px;
	right: -160px;
	z-index: -12;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.blog-single-img:after {
	width: 56px;
	height: 56px;
	border: 15px solid #006EB3;
	content: '';
	position: absolute;
	top: -85px;
	right: 0;
	z-index: -12;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.blog-single-img img {
	overflow: hidden;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.blog-single-content {
	width: 100%;
	max-width: 860px;
}
.blog-single-bottom-left {
	width: 63%;
}
.blog-single-bottom-right {
	width: 32%;
}

/*--------------------------*/
/*   entry-content          */
/*--------------------------*/
.entry-container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.entry-content { width:100%; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #141B4D;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 6px 0;
	font-family: "effra", sans-serif;
	font-weight: 900;
    font-style: normal;
}
.entry-content h1 {
	font-size: 56px;
}
.entry-content h2 {
	font-size: 56px;
}
.entry-content h3 {
	font-size: 38px;
}
.entry-content h4 {
	font-size: 32px;
	padding: 40px 0 0 0;
}
.entry-content h5 {
	font-size: 28px;
}
.entry-content h6 {
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 23px 0 12px 0;
	font-weight: 700;
}
.entry-content p {
	color: #525252;
	font-size: 22px;
	line-height: 1.545;
	padding-bottom: 15px;
}
.entry-content p a {
	color: #006EB3;
	font-weight: 700;
}
.entry-content p strong {
	font-weight: 700;
}
.entry-content ul {
	padding: 10px 0 10px 0;
	margin: 0;
}
.entry-content ul li {
	color: #525252;
	font-size: 22px;
	line-height: 1.545;
	padding: 0 0 10px 22px;
	position: relative;
	font-weight: 400;
}
.entry-content ul li:before {
	background-color: #0094D5;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 0px;
	top: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.entry-content ul li a {
	color: #006EB3;
}
.entry-content ol {
	padding: 10px 0 10px 21px;
	margin: 0;
}
.entry-content ol li {
	list-style-type:decimal;
	color: #525252;
	font-size: 22px;
	line-height: 1.545;
	padding: 0 0 10px 1px;
	position: relative;
	font-weight: 400;
}
.entry-content a {
	color: #006EB3;
}
.entry-content blockquote {
	background: url(assets/images/bgr-qut-img.png) no-repeat 0 0 / 61px 49px;
    padding: 86px 0 12px 0;
    color: #525252;
	font-size: 22px;
	line-height: 1.545;
}
.entry-content blockquote p {
	color: #525252;
	font-size: 22px;
	line-height: 1.545;
	padding-bottom: 15px;
}
.entry-content blockquote strong {
	color: #141B4D;
	font-size: 28px;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
	padding: 23px 0 3px 0;
	font-weight: 700;
}
.entry-content blockquote span {
	color: #525252;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	display: block;
}
.entry-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
.entry-content table,
.entry-content table tr th,
.entry-content table tr td {
	color: #525252;
    font-size: 22px;
    border: 1px solid #525252;
	line-height: 1.3;
	text-align: center;
	padding: 10px;
	font-weight: 400;
}

.entry-content .find-btn {
	color: #fff;
	margin: 26px 0 60px 0;
}

.blockquote-box {
	background-color: #fff;
	padding: 55px 45px 40px 40px;
	margin-top: 110px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 8px 18px -5px rgba(152, 200, 237, 0.7);
	-moz-box-shadow: 0px 8px 18px -5px rgba(152, 200, 237, 0.7);
	box-shadow: 0px 8px 18px -5px rgba(152, 200, 237, 0.7);
}
img.alignnone {
	margin: 40px 0 25px 0;
}

.team-item-cont {
	display: none;
}
.team-item-btm-cont {
	background-color: #fff;
	width: 100%;
	position: relative;
	display: none;
	padding: 36px 70px 25px 49px;
	margin: 25px 13px 50px 13px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 11px 17px -2px rgba(152, 200, 237, 0.7);
	-moz-box-shadow: 0px 11px 17px -2px rgba(152, 200, 237, 0.7);
	box-shadow: 0px 11px 17px -2px rgba(152, 200, 237, 0.7);
}
.team-item-btm-cont p {
	padding-bottom: 15px;
}
.team-item-btm-cont.team-item-show {
	display: block;
}
.popup-close {
	background: #006EB3 url(assets/images/bgr-close.png) no-repeat center center / 12px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: -14px;
	right: -14px;
	visibility: hidden;
	opacity: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.team-item-btm-cont.team-item-show .popup-close {
	visibility: visible;
	opacity: 1;
}

.rad-btn-area { padding-bottom: 55px; }

.error-404-container {
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: center;
}
.page-template-solutions-main .contact-container {
	background: url(assets/images/small-top-cycle.png) no-repeat 0 0 / cover;
}