*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
}

/* ===============
  common heading 
  ================*/

.common-heading {
    padding: 0;
    position: relative;
    z-index: 10;
}

.common-heading>span {
    color: #FF4636;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.common-heading>h2{
    color: #222222;
    font-family: "Playfair Display", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 67px;
    margin: 0px 0px 50px 0px;
}

.common-heading>h2::after {
    content: "";
    width: 80px;
    height: 2px;
    margin-left: 10px;
    background-color: #333;
    display: inline-block; 
}

.mt-30{
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.menu-two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar{
  background-color: #282828;
  padding: 20px 0
}

.top-bar .social-icon{
  display: flex;
  align-items: center;
}

.top-bar .social-icon i{
  color: #fff;
  font-size: 17px;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50px;
  line-height: 35px;
  background: #282828;
  transition: 0.5s;
}

.top-bar .social-icon i:hover{
  background-color: #ff5041;
}

.top-bar .content{
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.top-bar .content:last-child{
  margin-right: 0;
}

.top-bar .content .icon i{
  color: #ff5041;
  font-size: 25px;
  margin-right: 15px;
}

.top-bar .content .details p{
  margin-bottom: 0;
  font-size: 14px;
  color: #A5A5A5;
}

.top-bar .content .details p.light{
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
}

.top-bar .content .details p.light:hover{
  color: #ff5041;
}

/*=================================
        Hero Area Section
====================================*/

.hero-section {
    background-image: url(../img/home/hero-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 85vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.hero-section .hero-title {
    color: #fff;
    margin: 90px 0px 55px 0px;
    font-size: 90px;
    font-weight: 700;
    line-height: 110px;
    font-family: 'Playfair Display', serif;
}

.hero-section .header-heading p {
    font-size: 20px;
    line-height: 30px;
    color: #383c64;
    margin-bottom: 35px;
}

.btn-wraper{
    text-align: left;
}

.btn-wraper .creative_button {
    padding: 16px 46px;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 999px;
    transition: all 0.3s;
}

.btn-wraper .creative_button span{
    color: #fff;
}

.btn-wraper .creative_button:hover{
    background-color: #fff;
}

.creative_button:hover span{
    color: #1f1f1f;
}

@media (min-width: 1200px){
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 1200px;
    }
}

/*====================
  feature section css
 =====================*/

.feature-sec {
  position: relative;
  width: 100%;
  background: #fff; 
  padding-bottom: 0;
}

.feature-sec .feature-box{
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border: 1px solid rgba(245, 244, 245, 0.8);
}
.feature-sec .feature-box .img-icon{
    display: inline-block;
    margin-bottom: 13px;
}

.feature-sec .feature-box .icon-main i{
    font-size: 45px;
    color: #fff;
}

.feature-sec .feature-box .content-box{
    position: relative;
}

.feature-sec .feature-box .content-box .title-box{
    margin: 0px 0px 22px 0px;
    color: #242F65;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -0.52px;
}

.feature-sec .feature-box .content-box p{
    color: #767B92;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
}

.feature-sec .feature-box .content-box p:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 1px;
    background-color: #000;
    opacity: 0.5;
}

.feature-sec .feature-box .content-box {
    position: relative;
    z-index: 2;
}

.feature-sec .feature-box .content-box .title-box {
    margin: 22px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    color: #222222;
    font-family: "Playfair Display", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.22px;
}

.feature-sec .feature-box .content-box p {
    margin: 0px 0px 35px 60px;
    color: #656565;
}

/*=========================
    service css start
==========================*/
.service-section .common-heading>h2 {
    margin: 0px 0px 70px 0px;
}

.service-section .main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 70px;
}

.service-section .service {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.service-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  background: #fff;
  border: 15px solid #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-logo i{
    font-size: 40px;
    color: #ff5041;
}

.service-section .service h4 {
  font-size: 20px;
  height: 35px;
  width: 80%;
  margin: 35px auto;
  background: #fff;
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #ff5041);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #ff5041, #fff);
  left: -5px;
  bottom: -5px;
}

.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-10px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo i {
  transition: transform 1s;
}

.main:hover .service-logo i {
  transform: rotate(360deg);
}

.service-section a {
    display: inline-block;
    margin: 5px 0 0;
    color: #050748;
    font-weight: 600;
    border: 1px solid #d4f0ff;
    padding: 8px 20px;
    font-size: 15px;
    transition: 0.3s linear;
}

.fa-icon {
    margin-left: 5px;
    font-size: 12px;
}

.service-section a:hover{
    color: #ff5041;
    border-color: #ff5041;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio-sec{
    position: relative;
}


.portfolio-sec .portfolio-wrap {
  height: auto;
  transition: 0.3s;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(0,0,0,0.57);
   
}

.portfolio-sec .portfolio-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 168 255);
  opacity: 0;
  z-index: 2;
  transition: all ease-in-out 0.5s;
}

