@charset "utf-8";
/*---------------- Top header css start here-------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #666666;
    font-size: 15px;
}
p{
  font-size: 14px;
  color: #555;
}
a:hover{
  text-decoration: none !important;
}
.header{ 
     background-color:#F3F8FF;
     padding: 15px 0px 0px;
}
.abt-sec h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #727272;
}
.abt-sec p {
    font-size: 16px;
}
.abt-crd {
    box-shadow: 0px 0px 12px 0px #e5e5e5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.abt-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.abt-crd h3 i {
    color: #ffffff;
    background: #727272;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}
.areas  {
   list-style-type: none; 
}
.justify_content p{
    text-align:justify;
}
.social ul{ 
  list-style:none; 
  margin:0px; 
  padding:0px;
}
.social ul li{ 
  display:inline-block; 
  margin-left:15px;
}
.social ul li a{   
  color:#666666;  
  font-size:15px;
}
.header ul{
    width: 100%;
 list-style: none;
}
.contact li a {
    color: #666666;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.contact li a:hover{
    text-decoration: none;
}
.form-control-category {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*---------------- 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;
}
.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;
}
nav {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: 0;
}
.navbar-nav li a {
    font-size: 15px;
    color: #666666;
    display: inline-block;
    padding: 0px 0px;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-item {
    padding: 15px 15px 15px 15px;
}
.navbar-nav .dropdown {
    padding: 15px 15px 15px 15px;
}
.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:#7bb601;
}
/*---------------- Navbar css end here-------------------*/
/*---------------- Slider css start here-------------------*/
.container-fluid.main-slider{
  padding-left: 0px;
  padding-right: 0px;
}
.carousel-caption{
  top: 20%;
}
.carousel-item{
	height: 450px;
}
.carousel-item img{
  height: 450px;
  object-fit: cover;
}
.slider1__content h2{
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 53px; 
}
.main-slider p{
  color: #fff;
}
/*---------------- 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: 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-------------------*/
/*----------------  About  css start here-------------------*/
.about1 {
    position: relative;
    padding-top: 100px;
}
.content_box_120_90 {
    padding-top: 120px;
    padding-bottom: 90px;
}
.working_process1--item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 39px 25px 30px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
}
.working_process1--imgbox {
    position: relative;
    margin-bottom: 70px;
}
.working_process1--item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #444444;
    margin-bottom: 17px;
}
.headingStyle1 h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #7bb601;
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
}
.headingStyle1 h5:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 50px;
    height: 2px;
    background-color: #7bb601;
}
.headingStyle1 h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 33px;
    color: #2c3957;
    position: relative;
}
.headingStyle1 h2:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #7bb601;
    bottom: -25px;
    left: 0px;
}
.about1__content {
    padding-right: 30px;
}
.about1__content p{
    text-align:justify;
}
p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #666666;
    font-size: 15px;
    line-height: 26px;
}
.about1__content--bottom {
    margin-top: 40px;
    margin-bottom: 48px;
}
.btn4 {
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 3px 3px 1px;
    font-size: 15px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: #7bb601;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border: 2px solid #7bb601;
    text-align: center;
}
.btn4 span:first-child {
    padding: 0px 38px;
}
.btn4 span:last-child {
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
}
.btn4 span:last-child img {
    width: 24px !important;
    display: inline-block !important;
}
.headingStyle1 {
    margin-bottom: 60px;
}
.btn4:hover, .btn4:focus {
    background: #110521;
    color: #fff;
    border: 2px solid #110521;
}
.about1__content--bottom h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}
.about1__thumb-area {
    position: relative;
}
.about1__thumb-area .about1__thumb2 {
    position: absolute;
    right: 0px;
    top: 0px;
    max-width: 370px;
}
.about1__thumb-area .about1__thumb3 {
    position: absolute;
    right: 0px;
    top: 163px;
    max-width: 380px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.content_box_pob_120 {
    padding-bottom: 120px;
}
.about1--bg1 {
    position: absolute;
    bottom: 188px;
    left: 51%;
    z-index: -1;
}
/*---------------- About  css end here-------------------*/
/*----------------  counter  css satrt here-------------------*/
  .content_box_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.introVideo1 {
    background: url(https://digiitsoft.com/project/neww/resources/media/newbanner/1675877201_bg-01_0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
}
.counterUp1 {
    margin-top: -171px;
    padding-bottom: 120px;
}
.counterUp1__bg {
    -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    width: 1520px;
    margin: 0px auto;
    border-radius: 171px;
    background-color: #fff;
}
.counterUp1__item {
    position: relative;
    padding: 116px 0px;
}
.counterUp1__thumb {
    position: absolute;
    width: 100px;
    top: 32px;
    right: 48px;
}
.counterUp1__content h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    font-family: "Open Sans", sans-serif;
    color: #2c3957;
    position: relative;
    margin-bottom: 48px;
}
.counterUp1__content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.counterUp1__content h3:before {
    position: absolute;
    content: '';
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    height: 2px;
    width: 80px;
    background-color: #7bb601;
    left: 50%;
    bottom: -26px;
}
@media only screen and (max-width: 1599px){
.counterUp1__bg {
    width: 98%;
}
}
/*---------------- counter  css end here-------------------*/
/*---------------- WHAT WE DO  css sart here-------------------*/
.service1 {
    position: relative;
}
.service1__bg1 {
    position: absolute;
    top: -40px;
    left: 138px;
    z-index: -1;
}
.content_box_pob_120_90 {
    padding-bottom: 90px;
}
.mb-60 {
    margin-bottom: 60px;
}
.headingStyle2 h5 {
    font-size: 18px;
    font-weight: 600;
    color: #7bb601;
    text-transform: capitalize;
    line-height: 28px;
    margin-bottom: 18px;
}
.headingStyle2 h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #2c3957;
    line-height: 54px;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
}
.headingStyle2 h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -26px;
    width: 100px;
    height: 2px;
    background-color: #7bb601;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service1__item {
    border: 2px dashed rgba(112, 112, 112, 0.2);
    padding: 60px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service1__content h3 {
    font-size: 22px;
    line-height: 52px;
    font-weight: bold;
}
.service1__content p {
    margin-bottom: 35px;
}
.btn5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c3957;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    position: relative;
}
.btn5:before {
    position: absolute;
    content: '';
    left: -12px;
    top: -4px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background-color: rgba(250, 81, 113, 0.2);
    z-index: -10;
}
.btn5 i {
    font-size: 16px;
}
.service1__thumb {
    position: relative;
    margin-bottom: 62px;
}
.service1__thumb .imgbox_bg1 {
    position: absolute;
    top: -35px;
    left: 50%;
    z-index: -10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service1__thumb .imgbox_thumb1 {
    max-width: 75px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Catamaran", sans-serif;
    color: #2c3957;
    font-weight: bold;
}
 
.service1__item:hover .service1__content h3 a {
    color: #7bb601;
}
 .service1__content h3 a{
   color: #2c3957!important;  
 }
.service1__item:hover {
  border-color: #7bb601;
}
.service1__item:hover .btn5 {
  color: #7bb601;
}
.whyChooseUs1__item {
    position: relative;
    padding-left: 110px;
    min-height: 88px;
}
.mt-35 {
    margin-top: 35px;
}
.whyChooseUs1__thumb {
    background-color: #E9D9FF;
    width: 80px;
    height: 88px;
    border: 5px solid #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 75px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    position: absolute;
    left: 0px;
    top: 0px;
}
.whyChooseUs1__item h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #2c3957;
    margin-bottom: 4px;
}
.whyChooseUs1__item {
    position: relative;
    padding-left: 110px;
    min-height: 88px;
}
.whyChooseUs1__imgBox {
    position: relative;
}
.whyChooseUs1__imgBox--thumb1 {
    width: 400px;
    padding-bottom: 200px;
}
.whyChooseUs1__imgBox--thumb1 img {
    width: 100%;
    height: auto;
}
.whyChooseUs1__imgBox--thumb2 {
    width: 355px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
}
.whyChooseUs1__imgBox--thumb2 img {
    width: 100%;
}
.whyChooseUs1__imgBox--thumb3 {
    position: absolute;
    top: 82px;
    right: 56px;
    z-index: -1;
}
.main_btn a {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 18px 45px;
    font-weight: 400;
    z-index: 20;
    text-transform: uppercase;
}
.main_btn:before {
    z-index: 15;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #f9385d;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
}
.main_btn:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    background: #7bb601;
    width: 100%;
    z-index: 10;
}
.main_btn {
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    display: inline-block;
}
/*---------------- WHAT WE DO  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:#7bb601 !important;*/
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50%;
    position: absolute;
    left: 00px;
   top: 15%;
}
button.owl-next {
    width: 40px;
    height: 40px;
    /*background-color:#7bb601 !important;*/
    line-height: 40px;
    z-index: 999999;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 15%;
}
.owl-carousel .owl-nav  span{
  font-size: 64px;  
}
.owl-carousel .owl-prev span{
  font-size: 64px;  
}
/*---------------- Portfolio css end here-------------------*/
/*---------------- Testimonial css start here-------------------*/

