@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');


@charset "utf-8";
/*---------------- Top header css start here-------------------*/
*{
    font-family: 'Nunito Sans', sans-serif;
}
p{
  font-size: 14px;
  color: #555;
  text-align: justify;
}.about-left__experience-wrap p
a:hover{
  text-decoration: none !important;
}
.contact-information
{
  height:375px;
}  
.header{ 
    width: 100%;
    background-color: rgba(25,25,32,0.8);
    /*padding: 14px 0;*/
    position: relative;
    z-index: 999;
}

nav#myHeader {
    z-index: 999;
    padding:0px;
}

.mmare{transform: translate(0,0px)!important;}
#myModals {
    opacity: .1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.whatsapp {
    position: fixed;
    bottom: 9%;
    border-radius: 50%;
    padding: 10px 14px;
    color: #fff;
    right: 11px;
    background: green;
    font-size: 40px !important;
    z-index: 99999;
}
.social ul{ 
  list-style:none; 
  margin:0px; 
  padding:0px;
}
.social ul li{ 
  display:inline-block; 
  margin-left:15px;
}
.social ul li a{   
  color:#fff;  
  font-size:15px;
}
.header ul{
    width: 100%;
 list-style: none;
 /*margin-bottom: 0px;*/
 margin: 5px 0px;
}
.contact li a {
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.contact li a:hover{
    text-decoration: none;
}
/*---------------- Dropdown css start -------------------*/
.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: 200px;*/
    padding: 0px;
    width: 270px;
    height: 350px;
    overflow: scroll;
}
.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-------------------*/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #000;
}
nav {
  transition: 0.3s all;
    z-index: 99999;
    padding-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    /*background-color: rgba(25,25,32,0.5);*/
    /*background-color:#000;*/
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: 0;
}
.navbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: block;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-item {
    padding: 0 10px;
}
li.dropdown {
    padding: 0 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:#fbba42;
}

.navbar-nav .dropdown-menu li a
{
    color:#000 !important;
    font-size:13px;
}
/*---------------- Navbar css end here-------------------*/
/*---------------- Slider css start here-------------------*/
.container-fluid.main-slider{
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -150px;
  /*margin-top: -345px;*/
}
.carousel-caption{
  top: 35%;
  right: 10%;
  left: 10%;
}
.carousel-item{
	/*height: 650px;*/
	height: 450px;
}
.carousel-item img{
  height: 550px;
  object-fit: cover;
}
.main-slider p{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
/*---------------- Slider css end here-------------------*/
/*---------------- Blogs css start here-------------------*/
.blog-section{
	
}
.blog-section figure img {
    height: 250px;
    object-fit: cover;
}
.blog-section .card figure{
	margin-bottom: 0px;
}
.blog-section .card h4 a {
    font-size: 1.2rem;
    color: #333;
}
.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: 5px;
    margin-bottom: 0px;
}
.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: #787575 !important;
    font-size: 16px;
}
.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:#ff0000 !important;
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    /*border-radius: 50%;*/
    position: absolute;
    /*left: -50px;*/
    top: 70%;
    right: 12px;
}
button.owl-next {
    width: 40px;
    height: 40px;
    background-color:#ff0000 !important;
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    /*border-radius: 50%;*/
    position: absolute;
    right: -30px;
    top: 70%;
}