.portfolio-sec .portfolio-wrap img {
  max-width: 100%;
  height: auto;
  transition: all ease-in-out 0.5s;
}

.portfolio-sec .portfolio-wrap .portfolio-info {
  position: absolute; 
  opacity: 0;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio-sec .portfolio-wrap .portfolio-info h4 a{
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.portfolio-sec .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio-sec .portfolio-wrap:hover::before {
  opacity: 0.9;
  background: rgb(0 168 255);
}

.portfolio-sec .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio-sec .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio-sec .mb-30{
    margin-bottom: 60px;
}

.portfolio-sec .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
    vertical-align: middle;
    height: 40px;
    margin-top: 20px;
    width: 40px;
    background: rgba(0,0,0,0.1);
}

/*=========================
    call to action css
==========================*/

.cta-sec {
    padding: 0;
    position: relative;
    overflow: visible !important
}

.cta-sec .container{
    background-image: url(../img/cta/cta-banner.jpeg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0px 88px 50px;
}

.cta-sec .cta-subtitle{
    color: #FFf;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.cta-sec .cta-title{
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 67px;
}

.cta-sec .flex-btn{
  display: flex;
  align-items: center;
  position: relative;
}

.cta-sec .btn{
    position: absolute;
    bottom: -120px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 26px;
    background-color: #FFFFFF;
    padding: 15px 30px;
    display: block;
    box-shadow: 0px 15px 50px 0px rgb(255 70 54 / 40%);
    transition: all .4s ease;
}

.cta-sec .btn:hover{
    color: #FFFFFF;
}

.mb-0 {
    margin-bottom: 0!important;
}

.cta-sec-2{
    padding: 120px 0;
    color: #fff;
    position: relative;
    background: #f5f5f5;
    background-image: url(../img/cta/cta-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-sec-2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
}

.cta-sec-2 .section-title{
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 95px;
    letter-spacing: -1px;
}
.cta-sec-2 .heading-description{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 800px;
    line-height: 24px;
    margin: 0 auto;
}
.cta-sec-2 .heading-description p
{
	color: #989797;
}

/*--------------------------------------------------------------
          # Team
--------------------------------------------------------------*/
.team-sec{
    background: #fff;
}

.team-sec .our-team{
    position: relative;
    text-align:center;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    padding: 0px 0px 28px 0px;
	margin-bottom: 50px;
    transition:all 0.3s ease 0s;
}

.team-sec .our-team .pic{
    position: relative;
    transition:all 0.3s ease 0s;
}

.team-sec .our-team .pic img{
    width: 100%;
    height: auto;
}

.team-sec .our-team .profile-body {
    padding: 30px 0px 0px 0px;
}

.team-sec .our-team .profile-body .profile-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #222222;
    margin-bottom: 8px;
    transition: all 0.4s linear;
}

.team-sec .our-team  .profile-body .profile-designation {
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    color: #787878;
    margin-bottom: 0px;
	padding: 20px;
}

.team-sec .our-team:hover .profile-title{
    color: #ff5041;
}

@media screen and (max-width: 990px){
  .team-sec .our-team{
      margin-bottom: 20px;
  }
  .blog-sec .blog-item {
    margin-bottom: 20px;
 }
}

/*--------------------------------------------------------------
# News & Blog
--------------------------------------------------------------*/

.blog-sec {
  position: relative;
  background: #f5f5f5;
  
}

.blog-sec .blog-item {
    transition: all 0.3s linear;
    background-color: #fff;
    border-radius: 10px;
    transition: all .4s ease;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    overflow: hidden; 
}

.post-body {
    padding: 40px 40px 40px 30px;
    position: relative;
}

.post-body .post-meta-list {
    text-align: left;
    margin: 0px 0px 24px 0px;
    color: rgba(255,255,255,.5);
}

.post-body .post-meta-list > span {
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #FF4636;
    display: inline-block;
}

.post-body .post-meta-list>span i {
    padding-right: 5px;
    
    transition: all .4s ease;
    transition: all .4s ease;
}

.post-meta-list .meta-date-text,
.post-meta-list .post-cat a{
    font-size: 14px;
    color: #ff5041;
    font-weight: 500;
    line-height: 24px;
}

.post-body .entry-title {
    text-align: left;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
}

.post-body .entry-title a{
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}

.blog-btn {
    position: relative;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    color: #FF4636;
    background-color: rgba(2, 1, 1, 0);
}

.blog-btn i{
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    border: 2px solid #FF4636;
    border-radius: 50px;
    transition: all .4s ease;
}

.blog-btn:hover i{
    color: #999999;
    border-color: #999;
}

.blog-sec .blog-item img {
    transition: all .4s ease;
    width: 100%;
}
.blog-sec .blog-item:hover img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

/*==============================================
              Start Testimonials
===============================================*/

#testimonials{
  position: relative;
  background: #fff;
 
}

#testimonials .testi-item{
  background: #fff;
  border-radius: 15px;
  padding: 35px 45px;
  margin: 0px 10px;
  border: 2px solid #f5f5f5;
}

