body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #ffffff;
}
p {
  color: #646464;
}
h2{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #646464;
  margin: 0 0 2rem 0;
}
h1,
h3.section-heading,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 2rem 0;
  color: #00356A !important;
}
h3{
  color: #00356A !important;
}
h1,
h3.section-heading {
  line-height: 48px;
}
h3,
h4,
h5 {
  line-height: 30px;
}
h1,h1.sg-hero {
  font-size: 42px;
}
h3{
  margin-bottom: 1rem;
}
h3.section-heading {
  font-size: 36px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  margin-bottom: 1rem !important;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
    color: #00356A;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.625em;
    font-size: 16px;
}
li i,.fa-fw {
    color:#00356A ;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.sg-background-overlay{background: rgba(0,0,0,.2);}
.sg-btn.sg-btn-primary {
    background-color: #ff9e9f;
    border-color: #ff9e9f;
    color: #00356A;
}
.sg-btn.sg-btn-primary:hover {
    background-color: #00356A !important;
    border-color: #00356A !important;
    color: #fff !important;
}
/*header css start*/
.navbar .navbar-nav .nav-item a{
  font-weight: 400;
  line-height: 1.625em;
  font-size: 17px;
  text-decoration:none;
  color:#00356A;
}
.header-right-info{
    justify-content:space-between;
}
.header-right-info .item-icon i{
    font-size:24px;
    color:#00356A
}
.header-right-info .item-icon{
    margin:10px
}
section.header-top {
    padding:5px 0px;
}
.sg-masthead .navbar-dark .navbar-nav .nav-item {
    margin-right: 30px;
}
a.navbar-btn.btn.sg-btn {
    background:#fff;
    border-radius:0;
}
.sg-masthead .navbar-dark .navbar-nav .nav-item:hover {
    border-bottom:1px solid #fff;
    transition:1s ease;
}
/*header css end*/

.banner-section{
  padding:25vh 0vh !important;
}
/*homepage-blogs start*/
.homepage-blogs h3 a,.blog-list-view h3 a{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.homepage-blogs .sg-card {
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 10%);
}
/*homepage-blogs end*/
/*services section css start*/
.services-section .sg-card h3{
    background: #ff9e9f !important;
    padding: 5px;
}
.services-section .sg-card{
    box-shadow:0 5px 10px 3px rgb(99 119 238 / 40%);
    border-radius:0px !important;
    background:#fff !important;
}
.services-section .sg-card .sg-card-body{
    padding:0;
}

.services-section .text-block {
    padding:10px 20px 20px 20px;
    min-height:260px
}
.service-title a:hover{
    color:#fff !important;
}
/*services section css end */
.blog-page-sidebar .block{
    background:#fff;
    padding:10px;
    box-shadow:0px 0px 17px 0px rgb(0 0 0 / 10%)
}
.blog-page-sidebar .block .form-control{
    border:1px solid #ddd !important;
}
.blog-list-view .blog-page-sidebar .block h4{
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

/*blog-page css end*/
/*footer css start*/
.sg-footer h3,.sg-footer p,.sg-footer a{
    color:#00356A !important;
    font-family: 'Poppins', sans-serif !important;
}
.sg-footer li{
    list-style:none;
    margin-bottom:10px;
}
.sg-footer .quick-links li:before,
.sg-footer .footer-services li:before {
    content: "\f054"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    color:#00356A;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
.sg-footer h3:after {
    background-color: #00356A;
    content: "";
    display: block;
    height: 2px;
    margin: 15px 0 0;
    max-width: 250px;
}
.sg-footer a:hover{
    color:#030303 !important;
}
.footer-bottom-links a{
    margin:0px 10px;
    color:#fff;
}
.footer-bottom-links a:hover{
     color:#FF9E9F;
}
.sg-footer h3{
    margin-bottom:20px;
}
div#copyright a{
    color:#fff;
}
div#copyright a:hover{
    color:#ff6b6d;
}
#myBtn {
  position: fixed; 
  bottom: 50px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: 2px solid #fff; 
  background-color: #FF9E9F;
  color: #00356A; 
  cursor: pointer; 
  padding: 0px; 
  font-size: 18px; 
  width:40px;
  height:40px;
  border-radius:50%;
}