.testimonial-bg{
 background-image: url(
  https://digiitsoft.com/project/neww/resources/media/newbanner/1675880865_bg-02_0.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  padding-top: 40px;
}
.list-div img{
	width: 100px !important;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.mb-80 {
    margin-bottom: 80px;
}
.testimonial1__bg2 {
    position: absolute;
    right: 50px;
    bottom: 50px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.testimonial1__bg1 {
    position: absolute;
    left: 50px;
    top: 50px;
}
.testimonial-bg .headingStyle2 h2 {
    color: #fff!important;
}
.list-div-body p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-bottom:15px;
    margin-bottom: 15px;
}
.testimonial1__text--rating a.rating {
    color: #F7BD01;
}
.testimonial-name{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    
}
.testimonial1__text--rating a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0px 4px;
}
.testimonial-name:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background: #fff;
    left: 0px;
    top: 13px;
}
.borders p{
   font-size: 18px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 37px;
    margin-bottom: 23px;
}
.borders p:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    width: 470px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    
}
/*---------------- 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:#110521;
   color: #fff;
   padding: 50px 0px;
}
.footer-section ul {
    list-style: none;
    padding-left: 0;
}
.footer1__widget h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
.footer1__info li p i {
    color: #7bb601;
    font-size: 15px;
    display: inline-block;
    margin-right: 8px;
}
.footer1__info li p span {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
}
.foo-social {
    margin-top: 44px;
}

 
.foo-social a:not(:last-child) {
    margin-right: 15px;
}
.foo-social a {
    display: inline-block;
    background-color: #7bb601;
    border: 4px solid #fff;
    border-radius: 13px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
}
.footer-logo figure img {
    width: 190px;
    height: auto;
}
.footer-section ul li a{
	color: #fff;
}
.footer-section ul li a:hover{
  text-decoration: none;
}
.footer-section ul li{
	margin-right: 10px;
	line-height: 2em;
}
.section-bottom-bar{
   background: #110521;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.footer1__copyRight--text {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 31px 0px;
}
.footer1__copyRight--text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 26px;
}
.foo-social ul {
    display: inline-flex;
}
.foo-social ul li{
	width: 35px;
    height: 35px;
    display: block;
    margin-right: 30px;
    line-height: 35px;
    text-align: center;
   
}
.info li{
    
}
.footer1__widget ul li a {
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
.footer1__widget ul li a i {
    margin-right: 6px;
}
/*.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-------------------*/