.client-pic {
    width: 90px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 12px;
    display: inline-block;
}

.client-pic i {
  position: absolute;
  top: -15px;
  right: -25px;
  font-size: 25px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #ff5041;
}

.client-pic img {
    border-radius: 50%;
}

.client-description p {
    margin: auto;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #242F65;
    margin: 0px 0px 30px 0px;
}

.client-heading {
    padding: 0;
    margin-left: 20px;
    text-align: left;
}

.client-heading h6 {
    color: #242F65;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 1.333333em;
    letter-spacing: -0.48px;
    margin-bottom: 4px;
}

.client-heading span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #767B92;
}

.client-heading .icon {
    font-size: 55px;
    color: #ff5041;
    position: absolute;
    right: 80px;
    bottom: 80px;
}

.testi-item .testi-detail{
  display: flex;
  justify-content: left;
  align-items: center;
}

/*==============================================
                Start Footer
===============================================*/

.footer{
  position: relative;
  background: #1E1E1E;
}

.footer .footer-about h3,
.footer .footer-links h3{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  text-transform: capitalize;
}

.footer .footer-about p{
  margin: 0 0 20px;
  color: #C0C1C2;
  line-height: 30px;
}

.footer .footer-about li{
  display: inline-block;
  text-align: center;
}

.footer .footer-about li i{
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: relative;
    display: block;
    margin-right: 5px;
    background-color: #24262F;
    border-radius: 50%;
    transition: all 0.5s;
}

.footer .footer-about li i:hover{
    background: #ff5041;
}

.footer .footer-links li a{
    color: #C0C1C2;
    padding-left: 0;
    margin-bottom: 16px;
    font-size: 16px;
    display: block;
    transition: all 0.5s;
}

.footer .footer-links li a:hover{
   color: #ff5041;
}

.footer .footer-links .link-list li a{
  padding-left: 8px;
}

.footer .contact-info{
  display: flex;
  position: relative;
}

.footer .contact-info .icon{
  position: relative;
  margin-right: 15px;
}

.footer .contact-info .icon i{
  position: absolute;
  top: 8px;
  font-size: 28px;
  color: #ff5041;
}

.footer .contact-info .contact-detail{
  padding-left: 40px;
}

.footer .contact-info .contact-detail p{
  font-size: 16px;
  font-weight: 400;
  color: #C0C1C2;
  margin-bottom: 5px;
}

.footer .contact-info .contact-detail h4{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.footer-bottom{
  position: relative;
  background: #1e1e1e;
}

.footer-bottom .bottom-copyright{
  text-align: center !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer-bottom .bottom-copyright p{
  margin-bottom: 0;
  color: #C0C1C2;
}

/* ==================
    End of footer
=================*/

.section-heading{
  margin-bottom: 30px;
}

.section-heading > span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5041;
    margin-bottom: 10px;
}

.section-heading > span.section-title {
    padding-left: calc(45px + 15px);
}

.section-heading .ot-heading > span.section-title:before {
    width: 45px;
    background: #95A2AC;
}

.section-heading > span.section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 45px;
    height: 1px;
    background: #95A2AC;
}

