@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,900,900i');
/*==========================

DEFAULT VALUES :

Font Family          :Open sans
Greenish Blue    :  #34c6d3
black
white
#34c6d3
blue
gray
#def1fc
dimgray
palevioletred
darkslategray         :#1B426E
linkedin              :#0077B5
facebook              :#425F9C
twitter               :#1DA1F2
google plus           :#DC5245

============================*/

/*===========================
         Typography
  ===========================*/

html,
body {
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

body {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: black;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.section-padding {
  padding: 30px 50px;
  margin: 0 auto;
}

.overlay {
  position: relative;
  z-index: 1;
}

.fix {
  overflow: hidden;
}

/*==========================
      parallax
==========================*/

.bg-parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*==========================
      Buttons(Generic)
==========================*/

.btn-general {
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  border-radius: 0px;
  padding: 8px 20px 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #fff;
  color: dimgray;
}

.btn-blue {
  border-color: #34c6d3;
  color: #34c6d3;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #34c6d3;
  color: #fff;
}

/*==========================
          Header
  ========================*/
.up-head {
  background: #34c6d3;
  border-bottom: 1px solid #eaeaea;
}

.up-head-mobile {
  display: none;
}

.icons ul,
.icons ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.icons ul li:first-child a {
  border-left: 2px solid white;
}

.icons ul li a {
  display: inline-block;
  font-size: 15px;
  color: white;
  border-right: 2px solid white;
  line-height: 38px;
  text-align: center;
  padding: 0 16px;
  margin-left: -5px;
  transition: all 0.3s ease;
}

.icons ul li a:hover {
  color: #fff;
  background: darkslategray;
}

.navbar-header a img {
  display: block;
  width: 250px;
}

.tb-pad {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 0;
}

#navbar {
  padding-right: 0;
}

.navbar {
  background: #fff;
  box-shadow: none;
  border: none;
  border-bottom: 3px solid #34c6d3;
  border-radius: 0px;
  height: auto;
  margin-bottom: 0;
}

.navbar-collapse {
  border: none;
  float: right;
}

.navbar-nav {
  margin-right: 0;
  float: right;
}

.navbar-nav li {
  padding: 0 5px;
  /* margin-right: 10px; */
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-nav li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.navbar-nav a {
  border-bottom: 3px solid white;
}

.navbar-nav a:hover {
  border-bottom: 3px solid blue;
}

.dropdown-content a {
  font-size: 10px;
  display: block;
  color: black;
  padding: 15px 10px 15px 20px;
  text-transform: inherit;
  border-bottom: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 300px;
  z-index: 3;
  box-shadow: 0 0 2px black;
}

.dropdown-content a:hover {
  color: white;
  background: #34c6d3;
  box-shadow: 0 0 8px gray;
  border-bottom: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content:hover {
  border-top: 3px solid black;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 300px;
  background-color: #fff;
  min-width: 300px;
  z-index: 3;
  box-shadow: 0 0 2px black;
}

.sub-menu a {
  font-size: 10px;
  display: block;
  color: black;
  padding: 15px 10px 15px 20px;
  text-transform: inherit;
  border-bottom: none;
}

.sub-menu a:hover {
  color: white;
  background: #34c6d3;
  box-shadow: 0 0 8px gray;
  border-bottom: none;
  border-top: 3px solid darkslategray;
}

.sub-menu1 {
  display: none;
  position: absolute;
  top: 90px;
  left: 300px;
  background-color: #fff;
  min-width: 300px;
  z-index: 3;
  box-shadow: 0 0 2px black;
}

.sub-menu1 a {
  font-size: 10px;
  display: block;
  color: black;
  padding: 15px 10px 15px 20px;
  text-transform: inherit;
  border-bottom: none;
}

.sub-menu1 a:hover {
  color: white;
  background: #34c6d3;
  box-shadow: 0 0 8px gray;
  border-bottom: none;
  border-top: 3px solid darkslategray;
}

.sub-menu2 {
  display: none;
  position: absolute;
  top: 410px;
  left: 300px;
  background-color: #fff;
  min-width: 300px;
  z-index: 3;
  box-shadow: 0 0 2px black;
}

.sub-menu2 a {
  font-size: 10px;
  display: block;
  color: black;
  padding: 15px 10px 15px 20px;
  text-transform: inherit;
  border-bottom: none;
}

.sub-menu2 a:hover {
  color: white;
  background: #34c6d3;
  box-shadow: 0 0 8px gray;
  border-bottom: none;
  border-top: 3px solid darkslategray;
}

/*==========================
     Carousel Styling
  =========================*/

.owl-carousel .item {
  max-height: 450px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #def1fc none repeat scroll 0 0;
  color: dimgray;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 10px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: auto;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.owl-carousel button.owl-dot::before {
  content: '\f2da';
  font-size: 25px;
  margin-left: 8px;
  font-weight: bold;
  font-family: FontAwesome;
  color: palevioletred;
}

.owl-carousel button.owl-dot.active::before {
  color: #34c6d3;
}

/*=============================
        Content All
=============================*/
.content {
  padding: 30px 10px;
  background-color: #fff;
  color: darkslategray;
}

.breadcrumb {
  background: transparent;
  text-align: center;
  font-size: 20px;
}

.arrow {
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 10px solid white;
  border-top-color: #24a3b5;
}

.content-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content-title-underline {
  width: 60px;
  height: 3px;
  background-color: darkslategray;
  margin: 5px auto;
}

.content-para {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

/*=============================
       Footer content
=============================*/

.footer-wrapper {
  background: url('../images/footer-bg.png') fixed repeat center center;
  height: auto;
  width: 100%;
  color: gainsboro;
  padding: 10px 0 0 0;
  clear: both;
}

.footer-heading {
  margin: 40px auto;
  padding: 5px;
  border: 2px solid gray;
  border-radius: 5px;
  letter-spacing: 1px;
}

.footer-heading::first-letter {
  font-weight: 600;
  font-size: 22px;
  text-decoration: underline;
  color: #34c6d3;
}

#links ul {
  list-style: square;
  font-size: 16px;
}

#links ul li {
  padding-top: 20px;
  letter-spacing: 1px;
}

#links ul li:hover {
  color: #34c6d3;
}

.contact_add {
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
}

.contact_add p {
  text-align: justify;
  letter-spacing: 1px;
}

.contact_add p .fa-map-marker {
  color: #dc5245;
}

.contact_call {
  text-align: justify;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 20px;
}

.contact_call a {
  color: gainsboro;
}

#newsletter {
  padding: 0 10px;
}

#newsletter p {
  letter-spacing: 1px;
  font-size: 12px;
  text-align: justify;
  color: #34c6d3;
}

