/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    [Table of contents]

    1. IMPORT FONTS
    2. IMPORT FILES
    3. SKELETON
    4. WP CORE
    5. HEADER
    6. SECTIONS
    7. SECTIONS
    8. PORTFOLIO
    9. TESTIMONIALS
    10. PRICING TABLES
    11. ICON BOXES
    12. MESSAGE BOXES
    13. FEATURES
    14. CONTACT
    15. FOOTER
    16. MISC
    17. BUTTONS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900'); */

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

/* @import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/slit-custom.css);
@import url(css/tippy.css);
@import url(css/font-awesome.min.css); */

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
dd {
  margin-bottom: 0;
  line-height: 29px;
}
p {
  color: #000;
}
a:hover {
  color: #000;
}
.logo-img {
  width: 30px !important;
  margin-right: 3px !important;
}
body {
    color: #000;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}
#tab_a {
  padding: 0px 7.5px;
}
@media (max-width:991px) {
  #tab_a {
    padding-left: 0;
    padding-right: 0;
  }
}
#contact {
  padding: 0px 7.5px;
}
body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
 
    font-weight: normal;
    line-height: 120% !important;
    color: #121212;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #17a2b8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.section-heading {
  font-size: 41.6px;
  font-weight: 700;
}
.service-icon img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
}

.icon-box-title {
  
  margin-bottom: 15px;
  padding-bottom: 10px;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
}
.icon-i {
  font-size: 30px;
}
.interests span {
  line-height: 50.48px;
}

/* header */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  background-color: #fff;
  padding: 8px 7.5px;
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
}




.header .logo img {
  max-height: 30px;
}

.header .logo span {
  font-size: 24px;
  letter-spacing: 1px;
  color:  #17a2b8;
  font-family: "Nunito", sans-serif;
}
.header .nav-link {
  color: #000;
  font-weight: normal;
}
.header .nav-link:hover {
  color: #17a2b8;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color:  #17a2b8;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color:  #000;
}

.navbar .getstarted {  
  padding: 6px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #4154f1;
  border: 2px solid #4154f1;
}

.navbar .getstarted:hover {
  background-color: #4154f1;
  color: #fff;
  border: 2px solid #4154f1;
}

.navbar .getstarted:focus {  
  padding: 6px 20px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #17a2b8;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}
@keyframes getHeight {
  0% {
    height: 0;
  }
  100% {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar-mobile ul {
    animation: getHeight .3s;
    animation-direction: alternate;
    box-shadow: 0px 20px 20px -20px rgba(0,0,0,.12); 
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 11px;
  right: 15px;
  color: #17a2b8;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  left: 0px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #4154f1;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/* banner */
.banner {
    background-image: url('images/banner\ \(4\).jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
}
@media screen and (max-width: 992px) {
  .banner {
    height: 200px;
  }
}
/* about */
.about-title h1 {
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 32px;
}
.about-title h2 {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}
.about-title li {
  margin-top: 10px;
  font-size: 16px;
}
.about-text {
  font-size: 18px;
  line-height: 1.7;
  color: #585a5f;
}
#about .icon-box {
  padding: 30px;
  margin-bottom: 6px;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  font-size: 19px;
}
#about .icon-box-img p {
  margin-bottom: 0;
  margin-top: 8px;
}
#about .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  border-bottom: 2px solid #17a2b8;
  color: #000;
  background-color: #fff;
  border-radius: 0;
}
#about .vission-and-mission {
	margin-top: 50px;
}
#about .nav-pills {
    border-bottom: 1px solid #e1e1e1;
}
#about .nav-pills > li {
    width: 50%;
    float: left;
    margin: 0 !important;
}

#about .vission-and-mission .nav-pills > li > a.active {
    border: none;
   border-bottom:2px solid #17a2b8 ;

}

#about .vission-and-mission .nav-pills > li > a{
        font-size: 22px;
        color: #000;
}

@media screen and (max-width:992px){
  #about .vission-and-mission {
    margin-top: 0;
  }
  #about .vission-and-mission .nav-pills > li > a {
    font-size: 18px;
  }
  .about-title h1 {
    font-size: 20px !important;
    margin: 20px 0px;
  }
  .about-title h2 {
    margin: 20px 0;
    font-size: 18px;
  }
  .about-title p {
    font-size: 16px;
  }
  #about .section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #about .icon-box {
    margin-bottom: 24px;
    padding:5px;
  }
  #about .icon-box-title h3 {
    font-size: 16px;
  }
  #about .icon-box-title p {
    font-size: 14px;
  }
  #about .icon-i {
    font-size:24px ;
  }
  #about .icon-box span {
    font-size: 14px;
  }
  .section-heading {
    font-size: 22px;
  }
  .icon-box-title {
    margin-bottom: 24px;
  }
  
}
/* /contact/ */
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    margin:30px 0px
}

