@charset "utf-8";

.media-heading {
	color:#3270ae;  

}
.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.nopadding {
	padding: 0px !important;
}

.section_subtitle {
	font-size: 18px;
	line-height: 0.75;
}

.section_title {
	margin-top: 7px;
	margin-left: -2px;
}

/*********************************
3. Header
*********************************/
div.py-3:nth-child(2) {
	display: none;
}

#intro {
	width: 100%; 
	height: 30vh;
	background: url("http://bgu.ru/abitur/landing/images/ui/new/intro-min.jpg") center center;
	  background-size: auto;
	background-size: cover;
	position: relative;
	padding: 0;
	z-index: 1;
}

#intro::before {
	content: "";
	background: rgba(85, 107, 143, 0.5);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
  }

#intro h1 {
	display: inline;
	color:#fff;  
	border-bottom: 4px solid #3498db;
	position: relative;
	z-index: 2;
}

#logo {
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	max-width: 500px;
	margin-bottom: 7%;
}

#intro .infodata {
	text-align: center;
	position: absolute;
	width: 100vw;
	bottom: 1vh;
}

.container-first {
	width: 100%;
	height: 50%;
	min-height: 43vh !important;
	background: linear-gradient(0deg, #001d39a6, rgba(22, 70, 118, 0));
	text-align: center;
}
/* 001d39 */

.intro-subtitle {
	color: #fff;
	margin: 0px 0 30px 0;
	font-size: 20px;
	/* font-size: 1.2em; */
	font-size: 52px;
	line-height: 69px;
	/* margin-top: 45%; */
}

#infodata .r1 {
	color: #ff6600;
	font-size: 1.6rem;
  }
  #infodata .r1, #infodata .r2, #infodata .r3 {
	padding: 10px 0;
	margin: 5px auto;
	display: block;
  }
  #infodata * {
	border: 0;
  }
  #infodata .r2 {
	border-top: 1px dotted #fff;
	color: #fff;
	font-size: 0.85rem;
  }


.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(45deg, rgba(22, 70, 118, 1), rgba(55, 119, 184, 1));
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled {
	background: linear-gradient(45deg, rgba(22, 70, 118, 0.75), rgba(55, 119, 184, 0.75));
}

.header_content {
	width: 100%;
	height: 101px;
	padding-left: 51px;
	padding-right: 52px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled .header_content {
	height: 70px;
}

.logo {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 51px;
}

.logo a { 
	font-size: 30px;
	color: #FFFFFF;
}

.logo a span {
	color: #ff6600;
}

.log_reg {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 52px;
}

.log_reg ul li {
	position: relative;
}

.log_reg ul li:not(:last-child)::after {
	display: inline-block;
	content: '/';
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 6px;
	margin-right: 6px;
}

.log_reg ul li a {
	font-size: 14px;
	color: #FFFFFF;
}

.log_reg ul li a:hover {
	color: #de4f33;
}

.main_nav ul li:not(:last-child) {
	margin-right: 24px;
}

.main_nav ul li {
	position: relative;
}

.main_nav ul li a {
	position: relative;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 26px;
	padding-right: 23px;
	z-index: 1;
}

.main_nav ul li a::after, .main_nav ul li a.active::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 7px;
	background: #ff6600;
	content: '';
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.main_nav ul li.active a::after,
.main_nav ul li a:hover::after, .main_nav ul li a.active::after {
	bottom: -5px;
	visibility: visible;
	opacity: 1;
}

.hamburger {
	display: none;
	width: 50px;
	height: 24px;
	cursor: pointer;
	padding: 5px;
	right: -5px;
}

.hamburger>div {
	width: 100%;
	height: 100%;
}

.hamburger>div>div {
	height: 2px;
	background: #FFFFFF;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.hamburger>div>div:first-child {
	width: 90%;
}

.hamburger>div>div:nth-child(2) {
	width: 50%;
}

.hamburger>div>div:nth-child(3) {
	width: 70%;
}

.hamburger:hover>div>div {
	width: 100%;
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.menu_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}

.menu.active {
	visibility: visible;
	opacity: 1;
}

.menu>div {
	width: 100%;
	height: 100%;
}

.menu_container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -300px;
	width: 300px;
	-webkit-transition: all 1000ms 600ms ease;
	-moz-transition: all 1000ms 600ms ease;
	-ms-transition: all 1000ms 600ms ease;
	-o-transition: all 1000ms 600ms ease;
	transition: all 1000ms 600ms ease;
}

.menu.active .menu_container {
	right: 0;
}

.menu_log_reg {
	display: none;
	width: 100%;
	background: #000000;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: solid 2px #de4f32;
}

