@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-size: 14px  !important;
	line-height: 20px;
	color: #1c1c1a  !important;
    font-weight: normal;
    font-weight:500;
}

@font-face {
    font-family: 'cerebri_sans_proregular';
    src: url('../fonts/cerebrisanspro-regular-webfont.woff') format('woff'),
         url('../fonts/cerebrisanspro-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri_sans_pro_boldbold';
    src: url('../fonts/cerebrisanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/cerebrisanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root{
    --body-font:'cerebri_sans_proregular';
    --bold-body-font:'cerebri_sans_pro_boldbold';
    --poppins-font:"Poppins", sans-serif;
    --dark-blue:#2A3457;
    --heading-blue-color:#2B3762;
    --light-violet:#A7B4E5;

}

/*html{scroll-behavior: smooth;}*/

*{
    margin: 0; padding: 0;
}
ul { padding: 0; margin: 0; list-style-type: none; }
a{
	text-decoration: none !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
    color: #000;
}
a:hover{
	color: #00616d;
}
a:focus, button:focus, input:focus, textarea:focus{
	outline: 0;
}

h2, .h2, h3, .h3, h4, .h4, h5{
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    font-weight: 600;
}
img{
    width: 100%;
    height: 100%;
}

.ptb{
	padding:90px 0;
}
.pt{padding-top:80px;}
.pb{padding-bottom:30px;}
.heading-space{
    padding-bottom: 120px;
}


.mt{
	margin-top:80px;
}
.scsticky{
	position: sticky;
	top:0;
	height: 100vh;
}
.parallax{
	position: relative;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transition{
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
p{
    font-size: 13px;
    font-family: var(--body-font);
    line-height: 20px;
    
}
h4{
    font-size: 40px;
    font-family: var(--bold-body-font);
    color:var(--heading-blue-color);
    text-transform: capitalize;
}
h5{
    font-size: 19px;
    font-family: var(--bold-body-font);
    color:#262626;
    text-transform: capitalize;
}
.btn{
    position: relative;
    background: transparent;
    padding: 9px 35px;
    border: 1px solid var(--heading-blue-color);
    font-size: 13px;
    font-family: var(--body-font);
    text-transform: capitalize;
    color: var(--heading-blue-color);
    border-radius: 0;
    z-index: 5;
    transition: 0.3s all ease-in-out;
}
.btn:hover{
    background-color: var(--heading-blue-color);
    color: #fff !important;
}
.btn:focus{
    box-shadow: none;
}
.btn-white{
    position: relative;
    background: transparent;
    padding: 12px 35px;
    border: 1px solid #fff;
    font-size: 13px;
    font-family: var(--body-font);
    text-transform: capitalize;
    color: #fff;
    border-radius: 0;
    z-index: 5;
    transition: 0.3s all ease-in-out;
}
.btn-white:hover{
    background-color: #fff;
    color: var(--heading-blue-color);
}
.btn-white:focus{
    box-shadow: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.form-control{
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    height: calc(1.5em + 1rem + 2px) !important;
}
input:focus, textarea:focus{
    box-shadow: none !important;
}
section, footer{
    overflow: hidden !important;
}
/* scroll to top */
.to-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    background-color: var(--heading-blue-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.to-top i{
    color: #fff !important;
    font-size: 30px;
}
.fixed_scroll_top{
    visibility: visible;
    opacity: 1;
}

* {
    scrollbar-width: auto;
    scrollbar-color: var(--light-violet) #f2f2f2;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 13px;
}

*::-webkit-scrollbar-track {
    background: #f2f2f2;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--light-violet);
    border-radius: 8px;
    border: 3px solid #ffffff;
}


/* Fix Header */

/* LOADER START */
.loader-wrap {
    position: fixed;
    z-index: 9999;
    background-color: #2b3762f5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 300ms ease-in-out;
}
.loader-off.loader-wrap  {
    opacity: 0;
    visibility: hidden;
  }
/* .loader {
    width: 50px;
    aspect-ratio: 1;
    background:
      radial-gradient(farthest-side,#000 90%,#0000) 50%/8px 8px no-repeat,
      conic-gradient(from -90deg at 15px 15px,#0000 90deg,#fff 0) 0 0/25px 25px;
    animation: l7 1s infinite;
  }
  @keyframes l7 {
    0%   {background-position:50%,0 0}
    50%  {background-position:50%,25px 0}
    100% {background-position:50%,25px 25px}
  } */

/* HTML: <div class="loader"></div> */
.loader {
    --c1:#673b14;
    --c2:#f8b13b;
    width: 40px;
    height: 80px;
    border-top: 4px solid var(--c1);
    border-bottom: 4px solid var(--c1);
    background: linear-gradient(90deg, var(--c1) 2px, var(--c2) 0 5px,var(--c1) 0) 50%/7px 8px no-repeat;
    display: grid;
    overflow: hidden;
    animation: l5-0 2s infinite linear;
  }
  .loader::before,
  .loader::after {
    content: "";
    grid-area: 1/1;
    width: 75%;
    height: calc(50% - 4px);
    margin: 0 auto;
    border: 2px solid var(--c1);
    border-top: 0;
    box-sizing: content-box;
    border-radius: 0 0 40% 40%;
    -webkit-mask: 
      linear-gradient(#000 0 0) bottom/4px 2px no-repeat,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: destination-out;
            mask-composite: exclude;
    background: 
      linear-gradient(var(--d,0deg),var(--c2) 50%,#0000 0) bottom /100% 205%,
      linear-gradient(var(--c2) 0 0) center/0 100%;
    background-repeat: no-repeat;
    animation: inherit;
    animation-name: l5-1;
  }
  .loader::after {
    transform-origin: 50% calc(100% + 2px);
    transform: scaleY(-1);
    --s:3px;
    --d:180deg;
  }
  @keyframes l5-0 {
    80%  {transform: rotate(0)}
    100% {transform: rotate(0.5turn)}
  }
  @keyframes l5-1 {
    10%,70%  {background-size:100% 205%,var(--s,0) 100%}
    70%,100% {background-position: top,center}
  }


/* LOADER END */

.fixed_top {
    position: fixed !important;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2b3762e0;
}


/* animation */
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);

    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/* Header start */
.bd_header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.site-logo{
    width: 100%;
    height: 30px;
}
.logo-sec{
    position: relative;
    z-index: 1;
}
.haeder-menu{
    position: relative;
}
.hamburger{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
.hamburger span{
    transition: 0.3s ease-in-out;
}
.hamburger span i{
    color: #fff;
    font-size: 35px;
}

.menu-sidebar {
    width: 300px;
    height: 638px;
    background-color: var(--dark-blue);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    transition: 0.3s ease-in-out;
    display: none;
    visibility: hidden;
    opacity: 0;
}
.menu-sidebar.innersidebar {
    height: 437px;
    transition: 0.3s all ease-in-out;
}
.menu-sidebar span i {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.menu-sidebar.menuactive{
   top: 65px;
   display: block;
   visibility: visible;
   opacity: 1;
   transition: 0.3s all ease-in-out;
}
.menu-sidebar .nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.crosstwo{
    display: none;
    cursor: pointer;
}
/* .nav{
    top: 15%;
    position: absolute;
    transform: translateY(-15%);
} */
.navbar-brand{
    display: block !important;
}
.navbar .collapse .navbar-nav li{
    position: relative;
    transition: var(--transistion);
    display: block;
    padding: 20px 35px;
    border-bottom: 2px solid #f1e8e8c7;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.navbar .collapse .navbar-nav li:nth-child(1){
    border-top: 2px solid #f1e8e8c7;
}
/* .navbar .collapse .navbar-nav li:hover{
    background-color:#f1e8e8c7 ;
} */
/* .navbar .collapse .navbar-nav li:hover:nth-child(1){
    background-color:var(--light-violet) ;
}
.navbar .collapse .navbar-nav li:hover:nth-child(2){
    background-color:#14C5DC ;
}
.navbar .collapse .navbar-nav li:hover:nth-child(3){
    background-color:#60a1f7 ;
}
.navbar .collapse .navbar-nav li:hover:nth-child(4){
    background-color:#8c9cfa ;
} */
.navbar .collapse .navbar-nav li:hover:nth-child(1) {
    background-color: #bac8fb;
}
.navbar .collapse .navbar-nav li:hover:nth-child(2) {
    background-color: #6083f7;
}
.navbar .collapse .navbar-nav li:hover:nth-child(3) {
    background-color: #74abf3;
}
.navbar .collapse .navbar-nav li:hover:nth-child(4) {
    background-color: #8898f7;
}
.navbar .collapse .navbar-nav li:hover a{
   color: var(--heading-blue-color);
}
.navbar .collapse .navbar-nav li a{
   font-family: var(--body-font);
   color: #fff;
   text-transform: capitalize;
   font-size: 16px;
   font-family: var(--body-font);
   font-weight:500;
}

.navbar{
    padding-top: 15px !important;
}


/* Header end */

/* Banner start */
.banner{
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
.banner::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #000, #00000042);
    opacity: 0.5;
}
.banner-content{
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.banner-content h4{
    color: #fff !important;
}
.banner-content p{
    width: 50%;
    margin: 0 auto;
    padding-top: 10px;
}

/* Banner end */

/* About us start */
.aboutsec{
    position: relative;
    width: 100%;
    background-size: cover !important;
    z-index: 100;
}
.aboutsec::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.9;
}
.about-row{
    position: relative;
    z-index: 1;
}
.aboutimg {
    padding-left: 40px;
}
.aboutcontent p{
    padding: 8px 15px 15px 0;
    color: #444444;
}

/* About us end */

/* commercial sec start */

.commercial{
    position: relative;
    width: 100%;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commercial::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--heading-blue-color);
    opacity: 0.7;
    top: 0;
    left: 0;
}
.commercial .container{
    position: relative;
}
.commercial-item{
    color: #fff;
    text-align: center;
}
.commercial-item h4{
    color: #fff;
    font-family: var(--body-font);
}
.commercial-item p{
    width: 45%;
    margin: auto;
    padding: 15px 0 40px 0;
}
.owl-theme .owl-nav{
    display: none !important;
}
#commercial_slider .owl-dots .owl-dot.active span {
    background: #fff !important;
}
#commercial_slider .owl-dots .owl-dot span{
    background: transparent !important;
    border: 1px solid #fff !important;
    width: 11px !important;
    height: 11px !important;
    margin: 5px !important;
}
#commercial_slider .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

/* commercial sec end */

/* portfolio start */

.portfolio-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .portfolio-grid .portfolio-sec{
    grid-column: span 2;
    box-shadow: 0px 10px 23px #00000029;
  }
  .portfolio-grid .portfolio-sec:nth-child(1){
    grid-row: span 3;
    grid-column: span 3;
  }
  .port-content{
    padding: 20px;
    position: relative;
  }
  .portfolio-sec:not(:first-child) .port-para{
    display: none;
  }
  .portfolio-sec:not(:first-child) .read-more-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
  }
  .portfolio-sec:not(:first-child) .read-more-btn i{
    font-size: 20px;
  }
  .portfolio-sec:not(:first-child) .port-content h5{
    margin-bottom: 0;
    font-size: 17px;
  }
  .portfolio-sec .port-img{
    height: 80%;
  }
  .portfolio-sec:not(:first-child) .port-img{
    height: 250px;
  }

  .read-more-btn{
    color: #01346E;
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .read-more-btn i{
    font-size: 25px;
  }

/* portfolio end */

/* testimonial start */

.testimonial-heading{
    position: relative;
    z-index: 1;
}
.testimonialsec{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialsec::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color:#E2E8FF;
    opacity: 0.6;
    top: 0;
    left: 0;
}
.testimonial-content{
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
    width: 70%;
    margin: auto;
}
.reviewimg {
    width: 230px !important;
    margin: auto;
}
.testimonial-heading {
    margin-bottom: 0;
}
.testimonial-content h6{
    font-size: 12px;
    font-weight: 700;
    padding-top: 10px;
}
.testimonial-content h5{
    font-size: 13px;
}
.testimonial-content p{
    color: #141b34;
    font-weight: 600;
}
#testimonial-slider .owl-dots .owl-dot.active span {
    background-color: var(--heading-blue-color) !important;
}
#testimonial-slider .owl-dots .owl-dot span {
    border: 1px solid var(--heading-blue-color) !important;
    width: 11px !important;
    height: 11px !important;
    margin: 5px !important;
    background: transparent !important;
}

/* testimonial end */

/* footer start */

.bd_footer{
    background-size: cover !important;
    position: relative;
    width: 100%;
}
.bd_footer::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color:#515F6E;
    opacity: 0.8;
    top: 0;
    left: 0;
}
.footer-logo, .footer-content{
    position: relative;
    z-index: 1;
}
.footer-logo .site-logo{
    width: 265px;
    height: 35px;
    margin-bottom: 40px;
}
.submit{
    /* margin-top: 50px; */
    width: 115px;
}
.submit p{
    margin-bottom: 0;
}
.submit p input{
    border-radius: 0 !important;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}
.submit p input:hover{
    background-color: #fff !important;
    color: var(--heading-blue-color) !important;
}
.contact-form h5{
    color: #fff;
    padding-bottom: 5px;
}

input::placeholder, textarea::placeholder{
    color: #fff !important;
    font-size: 13px !important;
}
textarea.form-control {
    font-size: 12px;
    min-height: 70px !important;
}
.form-group {
    margin-bottom: 0px;
}
.social-icon{
    display: flex;
    flex-direction: column;
}
.social-icon ul{
    margin: auto;
}
.social-icon ul li{
    width: 40px;
    height: 40px;
   margin-bottom: 50px;
}
.social-icon ul li a {
    font-size: 48px;
    line-height: 52px;
    color: #c6c6c6;
}
.footer-left{
    color: #fff !important;
}
.footer-content{
    padding-bottom: 60px;
}
.footer-left h5{
    font-size: 25px;
    font-family: var(--body-font);
    color: #fff !important;
    font-weight: 400;
    padding-bottom: 20px;
}
.footer-left p{
    font-size: 15px;
    margin-bottom: 12px;

}

.footer-note p{
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
   position: relative;
   z-index: 1;
}
.footer-note p a{
    color: #14C5DC;
}
.footer-note {
    border-top: 1px solid #fff;
}
.bd_footer{
    padding: 90px 0 0;
}

/* custom filetype logo design start */

.wpcf7 input[type="file"] {
    display: none;
 }
 .file-btn p{
     border: 1px solid #fff !important;
     border-radius: 3px;
     /* height: calc(1.5em + 1rem + 2px) !important; */
 }
 .file-btn label{
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #fff;
     padding-left: 12px;
     padding-top: 11px;
 }
 .file-btn label::before{
     position: absolute;
     content: "";
     background:url('../images/upload.png') no-repeat center ;
     width: 15px;
     height: 25px;
     filter: brightness(0) invert(1);
     top: 25%;
     right: 15px;  
 }
 .wpcf7-response-output{
     color: #fff !important;
 }

/* custom filetype logo design end */

/* footer end */


.inner_banner {
    position: relative;
    height: 500px;
    background: #000;
}

.inner_banner .baner_img_page {
    object-fit: cover;
    opacity: 0.5;
}
.inner_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1;
}

.banner_area_text_box {
    position: relative;
    text-align: center;
}

.banner_area_text_box .page-title {
    font-size: clamp(24px, 4vw, 40px);
    line-height: clamp(30px, 4vw, 48px);
    text-transform: capitalize;
    color: #fff;
    text-shadow: 2px 3px 3px #00000094;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 8px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;
}

.breadcrumb ul {
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.breadcrumb ul li:nth-child(1) {
    margin-left: 0;
}

.breadcrumb ul li.item-current {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb ul li a,
.breadcrumb ul li strong {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.breadcrumb ul li strong,
.breadcrumb ul li i {
    color: #ffffff;
}

.breadcrumb ul li a:hover {
    color: #ff460a;
}

.servimg {
    height: 300px;
}

.servimg img {
    object-fit: cover;
}

.serviceinfo {
    background: #e5e5e5;
    padding: 20px;
}

.serviceinfo h2 {
    font-size: 20px;
    line-height: 26px;
}
/* Inner Content */



.inner_con {
    color: #13204b;
    font-size: 16px;
    line-height: 20px;
}

.inner_con .alignright {
    float: right;
    margin: 20px 0 20px 20px;
    filter: drop-shadow(5px 5px 5px #222);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    -moz-filter: drop-shadow(5px 5px 5px #222);
    -ms-filter: drop-shadow(5px 5px 5px #222);
}

.inner_con .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
    filter: drop-shadow(-5px 5px 5px #222);
    -webkit-filter: drop-shadow(-5px 5px 5px #222);
    -moz-filter: drop-shadow(-5px 5px 5px #222);
    -ms-filter: drop-shadow(-5px 5px 5px #222);
}

.inner_con p {
    font-size: 14px;
    line-height: 28px;
}

.inner_con h2 strong {
    color: #00b4d8;
}
.inner_con ul {
    padding-left: 0;
    list-style-type: none;
}

.inner_con ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.inner_con ul li:after {
    position: absolute;
    content: "\f00c";
    color: #3392cc;
    font: normal normal normal 14px FontAwesome;
    top: 2px;
    left: 0;
}
.inner_con h6 {
    font-size: 16px;
    line-height: 20px;
}
.gimg {
    display: block;
    position: relative;
    height: 260px;
    background: #000;
}

.gimg img {
    object-fit: cover;
    transition: 0.5s;
}

.gimg .zoomk {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
}
.gimg:hover img{
	opacity: 0.6;
}
.gimg:hover .zoomk{
	opacity: 1;
}

.post-navigation .screen-reader-text {
    display: none;
}

.post-navigation .nav-links {
    display: flex;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 30px;
}

.post-navigation .nav-links .nav-previous br,
.post-navigation .nav-links .nav-next br {
    display: none;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    flex: 1;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    display: inline-block;
    padding: 10px 20px;
}

.post-navigation .nav-links .nav-next {
    text-align: right;
}

.post-navigation .nav-links .meta-nav {
    display: block;
    color: #7db847;
    font-size: 14px;
}

.post-navigation .nav-links .post-title {
    color: #252525;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.post-navigation .nav-links .post-title:after {
    position: absolute;
    top: 3px;
    color: #252525;
    font-size: 14px;
    font: normal normal normal 14px FontAwesome;
}

.post-navigation .nav-links .nav-next .post-title:after {
    content: "\f061";
    right: -15px;
}

.post-navigation .nav-links .nav-previous .post-title:after {
    content: "\f060";
    left: -15px;
}