/*---------------- Portfolio css end here-------------------*/
/*---------------- Testimonial css start here-------------------*/
.testimonial-bg{
 background-image: url(
  https://themenick.in/project/pathfinder/cms/resources/media/pathfinder-img/1658470199_law4_0.jpg);
  background-repeat: no-repeat;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  margin: 180px 0;
  background-size: cover;
}
/*.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;
    margin-top: -145px;
    height: 220px;
}
.page-content-banner-1{
	background-repeat: no-repeat;
    background-size: cover;
    margin-top: -145px;
    height: 160px;
}
.page-content-banner h1{
    margin-top: 100px;
}
.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{
  position: relative;
    background-color: #131830;
    /*padding-top: 100px;*/
    /*padding-bottom: 60px;*/
    padding-top: 30px;
    padding-bottom: 35px;
}
.footer-section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(https://themenick.in/project/miraj/resources/media/1646373971_overlay-4_0.png);
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
}
.footer-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
.link-list ul li{
    margin-bottom: 10px;
}
.footer-logo figure img {
    /*width: 100%;*/
    height: auto;
    
}
.footer-section ul li a{
	color: #a6adcb;
}
.footer-section ul li a:hover{
  text-decoration: none;
}
.footer-section ul li{
	margin-right: 10px;
	line-height: 2em;
}
.footer-second{
    margin-left: 60px;
}
.section-bottom-bar{
	background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.foo-social ul {
    display: inline-flex;
}
.foo-social ul li{
	width: 35px;
    height: 35px;
    display: block;
    background: #3e70af;
    line-height: 35px;
    text-align: center;
}
/*.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(3){
	  background-color: #3fbde9;
}
.foo-social ul li:nth-child(4){
	background-color: #b8529e;
}
.foo-social ul li:nth-child(5){
	background-color: #e20017;
}

/*---------------- 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-------------------*/

.carousel:after {
    position: absolute;
    content: "";
    /*height: 650px;*/
    height: 450px;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
}
.carousel-indicators{
    display: none !important;
}
.carousel-caption h1{
    font-family: 'Adamina', serif;
    font-size: 32px;
    line-height: 47px;
    /*margin-top: 150px;*/
}
.carousel-caption .btn{
    margin-top: 22px;
    border-radius: 8px !important;
    position: relative;
    z-index: 1;
    background-color: #c10e0e;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 170px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    display:none;
}
.carousel-caption .btn:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 8px;
    z-index: -1;
}
.carousel-caption .btn:hover
{
    color:#c10e0e;
}
.carousel-caption .btn:hover:after{
    width: 100%;
    background-color: #ffffff;
    
}

