@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Ubuntu:400,500,700');

/*....................................
1.Theme default CSS
....................................*/
html,
body {
  height: 100%;
  font-size: 14px;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  line-height: 25px;
  font-weight: 400;
}

/* ....................................
1.1 Reset CSS 
.......................................*/

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 28px;
}
.aligncenter {
  display: block;
  margin: 0 auto 28px;
}
a:focus {
  outline: 0px solid;
}

p {
  margin: 0 0 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 28px;
  font-weight: 500;
  font-family: Arial;
}
a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #00c3ff;
  text-decoration: none;
}
a:active {
  outline: 0 none;
  color: #096b89;
  text-decoration: none;
}
a:visit {
  outline: 0 none;
  text-decoration: none;
}
a:focus {
  outline: 0 none;
  text-decoration: none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog-content .post-view-content ul li{
  list-style-type: disc !important;
  margin-left: 40px !important;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #00c3ff;
  text-shadow: none;
}
::selection {
  background: #00c3ff;
  text-shadow: none;
}
.browserupgrade {
  margin: 28px  0;
  background: #00c3ff;
  color: #333333;
  padding: 28px 0;
}
input:focus {
  outline: 1px solid #203f77;
}
textarea:focus {
  outline: 1px solid #203f77;
}
/*mobile manue area*/
.mobile-menu-area {
  display: none;
}

/*---------------------------
11. gallery-area
-----------------------------*/
.gallery-area {
  overflow: hidden;
  padding: 100px 0;
}
.gallery-area .gallary-manue {
  margin-bottom: 35px;
}
.gallery-area .gallary-manue ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.gallery-area .gallary-manue ul li {
  display: inline-block;
  padding: 10px 30px;
  font-family: 'Ubuntu', sans-serif;
  color: #222222;
  font-size: 18px;
  text-transform: capitalize;
  border: 1px solid #dddddd;
  margin: 0 15px;
  transition: all 0.5s ease 0s;
}
.gallery-area .gallary-manue ul li:hover {
  background: #203f77;
  border: 1px solid #203f77;
  color: #ffffff;
  cursor: pointer;
}
.gallery-area .gallary-manue ul li.active {
  background: #203f77;
  border: 1px solid #203f77;
  color: #ffffff;
  position: relative;
  transition: all 0.5s ease 0s;
}
.gallery-area .gallary-manue ul li.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #203f77;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}
.gallery-area .filter-gallary {
  margin-left: -2%;
}
.gallery-area .filter-gallary .single-gallary {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  float: left;
}
.gallery-area .filter-gallary .single-gallary:hover .gallary-img .gallary-overlay {
  opacity: 1;
  transform: scale(1);
}
.gallery-area .filter-gallary .single-gallary .gallary-img {
  background-size: cover;
  background-position: center;
  height: 300px;
  background: #666666;
  position: relative;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img1 {
  background: url(images/gallery/8.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img2 {
  background: url(images/gallery/12.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img3 {
  background: url(images/gallery/13.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img4 {
  background: url(images/gallery/14.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img5 {
  background: url(images/gallery/15.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img6 {
  background: url(images/gallery/16.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img7 {
  background: url(images/gallery/17.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img8 {
  background: url(images/gallery/18.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img.gallary-img9 {
  background: url(images/gallery/19.jpg) no-repeat #666666;
  background-size: cover;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 16, 14, 0.6);
  transition: all 0.5s ease 0s;
  opacity: 0;
  overflow: hidden;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay .overlay-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay .overlay-content .gallary-title h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay .overlay-content .gallary-title h3 span {
  display: block;
  font-size: 80%;
  color: white;
  margin-top: 15px;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay .overlay-content .galary-cosial ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay .overlay-content .galary-cosial ul li {
  display: inline-block;
  margin-left: 10px;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay .overlay-content .galary-cosial ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: #989898;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}
.gallery-area .filter-gallary .single-gallary .gallary-img .gallary-overlay .overlay-content .galary-cosial ul li a:hover {
  background: #173266;
}

/*---------------------------
 15. blog-area
-----------------------------*/
.blog-area {
  overflow: hidden;
  padding: 0;
}
.blog-area .slide-blog .single-blog {
  margin-bottom: 50px;
}
.blog-area .slide-blog .single-blog .blog-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
.blog-area .slide-blog .single-blog .blog-img.blogimg1 {
}
.blog-area .slide-blog .single-blog .blog-img.blogimg2 {
}
.blog-area .slide-blog .single-blog .blog-img.blogimg3 {
}
.blog-area .slide-blog .single-blog .blog-img .date {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #203f77;
  padding: 20px;
}
.blog-area .slide-blog .single-blog .blog-img .date h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 0;
}
.blog-area .slide-blog .single-blog .blog-img .date h4 span {
  display: block;
  margin-top: 15px;
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay {
  position: absolute;
  bottom: 0;
  background: #203f77;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay ul li {
  display: inline-block;
  padding: 15px 20px;
  text-align: right;
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay ul li:last-child {
  float: right;
  border-left: 1px solid #ffffff;
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay ul li h3 {
  font-size: 18px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0px;
  margin-right: 40px;
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay ul li a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay ul li a:hover {
  color: #562549;
}
.blog-area .slide-blog .single-blog .blog-img .blog-overlay ul li a i {
  margin-right: 5px;
}
.blog-area .slide-blog .single-blog .blog-content {
  padding: 30px 20px;
  background: #f7f7f7;
  transition: all 0.5s ease 0s;
}
.blog-area .slide-blog .single-blog .blog-content h4 {
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}
.blog-area .slide-blog .single-blog .blog-content h4 a {
  color: #222222;
  transition: all 0.5s ease 0s;
}
.blog-area .slide-blog .single-blog .blog-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.blog-area .slide-blog .single-blog:hover .blog-content {
  background: #ffffff;
  -webkit-box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
}
.blog-area .slide-blog .single-blog:hover .blog-content h4 {
  border-bottom: 1px solid #203f77;
}
.blog-area .slide-blog .single-blog:hover .blog-content h4 a {
  color: #203f77;
}
.blog-area .slide-blog .single-blog:hover .blog-content h4 a:hover {
  color: #173266;
}
.blog-area .slide-blog .single-blog:hover .blog-img .blog-overlay {
  opacity: 1;
  transform: scale(1);
}
.blog-area .lordmor-btn {
  text-align: center;
}
.blog-area .lordmor-btn .btn {
  padding: 20px 40px;
  font-size: 18px;
}

/*---------------------------
17.1.slider area 
-----------------------------*/
.slider-area.home-two-slider {
  position: relative;
  overflow: hidden;
}
.slider-area.home-two-slider .slider-1 h1.title1 {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  color: #203f77;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
.slider-area.home-two-slider .slider-1 div.title2 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  width: 35%;
  margin: auto;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
}
.slider-content {
  color: white;
  text-shadow: 2px 2px 2px black;
}
.slider-content p{
  color: #d4d4d4;
  font-size: 22px !important;
}
.slider-area.home-two-slider .slider-1 .slider-botton {
  margin-right: 0px !important;
}
.slider-area.home-two-slider .slider-1 .slider-botton .btn-icon {
  text-transform: uppercase;
}
.slider-area.home-two-slider .slider-2 h1.title1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  color: #203f77;
  font-family: Arial;
  font-weight: 700;
}
.slider-area.home-two-slider .slider-2 div.title2 {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  width: 35%;
  margin: auto;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
}
.slider-area.home-two-slider .slider-2 .slider-botton {
  margin-right: 0px !important;
}
.slider-area.home-two-slider .slider-2 .slider-botton .btn-icon {
  text-transform: uppercase;
  padding: 10px 40px;
}

.profession-image, .gallary-image
{
  height: 100%;
  width: 100%;
  transition: opacity 0.5s;
}
.profession-image:hover
{
  background: black;
  transition: opacity 0.5s;
}
.single-blog:hover .profession-image{
  opacity: 0.8;
}

/*---------------------------
24.coursedetails-area
-----------------------------*/
.coursedetails-area {
  padding: 0;
  overflow: hidden;
}
.coursedetails-area .courses-detels .courses-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.coursedetails-area .courses-detels .courses-img a {
  display: block;
}
.coursedetails-area .courses-detels .courses-img a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.coursedetails-area .courses-detels .courses-img a img:hover {
  transform: scale(1.2);
}
.coursedetails-area .courses-detels .courses-info h2 {
  margin-bottom: 22px;
  text-transform: capitalize;
}
.coursedetails-area .courses-detels .courses-info h2 a {
  font-size: 30px;
  color: #203f77;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .courses-detels .courses-info h2 a:hover {
  color: #173266;
}
.coursedetails-area .courses-detels .courses-info p {
  margin-bottom: 22px;
}
.coursedetails-area .courses-detels .courses-content {
  border: 1px solid #dddddd;
  padding: 30px 20px;
  overflow: hidden;
}
.coursedetails-area .courses-detels .courses-content .single-content {
  margin-bottom: 30px;
}
.coursedetails-area .courses-detels .courses-content .single-content h3 {
  font-size: 24px;
  color: #222222;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
}
.coursedetails-area .courses-detels .courses-content .single-content h3:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #203f77;
  left: 0;
  bottom: 0;
}
.coursedetails-area .courses-detels .courses-content .single-content p {
  margin: 0;
}
.coursedetails-area .courses-detels .courses-content .single-content .feauter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coursedetails-area .courses-detels .courses-content .single-content .feauter ul li {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 15px;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .courses-detels .courses-content .single-content .feauter ul li:hover {
  color: #203f77;
  cursor: pointer;
}
.coursedetails-area .courses-detels .courses-content .single-content .feauter ul li:after {
  position: absolute;
  content: "\f061";
  font-family: fontawesome;
  left: 0;
  top: 0px;
  color: #ffffff;
  background: #203f77;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.coursedetails-area .courses-detels .courses-content .single-content .review {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.coursedetails-area .courses-detels .courses-content .single-content .review:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .review-img {
  width: 10%;
  float: left;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .review-img img {
  width: 80px;
  height: 80px;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveow-content {
  width: 90%;
  float: left;
  padding-left: 20px;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveow-content h4 {
  margin-bottom: 3px;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveow-content h4 a {
  font-size: 18px;
  color: #203f77;
  display: block;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveow-content h4 a:hover {
  color: #173266;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveow-content p {
  margin-bottom: 0;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveiw-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveiw-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coursedetails-area .courses-detels .courses-content .single-content .review .reveiw-icon ul li {
  display: inline-block;
  color: #fea400;
  font-size: 16px;
  cursor: pointer;
}
.coursedetails-area .sidebar-widgect .singleside-widgect {
  padding: 40px 20px;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-title h3 {
  font-size: 24px;
  color: #222222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  margin-left: 0;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-title h3:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #203f77;
  left: 0;
  bottom: 0;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-form form #name {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #203f77;
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999999;
  font-family: 'Ubuntu', sans-serif;
  height: 50px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-form form #name:focus {
  border: none;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-form form .wide {
  border-radius: 0;
  margin-bottom: 15px;
  height: 50px;
  padding-top: 5px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-form form .chack-area {
  margin-bottom: 30px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-form form .chack-area label {
  font-size: 16px;
  color: #222222;
  font-family: 'Ubuntu', sans-serif;
  margin: 0 15px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-form form button {
  width: 100%;
  border: 0;
  text-transform: uppercase;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-category ul li {
  display: block;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-category ul li:last-child a {
  border-bottom: none;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-category ul li a {
  display: block;
  color: #222222;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-category ul li a:hover {
  border-color: #203f77;
  color: #203f77;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-category ul li a:hover:after {
  opacity: 1;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .widgect-category ul li a:after {
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #203f77;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .price-widgect #slider-range {
  border-radius: 0;
  background: #dedede;
  border: 1px solid #c2c2c2;
  margin-bottom: 25px;
  height: 10px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .price-widgect #slider-range .ui-state-default {
  border: 1px solid #203f77;
  background: #203f77;
  font-weight: bold;
  color: #203f77;
  width: 10px;
  border-radius: 3px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .price-widgect #slider-range .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #203f77;
  border-radius: 0;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .price-widgect p {
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .price-widgect p #amount {
  text-align: center;
  font-size: 24px;
}
.coursedetails-area .sidebar-widgect .singleside-widgect .price-widgect a {
  text-transform: uppercase;
  display: block;
}
.coursedetails-area .sidebar-widgect .video-widgect {
  margin-bottom: 30px;
}
.coursedetails-area .sidebar-widgect .apply-widgect {
  background: url(images/courses/apply-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  width: 100%;
  text-align: center;
}
.coursedetails-area .sidebar-widgect .apply-widgect .button-img {
  display: inline-block;
  background: #203f77;
  text-align: center;
  border-radius: 10px;
}
.coursedetails-area .sidebar-widgect .apply-widgect .button-img a {
  padding: 10px 40px 15px;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .sidebar-widgect .apply-widgect .button-img a:hover {
  background: #173266;
  border-radius: 10px;
}
.coursedetails-area .relatate-courses {
  margin-top: 60px;
}
.coursedetails-area .relatate-courses .reletatecourses-title h3 {
  background: #f7f7f7;
  padding: 15px;
  font-size: 24px;
  color: #222222;
}
.coursedetails-area .relatate-courses .reletate-list {
  position: relative;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses {
  transition: all 0.5s ease 0s;
  overflow: hidden;
  margin-bottom: 20px;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses:hover {
  -webkit-box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses:hover .courses-img .reletate-overlay {
  opacity: 1;
  transform: scale(1);
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses:hover .courses-info {
  background: #ffffff;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses:hover .courses-info h4 a {
  color: #173266;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses:hover .courses-info .btn {
  background: #173266;
  border: 1px solid #173266;
  color: #ffffff;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img.courses-img1 {
  background: url(images/courses/1.jpg) no-repeat #333333;
  background-size: cover;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img.courses-img2 {
  background: url(images/courses/2.jpg) no-repeat #333333;
  background-size: cover;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img.courses-img3 {
  background: url(images/courses/3.jpg) no-repeat #333333;
  background-size: cover;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img.courses-img4 {
  background: url(images/courses/4.jpg) no-repeat #333333;
  background-size: cover;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img.courses-img5 {
  background: url(images/courses/5.jpg) no-repeat #333333;
  background-size: cover;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 16, 14, 0.6);
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(1.5);
  overflow: hidden;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li:hover .tool {
  visibility: visible;
  opacity: 1;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li .tool {
  width: 80px;
  background-color: #f7f7f7;
  color: #222222;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  margin-left: -30px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  visibility: hidden;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li .tool:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 8px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li a {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li a:hover {
  color: #173266;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li a:hover i {
  color: #173266;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .overlay-text ul li a i {
  color: #203f77;
  font-size: 20px;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .price a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #203f77;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

.activites-header
{
  transition: all 0.5s ease 0s;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.courses-info:hover .activites-header
{
  border-bottom: 1px solid #173266;
}


.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-img .reletate-overlay .price a:hover {
  background: #173266;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info {
  padding: 40px 30px;
  background: #f7f7f7;
  transition: all 0.5s ease 0s;
}
.courses-info:hover
{
  overflow: auto;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h4 a {
  color: #222222;
  display: inline-block;
  transition: all 0.5s ease 0s;
  text-transform: capitalize;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h4 a:hover {
  color: #203f77;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h5 {
  color: #222222;
  font-size: 14px;
  margin-bottom: 25px;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h5 a {
  color: #222222;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h5 a:hover {
  color: #173266;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h5 a:hover span {
  color: #173266;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info h5 a span {
  color: #203f77;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info p {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  margin-bottom: 25px;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info .btn {
  background: transparent;
  border: 1px solid #dddddd;
  background: #f7f7f7;
  color: #969696;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .relatate-courses .reletate-list .reletate-courses .courses-info .btn:hover {
  background: #203f77;
  color: #ffffff;
  border: 1px solid #203f77;
}
.coursedetails-area .relatate-courses .reletate-list .owl-controls .owl-buttons {
  position: absolute;
  top: 5px;
  right: 20px;
}
.coursedetails-area .relatate-courses .reletate-list .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  background: transparent;
  border: 1px solid #dddddd;
  transition: all 0.5s ease 0s;
}
.coursedetails-area .relatate-courses .reletate-list .owl-controls .owl-buttons div:hover {
  background: #173266;
  border: 1px solid #173266;
}
.coursedetails-area .relatate-courses .reletate-list .owl-controls .owl-buttons div:hover i {
  color: #ffffff;
}
.coursedetails-area .relatate-courses .reletate-list .owl-controls .owl-buttons div i {
  font-size: 20px;
  color: #000000;
}


/*---------------------------
39.blogfour-area
-----------------------------*/
.blogfour-area {
  padding: 20px 0;
  overflow: hidden;
}
.blogfour-area .single-blog {
  margin-bottom: 50px;
  overflow: hidden;
}
.blogfour-area .single-blog .blog-img {
  position: relative;
  background: url(images/blog/1.jpg) #666666;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  overflow: hidden;
}
.blogfour-area .single-blog .blog-img.blogimg1 {
  background: url(images/blog/big1.jpg) #666666 no-repeat;
  background-size: cover;
  background-position: center;
}
.blogfour-area .single-blog .blog-img.blogimg2 {
  background: url(images/blog/8.jpg) #666666 no-repeat;
  background-size: cover;
  background-position: center;
}
.blogfour-area .single-blog .blog-img.blogimg3 {
  background: url(images/blog/6.jpg) #666666 no-repeat;
  background-size: cover;
  background-position: center;
}
.blogfour-area .single-blog .blog-img.blogimg4 {
  background: url(images/blog/9.jpg) #666666 no-repeat;
  background-size: cover;
  background-position: center;
}/*delete*/
.blogfour-area .single-blog .blog-img .blog-overlay {
  position: absolute;
  bottom: 30%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.5s ease 0s;
  transform: scaleX(0);
  opacity: 0;
}
.blogfour-area .single-blog .blog-img .blog-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.blogfour-area .single-blog .blog-img .blog-overlay ul li {
  display: inline-block;
  padding: 15px 10px;
  text-align: right;
}
.blogfour-area .single-blog .blog-img .blog-overlay ul li a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.blogfour-area .single-blog .blog-img .blog-overlay ul li a:hover {
  color: #2877b1;
}
.blogfour-area .single-blog .blog-img .blog-overlay ul li a i {
  margin-right: 5px;
  color: #2877b1;
}/*delete*/
.blogfour-area .single-blog .blog-content {
  padding: 30px 20px;
  background: #f7f7f7;
  transition: all 0.5s ease 0s;
}
.blogfour-area .single-blog .blog-content h2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  transition: all 0.5s ease 0s;
  color: #203f77;
}
.blogfour-area .single-blog .blog-content h2 a {
  color: #203f77;
  transition: all 0.5s ease 0s;
}
.blogfour-area .single-blog .blog-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.blogfour-area .single-blog:hover .blog-content {
  background: #dfdfdf;
  -webkit-box-shadow: 2px 13px 25px 10px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 2px 13px 25px 10px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 2px 13px 25px 10px rgba(0, 0, 0, 0.75) !important;
}

.blogfour-area .single-blog:hover .blog-content h2 a {
  color: #203f77;
}
.blogfour-area .single-blog:hover .blog-content h2 a:hover {
  color: #173266;
}
.blogfour-area .single-blog:hover .blog-img .blog-overlay {
  opacity: 1;
  transform: scaleX(1);
  bottom: 0;
}
/*---------------------------
40.blogdetels-area
-----------------------------*/
.blogdetels-area .single-blog {
  margin-bottom: 50px;
  overflow: hidden;
}
.blogdetels-area .single-blog .blog-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  overflow: hidden;
}
.blogdetels-area .single-blog .blog-img.blogimg1 {
  background-size: cover;
}
.blogdetels-area .single-blog .blog-img.blogimg2 {
  background-size: cover;
}
.blogdetels-area .single-blog .blog-img .blog-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.5s ease 0s;
  transform: scaleY(0);
  opacity: 0;
}
.blogdetels-area .single-blog .blog-img .blog-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.blogdetels-area .single-blog .blog-img .blog-overlay ul li {
  display: inline-block;
  padding: 15px 10px;
  text-align: right;
}
.blogdetels-area .single-blog .blog-img .blog-overlay ul li a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.blogdetels-area .single-blog .blog-img .blog-overlay ul li a:hover {
  color: #2877b1;
}
.blogdetels-area .single-blog .blog-img .blog-overlay ul li a i {
  margin-right: 5px;
  color: #2877b1;
}
.blogdetels-area .single-blog .blog-content {
  padding: 0;
}
.blogdetels-area .single-blog .blog-content h2 {
  font-size: 36px;
  margin-bottom: 40px;
  transition: all 0.5s ease 0s;
}
.blogdetels-area .single-blog .blog-content h2 a {
  color: #203f77;
  transition: all 0.5s ease 0s;
}
.blogdetels-area .single-blog .blog-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.blogdetels-area .single-blog .blog-content .fedback-slide {
  margin: 20px 0;
}
.blogdetels-area .single-blog .blog-content .fedback-slide .fedback {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.blogdetels-area .single-blog .blog-content .fedback-slide .fedback:before {
  position: absolute;
  content: "\f10d";
  font-family: fontawesome;
  left: 0;
  top: 35%;
  font-size: 48px;
  color: #2877b1;
}
.blogdetels-area .single-blog .blog-content .fedback-slide .fedback:after {
  position: absolute;
  content: "";
  left: 80px;
  top: 0;
  width: 10px;
  height: 100%;
  background: #2877b1;
}
.blogdetels-area .single-blog .blog-content .fedback-slide .fedback p {
  font-size: 14px;
  padding-left: 110px;
  color: #000000;
  font-style: italic;
  margin: 0;
}
.blogdetels-area .single-blog .blog-content .social-media {
  margin-bottom: 100px;
}
.blogdetels-area .single-blog .blog-content .social-media .socialmedia-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogdetels-area .single-blog .blog-content .social-media .socialmedia-list ul li {
  display: inline-block;
}
.blogdetels-area .single-blog .blog-content .social-media .socialmedia-list ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.blogdetels-area .single-blog .blog-content .social-media .socialmedia-list ul li a:hover {
  background: #2877b1;
}
.blogdetels-area .single-blog .blog-content .comments h3 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 500;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment {
  overflow: hidden;
  margin-bottom: 40px;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment:nth-child(3) {
  padding-left: 100px;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment:nth-child(5) {
  padding-left: 100px;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-img {
  width: 15%;
  float: left;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-img a {
  display: block;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-img a img {
  width: 80px;
  height: 80px;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-content {
  width: 85%;
  float: left;
  padding-left: 10px;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-content h4 {
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-content h4 a {
  color: #222222;
  transition: all 0.5s ease 0s;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-content h4 a:hover {
  color: #203f77;
}
.blogdetels-area .single-blog .blog-content .comments .single-comment .comment-content p {
  margin: 0;
  font-size: 14px;
  color: #666666;
}
.blogdetels-area .single-blog .blog-form {
  margin-top: 10px;
}
.blogdetels-area .single-blog .blog-form h3 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 25px;
}
.blogdetels-area .single-blog .blog-form form input {
  width: 100%;
  background: #f9f9f9;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 30px;
  height: 50px;
}
.blogdetels-area .single-blog .blog-form form textarea {
  width: 100%;
  background: #f9f9f9;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  height: 125px;
  margin-bottom: 30px;
  resize: none;
}
.blogdetels-area .single-blog .blog-form form button {
  border: 0;
  padding: 12px 50px;
  text-transform: uppercase;
}
.blogdetels-area .single-blog .fedback-slide {
  margin: 20px 0;
}
.blogdetels-area .single-blog .fedback-slide .fedback {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.blogdetels-area .single-blog .fedback-slide .fedback:before {
  position: absolute;
  content: "\f10d";
  font-family: fontawesome;
  left: 0;
  top: 35%;
  font-size: 48px;
  color: #173266;
}
.blogdetels-area .single-blog .fedback-slide .fedback:after {
  position: absolute;
  content: "";
  left: 80px;
  top: 0;
  width: 10px;
  height: 100%;
  background: #203f77;
}
.blogdetels-area .single-blog .fedback-slide .fedback p {
  font-size: 14px;
  padding-left: 110px;
  color: #000000;
  font-style: italic;
  margin: 0;
}
.blogdetels-area .single-blog .social-media {
  margin-bottom: 100px;
}
.blogdetels-area .single-blog .social-media .socialmedia-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogdetels-area .single-blog .social-media .socialmedia-list ul li {
  display: inline-block;
}
.blogdetels-area .single-blog .social-media .socialmedia-list ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.blogdetels-area .single-blog .social-media .socialmedia-list ul li a:hover {
  background: #173266;
}
.blogdetels-area .single-blog .comments h3 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 500;
}
.blogdetels-area .single-blog .comments .single-comment {
  overflow: hidden;
  margin-bottom: 40px;
}
.blogdetels-area .single-blog .comments .single-comment:nth-child(3) {
  padding-left: 100px;
}
.blogdetels-area .single-blog .comments .single-comment:nth-child(5) {
  padding-left: 100px;
}
.blogdetels-area .single-blog .comments .single-comment .comment-img {
  width: 10%;
  float: left;
}
.blogdetels-area .single-blog .comments .single-comment .comment-img a {
  display: block;
}
.blogdetels-area .single-blog .comments .single-comment .comment-img a img {
  width: 70px;
  height: 70px;
}
.blogdetels-area .single-blog .comments .single-comment .comment-content {
  width: 90%;
  float: left;
  padding-left: 30px;
}
.blogdetels-area .single-blog .comments .single-comment .comment-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.blogdetels-area .single-blog .comments .single-comment .comment-content h4 a {
  color: #222222;
  transition: all 0.5s ease 0s;
}
.blogdetels-area .single-blog .comments .single-comment .comment-content h4 a:hover {
  color: #173266;
}
.blogdetels-area .single-blog .comments .single-comment .comment-content p {
  margin: 0;
  font-size: 14px;
  color: #666666;
}
.blogdetels-area .single-blog:hover .blog-content h2 a {
  color: #203f77;
}
.blogdetels-area .single-blog:hover .blog-content h2 a:hover {
  color: #173266;
}
.blogdetels-area .single-blog:hover .blog-img .blog-overlay {
  opacity: 1;
  transform: scaleY(1);
}
/*---------------------------
41.contactus-area
-----------------------------*/
.contact-button
{
  width: 100%;
  margin-top: 5%;
}

.contactus-area {
  padding: 0;
  overflow: hidden;
}
.contactus-area .address-area {
  background: #f6f6f6;
  margin-bottom: 40px;
  padding: 30px 0 30px 100px;
}
.contactus-area .address-area .singpe-address {
  overflow: hidden;
}
.contactus-area .address-area .singpe-address:hover .hotline-icon a {
  border: 1px solid #203f77;
  background: #173266;
  color: #ffffff;
}
.contactus-area .address-area .singpe-address .hotline-icon {
  width: 30%;
  float: left;
}
.contactus-area .address-area .singpe-address .hotline-icon a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #dddddd;
  font-size: 30px;
  color: #173266;
  transition: all 0.5s ease 0s;
}
.contactus-area .address-area .singpe-address .hotline-content {
  width: 70%;
  float: left;
  margin-top: 10px;
}
.contactus-area .address-area .singpe-address .hotline-content h4 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 0;
}
.contactus-area .address-area .singpe-address .hotline-content p {
  margin: 0;
}
.contactus-area .address-area .singpe-address .hotline-content a {
  color: #222222;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}
.contactus-area .address-area .singpe-address .hotline-content a:hover {
  color: #173266;
}
.contactus-area .form-title h3 {
  padding-left:2%;
  font-size: 24px;
  color: #203f77;
  margin-bottom: 45px;
}
.contactus-area .contractus-form input {
  width: 100%;
  border: 1px solid #dddddd;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #203f77;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.contactus-area .contractus-form textarea {
  width: 100%;
  resize: none;
  height: 140px;
  border: 1px solid #dddddd;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #203f77;
  padding: 10px 20px;
}
.contactus-area .contractus-form button {
  text-align: center;
}
.contactus-area .contractus-form button.btn {
  font-size: 24px;
  padding: 34px 15px;
  transition: all 0.5s ease 0s;
}
.contactus-area .contractus-form button.btn span {
  display: block;
  line-height: 25px;
}
.contactus-area .map-area {
  width: 100%;
  height: 100%;
}
/*---------------------------
42.error-area
-----------------------------*/
.error-area {
  padding: 100px 0;
}
.error-area .error-page {
  text-align: center;
}
.error-area .error-page .error-img {
  margin-bottom: 30px;
}
.error-area .error-page .error-content h2 {
  font-size: 30px;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #222222;
}
.error-area .error-page .error-content h2:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #dddddd;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.error-area .error-page .error-content h4 {
  font-size: 18px;
  color: #686868;
  margin-bottom: 25px;
}
.error-area .error-page .error-content p {
  font-size: 16px;
  color: #686868;
  margin-bottom: 5px;
}
.error-area .error-page .error-content .error-btn {
  margin-top: 23px;
}

/* ------------------------------------
44.Cart Page Area Start 
---------------------------------------*/

.offer-content {
  padding: 30px 20px;
  background: #f7f7f7;
  transition: all 0.5s ease 0s;
  height: 300px;
  overflow: hidden;
}
.offer-content h4 {
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}
.offer-content h4 a {
  color: #222222;
  transition: all 0.5s ease 0s;
}
.offer-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.single-blog:hover .offer-content {
  background: #ffffff;
  -webkit-box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 13px 25px -10px rgba(0, 0, 0, 0.75);
}
.single-blog:hover .offer-content h4 {
  border-bottom: 1px solid #203f77;
}
.single-blog:hover .offer-content h4 a {
  color: #203f77;
}
.single-blog:hover .offer-content h4 a:hover {
  color: #173266;
}

.cadre-box
{
  height: 250px;
}

.nivo-control
{
  border-radius: 50% !important;
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  background-color: #30aeff !important;
}

.preview-2 .nivo-controlNav a:hover,
.preview-2 .nivo-controlNav a.active {
  background: #203f77 none repeat scroll 0 0 !important;
  border: 5px solid #000000;
  cursor: pointer;
}

.blog-overlay
{
  color: white;
}

.blog-overlay .fa-clock-o
{
  color: #2877b1;
}

.books-list ul li a{
  border-bottom: 1px solid #dddddd !important;
}
.books-list ul li:hover a{
  border-bottom: 1px solid #203f77 !important;
}


.books-list
{
  text-align: left !important;
}

.library-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.library-list ul li {
  display: block;
}
.library-list ul li:last-child a {
  border-bottom: none;
}
.library-list ul li{
  display: block;
  color: #222222;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  transition: all 0.5s ease 0s;
}
.library-list ul li:hover {
  border-color: #203f77;
  color: #203f77;
}
.library-list ul li:after {
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #203f77;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.gallery-content
{
  padding-top: 10px !important;
  padding-bottom: 3px !important;
}
.post-view
{
margin-top:120px;
}

.gallery-hover
{
  font-size: 30px !important;
  color: #30aeff;
  transition: color 0.5s;
}
/* col-xs Media screen */
@media(max-width:767px){
  #offer h4{
    padding-left: 10px;
  }
  #offer p{
    padding-left: 10px;
  }
  .index-post-content h2{
    padding-left: 10px;
  }
  .index-post-content p{
    padding-left: 10px;
  }
  .slider-area{
    margin-top:25px !important;
  }
  .show-more-posts-button{
    margin-bottom: 30px !important;
  }

  .h2-index h2
  {
    margin-top: 40px;
  }
  .white-space{
    padding-left: 15px;
  }
  #offer .col-xs-12
  {
    padding-left:0;
    padding-right:0;
  }
  .articles .container-fluid, .container, .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .nivo-caption{
    margin-top:15px;
  }
  .blogimg1{
    padding-right:0 !important;
  }
  .offer-content{
    height: 250px;
  }
  .responsive-offer{
    padding-bottom: 25px;
  }
  .responsive-h2{
    padding-top:25px;
  }
  #gallery .gallery-element{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right:1%;
    width:49% !important;
    margin-bottom: 0 !important;
  }
  .image-gallery{
    margin-bottom:2% !important;
  }
}

.school-image
{
  float:left;
  padding:12px;
}
/*  --------------------------------------------  */

.post-view-header{
  padding-top:25px;
  color: #203f77;
  padding-left: 10px;
  padding-right:10px;
}
.post-view-content{
  padding-left:5px;
  padding-right:5px;
}

.post-view-button{
 margin-left:5px;
}

.post-date{
  color: gray;
  position: relative;
  top:-25px;
  left:0;
  transition: all 0.5s;
  padding-left: 10px;
}

.summary{
  display: none;
}

.index-post-offer{
  height: 200px;
}

.gallery-container .index-post{
  height: 250px;
}

.activites-box{
  height:300px;
}

.image-gallery{
  height: 250px !important;
  margin-bottom:30px;
  transition: all 0.5s;
}
.image-gallery:hover{
  opacity: 0.8;
  transition: all 0.5s;
}


.child{
  display: none !important;
}

.meetings{
  height: 300px !important;
  padding-top:10px !important;
}

.pedagouge-box{
  height:140px;
}

.white-space{
  white-space: pre;
}

#gallery{
  margin-top:45px;
}

.article-image-img{
  width:auto;
}

.cadre-image{
  width: 100%;
  height: 180%;
}