/*
-------------------------------------
1.core css
-------------------------------------
*/
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.img-responsive {
  width: 100%;
}
a,
.btn,
a:hover,
a:focus,
.transition,
#back-to-top:hover {
  transition: all 0.3s;
  text-decoration: none;
}
h2,
h3,
h4 {
  margin: 0px;
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
p {
  color: #777;
}
.p-lg {
  color: #676767 !important;
  font-size: 21px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.5px !important;
}
.title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.img-rounded {
  border-radius: 4px;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.btn {
  padding: 12px 30px;
  font-weight: 400;
}
.btn-info {
  color: #ffffff;
  background-color: #2078a2;
  border-color: #1c688d;
}
.btn-red {
  background: #f47457;
  border: #f47457;
}
.btn-red:hover {
  background: #466eb6;
  border: #466eb6;
}
.btn-green {
  background: #51bfa6;
  border: #51bfa6;
}
.btn-green:hover {
  background: #466eb6;
  border: #466eb6;
}
/*
-------------------------------------
navbar
-------------------------------------
*/
.navbar {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
  transition: all 0.3s;
}
.navbar .navbar-brand {
  max-width: 170px;
  padding: 5px 15px;
  position: relative;
  top: -10px;
  transition: all 0.3s;
}
.navbar .navbar-brand img {
  max-width: 100%;
  background: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #fbe0b3;
}
.navbar .nav li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 15px 8px !important;
  font-size: 14px !important;
  letter-spacing: -0.2px;
}
.shrink-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: all 0.3s;
}
.shrink-nav .navbar-brand {
  max-width: 150px;
  padding: 5px 15px;
  position: relative;
  top: -5px;
}
.shrink-nav .navbar-brand img {
  max-width: 100%;
  background: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #fbe0b3;
}
.shrink-nav .nav li a {
  font-size: 15px;
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}
/*
-------------------------------------
banner
-------------------------------------
*/
.banner {
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-color: #fbf9f1;
  height: 90%;
  min-height: 90%;
  position: relative;
  overflow: hidden;
}
.banner .banner-content {
  font-weight: 400;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.banner .banner-content h1 {
  margin-top: 100px;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #355389;
}
.banner .banner-content h1 span {
  font-weight: 700;
  color: #f26721;
}
.banner .banner-content p {
  color: #565656;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.banner big a {
  color: #f47457;
  font-weight: 600;
}
/*
-------------------------------------
features
-------------------------------------
*/
.features {
  margin: 0 auto;
  padding: 30px 20px;
  margin-top: 40px;
  border-radius: 23px;
  color: #fff;
  max-width: 366px;
  min-height: 340px;
}
.features img {
  width: 60px;
}
.features h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 14px;
  color: #fff;
}
.features p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
}
/*
-------------------------------------
section-products
-------------------------------------
*/
.section-products {
  background: #fbf9f1;
}
.section-products .product {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-products .product .pl {
  padding-left: 30px;
}
.section-products .product .pr {
  padding-right: 30px;
}
.section-products .product img {
  max-width: 500px;
  width: 100%;
}
.section-products .product .content {
  margin-top: 40px;
}
.section-products .product .content h3 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.section-products .product .content p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
.section-products .product .content .btn {
  margin-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.jibika {
  background: #f7fff9;
}
.jibika .logo {
  max-width: 350px;
  width: 100%;
}
.jibika .call {
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 20px;
  color: #5a5959;
}
.jibika .call span {
  font-weight: 500 !important;
}
/*
----------------------
Home page Blog design 
----------------------
*/
.blog-h {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.blog-h:hover .text-view {
  top: 50%;
  opacity: 1;
}
.blog-h:hover img {
  opacity: 0.6;
}
.text-view {
  width: 80%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.text-view h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #355389;
}
.text-view p {
  margin-top: 5px;
  font-weight: 500;
  line-height: 1.3;
}
/*
----------------------
footer
----------------------
*/
footer {
  background-color: #1d3052;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-widget .logo {
  max-width: 100px;
  width: 100%;
  background: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #fbe0b3;
  margin-bottom: 15px;
}
footer .footer-widget p {
  color: #c3c9d6;
  font-weight: 300;
  font-size: 12px;
}
footer .footer-widget h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
footer .footer-widget ul li {
  margin-bottom: 4px;
  color: #fff;
}
footer .footer-widget ul li a {
  color: #dcdcdc;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-widget ul li a .lg {
  font-size: 22px;
  position: relative;
  top: 4px;
}
footer .footer-widget .contact-box {
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
}
footer .footer-widget .contact-box .lg {
  font-size: 23px;
}
footer .footer-widget .contact-box h4 {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
footer .footer-widget .contact-box p {
  color: #333;
  font-weight: 500;
  font-size: 13px;
}
.desingby {
  background-color: #142440;
  padding-top: 5px;
  padding-bottom: 5px;
}
.desingby p {
  color: #9ba4b3;
  font-size: 12px;
  margin-bottom: 0px;
}
.desingby p a {
  color: #fff;
  text-decoration: none;
}
/*
-------------------------------------
13.responsive
-------------------------------------
*/
@media only screen and (max-width: 991px) {
  .navbar {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-brand {
    max-width: 120px;
    top: -5px;
  }
  .banner {
    height: 100%;
    min-height: 100%;
  }
  .banner .banner-content h1 {
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banner .banner-content p {
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .navbar .nav li a {
    padding: 10px 9px !important;
  }
  .title {
    font-size: 28px;
  }
  .p-lg {
    font-size: 16px;
    font-weight: 400;
  }
  .features {
    margin-top: 30px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-products .product {
    padding-top: 0px;
    text-align: center;
  }
  .section-products .product .pl {
    padding-left: 0px;
  }
  .section-products .product .content {
    margin-top: 20px;
  }
  .section-products .product .content h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section-products .product .content p {
    font-size: 16px;
    font-weight: 400;
  }
  .section-products .product .content .btn {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: -0.2px;
  }
  .section-products .product img {
    margin: 0 auto;
  }
  .jibika .call {
    font-weight: 700;
    font-size: 16px;
  }
  .blog-h {
    margin-top: 30px;
  }
  .footer-widget {
    margin-top: 20px;
  }
  .section-products {
    padding-bottom: 20px;
  }
}
/*
-------------------
page banner
-------------------
*/
.page-banner {
  padding-top: 200px;
  padding-bottom: 50px;
  background-position: center;
  background-color: #fbf9f1;
  background-size: cover;
}
.page-banner h2 {
  font-size: 30px;
  color: #355389;
}
.page-banner ul li .las {
  color: #f47457;
}
.page-banner ul li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.2px;
}
.section-kg-p p {
  font-size: 18px;
  font-weight: 300;
  color: #676666;
}
.section-kg-p h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.craft {
  margin-top: 30px;
}
.craft img {
  width: 100px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.section-promotionalServices-p ul li {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 300;
  color: #1c468a;
  font-weight: 400;
}
.section-promotionalServices-p ul li img {
  width: 27px;
  margin-right: 4px;
}
/*
----------------------
Contact Page
----------------------
*/
.contact-form {
  background-color: #fff;
  padding: 28px 22px 20px;
  max-width: 450px;
  border-radius: 5px;
}
.contact-form .form-group {
  margin-bottom: 12px;
}
.contact-form input {
  height: 45px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 300;
  background: #ebf3fa;
  border: none;
  box-shadow: none;
}
.contact-form textarea.form-control {
  height: auto;
  background: #ebf3fa;
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-btn {
  color: #fff !important;
  background: #f47457 !important;
  border-radius: 4px !important;
  padding: 11px 23px !important;
  position: relative;
  top: 2px !important;
  margin-right: 15px !important;
  font-size: 17px;
}
.contact-details {
  position: absolute;
  top: -310px;
}
.contact-details .contact-img {
  max-width: 600px;
  max-: 100%;
}
.contact-details .details .media img {
  width: 40px;
}
.contact-details .details .media h4 {
  position: relative;
  top: 4px;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.contact-details .details .list-inline li a img {
  width: 50px;
}
.map {
  position: relative;
  background: #1d3052;
}
/*
----------------------
blog page
----------------------
*/
.blog-p {
  max-width: 330px;
  margin: 0 auto;
  margin-top: 30px;
}
.blog-p img {
  margin-bottom: 15px;
}
.blog-p h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #333;
  font-weight: 700;
}
.single-blog img {
  margin-bottom: 35px;
}
.single-blog h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
.dropdown .dropdown-menu {
  padding: 0px;
}
.dropdown .dropdown-menu li a {
  font-size: 13px !important;
  padding: 10px 9px !important;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: auto;
}
.study-material {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
}
.study-material img {
  width: 100%;
}
.study-material h3 {
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.4;
}
.study-material p {
  font-size: 12px;
  color: #2b2b2b;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}
.study-material .btn {
  padding: 7px 30px;
  font-weight: 400;
  border-radius: 2px;
  text-transform: uppercase;
  background: #f47457;
  border: 1px solid #f47457;
  font-size: 13px;
}