.subscribe-btn {
  padding: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
}

.social-icons a {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
}

.social-icons a.fa-facebook {
  padding: 8px 12px;
  background: transparent;
  border: 2px solid #425f9c;
  color: #425f9c;
}

.social-icons a.fa-facebook:hover {
  background: #425f9c;
  color: white;
}

.social-icons a.fa-linkedin {
  padding: 10px 12px;
  background: transparent;
  border: 2px solid #0077b5;
  color: #0077b5;
}

.social-icons a.fa-linkedin:hover {
  background: #0077b5;
  color: white;
}

.social-icons a.fa-twitter {
  padding: 10px 10px;
  background: transparent;
  border: 2px solid #1da1f2;
  color: #1da1f2;
}

.social-icons a.fa-twitter:hover {
  background: #1da1f2;
  color: white;
}

.social-icons a.fa-google-plus {
  padding: 10px 8px;
  background: transparent;
  border: 2px solid #dc5245;
  color: #dc5245;
}

.social-icons a.fa-google-plus:hover {
  background: #dc5245;
  color: white;
}

.bg {
  background: rgba(32, 35, 44, 0.3);
  border-top: 3px solid gray;
  margin-top: 30px;
  padding: 10px;
}

#copyright {
  text-align: center;
  letter-spacing: 1px;
  padding: 10px;
}