.contact_text h3 {
  margin: 10px 0 10px 0;
  color: #17a2b8;
}
.contact_text h3 a {
  font-size: 18px;
  color: #17a2b8;
}
.contact_table {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width:992px) {
  .contact_table {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width:992px) {
  .contact_table {
  padding-right: 15px;
  padding-left: 15px;
  }
}
.contact a {
  font-size: 14px;
  color: #fff;
}
.contact span {
  display: inline-block;
  width: 70px;
}

.contact .info-box {
  border-radius: 15px;
  text-align: center;
    color: #444444;
    height: 199.51px;
    background: #fafbff;
    padding: 30px;
  }
  .info-box img {
    width: 80px;
  }
  .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #17a2b8;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color:  #17a2b8;
    font-weight: 700;
    margin: 20px 0 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  
  .contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
  }
  
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color:  #17a2b8;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background:  #17a2b8;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background:  #17a2b8;
  }
  
  @media screen and (max-width: 992px) {
  
    .contact_text h3 a {
      font-size: 14px;
    }
    .contact_text h3 {
      font-size: 14px !important;
    }
    .contact .info-box {
      align-items: center;
      padding: 0 !important;
    }
    #contact {
      padding-left: 0;
      padding-right: 0;
    }
  }

/* section */
.section {
    display: block;
    position: relative;
    overflow: hidden;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.section-title p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.section-title h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}



/* case */
.case h1 {
  text-align: center;
  font-size:48px;
}
.case h2 {
  font-size: 26px;
  margin-bottom: 20px;
  /* margin: 40px; */
  font-weight: 700;
  text-align: center;
}
.case li {
  text-align: left;
  line-height: 2;
  font-size: 18px;
  padding-right: 30px;
}
.case img {
  width: 700px;
  padding-left: 30px !important;
}
.case .case-containerfluid {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.swiper-container {
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12) !important;
  margin: 20px 0;
  padding:20px 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media  screen and (max-width:992px) {
  .case {
    margin-left: 15px;
    margin-right: 15px;
  }
  .case .case-containerfluid {
    padding-left: 0;
    padding-right: 0;

  }
  .case img {
    padding-left: 0 !important;
  }
  .case li {
    line-height: 2;
    padding-right: 0 !important;
    font-size: 15px 
  }
  .case h1 {
    font-size: 22px !important;
  }
  .case h2 {
    font-size: 19px !important ;
  }
  .swiper-pagination-bullets {
    padding-top: 30px;
  }
 
  .swiper-container {
    padding: 15px;
    margin: 0;
  }
  .swiper-slide .row {
    padding-bottom: 15px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0 !important;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color:  #17a2b8;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background:  #17a2b8;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  
 
  background: white url(../assets/images/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 30px 30px 30px;
}
@media (max-width:1359px) {
  .footer .footer-top {
    padding-left: 6px;
    padding-right:6px;
  }
}
@media (max-width: 992px) {
  .footer .footer-top {
    padding-left: 15px;
    padding-right: 15px;
    background-position: center bottom;
  }
  .icon-box h4 {
    font-size: 20px;
  }
  .newfeatures .icon-box h4 {
    font-size: 20px;
  }
  .features .feature-icons .content .icon-box h4 {
    font-size: 20px;
  }
  .newfeatures .icon-box p {
    font-size: 15px;
  }
  .features .feature-icons .content .icon-box p {
    font-size: 15px;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  height: 42px;
  font-size: 24px;
  color: #000;
}

.footer .footer-top .footer-info .logo img {
  max-height: 30px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer .footer-top .footer-title{
  color: #17a2b8;
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}
.footer .footer-top .footer-links i {
  color: #17a2b8;
}
.footer .footer-top .footer-links a {
  line-height: 21px;
  color: #17a2b8;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .contact-us dd {
  margin-bottom: 0;
}

.footer .footer-top .footer-contact-us i{
  display: inline-block;
  width: 19px;
  line-height: 19px;
  border-radius: 9.5px;
  text-align: center;
 /* background-color: #343a40; */
}
.footer .footer-top .footer-contact-us i::before{
  font-size: 14px;
  color: #17a2b8;
 }
@media (max-width:992px) {
  .footer .footer-top .contact-us img {
    width: 100px;
    height: 100px;
  }
}
.footer .footer-top .social-links a:hover {
  color:  #17a2b8;
}


.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 0;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color:  #17a2b8;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color:  #17a2b8;
}

@media (max-width:992px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


