/**
 * CFTRI SCHOOL  */
/**

/*==============================
	LAYOUTS
 ===============================*/
.section-block {
  padding-top: 9px;
}
.section-block .section-content {
  margin-bottom: 48px;
}
.section-block .section-content > div {
  margin-bottom: 48px;
}
.section-block-2 {
  padding-top: 2px;
}
.section-block-2 .section-content {
  margin-bottom: 24px;
}
.section-block-2 .section-content > div {
  margin-bottom: 48px;
}
/*==============================
	COMMON STYLES
 ===============================*/
.btn {
  transition: .3s;
}
.btn-main {
  background: #c31f30;
  color: #ffffff;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #971825;
  color: #ffffff;
}
.btn-main:focus {
  color: #ffffff;
  background: #971825;
  outline: none;
}
.btn-normal {
  padding: 12px 24px;
}
.btn-lg {
  padding: 15px 48px;
}
.section-title-block {
  text-align: center;
  margin-bottom: 72px;
}
.section-title-block h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .section-title-block h2 {
    font-size: 21px;
  }
}
.section-title-block h2 span {
  font-size: 16px;
  color: #c31f30;
  display: block;
  margin-top: 8px;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .section-title-block h2 span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.section-title-block .title-style {
  position: relative;
  color: #0052a5;
  display: inline-block;
}
.section-title-block .title-style:before,
.section-title-block .title-style:after {
  content: '';
  width: 36px;
  height: 2px;
  background: #222222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
}
.section-title-block .title-style:after {
  left: auto;
  right: -48px;
}
.section-title-block p {
  font-size: 18px;
  width: 60%;
  margin: auto;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .section-title-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-title-block p {
    width: 80%;
  }
}
.section-title-block-2 {
  margin-bottom: 48px;
}
.section-title-block-2 h3 {
  text-transform: uppercase;
  font-size: 21px;
  color: #0052a5;
  margin-bottom: 18px;
}
.section-title-block-2 p {
  font-size: 18px;
  width: 50%;
  border-left: 3px solid #c31f30;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .section-title-block-2 p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .section-title-block-2 p {
    font-size: 14px;
    width: 80%;
  }
}
.block-title {
  font-size: 18px;
  color: #0052a5;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 36px;
}
.page-banner {
  height: 260px;
  background: url(http://placehold.it/1920x260) no-repeat center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.page-banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 82, 165, 0.7);
  z-index: -1;
}
.page-banner .container {
  position: relative;
  height: 260px;
}
.page-banner .page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
}
.page-banner .breadcrumbs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  text-align: right;
  margin: 0;
}
.page-banner .breadcrumbs li {
  display: inline-block;
  margin-left: 15px;
}
.page-banner .breadcrumbs li:before {
  content: '/';
  font-size: 18px;
  color: #ffffff;
  margin-right: 15px;
}
.page-banner .breadcrumbs li:first-child:before {
  content: none;
}
.page-banner .breadcrumbs li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
/*==============================
	HELPER CLASSES
 ===============================*/
.no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*==============================
	TYPOGRAPHY
 ===============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
}
/*==============================
	GENERAL STYLES
 ===============================*/
body {
  /* font-family: 'PT Sans', sans-serif; */
  font-family: 'Roboto Slab', sans-serif;
  color: #aaaaaa;
}
a {
  color: #0052a5;
  transition: color .3s;
}
a:hover {
  color: #003972;
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
}
/*==============================
	HEADER
 ===============================*/