.menu_log_reg a {
	font-size: 14px;
	color: #FFFFFF;
}

.menu_log_reg a:hover {
	color: #de4f32;
}

.menu_log_reg ul li {
	position: relative;
}

.menu_log_reg ul li:not(:last-child)::after {
	display: inline-block;
	content: '/';
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 6px;
	margin-right: 6px;
}

.menu_nav {
	width: 100%;
	background: #000000;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: solid 5px #de4f32;
}

.menu_nav ul li {
	position: relative;
}

.menu_nav ul li a:hover::before {
	left: 100%;
}

.menu_nav ul li:not(:last-of-type) {
	margin-bottom: 5px;
}

.menu_nav ul li a {
	display: block;
	position: relative;
	font-size: 20px;
	color: #FFFFFF;
	overflow: hidden;
}

.menu_nav ul li a::before {
	display: block;
	position: absolute;
	top: 50%;
	left: -100%;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	content: '';
	-webkit-transition: all 400ms 200ms ease;
	-moz-transition: all 400ms 200ms ease;
	-ms-transition: all 400ms 200ms ease;
	-o-transition: all 400ms 200ms ease;
	transition: all 400ms 200ms ease;
}

.menu_nav ul li a:hover {
	color: #de4f32;
}

/*********************************
5. Home
*********************************/

.galleryBox img {
	margin-bottom: 20px;;
}

.home {
	width: 100%;
	height: 384px;
	/* padding-left: 51px;
	padding-right: 52px; */
	color: #fff;
}

.home_inner {
	width: 100%;
	height: 100%;
	/* margin-top: 50px; */
}

.home_container {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 89px;
}

.home_subtitle {
	font-size: 18px;
	line-height: 0.75;
}

.home_title {
	font-size: 82px;
	line-height: 0.75;
	margin-top: 14px;
	white-space: nowrap;
}


/*********************************
6. team
*********************************/

.team {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 25px;
}

.team_row>div[class^='col'] {
	margin-bottom: 30px;
}

.team_box a {  
	display: block;
	position: relative;
	overflow: hidden;
}

.team_box a::before {
	display: block;
	position: absolute;
	top: -100%;
	left: -200%;
	transform-origin: right center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(49, 110, 172, 0.7);
	width: 200%;
	height: 200%;
	z-index: 1;
	content: '';
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team_box:hover a::before {
	-webkit-transform: translate(60%, 60%) rotate(45deg);
	-moz-transform: translate(60%, 60%) rotate(45deg);
	-ms-transform: translate(60%, 60%) rotate(45deg);
	-o-transform: translate(60%, 60%) rotate(45deg);
	transform: translate(60%, 60%) rotate(45deg);
}

.team_box_image {
	width: 100%;
}

.team_box_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.team_box_container>div {
	width: 100%;
	height: 100%;
}

.team_box_content_1,
.team_box_content_3 {
	position: absolute;
	/* left: 48px; */
	width: 100%;
	bottom: 20px;
	text-align: center;
	/* background: rgba(0, 0, 0,0.7); */
	background: rgba(23, 72, 121, 0.75);
	/* background: rgba(255, 102, 0, 0.65); */
	padding-bottom: 10px;
}

.team_box_title {
	font-family: 'Futura_Bold', sans-serif;
}

.team_box_content_1 .team_box_title {
	font-size: 30px;
	color: #FFFFFF;
}

.team_box_content_1 .team_box_subtitle {
	/* font-size: 16px;
	line-height: 1.2;
	margin-top: -4px;
	color: #FFFFFF; */
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 8px;
}

.team_box_content_2 {
	position: absolute;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 27px;
	width: 246px;
	/*height: 149px;*/
	padding-top: 39px;
	padding-bottom: 45px;
	background: rgba(0, 0, 0, 0.58);
}

.team_box_content_2 .team_box_title {
	font-family: 'Futura_Bold', sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1.2;
}

.team_box_content_2 .team_box_subtitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 8px;
}

.team_box_content_3 .team_box_title {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.2;
}

.team_box_content_3 .team_box_subtitle {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 5px;
}

.team_box_content_4 {
	position: absolute;
	top: 10px;
	right: 10px;
	height: calc(100% - 18px);
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 28px;
	background: rgba(0, 0, 0, 0.54);
}

.team_box_content_4 .team_box_title {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.2;
}

.team_box_content_4 .team_box_subtitle {
	font-size: 36px;
	color: #FFFFFF;
	margin-left: -5px;
	line-height: 1.2;
	margin-top: 3px;
}

.team_box_content_5 {
	position: absolute;
	left: 100%;
	top: 0;
	transform-origin: top left;
	transform: rotate(90deg);
}

