/* your styles go here */

.section-title {
    max-width: 737px;
    margin: 0px auto 20px;
    text-align: center;
    position: relative;
}
.hero-heading
{
    font-size: 38px;
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 46px;
}
.platforms-list h3
{
    text-align: left;
    font-size: 17px;
    margin-bottom: 18px;
}
.features-item .h5
{
    color: #0d0d0d;
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 19px;
}
.features-item p{
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}
.pr {
    padding-right: 20px;
    border: #ededed 1px solid;
    padding: 20px 20px;
    border-radius: 9px;
    height: 360px;
}
.m-t-5{
    margin-top: -7%;
}
.app-showcase h2{
    font-size: 30px;
    color: #0d0d0d;
}
.standard-service .content h3  {
    color: #0d0d0d;
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-title-feature {
    max-width: 660px;
    margin: 0px auto 20px;
    position: relative;
}
.banner-m-t-100
{
    margin-top: -100px;
}
.section-header h2{
    font-size: 32px;
    color: #0d0d0d;
    margin-bottom: 20px;
}
.lead {
  font-size: 16px;
  font-weight: 400 !important;
  color: #5b5b5b;
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
  }
  
  .avatar-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            background-color: rgb(255 245 220);
    
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .icon-dual-primary {
    color: #f6ba26;
    fill: rgba(47, 85, 212, 0.2);
}

.section-title h3
{
    font-size: 40px;
    color: #191919;
    font-weight: 700;
    line-height: 48px;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.small-title
{
    font-size: 20px;
    color: #f6ba26;
    font-weight: 700;
    line-height: 30px;
}.search_title
{
    font-size: 32px;
    color: #0d0d0d;
    margin-bottom: 20px;
    margin-top: 25px;
}
.service_sb p{
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}


.site-footer {
  background-color: #111111;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 50px;
  }
  .site-footer .site-footer-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .site-footer .site-footer-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-footer .site-logo {
    margin-top: 30px;
  }
  
.widget {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .widget .widget-title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .widget .widget-title:after {
    margin-top: 15px;
    margin-bottom: 20px;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #f6ba26;
  }
  .widget .widget-content ul {
    padding-left: 0;
  }
  .widget.widget-recent-posts .widget-content {
    padding-top: 15px;
  }
  .widget.widget-recent-posts .widget-content .post.preview {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .widget.widget-recent-posts .widget-content .post.preview .post-content * {
    margin-top: 0;
  }
  .widget.widget-recent-posts .widget-content .post.preview:last-child {
    padding-bottom: 0;
    border-bottom-width: 0;
  }
  .widget.widget-content-tags .widget-content {
    margin-top: 15px;
  }
  .widget.widget-content-tags .widget-content a {
    font-style: italic;
    margin-top: 15px;
    margin-right: 30px;
    display: inline-block;
  }
  .widget.widget-links ul li:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
  }
  .widget.widget-follow .links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .widget.widget-follow .links a {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #f6ba26;
    color: #fff;
    margin-top: 6px;
    margin-right: 22px;
    border-radius: 50%;
  }
  .widget.widget-follow .links a .fa {
    font-size: 1.2rem;
    line-height: 50px;
  }
  .widget.widget-follow .links a:hover {
    background-color: #fff;
    color: #000;
  }
  .widget.widget-contacts .title {
    font-size: 1.2rem;
  }
  .widget.widget-contacts .phone,
  .widget.widget-contacts .email,
  .widget.widget-contacts .address {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .widget.widget-contacts .phone:before,
  .widget.widget-contacts .email:before,
  .widget.widget-contacts .address:before {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    content: '\f041';
    font-family: FontAwesome;
    width: 30px;
    color: #f6ba26;
    font-size: 18px;
  }
  .widget.widget-contacts .phone:before {
    content: '\f095';
  }
  .widget.widget-contacts .email:before {
    content: '\f0e0';
  }
  .widget.widget-contacts .links a {
    text-decoration: none;
    margin-right: 30px;
    font-size: 1.5rem;
  }
  .widget-content p{
      color: #fff;
  }
  .site-footer-content p{
  
    color: #fff;
    margin-top: 20px;

}
.email a{
    color: #fff;
    text-decoration: none;
}

.widget-title{
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 30px;
    font-size: 25px;
}.logo-img 
{
  position: relative;
  bottom: 6px;
}


.footer-bottom-area {
	background-color:#000000;
	padding: 20px 0
}

.footer-bottom-area .copy-right {
	text-align: center
}

.footer-bottom-area .copy-right p {
	text-transform: capitalize;
	margin-bottom: 0;
	color: #fff
}

.footer-bottom-area .copy-right p a {
  color: #f6ba26;
  text-decoration: none;
}
.site-footer-logo p
{
  position: relative;
  top:15px;
}.cn-img
{
  width: 40px;
  height: 40px;
  font-size: 17px;
  color: #f6ba26;
  padding: 0px;
  text-align: left;
  line-height: 20px;
}

div.exper-about-text .exper-about-wrapper {
  max-width: calc(100% - 480px);
}
#exper-blog .exper-blog-wrapper-banner .exper-blog-banner-image .exper-blog-text h1 {
  
  font-size: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

#exper-about-content { padding-top: 130px; padding-bottom: 141px; }
#exper-about-content .exper-about-content-wrap .exper-image-left { margin-top: 103px; padding: 0px; overflow: hidden; position: relative; }
#exper-about-content .exper-about-content-wrap .exper-image-left::before { display: block; content: " "; width: 100%; padding-top: 65.9817%; }
#exper-about-content .exper-about-content-wrap .exper-image-left > img { position: absolute; inset: 50% 0px 0px 50%; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transform: translate(-50%, -50%); transform-origin: 0% 0%; }
#exper-about-content .exper-about-content-block .exper-content-block-head { position: relative; }
#exper-about-content .exper-about-content-block .exper-content-block-head h1 { font-weight: 700; padding-top: 12px; font-size: 1.7rem; }
#exper-about-content .exper-about-content-block .exper-content-block-head h1 .job { font-size: 1.25rem; }
#exper-about-content .exper-about-content-block p { 
  font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
    color: #4f4f4f;
}
#exper-about-content .exper-about-content-block p:last-child { margin-bottom: 0px; }
#exper-about-content:not(:first-child) .exper-about-content-block p { margin-bottom: 8px; }
#exper-about-content:not(:first-child) .exper-about-content-block p:last-child { margin-bottom: 0px; }
#exper-blog .exper-blog-wrapper-banner .exper-blog-banner-image img {
  max-width: 100%;
  height: inherit;
  animation: 30s ease 0s 1 normal forwards running anime-scale;
}
.exper-about-banner img {
  object-fit: cover;
  object-position: center top;
}

.exper-content-block-head::before
{
  content: "";
  position: absolute;
  top: 0px;
  width: 40px;
  height: 3px;
  background: #ffb700;
}

#exper-blog .exper-blog-wrapper-banner .exper-blog-banner-image .exper-blog-text {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9
}
div.exper-about-text {
  bottom: 8%;
}


.footer-wrapper ul.footer-contact-list li {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  
}

.footer-wrapper ul.footer-menu-list li {
  line-height: 1.25;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}

.footer-wrapper ul.footer-menu-list li + li {
  margin-top: 10px;
}


.footer-wrapper ul.footer-menu-list li a:hover {
  color: #FF1944;
}


.footer-wrapper ul.footer-menu-list-02 li {
  line-height: 1.25;
  display: inline-block;
  margin-right: 20px;
}

.footer-wrapper ul.footer-menu-list-02 li a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.stm_titlebox:after {
  background-color: rgb(30 30 30);
}
.stm_titlebox:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.stm_titlebox
{
  top: 85px;
  position: relative;
  height: 135px;
}
.exper-about-wrapper p
{
  font-size: 16px;
    font-weight: 400 ;
    color: #fff;
}

.exper-content-block-head1 h1{
  font-weight: 600;
  padding-top: 12px;
  font-size: 1.75rem;
}

.exper-content-block-vm h2 {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 8px;
}
.exper-content-block-vm p{
  font-size: 16px !important;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 30px !important;
  margin-top: 14px;
}


.exper-content-mission, .exper-content-vision {padding: 15px;
  margin-right: 25px;
  background: rgb(246 246 246);
  margin-top: 26px;    border-radius: 7px;}
 .exper-content-mission .exper-content-vision .h2 { font-size: 1.875rem; }
.exper-content-mission { margin-right: 0px; }


.m-t-30
{
  margin-top: 60px;
  padding-top: 60px;
}

.terms-privacy h1 {
  color: #0d0d0d;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
.terms-privacy p{
  font-size: 16px !important;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 30px !important;
  margin-top: 14px;
}

.terms-privacy b {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}

.terms-privacy ul li{
  line-height: 30px ;
}
.features a
{
  text-decoration: none;
  font-weight: 500;
}
.features a:hover
{
  color: #0d0d0d;
}


.footer-menu-list-02
{
  padding: 0px;
  margin-bottom: 0px;
}