.top-bar {
  padding: .5em 1em;
  /*background: #3e4444;*/
  background: #0099FF;
}
.top-bar .trending-topics {
  margin-top: 1px;
  margin-bottom:20px;
}
.top-bar .trending-topics h4 {
  font-size: 60px;
  text-transform: uppercase;
  font-family:"Trajan Pro";
  font-weight:bold;
  float: center;
  margin: 0 24px 0 0;
}
.top-bar .trending-topics ul {
  float: left;
  margin: 0;
}
.top-bar .social-links ul {
  margin: 5px 24px 0 0;
  float: right;
}
@media (max-width: 767px) {
  .top-bar .social-links ul {
    float: left;
  }
}
.school-navbar {
  background: #0052a5;
  position: relative;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.school-navbar .navbar-header .navbar-brand {
  background: url(../img/logo.png) no-repeat center;
  width: 110px;
  height: 110px;
  background-size: cover;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  transform: translateX(-65%);
  top: -32px;
  z-index: 100;
}
@media (max-width: 1199px) {
  .school-navbar .navbar-header .navbar-brand {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
}
@media (max-width: 390px) {
  .school-navbar .navbar-header .navbar-brand {
    width: 72px;
    height: 72px;
  }
}
.school-navbar .navbar-toggle {
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.school-navbar .navbar-toggle:hover {
  background: transparent;
  color: #c31f30;
}
.school-navbar .navbar-toggle:focus {
  background: transparent;
}
.school-navbar .navbar-collapse {
  border-top: 0;
}
.school-navbar .navbar-nav li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: none;
  transition: .3s;
  padding: 12px 18px;
}
.school-navbar .navbar-nav li a:hover {
  color: #c31f30;
}
.school-navbar .navbar-nav li a:focus {
  color: #c31f30;
}
.school-navbar .navbar-nav li.active a {
  background: #c31f30;
  color: #ffffff;
}
.school-navbar .navbar-nav li.active a:hover {
  background: #c31f30;
  color: #ffffff;
}
.school-navbar .navbar-nav li.active a:focus {
  background: #c31f30;
  color: #ffffff;
}
.school-navbar .navbar-nav li.dropdown a {
  color: #ffffff;
  box-shadow: none;
 /* background: #c31f30; */
}
.school-navbar .navbar-nav li.dropdown a:focus,
.school-navbar .navbar-nav li.dropdown a:hover {
  color: #ffffff;
}
.school-navbar .navbar-nav li.dropdown .dropdown-menu {
  background: transparent;
  left: 0;
  right: auto;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.school-navbar .navbar-nav li.dropdown .dropdown-menu li a {
  background: #0052a5;
  transition: .3s;
}
.school-navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
  color: #c31f30;
}
@media (max-width: 1199px) {
  .school-navbar .navbar-nav li.dropdown .dropdown-menu li a {
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.school-navbar .navbar-nav li.dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
.school-navbar .navbar-nav li.dropdown.open a {
  color: #ffffff;
  background: #c31f30;
}
@media (max-width: 1199px) {
  .school-navbar .navbar-header {
    float: none;
  }
  .school-navbar .navbar-left,
  .school-navbar .navbar-right {
    float: none !important;
  }
  .school-navbar .navbar-toggle {
    display: block;
  }
  .school-navbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .school-navbar .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .school-navbar .navbar-collapse.collapse {
    display: none!important;
  }
  .school-navbar .navbar-nav {
    float: none!important;
  }
  .school-navbar .navbar-nav > li {
    float: none;
  }
  .school-navbar .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .school-navbar .collapse.in {
    display: block !important;
  }
  .school-navbar .dropdown-menu {
    position: relative;
    border: none;
    width: 100%;
  }
}

.features{
	padding:0em 0;
}
.features h1{
	/* color:#000;
	font-size:3em;
	text-align:center;
	margin-bottom:1em;
	text-transform:uppercase; */
	font-family: "Playfair Display",sans-serif;
    font-style: normal; 
    font-weight: 700;
    margin-bottom: 30px;
    color: #030; 
}
.features p{
	color: #333;
	font-size:1.20em;
	text-align:justify;
	line-height:1.8em;
	margin: 1em 0 1em;
}
/*==============================
	SCHOOL SLIDER
 ===============================*/
.school-carousel .carousel-inner {
  height: 660px;
}
.school-carousel .item {
  height: 660px;
  background-size: cover;
  background-position: center;
}
.school-carousel .item .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: none;
  width: 100%;
}
.school-carousel .item .carousel-caption .caption-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: 40%;
  text-align: left;
}
@media (max-width: 767px) {
  .school-carousel .item .carousel-caption .caption-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.school-carousel .item .carousel-caption .caption-content h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
}
.school-carousel .item .carousel-caption .caption-content h1 small {
  font-size: 30px;
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: bold;
  animation-delay: .5s;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .school-carousel .item .carousel-caption .caption-content h1 small {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .school-carousel .item .carousel-caption .caption-content h1 small {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .school-carousel .item .carousel-caption .caption-content h1 small {
    font-size: 18px;
  }
}
.school-carousel .item .carousel-caption .caption-content h1 span {
  display: inline-block;
  animation-delay: 1s;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .school-carousel .item .carousel-caption .caption-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .school-carousel .item .carousel-caption .caption-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .school-carousel .item .carousel-caption .caption-content h1 {
    font-size: 30px;
  }
}
.school-carousel .item .carousel-caption .caption-content p {
  font-size: 21px;
  margin-bottom: 42px;
  animation-delay: 1.3s;
}
@media (max-width: 991px) {
  .school-carousel .item .carousel-caption .caption-content p {
    font-size: 16px;
  }
}
.school-carousel .item .carousel-caption .caption-content button {
  animation-delay: 1.5s;
}
.school-carousel .item .carousel-caption .caption-image {
  position: absolute;
  right: 15%;
  bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .school-carousel .item .carousel-caption .caption-image {
    right: 10%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .school-carousel .item .carousel-caption .caption-image {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .school-carousel .item .carousel-caption .caption-image {
    display: none;
  }
}
.school-carousel .item .carousel-caption .caption-image img {
  width: 340px;
  animation-delay: 1.5s;
}
.school-carousel .item:nth-child(2) .carousel-caption {
  background: rgba(0, 0, 0, 0.6);
}
.school-carousel .item:nth-child(2) .caption-content {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.school-carousel .carousel-control {
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  border: 1px solid #ffffff;
  font-size: 18px;
  transition: .3s;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.school-carousel .carousel-control.left {
  left: 48px;
}
@media (max-width: 767px) {
  .school-carousel .carousel-control.left {
    left: 12px;
  }
}
.school-carousel .carousel-control.right {
  right: 48px;
}
@media (max-width: 767px) {
  .school-carousel .carousel-control.right {
    right: 12px;
  }
}
.school-carousel .carousel-control:hover {
  border-radius: 50%;
  background: #ffffff;
  color: #222222;
}
/*==============================
	INTRO SECTION
 ===============================*/
.intro-section .content-wrapper {
  padding: 24px 24px 24px 0;
  border-top: 3px solid #e9e9e9;
  border-right: 3px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
  position: relative;
}
@media (max-width: 1199px) {
  .intro-section .content-wrapper {
    max-width: 265px; 
    margin-left: auto;
    margin-right: auto;
  }
}
.intro-section .content-wrapper:before,
.intro-section .content-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 18px;
  background: #e9e9e9;
}
.intro-section .content-wrapper:after {
  top: auto;
  bottom: 0;
  height: 110px;
}
.intro-section .content-wrapper .icon-block {
  font-size: 36px;
  color: #c31f30;
}
.intro-section .content-wrapper h3 {
  margin-top: 12px;
  font-size: 18px;
  text-transform: uppercase;
}
.intro-section .content-wrapper h3 a {
  color: #222222;
}
.intro-section .content-wrapper h3 a:hover {
  color: #0052a5;
}
.intro-section .content-wrapper p {
  padding-left: 30px;
  position: relative;
  margin-top: 30px;
}
.intro-section .content-wrapper p:after {
  content: '';
  width: 30px;
  height: 4px;
  background: #0052a5;
  top: -18px;
  left: 30px;
  position: absolute;
}

/*==============================
	FOOTER
 ===============================*/
/* -- footer --*/
.footer{
	/* background:#630; */
	background: #666666; 
	padding:5em 0;
}
table.table_working_hours {
    width: 100%;
}
.table_working_hours tr {
    border: 0;
    border-bottom: 1px dashed #656565;
}
.table_working_hours tr td {
    padding:7px 0;
    color: #f1b458;
    font-size: 0.95em;
    text-transform: capitalize;
}
.table_working_hours tr.opened_1 td {
    padding:0 0 7px;
}
.table_working_hours tr td.day_value {
    padding-left: 3px;
}
.table_working_hours tr td.day_value {
    padding-left: 3px;
    text-align: right;
}
.table_working_hours tr.opened:hover td, .table_working_hours tr.opened_1:hover td {
    color:#e2598e;
}
.grid_4 h3{
	color:#fff;
	font-size:1.5em;
	margin-bottom:1em;
	text-transform: uppercase;
}
.grid_4 p{
	color:#f1b458;
	font-size:1.5em;
	line-height:1.8em;
	margin-bottom:1em;
	font-weight:bold;
}
.social-nav {
    padding: 0;
    list-style: none;
    margin:0px 0 0 -10px;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.icons_2 a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.icons_2 .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.icons_2 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.icons_2 .twitter:hover {
    color: #00ACED;
}
.icons_2 .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.icons_2 .facebook:hover {
    color: #3B579D;
}
.icons_2 .google-plus {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.icons_2 .google-plus:hover {
    color: #DD4A3A;
}
address {
    line-height: 1.8em;
    color: #f1b458;
    font-size:0.95em;
    margin-bottom: 0;
}
address a{
	color: #6FF;
}
address a:hover{
	color: #e2598e;
}
ul.footer_list{
	padding:0;
	margin:0;
	list-style:none;
}
ul.footer_list li{
	line-height:2.5em;
	font-size:14px;
}
ul.footer_list li a{
	color: #f1b458;
}
ul.footer_list li a:hover{
	color: #e2598e;
}
.copy{
	margin:2em 0 0 0;
	text-align:center;
}
.copy p{
	color: #9FF;
	font-size:1.25em;
}
.copy p a{
	color:#000;
}
.copy p a:hover{
	color:#f1b458;
}
.breadcrumb1 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.breadcrumb1 li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    color:#fff;
}
.breadcrumb1 li.current-page:after{
	display:none;
}
.breadcrumb1 li a {
    display:inline-block;
    color:#f1b458;
}
.breadcrumb1 li a:hover{
	color:#fff;
}
.breadcrumb1 li:after {
    content: '\f105';
    font: normal normal normal 13px/1 "FontAwesome";
    display: block;
    position: absolute;
    left: 100%;
    top:6px;
    color: #cecfd2;
}
.courses_banner h3{
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
}
p.description{
	color: #fff;
    font-size: 0.95em;
    line-height: 1.8em;
    width: 70%;
    margin: 0 auto 2em auto;
} 
 

/*==============================
	CONTACT PAGE
 ===============================*/
.contact-page .page-banner {
  background: none;
}
.contact-page .page-banner:after {
  content: none;
}
.contact-page .page-content {
  background: url(http://placehold.it/414x386) no-repeat right bottom;
}
@media (max-width: 991px) {
  .contact-page .page-content {
    background: transparent;
  }
}
.google-map {
  height: 260px;
}
.contact-options .block-title {
  text-align: center;
  margin-bottom: 72px;
}
.contact-options address {
  margin-bottom: 0;
}
.contact-options .content-wrapper {
  text-align: center;
  border: 6px solid #e9e9e9;
  padding-top: 3em;
  padding-bottom: 3em;
}
.contact-options .content-wrapper:hover .icon-block {
  background: transparent;
  color: #0052a5;
}
.contact-options .content-wrapper .icon-block {
  font-size: 24px;
  width: 2em;
  height: 2em;
  line-height: calc(2em - 2px);
  text-align: center;
  background: #0052a5;
  color: #ffffff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
  border: 2px solid #0052a5;
}
.contact-options .content-wrapper a {
  color: #aaaaaa;
  display: block;
}
.form-block {
  padding-top: 0;
}
.form-block .form-block {
  position: relative;
}
.form-block .form-message {
  position: absolute;
  left: 15px;
  top: -42px;
}
.form-block .form-message p {
  color: #0052a5;
}
.form-block .form-message p.success {
  color: green;
}
.form-block .form-message p.error {
  color: red;
}
.form-block .form-control {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin-bottom: 30px;
}
.form-block input {
  height: 48px;
}
.form-block textarea {
  height: 14.6em;
}