#myBtn:hover {
  background-color: #555; 
}
/*footer css end*/
/*contact page css start */
form.simple_form.form {
    background:#fff;
    padding:20px;
    box-shadow:0px 0px 17px 0px rgb(0 0 0 / 10%);
}
form.simple_form.form  select{
    min-height:40px;
    min-width:80px;
}
form.simple_form.form textarea{
    min-height:100px;
}
.contact-address-box {
    background:#fff;
    padding:20px;
    box-shadow:0px 0px 17px 0px rgb(0 0 0 / 10%);
}
/*contact page css end*/
/*breadcrumb-section css start*/
.breadcrumb-section .breadcrumb{
    padding:10px 0px;
}
.breadcrumb-section .breadcrumb a{
    margin-right:10px;
    text-decoration:none
}
.breadcrumb-section .breadcrumb span{
    line-height:26px !important;
}
/*breadcrumb-section css end*/
/*sitemap css start*/
.sitemap-section ul li {
    background:#fff;
    margin:10px 0px;
    padding:10px;
    border:1px solid #ddd;
    list-style:none;
}
.sitemap-section ul li:before{
    content: "\f0a4";
    font-family: 'fontawesome';
    color: #00356A;
    margin-right: 10px;
}
/*sitemap css end*/
/*portfolio section css start*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background:#FF9E9F !important;
    color:#00356A !important;
}
.nav-pills .nav-link{
    color:#000 !important;
    background: #fff;
    margin: 5px;
}
.nav-pills .nav-link:hover{
    color:#FF9E9F !important
}
.nav-pills .nav-link.active:hover{
    color:#fff !important;
}
.portfolio .sg-card{
    position:relative;
    padding: 10px;
    border-radius:0px !important;
    box-shadow:0 5px 10px 3px rgb(99 119 238 / 40%);
}
.portfolio .category{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all 0.5s ease-in-out;
    opacity:0;
    background:rgba(255, 158, 159,0.7);
    color:#00356A;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    font-size:18px;
    padding:10px;
}
.portfolio .sg-card:hover .category{
    opacity:1;
}
.portfolio .category .sg-btn.sg-btn-secondary{
   max-width:107px;
   margin-top: 10px;
}
.portfolio .sg-card:hover .card-img img{
    transform:scale(0.9)
}
.portfolio .card-img img{
    transition:all 0.4s ease-in-out;
    height: auto;
    object-fit: contain;
}
.portfolio .card-img{
    overflow:hidden;
    max-width:100%;
    max-height:100%;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%) !important;
    height: auto;
}
.modal.fade .modal-dialog{
  transform: none;
}
/*portfolio section css end*/
.box-shadow{
  box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 10%);
}
/*media queries css start*/
@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

}
@media screen and (min-width:576px) and (max-width:1600px){
  .modal-dialog .modal-content{
  max-height: 620px;
  overflow: auto;
}
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
  h3.section-heading {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
  h3.section-heading {
    font-size: 30px;
  }
  .navbar-dark .navbar-nav li.nav-item {
    padding:10px;
    border-bottom:1px solid #00356A;
    width:100%;
  }
  .navbar-dark .navbar-nav li.nav-item:last-child{
      border-bottom:0px !important;
  }
}

@media only screen and (max-width: 767px) {
  h1.sg-hero, .sg-h1.sg-hero{
    font-size: 40px;
  }
  h1 {
    font-size: 32px;
  }
  h3.section-heading {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  .header-right-info{
    flex-direction:column;
    padding:0;
  }
  .header-right-info li{
      width:100% !important;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      padding-top: 10px;
  }
  
  a.navbar-brand {
      margin: auto;
      display: block;
      text-align: center;
  }
  .banner-section{
      padding:15vh 0vh !important;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h3.section-heading {
    font-size: 26px;
  }
}
/*media queries css end*/