.logo-section img{
    /*width: 80%;*/
    width:100px;
    height:100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-65 {
    padding-bottom: 65px;
}
.mb-30 {
    margin-bottom: 30px;
}
.about-left__main-thumb {
    position: relative;
    z-index: 1;
}
.about-left__experience-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
}
.about-left__content {
    background: #FFFFFF;
    height: 105px;
    padding: 18px 0px 15px 20px;
    margin-top: -55px;
    border-left: 5px solid #F31717;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: 25px;
}
.about-left__experience-wrap h3 {
    font-size: 60px;
    display: inline-block;
}
.about-left__experience-wrap p {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    margin-top:31px;
}
.about-left__experience-wrap p span {
    vertical-align: bottom;
    display: inline-block;
    color: #F31717;
    position: absolute;
    left: -17px;
    font-size: 20px;
    bottom: 0;
}
.about-left__small-img {
    margin-top: -140px;
    width: 224px;
    margin-right: 10px;
}
.pt-60 {
    padding-top: 60px;
}
.mb-25 {
    margin-bottom: 25px;
}
.section-title-wrap__subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #F31717;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}
.section-title-wrap__title {
    margin-bottom: 20px;
    color: #000000;
    font-size: 52px;
    font-family: 'PT Serif', serif;
}
.mb-45 {
    margin-bottom: 45px;
}
.about-right__desc{
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}
.about-right__desc.desc-heilight {
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}
.about-right__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.finxer-btn.finxer-btn-black {
    background: #000000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #FFFFFF;
}
.finxer-btn {
    padding: 5px 8px 5px 38px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.finxer-btn i {
    height: 50px;
    width: 50px;
    background: #ffffff38;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-left: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
}
.finxer-btn.finxer-btn-black:hover {
    background-color: #F31717;
    color: #FFFFFF;
    text-decoration: none;
}
.finxer-btn.finxer-btn-black:hover i {
    background-color: #000000;
    color: #FFFFFF;
}
.no-padding {
    padding: 0 !important;
}
.ts-features [class*=col] {
    padding: 0;
}
.feature-box1, .feature-box2, .feature-box3 {
    position: relative;
    background-size: cover;
    background-position: center;
}
.ts-feature .ts-feature-info {
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 50px;
}
.ts-feature-info i {
    font-size: 60px;
}
.ts-feature-title {
    font-size: 28px;
    margin: 30px 0 20px;
    color: #fff;
    font-weight: bold;
}
.feature-box1:after {
    background: rgb(207 33 33 / 85%) !important;
}
.feature-box2:after {
    background: rgb(101 15 15 / 85%) !important;
}
.feature-box1:after, .feature-box2:after, .feature-box3:after {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
}
.ts-feature p{
    color: #fff;
}
/*.card-img-top{*/
/*    position: relative;*/
/*}*/
.card .caption{
    /*position: absolute;*/
    padding: 20px 17px;
}
.caption h5{
    font-size: 20px;
    color: #b90c0a;
}
.caption p{
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 500;
    margin: 25px 0;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}
/*.overlay-box {*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    color: #ffffff;*/
/*    -webkit-transition: all 700ms ease;*/
/*    -ms-transition: all 700ms ease;*/
/*    -o-transition: all 700ms ease;*/
/*    transition: all 700ms ease;*/
/*    background-color: rgba(0,0,0,0.65);*/
/*}*/
.overlay-box a{
    background: #f11313;
    border-radius: 50%;
    padding: 4px 15px;
    border-color: #f11313;
    font-size: 20px;
}
.overlay-box a i
{
    font-size:14px;
}

/*.service-sec{*/
/*    padding: 0 !important;*/
/*}*/
.service-sec .card{
    margin-bottom: 25px;
    border: none !important;
    box-shadow: 1px 1px 35px 0px #ddd;
}
.choose-area {
    position: relative;
    margin: 80px 0 160px;
}
.pb-220 {
    padding-bottom: 10px;
}
.choose-area::before {
    position: absolute;
    content: "";
    width: 56%;
    height: 100%;
    background-color: #0F1327;
}
.choose-area__bgimg {
    position: relative;
}
.choose-area__bgimg img {
    position: absolute;
    right: 0;
    width: 44%;
    /*margin-top: 70px;*/
    margin-bottom: -65px;
}
.choose-area__bgimg img {
    width: 44%;
    object-fit: cover;
    height: 620.6px;
}
.choose-area__shape-red {
    left: -3%;
    height: 28%;
}
.choose-area__shape-red {
    position: absolute;
    left: -3%;
    bottom: 0;
}
.choose-area__shape-white {
    width: 30%;
}

.choose-area__shape-white {
    position: absolute;
    left: -9%;
    bottom: 0;
}
.pt-120 {
    padding-top: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}
.section-title-wrap__subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #F31717;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}
.mb-30 {
    margin-bottom: 30px;
}

.white-color {
    color: #FFFFFF !important;
}
.section-title-wrap p{
    color: #fff;
    font-size: 16px;
    text-align: justify;
}
.choose-wrap__content h3{
    font-family: "PT Serif", serif;
}
.choose-wrap__content p{
    color: #fff;
    font-size: 16px;
}
.section-title-wrap__title {
    margin-bottom: 20px;
    color: #000000;
    font-size: 33px;
}
.choose-wrap .choose-border {
    border-bottom: 1px solid #4E5267;
}

.mb-35 {
    margin-bottom: 35px;
}
.pb-15 {
    padding-bottom: 15px;
}
.mr-25 {
    margin-right: 25px;
}
.choose-wrap__icon-box i {
    width: 67px;
    height: 65px;
    line-height: 67px;
    background-color: #2E3243;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   /* cursor: pointer;*/}
.client-logo{
    box-shadow: 0px 9px 10px -10px #ddd;
    width: 85% !Important;
    position: absolute;
    left: 8%;
    background: #fff;
    padding: 20px 0 !important;
    bottom: 80px;
}
.testimonial-bg:after {
     background-color: rgb(215 17 17 / 85%);
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.list-div p {
    margin: 40px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    background-color: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: relative;
    font-size: 16px;
    /*font-style: italic;*/
}
.list-div p:before {
    content: "\e937";
    font-family: 'iconfont';
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #ff0000;
    line-height: 50px;
    color: #fff;
    background: #ff0000;
    border-radius: 3px;
    left: 45px;
        position: absolute;
        transform: rotate(180deg);
        top: -20px;
        text-align: center;
        font-style: normal;
}
.list-div p:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 55px;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5);
    display: block;
    width: 0;
}
.qutoe-form-inner-left {
    padding-right: 40px;
}
.quote_form {
    background: #1f1f1f;
    color: #fff;
    padding: 80px 50px 100px;
    margin-top: -100px;
    margin-bottom: -80px;
}
.quote_form .column-title {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 800;
}
.quote_form .title-white {
    color: #fff !important;
}
.column-title {
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 20px;
}
.quote_form .column-title span {
    font-size: 20px;
    margin: 0;
    font-weight: 100;
}
.column-title span {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 400;
}
.quote_form .form-group {
    margin-bottom: 30px;
}
.quote_form .form-control {
    border: 0;
    border-bottom: 1px solid #6d6d6d;
    padding-left: 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px;
    height: 50px;
    background: none;
    color: #626c84;
    font-size: 14px;
    border-radius: 0;
    font-weight: normal;
}
.quote_form .form-group .button{
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    line-height: 1.33;
    border-radius: 30px;
    border: 0;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    background-color: #cd0c0c !important;
}
.list-div-body {
    margin-top: 40px;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.list-div-body img {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}
.testimonial-name {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        font-size: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    display: block;
    color: #fff;
}
.testimonial .owl-nav{
    position: absolute;
    right: 40px;
    bottom: 95px;
}
.blog-box{
    padding: 15px;
    margin-bottom: 50px;
}
.blog-box img{
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
}
.blog-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    
}
.post-auth li:first-child {
    border-right: 2px solid #d34;
    padding-right: 10px;
}
.blog-title a{
    color: #000;
    font-family: "PT Serif", serif;
}
.blog-title a:hover{
    color: #000;
}
.blog-link{
    color: #dd1111;
    font-weight: 700;
}
.blog-link:hover{
    color: #dd1111;
}
.blog-link i{
    background: #dd1111;
    color: #fff;
    padding: 3px 7px;
    margin-left: 5px;
    font-size: 13px;
    border-radius: 50%;
}
.footer-title {
    position: relative;
    color: #ffffff;
    padding-top: 0;
}
.footer-title {
    font-family: 'poppins', serif;
    font-size: 25px;
    color: #ffffff;
    line-height: 35px;
    font-weight: 700;
    /*padding-top: 25px;*/
}
.footer-title:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #e70e0e;
    bottom: 0;
    left: 0;
}
.footer-title:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #e70e0e;
    bottom: -5px;
    left: 10px;
}
.contact-us-content {
    margin-top: 30px;
}
.contact-text {
    display: flex;
    align-items: center;
}
.mb-20 {
    margin-bottom: 32px;
}
.contact-icon {
    position: absolute;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #e70e0e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-text p {
    color: #a6adcb;
    margin-bottom: 0;
    margin-left: 60px;
}
.latest-post-box {
    margin-top: 30px;
}
.latest-post-content {
    display: flex;
    align-items: center;
}
.latest-post-img {
    position: absolute;
    display: block;
    overflow: hidden;
}
.latest-post-text {
    margin-left: 100px;
}
.latest-post-text p {
    position: relative;
    color: #a6adcb;
    margin-bottom: 0;
}
.latest-post-text span {
    font-family: 'Roboto', sans-serif;
    color: #e70e0e;
    font-size: 15px;
}
.contact-icon i{
    color: #fff;
    font-size: 20px;
}
.section-default p{
    font-size: 16px;
}
.navbar-expand-lg .navbar-collapse{
    flex-basis: 10px;
}


@media (min-width: 576px){
.modal-dialog {
    max-width: 650px !important;
    margin: 1.75rem auto;
}


}

@media (max-width: 576px){
.finxer-btn {
    padding: 5px 5px 5px 10px; 
}

.page-content-banner h1 {
    
    margin-top: 0px;
}
}

.widt{
    width:100%;
    justify-content: center;
    display: none;
}

img.card-img-top.img-fluid.w-100 {
    width: 278px;
    height: 148px;
    object-fit: cover;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
.sticky .navbar-toggler-icon {
    filter: invert(0) !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 768px){
.second-row {
    display: flex;
    flex-direction: column-reverse;
}
}

a.heading-title{
    background: none;
    
    padding: 0px !important;
    color: #000;
    font-size: 18px;
}

a.heading-title:hover {
    color: #fbba42 !important;
    text-decoration: none;
}

a.btn.btn-danger.w-60.mx-auto.mb-2 {
    display: none;
}