#quick-links {
  text-align: center;
  padding: 10px;
  padding-bottom: 0;
  letter-spacing: 1px;
}

#quick-links ul {
  list-style: none;
}

#quick-links ul li {
  color: gainsboro;
  list-style-type: none;
  display: inline-block;
}

#quick-links ul li:hover {
  color: #34c6d3;
}

/*=============================
        Services Section
=============================*/

.services {
  width: 100%;
}

.service-item {
  margin: 30px 0px;
  text-align: left;
  height: inherit;
  border-radius: 5px;
  transition: transform 0.5s;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 5px gray;
  color: darkslategray;
}

.service-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 15px gray;
}

.services-item h4 {
  font-weight: bold;
}

.services-item h4,
p {
  letter-spacing: 1px;
  padding: 20px;
}

.btn-service {
  background: #34c6d3;
  margin: 0px;
  border: 2px solid #34c6d3;
}

.btn-service:hover {
  background: #34c6d3;
  color: #fff;
}

/*=============================
        About Us Section
=============================*/
.border {
  background: #9db6c2;
  height: 4px;
}

#about-bg-diagonal {
  background-image: url('../images/section_bg4.png');
  width: 50%;
  float: right;
  border-left: 200px solid #fff;
  border-top: 535px solid transparent;
}

#about-content {
  float: left;
  height: auto;
}

#about-content-outer {
  width: 100%;
  height: 100%;
  display: table;
  padding: 20px;
  margin-top: 60px;
}

#about-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.about-section .content-title h3 {
  text-align: left;
  color: darkslategray;
  letter-spacing: 1px;
}

.about-section .content-title-underline {
  margin: 30px 0 10px 0;
}

#about-desc p {
  text-align: justify;
  margin-bottom: 10px;
  color: darkslategray;
  font-size: 16px;
  letter-spacing: 1px;
}

#about-btn {
  margin-left: 20px;
}

/*=============================
       Notification Section
=============================*/

#ntfns {
  position: relative;
}

.ntfns-wrapper {
  display: table;
  min-height: 400px;
  width: 40%;
  float: right;
  padding: 30px;
}

.part-outer {
  display: table-cell;
  padding-left: 15px;
}

.part-inner {
  margin-bottom: 20px;
  border-top: 18px solid #1b426e;
  box-shadow: 8px 8px 10px #1b426e;
  border-radius: 5px;
}

.ntfns-header {
  background: #f5f5f5;
  text-align: center;
  border-bottom: 2px solid #1b426e;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 700;
  color: #1b426e;
}

.ntfns-content {
  background: white;
}

.ntfns-content ul {
  list-style: none;
  padding: 30px;
}

.ntfns-content ul li {
  padding: 10px;
  border-bottom: 2px dotted #f5f5f5;
}

.ntfns-content ul li a {
  color: darkblue;
}

.ntfns-content ul li a:hover {
  color: #1b426e;
}

.ntfns-footer {
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
}

.ntfns-footer i {
  background: #1b426e;
  padding: 10px 15px;
  color: white;
}

/*=============================
       Contact Us Page
=============================*/

.contact_us {
  background: url('../images/contact.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ctu_underline {
  width: 100px;
  height: 2px;
  background-color: white;
  margin: 0 auto;
  text-shadow: 0 5px 7px gray;
}

.ctu_head h1 {
  color: white;
  font-size: 30px;
  letter-spacing: 5px;
  text-shadow: 0 5px 7px gray;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0px;
}

#contact {
  margin: 0;
  padding: 0;
}

.contact-padding {
  padding: 50px 20px;
}

/*

.a{
    padding-left: 40px;
}
*/

#contactform {
  background: rgb(218, 235, 248);
  padding: 30px;
  border-radius: 5px;
}

