@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nixie+One&display=swap');
@import url("https://fonts.googleapis.com/css?family=Cabin:400,600,500,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {

font-family: 'Montserrat', sans-serif;
/*font-family: 'Poppins', sans-serif;*/
/* font-family: 'Cabin',sans-serif; */
font-size: 13px;
font-weight: 500;
color: #6d6e6f;
padding: 0;
margin: 0;
background: #fcfcfc;
overflow-x: hidden;
}
 .container {
     width: 95%;
}

 a:focus {
     outline:none;
}
 a:hover {
     text-decoration:none;
}
/*body*/
/*font*/
 h1 {
     ont-size:42px;
     margin-top:0;
     font-weight:600;
}
 h2 {
     font-size:26px;
     margin-top:0;
     font-weight:600;
}
 h3 {
     font-size:28px;
     margin-top:0;
     font-weight:600;
}
 h4 {
     font-size:18px;
     margin-top:15px;
     font-weight:600;
}
 h5 {
     font-size:20px;
     margin-top:0;
     font-weight:600;
}
 p {
     line-height:1.6;
}
/*font*/
/*header*/
 .navigation ul li a:hover, #home .navigation ul li.nav-home a, #about .navigation ul li.nav-about a, #services .navigation ul li.nav-services a, #gallery .navigation ul li.nav-gallery a, #contact .navigation ul li.nav-contact a{
     color:#f2a803 !important;
}
 .header {
     padding:10px 0;
     color:#fff;
     background:#102259;
}
 .header .head-part {
     float:left;
     margin-right:40px;
}
 .header .head-part .fa{
     color:#f2a803;
     margin-right:10px;
}
 .header p {
     margin:5px 5px 5px 0;
     float:left;
     font-weight:600;
}
 .social-icon {
     float:right;
}
 .social-icon a .fa{
     font-size:15px;
     color:#fff;
     height:32px;
     width:32px;
     border-radius:50%;
     padding:8px 10px;
     background:#f2a803;
     margin-left:5px;
}
 .navbar-brand {
     /*display:none;*/
     font-size:16px;
     font-weight:600;
}
 .navbar-brand .fa {
     margin-right:10px;
     color:#ff3757;
     font-size:18px;
}
 .logo {
     float:left;
     margin:20px 0;
}
 .navbar-default {
     background-color:#fff;
     border:none;
     margin-bottom:0;
}
 .navbar-default .navbar-nav>li>a {
     text-transform:uppercase;
     font-size:15px;
     font-weight:600;
     color:#0e161e;
     padding:10px 0 0 50px;
     margin:45px 0;
}
 .custom-navbar{
    box-shadow: 10px 10px 10px #eee;
     z-index:;
    background-color: #fff;
}
 .nav-link{
    color: #02669b!important;
}
 .custom-toggler.navbar-toggler {
    border-color: #026b9f;
    background-color: #026b9f;
    color: #fff;
}
li.nav-item {
    margin-left: 30px;
}

 .custom-toggler .navbar-toggler-icon{
    width: 18px!important;
}
 .custom-toggler:hover{
    border-color: #026b9f;
     background-color: #026b9f;
     color: #fff;
}
#logo_custom{
    height: 50px;
    width: 70%;
}
.d-block {
    height: 500px;
}
/*===================================== badge ===========================*/
.section-header .badge {
    padding: 2px 20px;
    border-radius: 6.25rem;
    line-height: 1.9375rem;
    margin-bottom: 0.5rem;
    animation-name: bounce_two;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    position: relative;
    color: white;
    background-color: #056da3;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
.section-header .badge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.6875rem;
    height: 0.6875rem;
    background-color: #056da3;
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    z-index: -1;
}
/*============================= about =========================== */
.about-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.about-details p {
    text-align: justify;
    font-size: 16px;
}
/*============================== end about =================================*/
/*================================= product =============================*/
#product-bg {
    background: #ddd;
    padding-bottom: 30px;
}
.card-product {
     border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  /*padding: 14px 80px 18px 36px;*/
  cursor: pointer;
  padding: 10px;
  height: 315px;

}
.card-product:hover {
      transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card-product img {
    height: 220px;
    width: 100%;
    /*object-fit: cover;*/
}
.card-product h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}


@media(max-width: 990px){
  .card{
    margin: 20px;
  }
} 
/*================================ end product ==============================

/*================================ service ============================*/
.card-service {
     border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  /*padding: 14px 80px 18px 36px;*/
  cursor: pointer;
  padding: 10px;

}
.card-service:hover {
      transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card-service img {
    height: 220px;
    width: 100%;
    /*object-fit: cover;*/
}
.card-service h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}
/*============================ end service =============================*/