.team_box_content_5 .team_box_title {
	font-size: 81px;
	color: #FFFFFF;
	line-height: 1.2;
}

.team_box_content_6 {
	position: absolute;
	top: 38px;
	right: 29px;
}

.team_box_content_6 .team_box_title {
	font-size: 36px;
	line-height: 1.2;
	color: #FFFFFF;
}

.team_box_content_6 .team_box_subtitle {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 2px;
}



/*********************************
6. Single
*********************************/

.single {
	background: #fff;
	padding-top: 15px;
	/* padding-bottom: 122px; */
}

.single_info {
	/* width: calc(100% + 115px);
	left: -73px; */
}

.single_image {
	width: 100%;
}

.description_list {
	margin-top: 29px;
}

.description_list ul li:not(:last-of-type) {
	margin-bottom: 25px;
}

.description_list ul li {
	font-size: 16px;
	color: #FFFFFF;
}

.desctitle {
	color: #de4f32;
}

.logo_list {
	margin-top: 81px;
}

.logo_list>div {
	margin-bottom: 25px;
}

.logo_list>div:not(:last-child) {
	margin-right: 46px;
}

.badge-primary {
	/* background: #184a7b; */
	background: #ff893a;
}

.single_content {
	/* left: 88px; */
}

.single_text {
	margin-top: -8px;
}

.single_text h2:first-child {
	margin-bottom: 15px;
}

.single_text p:not(:last-of-type) {
	margin-bottom: 15px;
}

.single_players {
	margin-top: 59px;
}

.single_player_container {
	width: calc(100% + 12px);
	background: #FFFFFF;
	left: -10px;
}

.single_player_container:not(:last-child) {
	margin-bottom: 24px;
}

.single_player {
	width: 100%;
}

.jp-type-single .player_details {
	margin-top: 0;
	padding-left: 46px;
	padding-right: 54px;
}

.jp-type-single .player_controls .jp-interface {
	padding-left: 44px;
	padding-right: 52px;
}

.jp-type-single .jp-play {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
	transform: translateY(7px);
}

.jp-audio {
	width: 100%;
}

.song_duration {
	margin-left: auto;
}

.song_duration {
	font-family: 'Futura', sans-serif !important;
	font-size: 16px !important;
	color: rgba(255, 255, 255, 0.5) !important;
	line-height: 38px;
	outline: none !important;
}

.jp-details {
	display: block !important;
}

.player_details {
	width: 100%;
	height: 92px;
	background: #2b2b2b;
}

.jp-details>div {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.jp-details>div:first-child {
	display: none;
}

.jp-state-playing .jp-details>div:first-child {
	display: block;
}

.jp-type-single .jp-state-playing .jp-details .jp-title {
	display: block;
}

.jp-title {
	font-size: 16px !important;
	color: #FFFFFF !important;
	text-transform: none !important;
}

.jp-play {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #de4f32;
	border: none;
	cursor: pointer;
	text-align: center;
	outline: none !important;
}

.jp-play::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #FFFFFF;
	content: '\f04b';
}

.jp-state-playing .jp-play::after {
	content: '\f04c';
}

.jp-play:active {
	width: 46px;
	height: 46px;
}

.player_controls {
	width: 100%;
	background: #ececec;
}

.player_controls .jp-interface {
	width: 100%;
	height: 66px;
	padding-left: 23px;
	padding-right: 20px;
}

.jp-volume-controls {
	width: 80px;
}

.jp-volume-bar {
	width: 45px;
	height: 9px;
	background: #989898;
	cursor: pointer;
}

.jp-volume-bar-value {
	height: 9px;
	background: #5f5f5f;
}

.jp-mute {
	position: relative;
	width: 29px;
	height: 16px;
	background: transparent;
	border: none;
	outline: none;
	margin-right: 6px;
	cursor: pointer;
}

.jp-state-muted .jp-mute::after {
	content: url(../images/mute_0.png);
}

.jp-mute:active {
	outline: none;
}

.jp-mute::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: url(../images/mute_1.png);
}

.time_controls {
	width: calc(100% - 110px);
}

.jp-progress {
	width: 100%;
	height: 9px;
	background: #9f9f9f;
}

.jp-current-time {
	width: 48px;
}

.jp-current-time,
.jp-duration {
	font-size: 14px;
	color: #333232 !important;
}

.jp-duration {
	width: 56px;
	text-align: right;
}

.jp-progress {
	cursor: pointer;
}

.jp-play-bar {
	height: 9px;
	background: #5f5f5f;
}

/*********************************
7. Video
*********************************/

