body{
   font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    line-height: 27px;
    font-weight: 300;
    color: rgb(65, 72, 77);
    font-size: 14px;
    line-height: 1.6;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #212529;
	font-weight: 600;
	font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    line-height: 1.2;
}
.list
{
    font-size:18px !important;
}
.list-head
{
    font-weight:700;
    font-size:18px !important;
}
.card
{
    height:250px !important;
    margin:15px 0;
    box-shadow:0 0 5px 5px #f2f2f2;
}
p{
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 300;
    line-height: 1.4em;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
/*------------- Navbar css start here ---------------*/
.top_header{
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.contact_top {
    text-align: end;
    padding-top: 8px;
}
.m_dispa{
    display:block;
}
.logo_image img{
    padding:18px;
}
.contact_top ul{
  list-style: none; 
  margin-bottom: 0rem;
}
.contact_top ul li {
  display: inline;
    position: relative;
    margin-right: 10px;
    line-height: normal;
}
.contact_top ul li span{
   color: #878c9c;
}
.contact_top ul li a{
    font-size: 13px;
    color: #878c9c;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
}
a:hover{
   text-decoration:none;  
}
.contact_top ul li a:hover{
  text-decoration:none; 
  color:#000;
}
.dslc-info-box-content p{
    display: inline;
    position: relative;
    font-size: 15px;
    line-height: 40px;
}
.navbar-expand-lg .navbar-collapse {
    
}
 .navbar{
     background: #fff;
     padding-top: 0;
     padding-bottom: 0;
     box-shadow: 1px 3px 4px 0 #adadad33;
     border-bottom: 1px solid #ddd;
}
 .navbar-light .navbar-brand {
     color: #2196F3;
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
.dslc-button {
   
}
.dslc-button a {
    background-color: #894ae2;
    border-radius: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dslc-button a:before {
    opacity: 0.4;
}
.dslc-button:before {
    background-image: linear-gradient(0deg, rgba(255,255,255,0), #fff);
}
 .navbar-light .navbar-nav .nav-link{
     padding-top: 22px;
     padding-bottom: 22px;
     transition: 0.3s;
     font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 15px;
    padding-right: 15px;
     color: #514d60;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     color: #000;
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #f79226 !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.desktop_hide{
    display:none;
}
.dropdown-menu .dropdown-item, .sub-menu .dropdown-item {
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    background-color: transparent;
}
.dropdown-item a {
    color:#000;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}
.mobile_nav_close {
  display: none;
}
/*------------- Navbar css start here ---------------*/
/*------------- slide banner css start here ---------------*/
.home_banner{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  
}
.main_heading{
    max-width: 550px;
    display: block;
    margin: 0 auto;
}
.main_heading .headline{
    color: #213d6a;
    font-size: 62px;
    line-height: 65px;
    display: block;
    font-weight: 600;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    
}
.headline-text-wrapper{
    overflow: visible;
    text-align: inherit;
    background: #213d6a;
    color: #fff;
}
.headline-text-active{
    padding:5px;
}
.main_heading p{
 margin-bottom: 1.5em; 
 font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
 font-size:21px;
 font-weight:300;
 line-height: 1.4em;
}
.button-links{
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ff5722;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.button-links:hover {
    color: #fff;
}
/*------------- slide banner css end here ---------------*/
/*------------- We Empower Your Brand css start here ---------------*/
.your_brand{
    transition: background 0.3s,
    border 0.3s, 
    border-radius 0.3s,
    box-shadow 0.3s;
    padding: 92px 0px 92px 0px;
     background-color: #f3f4f6;
}
.divider__text.py-3 {
    letter-spacing: 3px;
}
.elementor-headline{
 color: #213d6a;
    font-size: 50px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.dividerelement.py-3 {
    letter-spacing: 3px;
}
.dynamictext-wrapper{
    overflow: visible;
    text-align: inherit;
    background: #213d6a;
    color: #fff; 
    padding: 5px;
}
.elementor-container{
 max-width: 1200px; 
}
.feature_services{
 max-width: 1200px; 
 display: block;
 margin: 0 auto;
 padding: 30px;
}
.pairag-container p{
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4em;
}
.icon-box-content .icon-box-title{
  color:#213D6A;
  font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
}
.icon-box-content p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
 
}
.icon-box-icon {
    border-radius: 50%;
   width:100px;
   height:100px;
    border: 1.5px solid #5034fc;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
}
.icon_box {
    font-size: 40px;
    border-width: 1px 1px 1px 1px;
    fill: #5034fc;
    color: #5034fc;
    border-color: #5034fc;
    padding-top: 30px;
}
/*------------- We Empower Your Brand css end here ---------------*/
/*------------- We Lead  Generation css start here ---------------*/
.lead_generation .container{
   max-width: 1140px; 
}
.lead_generation{
    /*background-image: url(../images/realestate.jpg);*/
    background-image: url(../images/background-banner.jfif);
    background-position: center center;
    background-size: cover;
    position:relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
}
.lead_generation:before {
    background-color: #212D2A;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.heading-title{
    color: #FFFFFF;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}
.offer_heading p{
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-size: 18px;
}
.track_content p{
    font-weight: 400;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-size: 16px;
}
.elementor-widget ul{
  padding-left: 0px;
    margin: 15px 0 10px 25px;
    list-style-type: none;
}
.estate_list li:before{
   content:"\2714\0020";
   position: absolute;
    left: 15px;
}
.elementor-widget ul li{
    line-height: 28px;
    font-size: 18px;
}
.element-populated{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s,
    border-radius 0.3s, box-shadow 0.3s;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
}
.bg_color{
    background-color: #F7F7F7;
    color: #7A7A7A;
    padding: 6px 12px;
    line-height: 1.8;
    min-height: 40px;
}
.has-spinner{
    padding: 20px 0px 20px 0px;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    background-color: #fe6600;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    border: 1px solid #fe6600;
}
.element-populated h2{
  text-align: center;
  color: #2F3A37;
    font-family: "Rubik", Sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.has-spinner:hover{
   background-color: #ac1732; 
   border: 1px solid #ac1732;
   color: #fff;
}
.customers_bottom p{
 color: #2c2727;   
}
.element-populated p {
    text-align: center;
    color: #423e3e;
}
.customers_bottom .fa-star{
  color: #f0ad4e;  
}
.bitween_content{
   /*background-image: url(../images/how-to-generate-sales-leads.jpg);*/
   background-image: url(../images/lead-generation-1.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 90px 90px 90px 90px;
}
.bitween_content:before {
    background-color: #fff;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about_section{
    margin: 0px 0px 0px 0px;
    padding: 90px 90px 90px 90px;
    background-color:#000000;  
}
.about_section{
    /*background-image: url(../images/real-lead.jpg);*/
    background-image: url(../images/leads-about-image.jpg);
    background-position: center center;
    background-size: cover;
    position:relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 100px 0px 100px 0px;
}
.about_btnd h2{
    color:#fff;
}
.about_btnd p{
   color:#fff!important; 
   font-size: 30px;
    font-weight: 300;
    text-align: center;
}
.about_section:before {
    background-color: #040c0a;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.elementor-button{
    font-family: "Rubik", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FE6600 10%, #A03037 100%);
    padding: 20px 40px;
    border-radius: 5px;
    max-width: 358px;
    display: block;
    margin: 50px auto 00px;
    color:#fff;
}
.elementor-button a:hover{
    color:#fff;
}
.elementor-widget p{
   text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 300; 
}
.elementor-button:hover{
    animation-name: elementor-animation-pulse-grow;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
  color: #fff;
}
b, strong {
    font-weight: 600;
}
.more_lead {
    background-color: #212D2A;
}
.project_market h2{
    font-weight: 600;
    font-family: "Rubik", Sans-serif;
}
.lead_genration h2{
 text-align:center;   
}
.flaticone_icones {
    margin: 0 10px 20px;
    padding: 20px 17px 15px;
    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Poppins", serif;
    color: #444;
    border: 0;
    height:150px;
    border-radius: 4px;
    text-align: center;
    transition: 0.3s;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.bg_shadows{
   
    text-align: center;
   
}
.bg_shadows img{ 
  width: 120px;
}
.lead_genration p{
 text-align: center;
    color: #000000;
    font-family: "Rubik", Sans-serif;
    font-size: 30px;
    font-weight: 300;   
}
/*------------- We Lead  Generation css end here ---------------*/
/*------------- Service css start here ---------------*/
.flaticone_icone{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 20px 30px 20px 30px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}

.icone_flaticone{
    font-size: 30px;
    border-radius: 10px 10px 10px 10px;
    background-color: #A03037;
    text-align: center;
    max-width: 50px;
    display: block;
    margin: 0px auto 15px;
    color: #fff;
}
.services_heading h3{
    font-family: "Rubik", Sans-serif;
    font-size: 21px;
    font-weight: 600;  
}
.services_heading p{
    color: #585555;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
/*------------- Service css  css end here ---------------*/
/*------------- website_traffic css start here ---------------*/
.website_traffic{
    
}
.bg_blue{
  background-color: #5034fc;   
}
.float{
     position: relative;
    -webkit-animation: floatBubble 3s infinite  normal ease-out;
    animation: floatBubble 3s infinite  normal ease-out;
    margin-top: -20vh;
    left: -25vh;
}
@keyframes floatBubble{
 0% {
        top:-100px;
        -webkit-animation-timing-function: ease-in;
   }
   50% {
      top: -50px;
      animation-timing-function: ease-out;
   }
   100% {
      top:-100px;
      animation-timing-function: ease-out;
   }

}
.mainf_conrte{
  padding-top: 50px;
  margin-left: -25vh;
}
.headline-text{
    overflow: visible;
    text-align: inherit;
    background: #213d6a;
    color: #fff;
    padding: 3px;   
}
.ntorcontainer p{
    color:#fff;
    font-size:18px;
}
.headline_maine{
    color:#fff;
    font-size: 50px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.divider_textelement p{
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
}
/*------------- website_traffic css end here ---------------*/
/*------------- Our services css start here ---------------*/
.dibiz-services-card {
    margin-bottom: 25px;
}
.dibiz-services-card .icon::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    line-height: 100px;
    border:1px solid #ff0000;
    border-radius: 20px 30px 30px 30px;
    top: 5px;
    left: 5px;
    z-index: -1;
}
.dibiz-services-card .icon.color-two i {
    background: linear-gradient(130.72deg, #EE4645 2.44%, #FA9F8E 96%);
}
.dibiz-services-card .icon {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.dibiz-services-card .icon.color-three i {
    background: linear-gradient(130.72deg, #0FB684 2.44%, #79E8A0 96%);
}
.dibiz-services-card .icon.color-four i {
    background: linear-gradient(130.72deg, #4B53E9 2.44%, #5791F4 96%);
}
.dibiz-services-card:hover .services-btn {
    color: #fe4c1c;
}
.dibiz-services-card:hover .services-btn i {
    color: #ffffff;
    background-color: #fe4c1c;
}
.dibiz-services-card .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 55px;
    background: linear-gradient(130.72deg, #F79719 2.44%, #FAC55E 96%);
    border-radius: 20px 30px 30px 30px;
    color: #ffffff;
}
.dibiz-services-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
        font-weight: 800;
}
.dibiz-services-card h3 a {
    color: #ffffff;
}
.dibiz-services-card p {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 15px;
}
.dibiz-services-card .services-btn {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding-right: 45px;
}
.dibiz-services-card .services-btn i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #202444;
    -webkit-transition: var(.5s);
    transition: var(.5s);
}
/*------------- Our services css end here ---------------*/
/*------------- SEO sectio start css  here ---------------*/
 .seo_section {
      padding: 92px 0px 92px 0px;
  }
  .invest
  {
      display:flex;
      align-items:center;
  }
 .headline-animateds{
    color: #213d6a;
    font-size: 42px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;  
 }
 .divider_ements.py-3 {
    font-size: 16px;
    letter-spacing: 3px;
}
 .headline-text-active{
   overflow: visible;
    text-align: inherit;
    background: #213d6a;
    color: #fff;
    padding: 3px; 
    font-size: 48px;
 }

 .event-single .event-icon {
    display: table-cell;
    vertical-align: top;
    width: 15%;
}
.event-single.pt-3 {
    margin-bottom: 15px;
}
.event-single .event-details {
    display: table-cell;
    vertical-align: top;
    width: 68%;
}
.event-icon i{
    border: 1px solid #5034fc;
    padding: 15px;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    font-size: 22px;
    fill: #5034fc;
    color: #5034fc;
    text-align: center;
    border-color: #5034fc;
}
.event-details h3{
    color: #213d6a;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.4em;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.event-details p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    max-width: 300px; 
}
.seo_img {
   margin: 200px 0px 0px -80px;
}
/*------------- SEO sectio css end here ---------------*/
/*------------- customer section css start here ---------------*/
.customer_section{
  background-color: #f3f4f6;  
}
.cust_heading{
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.cust-transparency{
    background: #fff;
    color: #213d6a;
    padding:2px;
}
.bg-blue{
    background-color:#5034fc;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px -20px 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 92px 30px 92px 30px;
}
.client_partner p{
    color:#fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
}
.part_diffrent{
 padding: 70px 30px 78px 30px;   
}

.bg_shadow{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height:120px;
    background-color: #fff;
}
.az_conte{
   padding: 30px 10px;
}
.read_more{
    letter-spacing: 3px;
}
/*------------- customer section css end here ---------------*/
/*------------- Consultation section css start here ---------------*/
.consultation_section{
     position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 0px 0px;
    z-index:999;
}
.consultation_section:after {
    background-color: #5034fc;
    position: absolute;
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.project_content {
    color: #fff!important;
    position: relative;
    display: block;
    z-index: 9999;
}
.project_content h2{
    color: #ffffff; 
    font-size: 36px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    margin: 0px 0px 16px 0px;
}
.text_constuee p{
   font-size: 21px; 
   color: #fff;
}
.follow-default{
   color:#FFFFFF; 
  line-height: 1.2;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    margin: 0px 0px 16px 0px;
}

.list-inline.social-links li {
  border: 0;
  padding: 0;
  margin-left: 4px;
  margin-top: 2px;
}
.top-header-right-nav li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  line-height: normal;
}
.social-links li a {
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
   width: 40px;
  font-size: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  line-height: 40px;
}
.form_enquiry {
    padding: 30px;
    position:relative;
    z-index: 9999;
}
.form_enquiry:before {
    background-color: #fff;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
}
.form-control {
    height:48px;
}
.primary-button {
   background-color: #ff5722;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 4px;
}
.form_heading h2{
   color: #213D6A;
    position: relative;
    font-size: 22px;
   line-height: 1.2;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    margin: 0px 0px 16px 0px;
}
/*------------- Consultation section css end here ---------------*/
/*------------- about section css start here ---------------*/

.bg-overlay-one {
    position: relative;
    isolation: isolate;
}
.breadcumb-list {
  list-style-type: none; 
  padding-left: 0px;
}
.breadcumb-section {
    background-color:#ddd;
    position: relative;
    padding: 20px 0 20px;
}
.bg-overlay-one::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.breadcumb-title {
   font-size: 28px;
    line-height: 48px;
    display: block;
    font-weight: 600;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.breadcumb-list li a:hover {
    color: #f79226;
}
.breadcumb-list li a {
    color: #000;
   font-weight: 600;
}
.breadcumb-list li:last-child {
    color: #f79021;
    font-weight: 600;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-120 {
    padding-top: 30px;
}
.about-left .thumb {
    position: relative;
}
.about-left .thumb img {
    width: 100%;
    max-height: 420px;
    -webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
    -o-object-fit: cover;
    object-fit: cover;
}
.about-left .thumb .experience-time {
    display: inline-block;
    padding: 15px 40px;
    border: 5px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 58%;
    -webkit-transform: translateX(-38%);
    transform: translateX(-38%);
}
.bg--base {
    background-color: #213d6a;
}
.about-right .title {
    font-size: 38px;
    color: #040916;
    /*padding-bottom: 10px;*/
    line-height: 30px;
    display: block;
    font-weight: 600;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.about-right .para {
    margin-top: 10px;
    color: #81848A;
    font-size: 16px;
    font-weight: 300;
}
.about_heading ul li{
   font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height:30px;
    list-style-type:none;
    text-transform: lowercase;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.services-category {
    background-color: #fafafa;
    padding: 20px 18px;
    border: 1px solid #dfdfdf;
    margin-bottom:30px;
}
.sidebar-title {
    font-size: 20px;
   font-weight: 600;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    margin-bottom: 15px;
    padding-bottom: 19px;
    position: relative;
   
}
.sidebar-category li a {
    color: #14306F;
    display: inline-block;
   
}
.sidebar-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #f79226;
}

.sidebar-category li a:hover {
    color:#f79226;
}
.sidebar-category li a {
    color: #14306F;
    display: inline-block;
     line-height: 30px;
    font-size: 16px;
}
.sidebar-category{
    list-style-type:none;
    padding-left: 0px;
}
.services-vedio{
    padding: 16px 10px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa; 
}
.about_heading ul{
    padding-left:28px;
}
.top-header-right-nav{
    padding-left:0px;
}
.about_heading ul li span{
    color: #f79226;
    font-size: 16px;
    position: relative;
    left: -5px;
}
.company_text h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 700;
    line-height: 40px;
}
.company_text h1:before {
    position: absolute;
    background: #536497;
    content: "";
    width: 50%;
    height: 3px;
    bottom: -10px;
    left: 0;
}
.company_text h1:after {
    position: absolute;
    background: #fcd430;
    content: "";
    width: 50%;
    height: 3px;
    bottom: -10px;
    right: 0;
}
.brand_images h4 {
    color: #000;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 800;
    margin-bottom: 20px;
}
.brand_images h2{
    font-size: 68px;
    font-weight: 800; 
    color:#f79226;
}
.bottom_para p{
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 300;
    line-height: 1.4em;
    text-align:justify;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
} 

.technology_logo ul li {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    width: 160px;
    height: 140px;
    line-height: 140px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: -3px;
    text-align: center;
} 
.technology_logo ul li img {
    max-width: 90px;
    text-align: center;
    margin: auto;
} 
 .technology h2 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}
.technology h5 {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 34px;
    margin-top: 40px;
}
.technology_text p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    padding-right: 48px;
}
/*------------- about section css end here ---------------*/
/*------------- team section css start here ---------------*/
.team_section{
    
}
.teame-headline{
    color: #213d6a;
    font-size: 50px;
    line-height: 65px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.unitedSEO{
    background: #213d6a;
    color: #fff;
    padding: 1px;
}
.pt-60{
    padding-top: 60px;
}
.news-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-team li a {
    border: 2px solid #5034fc;
    border-radius: 50%;
    color: #5034fc;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    line-height: 40px;
}
.team_img img{
    
}
.teamss-link{
   color: #213d6a;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.news-item-bottom .box-description{
 position: absolute;
    bottom: -30px;
}
.top-header-right-nav {
    margin-bottom: 0px;
}
.team_content {
    padding-top: 18px;
}
.item-details{
		background-color: #333333;
		color: #fff;
		padding: 20px 10px;
		text-align: left;
}

.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 30px;
    height: 30px;
	line-height: 50px;
	border-radius: 50%;
    position: absolute;
    top: 50%;
	font-size: 20px;
    color: #fff;
    border: 1px solid #f79226;
    text-align: center;
    line-height: 28px;
    background-color: #f79226;
}
.owl-carousel .owl-prev {
  left: -25px;
}
.owl-carousel .owl-next {
  right: -25px;
}


/*------------- team section css end here ---------------*/
/*------------- contact page css start here ---------------*/
.contact-headline{
   color: #213d6a;
    font-size: 50px;
    line-height: 65px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;  
}
.addres_newdelhi .addres{
    color: #213d6a;
    display: block;
    font-weight: 600;
  font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.addres_newdelhi ul{
    list-style-type:none;
    padding-left:0px;
}
.addres_newdelhi ul li{
  font-size:16px; 
  margin-bottom: 10px;
}
.addres_newdelhi ul li span{
  font-size:16px; 
  margin-bottom: 10px;
  color:#7A7A7A;
}
.contact-provider{
    overflow: visible;
    text-align: inherit;
    background: #213d6a;
    color: #fff;
    padding: 3px;
}
.contct_btn{
    background-color: #fb663c;
    color: #ffffff; 
   padding: 15px 48px;
    border-radius: 4px;
}
.contct_btn:hover{
     color: #ffffff; 
}
.get_intouch{
    color: #213D6A;
    display: block;
    font-weight: 600;
    font-size:28px;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;  
}
.content_text{
    margin-bottom: 1.5em;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
      color: #7A7A7A;
}
/*------------- contact page css end here ---------------*/
/*------------- footer section css start here ---------------*/
.deneb_footer{
    background-color: #f3f4f6;
  
}
.list_address ul{
  padding-left: 0px;  
}
.bg_gray{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 92px 0px 0px 0px;      
}
.footer_link{
padding-left:0px;   
}
.footer_link  li {
  padding-left: 0;
  list-style-type: none;
}
.footer_tilte h4{
   color:#213D6A; 
   font-size: 21px;
   line-height: 1.2;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.footer_link li{
 padding-bottom: calc(15px/2);   
}
.footer_link li a{
  font-size: 16px;  
  font-weight: 400;
  color:#7a7a7a;
  font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.footer_bottoms{
    color: #213d6a;
    font-size: 42px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    font-family: 'Inter', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
.max-auto {
    max-width: 1042px;
    margin: auto 89px;
}
.expert_seo{
    background-color:#213d6a;
    padding:3px;
}
.address_footer p{
    margin-bottom:0px;
   line-height: 32px;
    display: block;
    font-weight: 600;
    color: #7a7a7a;
    font-size: 16px;
    padding-left: 8px;
    text-transform: capitalize;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}

.list_address ul li{
    position: relative;
    margin-right: 10px;
    line-height: 26px;
    padding-left: 8px;
    font-size: 18px;
    list-style-type: none;
    text-transform: capitalize;
    font-family: 'Rubik', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}

.list_address ul li .coloree{
           font-weight: 600!important;
           color: #7a7a7a;
           font-size: 16px!important;
}

.list_address ul li a{
    color: #7A7A7A;
}
.list_address ul li span{
      color: #5034fc;  
      font-size:14px;
}
/*------------- footer section css end here ---------------*/


.news-letter {
    max-width: 720px!important;
    margin: 0;
    position: relative;
    transform: translate(-50%, -50%) !important;
}
.close-modal {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    background-color: #fe0000!important;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}
.close-modal .fa-times {
    margin-top: 2px;
}
.martfury-modal {
    z-index: -111;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.newletter-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
}
.newletter-content .nl-inner .n-desc h2 {
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 700;
}
.newletter-content .nl-inner .n-desc h3 {
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
}
.newletter-content .nl-inner .n-desc p {
    color: #666;
    font-size: 14px;
    font-family: work sans,Arial,sans-serif;
}
.mc4wp-form-fields {
    margin-top: 20px;
}
.mc4wp-form-fields a {
    background-color: #f79226;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 10px 25px!important;
    transition: all .5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 4px;
}

#overlay_body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 99999;
    display: none;
}

.popup{
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 999999;
    left: 50%;
    top: 50%;
}
.cnt223{
    min-width: 600px;
    width: 600px;
    min-height: 100px;
    margin: 100px auto;
    position: relative;
    z-index: 9999;
    margin-top:35px;

}
a#myclose {
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    height: 35px;
    line-height: 16px;
}
.popimage img{
   width:100%; 
   height: 550px;
}
.cnt223 p{
clear: both;
    color: #555555;
     text-align: justify; 
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}