#contactform input {
  margin: 20px 0px;
}

.address {
  color: white;
  text-align: left;
  font-size: 18px;
}

.call_us {
  color: white;
  font-size: 18px;
}

#map {
  border: 5px solid #def1fc;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 5px;
}

/*========================================
        Pages Styling starts here
=========================================*/

/*=============================
       About Us
=============================*/

#ethiculture {
  height: 500px;
  background: #def1fc;
}

#team {
  height: auto;
  padding: 0 60px;
}

.team-member {
  margin: 40px auto 0;
  box-shadow: 0 0 5px gray;
  padding: 30px;
  height: auto;
}

.team-member img {
  border: 10px solid #ddd;
  border-radius: 5px;
}

.member-detail {
  padding: 20px 14px;
}

.member-detail .panel-header {
  padding: 10px;
  background: #34c6d3;
  color: white;
}

.member-detail .panel-header h4 {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.member-detail .panel-body {
  padding: 40px;
  background: #def1fc;
}

.member-detail .panel-body p {
  font-size: 16px;
  text-align: justify;
  line-height: 35px;
  letter-spacing: 1px;
}

.member-detail .panel-body ul {
  font-size: 16px;
  list-style: none;
  margin: 0 30px;
}

.member-detail .panel-body ul li {
  margin: 25px auto;
  text-align: justify;
  letter-spacing: 1px;
}

.member-detail .panel-body ul li i {
  color: #34c6d3;
  font-size: 28px;
}

.ns {
  display: none;
}

.arrow1 {
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 30px solid white;
  border-top-color: #34c6d3;
}

.arrow2 {
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 30px solid white;
  border-top-color: #34c6d3;
}

.social a {
  font-size: 18px;
  margin: 20px;
  margin-left: 0;
}

.social .fa-linkedin {
  color: #0077b5;
  border: 2px solid #0077b5;
  padding: 10px;
}

.social .fa-facebook {
  color: #0077b5;
  border: 2px solid #425f9c;
  padding: 10px 13px;
}

.social .fa-twitter {
  color: #0077b5;
  border: 2px solid #1da1f2;
  padding: 10px;
}

.social .fa-linkedin:hover {
  background: #0077b5;
  color: white;
}

.social .fa-facebook:hover {
  background: #425f9c;
  color: white;
}

.social .fa-twitter:hover {
  background: #1da1f2;
  color: white;
}

/*=============================
       About Us
=============================*/

.important-links {
  height: auto;
}

.important-links h3 {
  font-size: 30px;
}

.important-links .breadcrumb {
  background: transparent;
  text-align: center;
  font-size: 20px;
}

.important-links .breadcrumb li a:hover {
  color: brown;
  text-shadow: none;
}

.content-header {
  background: url('../images/section_bg4.png') no-repeat center center fixed;
  color: white;
  text-shadow: 0 0 5px brown;
  padding: 100px 0;
}

.list {
  padding: 60px 0;
  list-style: none;
}

.list li {
  padding: 20px;
  background: #aaa;
  margin: 10px;
}

.list li a {
  color: black;
  font-size: 18px;
}

.list li a:hover {
  color: darkred;
  text-decoration: underline;
}

/*=============================
       Maintenance Page
=============================*/

#maintenance {
  background: #daebf8;
  height: 600px;
}

.center-text {
  color: darkslategray;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 150px;
  text-align: center;
}

.center-text h3 {
  font-size: 40px;
  color: darkslategray;
}

.center-text p {
  font-size: 20px;
}

/*===================
    ITR Page
===================*/

#services_pages {
  background: #fff;
  height: auto;
  width: 100%;
  float: left;
  letter-spacing: 1px;
  text-align: justify;
}

#services_pages img {
  height: 280px;
  width: 100%;
  border: 5px solid #aaa;
  border-radius: 5px;
}

#services_pages ul {
  list-style: number;
}

#services_pages ul li {
  text-decoration: underline;
}