.section-heading .main-heading {
    color: #0B2A41;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.corporate-co1
{
	margin-bottom:100px;
}

/*---===================
  portfolio section css
 ---=================*/

.portfolio-sec .portfolio-wrap .portfolio-info h4 {
    margin-bottom: 0;
    text-transform: capitalize;
	color:#fff;
}

.portfolio-sec .portfolio-wrap:hover::before {
  opacity: 0.8;
  background: #000;
}

.portfolio-sec .portfolio-wrap .portfolio-links a {
    font-size: 25px;
    height: 45px;
    margin-top: 8px;
    width: 45px;
    line-height: 44px;
    border: 2px solid #fff;
    border-radius: 50px;
    background: transparent;
}

.card{
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
}

.card img{
    width: 100%;
    transition: 0.3s;
}

@media screen and (max-width: 991px){
    .card-columns{
        column-count: 2;
    }
}

@media screen and (max-width: 520px){
    .card-columns{
        column-count: 1;
    }
}

@media (min-width: 576px){
.card-columns {
    column-gap: 0;
   }
}


/*==============================================
              Start Testimonials
 ===============================================*/
 #testimonials {
    background: #f5f5f5;
}

.client-description p {
    text-align: left;
    font-size: 18px;
    color: #222;
    margin: 0px 0px 15px 0px;
}

.client-heading .icon {
    right: 70px;
    top: 54px;
}

/*=========================
    cta-sec-1 css
==========================*/

.cta-sec {
    padding: 0 0 60px 0;
    position: relative;
}

.cta-sec .cta-pd{
    padding: 80px 0;
}

.cta-sec .btn{
    bottom: -105px;
    font-size: 15px;
    padding: 14px 18px;
}

/*---==============
    .cta-sec-2
   ==============---*/

.cta-sec-2 .heading-description p{
    color: #adadad;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.cta-sec-2 .btn-wraper .get-btn{
    padding: 0;
    font-family: poppins,Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: -.14px;
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #fff;
}

/*---==============
    .blog-sec
 ================---*/

.blog-sec {
    background: #f5f5f5;
}

/* service sec */

    .service-section{
        padding-bottom: 50px;
    }

/*Responsive css*/

@media screen and (max-width: 1024px){
    .feature-sec .feature-box .content-box p{
        margin: 0px 0px 35px 45px;
    }
    .feature-sec .feature-box .content-box p:before{
        top: 37%;
        width: 35px;
    }
    .service-section .service h4 {
        font-size: 17px;
        height: 30px;
        width: 80%;
        margin: 25px auto;
    }
}

@media screen and (max-width: 768px){
    .service-section{
        padding: 40px 0;
    }
    .portfolio-sec {
        padding: 50px 0;
    }
    .cta-sec-2 {
        padding: 60px 0;
    }
    .feature-sec .feature-box .content-box p:before{
        top: 42%;
        width: 35px;
    }
    .cta-sec .btn {
        right: 40px;
        bottom: -80px;
    }
    .cta-sec .cta-pd {
        padding: 60px 0;
    }
    .common-heading h2 {
        margin-bottom: 15px;
    }
    .portfolio-sec .mb-30 {
        margin-bottom: 20px;
    }
    .service-section .common-heading>h2 {
        margin: 0px 0px 45px 0px;
    }
    .common-heading>h2::after {
        width: 50px;
    }
}

@media screen and (max-width: 425px){
    .hero-section .hero-title {
        font-size: 54px;
        line-height: 74px;
    }
    .hero-section {
        height: 60vh;
        padding-top: 30px;
    }
    .btn-wraper .creative_button {
        padding: 15px 35px;
        font-size: 13px;
        line-height: 7px;
    }
    .service-section .main {
        margin-bottom: 40px;
    }
    .client-heading .icon {
        left: 82px;
        top: -15px;
    }
}
.card-container{
      line-height: 0 !important;
}

.card-columns .card {
    margin-bottom: 0;
}