@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

@charset "utf-8";
/*---------------- Top header css start here-------------------*/
*{
    font-family: 'Montserrat', sans-serif;
}
p{
  font-size: 16px;
  color: #000;
}
a:hover{
  text-decoration: none !important;
}
.header{ 
     background-color:#fff;
     color:gray;
     height:100px;
     line-height:40px;
     margin-bottom:125px;
}
.social{
    padding:20px;
}
.social ul{ 
  display: flex;
  justify-content: flex-end;  
  list-style:none; 
  margin:0px; 
  padding:0px;
}
.carousel-control-next-icon
{
    display:none;
}
.carousel-control-prev-icon
{
    display:none;
}
.social ul li{ 
  display:inline-block; 
  margin-left:30px;
}
.social ul li a{   
  color:gray;  
  font-size:15px;
}
.header ul{
    width: 100%;
 list-style: none;
}
.contact li a {
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.contact li a:hover{
    text-decoration: none;
}

.header .info
{
    /* padding:20px; */
    /* text-align: center; */
}

.logo-section img
{
    height:175px;
}

.header .info button
{
    outline: none;
    border: 1px solid rgb(87, 84, 84);
    background: white;
}

.header .info button:hover
{
    background-color: #55bce7;
    color:white;
    border:none;
}

/*---------------- Dropdown css start -------------------*/

.header-nav .navbar-nav
{
    display:flex;
    justify-content:center;
}

.sticky-header .logo-header
{
    display:none;
}

.dropdown
{
    padding:10px;
}

.dropdown-menu
{
    top:70% !important;
    left:-30px;
    /* text-align: center !important; */
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 10px 15px;
}
.dropdown-submenu:hover .dropdown-menu {
    top: 39px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 270px;
    padding: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
  border-bottom: solid 1px #ddd;
  padding: 7px 10px;
}
.mobile-logo{
  display: none;
}

/*---------------- Dropdown css End-------------------*/

/*----------------Top header css end here-------------------*/

/*---------------- Navbar css start here-------------------*/

.navbar-expand-lg
{
    border-top: 1px solid #e0dede;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
nav {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: 0;
}
.navbar-nav li a {
    color: #333;
    font-size: 10px;
    font-weight: 700;
    margin-right: 29px;
    text-transform: uppercase;
}

.navbar-nav li a:hover{
    text-decoration: none;
    position:relative;
    color:#55bce7;
}

.navbar-nav li a:active:before
{
    content:"";
    position:absolute;
    top:-32px;
    height:1px;
    left:-8px;
    z-index:1;
    background: #55bce7;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-item {
    padding: 0 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.navbar-nav li a.active {
    color:#55bce7;
}
/*---------------- Navbar css end here-------------------*/
/*---------------- Slider css start here-------------------*/
.container-fluid.main-slider{
  padding-left: 0px;
  padding-right: 0px;
}
.carousel-caption{
  top: 20%;
}
.carousel-caption h1,.carousel-caption p{
  font-size: 50px;
}
/*.carousel-item{*/
/*	height: 440px;*/
/*}*/
/*.carousel-item img{*/
/*  height: 440px;*/
/*  object-fit: cover;*/
/*}*/
.main-slider p{
  color: #fff;
}

.main-slider .carousel-indicators
{
    display: none;
}
/*---------------- Slider css end here-------------------*/
/*---------------- call Us Section css starts here-------------------*/

.call-us
{
    background:#414971;
    /* margin-left:-15px;
    margin-right:-15px; */
}

.call-us .info-block p
{
    color:#55bce7;
    text-transform: uppercase;
    font-weight: 600;
}

.call-us .info-block h3
{
    color:#fff;
}

/*---------------- call Us Section css ends here-------------------*/
/*---------------- welcome section css starts here-------------------*/

.welcome-sec .heading-about
{
    margin-top:40px;
}

.welcome-sec .container .row 
{
    align-items:center;
}

.welcome-sec .heading-about h4
{
    color:#1f232b;
    font-size: 40px !important;
    font-weight: 300;
}

.welcome-sec .heading-about h3
{
    color:#1f232b;
    font-size: 61px;
    font-weight: 700;
    margin:-10px 0 0;
}

.welcome-sec .heading-about p
{
    font-size: 15px !important;
    font-weight: 400;
    margin:45px 0 31px;
    color:#555;
}

.icon-list ul li
{
    list-style: none;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
}

.icon-list ul li i
{
    font-size:28px;
    width:40px;
    color: rgba(31,35,43,.1);
    padding-bottom: 15px;
    padding-top: 14px;
}

.icon-list ul li .title
{
    font-size: 20px !important;
    font-weight: 400;
}

.icon-list ul li .title span
{
    color: #55bce7;
    font-size: 30px;
    font-weight: 600;
}


/*---------------- welcome section css ends here-------------------*/
/*---------------- Teaser box css start here-------------------*/

.icon-boxed
{
    background: url("https://www.varunsachdeva.in/cms/resources/media/1627455027_teaser-box_0.jpg");
}

.icon-boxed .container
{
    padding-top: 110px;
    padding-bottom: 110px;
}

.icon-boxed .hero-bg
{
    padding: 30px 60px 30px;
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}

.icon-boxed .hero-bg .icon-styled
{
    border-radius: 50%;
    box-sizing: content-box;
    font-size: 28px;
    height: 70px;
    margin-top: -59px;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    background: -webkit-linear-gradient(top, #55bce7 0%, #736fb3 100%);
}

.icon-boxed .hero-bg .icon-styled i
{
    padding-top:20px;
    color:#fff;
}

.icon-boxed .hero-bg h3
{
    font-size: 20px;
    color: black;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding-bottom: 15px;
    padding-top: 21px;
    text-transform: none;
}

.icon-boxed .hero-bg h3 a
{
    color:black;
    text-decoration: none;
}

.icon-boxed .hero-bg h3 a:hover
{
    color:#55bce7;
}

/*---------------- Teaser Box css ends here-------------------*/
/*---------------- Main Contact Form css starts here-------------------*/

.main_contact_form
{
    background: url("https://www.varunsachdeva.in/cms/resources/media/1627371524_banner1_0.jpg");
}

.main_contact_form .container
{
    padding-top:110px;
    padding-bottom: 110px;
}

.main_contact_form .contact-header
{
    padding-bottom: 73px;
    padding-top: 3px;
    color:#fff;
}

.main_contact_form .contact-header h5
{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
}

.main_contact_form .contact-header h4
{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 0;
}

.main_contact_form .ds-form
{
    padding-left:30px;
    padding-right:30px;
}

.main_contact_form .ds-form .contact-form .has-placeholder
{
    margin-bottom:20px;
}

.main_contact_form .ds-form .contact-form .has-placeholder label
{
    display: none;
}

.main_contact_form .ds-form .contact-form .has-placeholder .form-control
{
    background-color: rgba(15,15,15,.5);
    border: none;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    letter-spacing: -.02em;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    width: 100%;
}

.main_contact_form .custom-file-label
{
    background-color: rgba(15,15,15,.5);
    color: white;
    position: absolute;
    top:85%;
    width:95%;
    left:3%;
    border: 1px solid rgba(15,15,15,0.5);
}

.main_contact_form .custom-file-label::after
{
    border: 1px solid #fff;
    border-radius: 0;
    color: #1f232b;
    content: "Choose file" !important;
    font-size: 12px;
    font-weight: 400;
    height: 36px;
    padding: 8px 30px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
}

.main_contact_form .contact-form .form-group button
{
    padding: 10px 47px 11px;
    background: transparent;
    color:white;
    border:1px solid #fff;
    font-size: 15px;
    font-weight: 700;
    outline: none;
}

.main_contact_form .contact-form .form-group button:hover
{
    background: white;
    color:black;
}

.main_contact_form .contact-form .form-group .textarea
{
    height: 315px;
    width: 100%;
    background: rgba(15,15,15,0.5);
    outline: none;
    border: none;
    color: white;
    font-weight: 700;
}





/*---------------- Main Contact Form css ends here-------------------*/
/*---------------- Half Section css ends here-------------------*/

.half-section
{
    overflow: hidden;
}

.half-section .half-image
{
    background-image:url("https://www.varunsachdeva.in/cms/resources/media/1627477401_half_image_0.jpg");
}

.collapse-section .image_cover {
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.half-section .collapse-table
{
    padding: 115px 232px 160px 117px;
    background-image: url("https://www.varunsachdeva.in/cms/resources/media/1627385888_footer-bg_0.jpg");
}

.half-section .collapse-table .collapse-header
{
    margin-bottom:60px;
    margin-top:7px;
}

.half-section .collapse-table .collapse-header h5
{
    margin-bottom:25px;
    color:white;
    font-weight: 300;
}

.half-section .collapse-table .collapse-header h4
{
    font-size: 40px;
    line-height: 0;
    color:white;
    font-weight: 500;
    text-transform: uppercase;
}

.card-head a.collapsed
{
    background-color: #736fb3;
    color: #fff;
}

.card-head
{
    padding:0 !important;
    border: none !important;
}

.card-body {
    border: 1px solid #373737;
    border-top: none;
    border-width: 1px;
    color: #7f7f7f;
    padding: 32px 35px 20px;
}

.card-head a {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.6em;
    padding: 18px 50px 15px 32px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}    

.card-head a:hover
{
    color:#fff;
}

.card-head a.collapsed:hover {
    background-color: #55bce7;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

/*---------------- half section css ends here-------------------*/
/*---------------- Blogs css start here-------------------*/
.blog-section{
	padding-top:80px;
    padding-bottom:80px;
}
.blog-section figure img {
    height: 200px;
    object-fit: cover;
}
.blog-section .card figure{
	margin-bottom: 0px;
}
.blog-section .card h4 a {
    font-size: 20px;
    font-weight: 700;
    color: #1f232b;
}
.blog-section .card h4 a:hover{
	text-decoration: none;
}
.post-auth{
	list-style: none;
	display: inline-flex;
	padding-left: 0;
	border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.post-auth li{
	margin-right:15px;
}
.post-auth .fa {
    margin-right: 7px;
}
.blog-section.inner-page .title {
    display: none;
}
.post-image img {
    float: left;
    width: 500px;
    height: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.content-box .post-auth{
	margin-bottom: 0px;
}

.comment-form{
  width: 100%;
}
.success{
	display: none;
}
.form-control {
    border-radius: 0 !important;
    padding: 1.4rem .75rem !important;
}
.post-auth li a {
    color: #333;
}
.int-banner-title h1 {
    margin-bottom: 0;
}
/*---------------- Blogs css end here-------------------*/
/*---------------- Team css start here-------------------*/
.team figure img {
    height: 220px;
    object-fit: cover;
}
.team-section h4 {
    font-size: 18px;
}
.team-section ul {
    list-style: none;
    padding-left: 0;
    display: inline-flex;
}
.team-icons ul li{
   background: #3e70af;
   margin: 0 5px;
}
.team-icons ul li:nth-child(2){
    background-color: #05acce;
}
.team-icons ul li:nth-child(3) {
    background-color: #e34c3c;
}
.team-icons ul li a {
    width: 35px;
    height: 35px;
    display: block;   
    color: #fff;
    line-height: 35px;
}
.team-section.inner-page .section-title {
    display: none;
}
.team-section h4 a {
    color: #333;
}
.team-detail figure{
  margin-bottom: 0px;
}
.team-detail ul{
     list-style: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 25px;
}
/*---------------- Team css end here-------------------*/
/*---------------- Gallery css start here-------------------*/
.gallery_section{

}
.gallery-section figure{
  margin-bottom: 0px;
}
.gallery-title{
	font-size: 1.2rem;
}
.card.gallery-item {
    margin-bottom: 20px;
}
.bg-image-section p {
    color: #fff;
}
/*---------------- Gallery css end here-------------------*/
/*---------------- Portfolio css start here-------------------*/
.page-section{
  width: 100%;
}
.portfolio-detail figure img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.portfolio-detail figure {
    margin: 0;
}
.stunning-text p{
  margin-bottom: 0px;
}
.card-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.card-item:hover .card_info{
    top: 0;
    border-radius: 5px !important;
}
.card_img img{
    border-radius: 5px;
    width: 100%;
}
.card_info {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -100%;
    color: #fff;
    height: 100%;
    width: 100%;
    transition: .3s;    
}
.card_info:before{
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .7;
    content: "";
    border-radius: 5px;
}
.card_sec {
    position: absolute;
    left: 0;
    right: 0;
}
.card_title h3 {
    font-size: 17px;
    margin-top: 0px;
    color: #FFFFFF;
    background: #FFAB00;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 80px;
}
.card_title h3 a{
  color: #fff;
}
.card_title h3 a:hover{
  text-decoration: none;
}
.card_title li.read_more { 
    color: #FFAB00;
    list-style: none;
}
.card_title li.read_more a{
  color: #fff;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
button.owl-prev {
    width: 40px;
    height: 40px;
    background-color:#55bce7 !important;
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 35%;
}
button.owl-next {
    width: 40px;
    height: 40px;
    background-color:#55bce7 !important;
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: 35%;
}

/*---------------- Portfolio css end here-------------------*/
/*---------------- Testimonial css start here-------------------*/
.testimonial-bg{
 background-image: url(
  https://www.varunsachdeva.in/cms/resources/media/newbanner/1614081638_bg-pattern-dot_0.png);
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom:80px;
}
.list-div img{
	width: 100px !important;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
/*---------------- Testimonial css end here-------------------*/

/*---------------- Other css start here-------------------*/
.heading-section {
    text-align: center;
}
.accordate .nav-tabs{
  border-bottom:none;
}
.faq{
  width: 100%;
}
.panel-title a {
    color: #333;
}
.accordion .card-title {
    color: #333;
}
.accordion .card-header {
    margin-bottom: 15px;
    padding: 15px 20px;
}
.accordion .card{
	border: none;
}
.page-content-banner{
	background-repeat: no-repeat;
    background-size: cover;
}
.bg-image-section{
  position: relative;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.bg-image-section::before{
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: 0.5;
}
.bg-image-content{
  padding: 90px 30px;
  color: #fff;
  z-index: 9;
}
.accordate .card{
	width: 100%;
}
.fade:not(.show) {
    opacity: 1 !important;
}
ul.nav.nav-tabs.tabss li a{
    margin-right: 10px;
    margin-bottom: 2px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
ul.nav.nav-tabs.tabss li a.active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

/*---------------- Other css end here-------------------*/
/*---------------- Logo carousel css start here-------------------*/
#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
	background-color: #fff;
  display: block;
  float: left;
  position: relative;
  width: 200px;
  line-height: 100px;
  text-align: center; margin:0 5px 0 5px; border:solid 1px #ccc;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
/*---------------- Logo carousel css end here-------------------*/
/*---------------- Footer css start here-------------------*/
.footer-section{
   background: url("https://www.varunsachdeva.in/cms/resources/media/1627385888_footer-bg_0.jpg");
   color: #fff;
   padding: 50px 0px;
}

.footer-title
{
    margin-bottom:30px;
}
.footer-section ul {
    list-style: none;
    padding-left: 0;
}
.footer-logo figure img {
    width: 190px;
    height: auto;
}
.footer-section ul li a{
	color: gray;
}
.footer-section ul li a:hover{
  text-decoration: none;
}
.footer-section ul li{
	margin-right: 10px;
	line-height: 2em;
}
.section-bottom-bar{
	background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.foo-social ul {
    display: inline-flex;
}
.foo-social ul li{
	width: 40px;
    height: 40px;
    display: block;
    background: #3e70af;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.foo-social ul li a{
	color:white;
}

.foo-social ul li:hover{
	background:transparent;
    color:white;
    border:1px solid #fff;
}
/* .footer-section ul li a:before {
    content: "\f0da";
    font: normal normal normal 18px/1 FontAwesome;
    margin-right: 10px;
} */
.foo-social ul li a:before {
    content: none;
}
.foo-social ul li:nth-child(2){
	    background-color: #05acce;
}
.foo-social ul li:nth-child(2):hover{
    background:transparent;
    color:white;
    border:1px solid #fff;
}
.foo-social ul li:nth-child(3){
	  background-color: #3fbde9;
}
.foo-social ul li:nth-child(3):hover{
    background:transparent;
    color:white;
    border:1px solid #fff;
}
.foo-social ul li:nth-child(4){
	background-color: #b8529e;
}
.foo-social ul li:nth-child(4):hover{
	background:transparent;
    color:white;
    border:1px solid #fff;
}
.foo-social ul li:nth-child(5){
	background-color: #e20017;
}
.foo-social ul li:nth-child(5):hover{
	background:transparent;
    color:white;
    border:1px solid #fff;
}

.newsletter
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:40px;
}

.newsletter input
{
    background: rgba(15,15,15,.5);
    color: white;
    font-weight: 700;
    outline: none;
    border: none;
    font-size: 12px;
    height: 45px;
    width: 40%;
    max-width: 320px;
}

.newsletter .btn
{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: white;
    margin-top: 15px;
}

.newsletter .btn:hover
{
    background: #746fb1;
    border: 1px solid #746fb1;
    color:white;
}

/* Explore section  */

.explore
{
    margin: -10px;
    padding: 0 10px 0 50px;
    margin-left:50px;
}

.explore .menu1
{
    padding-left: 10px;
    text-align: left;
}

.explore li
{
    border-bottom: 1px solid rgba(255,255,255,.2);
    float: left;
    list-style: none;
    padding: 12px 20px 12px 0;
    text-align: right;
    width: 40%;
    margin-right:0 !important;
}

.explore li a 
{
    color: gray;
    font-size: 16px;
    font-weight: 400;
}

.explore li a:hover 
{
    color: #fff;
}

/* Explore section  */

/*---------------- Footer css end here-------------------*/

/*---------------- Contact css start here-------------------*/
.contact-information ul {
	position: relative;
}
.contact-information ul {
    list-style: none;
    padding-left: 30px;
}
.contact-information ul li span {
    position: absolute;
    left: 0;
}
.contact-information ul li {
    margin-bottom: 30px;
}
.contact-information ul li:last-child {
    margin-bottom: 0;
}

/*---------------- Contact css end here-------------------*/

/*---------------- Portfolio filter css start here-------------------*/

.filtering {
    margin-bottom: 40px;
}
.filtering span {
    border-bottom: 2px solid transparent;
    color: #282b2d;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.filtering span:last-child {
    margin: 0;
}
.filtering .active {
    border-color: #ccde02;
    color: #ccde02;
}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.portfolio-wrapper .portfolio-image img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 0.5s ease;
    width: 100%;
}
.portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 0 35px;
}
.portfolio-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.portfolio-content > a {
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}
.portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(204, 222, 2, 0.85);
}
.portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .portfolio-content p {
        font-size: 15px;
    }
    .portfolio-content > a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .portfolio-content h4 {
        font-size: 17px;
    }
    .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .portfolio-content h4 {
        font-size: 16px;
    }
}
.grid .grid-item {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.grid .grid-item .portfolio-wrapper .portfolio-image img {
    transform: none;
    will-change: transform;
    transition: none;
    width: 100%;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.grid .grid-item .portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.grid .grid-item .portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.grid .grid-item .portfolio-content h4 {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 10px;
}
.grid .grid-item .portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.grid .grid-item .portfolio-content a {
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(204, 222, 2, 0.85);
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .grid .grid-item .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 15px;
    }
    .grid .grid-item .portfolio-content a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 17px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 16px;
    }
    .grid .grid-item .portfolio-overlay:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
/*---------------- Portfolio filter css end here-------------------*/

.blog-section.inner-page .card figure
{
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin: 0px 15px;
    margin-bottom: -135px;
}

.blog-section.inner-page .card figcaption
{
    padding: 25px 20px !important;
    padding-top: 160px !important;
    padding-bottom: 30px !important;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
    background-color: #fff;
}

.blog-section.inner-page .card figcaption .post-auth
{
    display:none;
}

.blog-section.inner-page .card figcaption h4
{
    font-size:20px;
    border-bottom: 1px solid #ddd;
    padding-bottom:15px;
}

.blog-section.inner-page .card
{
    border:none!important;
}

.blog-section.inner-page .row 
{
    row-gap:30px;
}

.blog-section.inner-page .row a.read_more_1_btn
{
    
    line-height: 28px;
    font-size:14px;
    color: #070f64;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    vertical-align: middle;
    margin-top:15px;
}

.blog-section.inner-page .row a.read_more_1_btn:hover
{
    color: #2937dd;
}

.blog-section.inner-page .row a.read_more_1_btn .img-box
{
    
    background-color: #f0f1f7;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 5px;
    transition: .5s;
    width:26px;
}

.blog-section.inner-page .row a.read_more_1_btn:hover .img-box
{
    
    background-color: #2937dd;
    transition: all 0.3s ease;
}

.blog-section.inner-page .row a.read_more_1_btn:hover .img-box img
{
    
    transition: all 0.3s ease;
    transform:rotate(45deg);
    filter:invert(1);
}