/*=========================== speciality ================================*/
#speciality-bg {
    background: #ddd;
    margin-top: 30px;
    padding-bottom: 30px;
}
.panel-default>.panel-heading{
   background: none;
   border-radius: 0;
   position: relative;
   padding: 0px 20px;
}

.panel-group .panel{
   border-radius: 0;
   margin-bottom: 10px;
   border: 1px solid #4f6d7c;
}

.panel-body{
   padding: 0px 20px 10px 20px;
}


h4.panel-title{
   font-size: 16px;
   background: none;
   border: 0;
   padding: 8px 0 8px 0;
   line-height: normal;
   border-radius: 0;
}

h4.panel-title a{
   color: #056da3;
}

h4.panel-title span{
   float: right;
}

h4.panel-title a.collapsed{
   color: #333;
}

h4.panel-title a:before{
    background: #056da3;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
}

h4.panel-title a.collapsed:before{
   background: #303030;
   color: #fff;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before{
   font-family: "FontAwesome";
   position: absolute;
   z-index: 0;
   font-size: 14px;
   right: 15px;
   padding: 0 5px;
   text-align: center;
   top: 50%;
   -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

h4.panel-title a:before {
   content: "\f106";
}

h4.panel-title a.collapsed:before {
   content: "\f107";
}

.panel-classic .panel-heading{
   padding-left: 15px;
}

.panel-classic h4.panel-title a:before,
.panel-classic h4.panel-title a.collapsed:before{
   position: relative;
   content: '';
   font-size: 0;
}
img.our-work-img {
    height: 300px;
    width: 100%;
}
/*============================ end speciality ========================*/

/*============================ blog =======================*/
.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    height: 375px;
}

.card-blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-blog-img img {
    width: 100%;
    height: 220px;
    display: block;
}

.card-blog-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-blog-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    text-align: justify;
    font-family: 'Raleway', sans-serif;

}
.btn-card{
    background-color: #056da3;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    /*text-transform: uppercase;*/
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: #dc5e50;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
.details-card {
    background: #ddd;
    padding: 4px 0 40px 0;
}
/*============================== end blog =========================================*/

/*============================ footer ======================================*/
.top-footer {
    background: #102259;
    padding: 50px 0;
    padding-bottom: 0px;
}
.ftio {
    float: left;
    background: #07153d;
    height: 88px;
    width: 70px;
    padding: 20px 0;
    text-align: center;
}
.ft-ct {
    padding-left: 90px;
    height: 88px;
    color: #fff;
    background: #0c2673;
}
.ft-ct p {
    font-weight: 100;
    padding-top: 24px;
    margin-bottom: 0;
}
.ft-ct h5 {
    font-size: 14px;
    font-weight: 600;
}
.top-footer h6 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 25px 0;
    font-weight: 600;
    color: #fff;
}
.ft-c p {
    line-height: 2;
    color: #9d9d9d;
    margin-top: 15px;
    text-align: justify;
}
.ft-c ul {
    float: left;
    list-style: none;
    padding: 0;
    margin-right: 50px;
}
.ft-c ul li {
    line-height: 2;
}
.ft-c a {
    text-decoration: none;
    color: #9d9d9d;
}
.social-icn .fa {
    background: #f2a803;
    color: #fff;
    padding: 16px 17px;
    margin-right: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
a.text-green {
    color: #f2a803;
}
a.text-green:hover {
    color: #00b8ff;
}
.footer-logo img {
    height: 70px;
    width: 100%;
}

/*============================== end footer ================================*/



/*========= gallery =========================*/

.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

    /*=================== end gallery =====================*/

.single_img img {
    width: 100%;
}
.single{
    padding: 20px 10px 0px 10px;
}

.single_title{
    font-family: 'Poppins', sans-serif;
}
.single_content {
    margin-top: 20px;
     margin-bottom: 20px;

    
}

.single p{
  
    font-size: 16px;
    text-align: justify;
   }

.single_sidenav{
    padding: 20px 10px 0px 10px;
}
 .very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}

.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
.small-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #000!important;
}

.lightbox img {
    height: 250px;
    width: 100%;
}
 /*===================== contact us ==========================*/
 .maps iframe {
    height: 280px;
    width: 100%;
}

/*===end contact =====*/
.hidden-md img {
    width: 100%;
    height: auto;
}