.video {
	background: #000000;
	padding-bottom: 76px;
}

.video_container {
	width: calc(100% + 123px);
	left: -67px;
	border: solid 1px #7d7d7d;
}

/*********************************
8. Footer
*********************************/

.footer {
	background: linear-gradient(45deg, rgba(22, 70, 118, 1), rgba(55, 119, 184, 1));
	margin-top: 40px !important;
	padding-left: 50px;
	padding-right: 51px;
}

.newsletter_container {
	width: 604px;
	padding-top: 103px;
}

.newsletter_title {}

.newsletter_form {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.newsletter_input {
	width: 100%;
	height: 50px;
	background: #545454;
	border: none;
	outline: none;
	padding-left: 23px;
}

.newsletter_input::-webkit-input-placeholder {
	font-size: 12px !important;
	font-style: italic;
	color: #FFFFFF !important;
}

.newsletter_input:-moz-placeholder {
	font-size: 12px !important;
	font-style: italic;
	color: #FFFFFF !important;
}

.newsletter_input::-moz-placeholder {
	font-size: 12px !important;
	font-style: italic;
	color: #FFFFFF !important;
}

.newsletter_input:-ms-input-placeholder {
	font-size: 12px !important;
	font-style: italic;
	color: #FFFFFF !important;
}

.newsletter_input::input-placeholder {
	font-size: 12px !important;
	font-style: italic;
	color: #FFFFFF !important;
}

.newsletter_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 139px;
	height: 50px;
	background: #de4f32;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
}

.footer h1,
.footer h2,
.footer h3,
.footer_list_title {
	color: #fff;
}

.footer p {
	color: #fff;
}

.contact-info {
	text-align: left;
}

.footer_lists {
	padding-bottom: 5px;
}

.footer_list {
	/* width: calc(100% / 3); */
	margin-left: 10%;
}

.footer_list ul {
	list-style-type: square;
	padding-left: 15px;
	color: #fff;
}

.footer_list_title {
	font-size: 24px;
}

.footer_list ul {
	margin-top: 23px;
}

.footer_list ul li:not(:last-of-type) {
	margin-bottom: 9px;
}

.footer_list ul li a {
	font-size: 14px;
	color: #b5d0ec;
}

.footer_list ul li a:hover {
	color: #fff;
}

.copyright_bar {
	width: 100%;
	height: 67px;
	background: #000000;
}

.copyright_bar span {
	font-size: 14px;
	color: #6d6d6d;
	line-height: 67px;
}

.user-info {
	margin-top: 3rem;
}

.user-info-img {
	max-width: 150px;
}

/* 164676  */








.sectionBox {
    position: relative; 
    max-width: 100%;
    border: 2px solid #164676;
    border-top: none;
    text-align: center;
    margin: -40px auto 10px auto;
  }
  
.sectionBox .rpad {
    color:#000;
}

.sectionBox .rpad {
    margin-bottom: 10px;
    color:#164676;
}
 
  .sectionBox h1 {
      color:#111;
    position: relative;
    margin-top: -14px;
    display: inline-block;
    /* letter-spacing: 4px; */
    font-size:22px;
    margin-bottom: 15px;
    position: relative;
    top:-10px;
  }
 
  .sectionBox h5 {
      font-size:  1.20rem;
  }
 
  .top-border{
    position: absolute;
    height: 2px;
    width: 28%;
    background-color: #164676;
  }
  
  .right {
    right: 0;
  }
  
  .left {
    left: 0;
  }
  
  @media (max-width: 785px) {
  .top-border {	
    width: 18%;
      }

      

.sectionBox {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    border: 2px solid #bdc3c7;
    border-top: none;
    text-align: center;
    margin: 40px auto 5px auto !important;
  }



  .text-black {
    color:#000 !important;
  }
      

  .sectionBox .text-left, .sectionBox .text-right {
      text-align:center !important;
  }
      

  .sectionBox h1 {
      font-size:24px;
  }

  }
  
  .sectionBox p {
    width: 61%;
    margin: 20px auto 40px auto;
    line-height: 30px;
  }
  
  .sectionBox h4 {
    outline: 0;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;  
    /* background-color: #164676; */
    /* color: #164676; */
    font-size: 20px;
    font-weight: bold;
    /* letter-spacing: 3px; */
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-bottom: 30px;
  }
  
  .sectionBox i {
    color:#164676;
  }
  
  .sectionBox a {
    /* background-color: #1D222D; */
    color:#164676;
    text-decoration: underline;
  }
  
  .sectionBox a:hover {
    /* background-color: #1D222D; */
    text-decoration: underline;
  }
  