.preloader{display: none!important;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('hover.css');

:root {
  --primary-color:#ff1f00;
  --primary: #ff1f00;
  --primary2: #db2107;
  --secondary: #000;
  --secondary2: #333;
  --bs-heading-color: #000;
  --body-font-color: #101010;
  --dark: #000;
  --black: #000;
  --light: #939393;
  --gray: #939393;
  --white: #fff;
  --bg-light: #f9f9f9;
  --brdr: #cddde2;
  --boxbg: #f8fbfc;
  --rad: 6px;
  --rad10: 10px;
  --rad15: 15px;
  --rad50: 50%;
  --color-1st: #ff1f00
}


.page-content.error-page{margin-bottom: 50px;}
.post {
  position: relative
}

.post .post__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 100%;
  z-index: 10
}

.post__inside .post__header {
  bottom: 0;
  left: 0;
  padding: 25px 30px;
  position: absolute;
  width: 100%;
  z-index: 20
}

@media screen and (max-width:991px) {
  .post__inside {
    margin-bottom: 30px
  }
}

.post__inside--feature .post__header {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .7) 75%);
  transition: all .4s ease
}

.post__inside--feature .post__title {
  margin-bottom: 15px
}

.post__inside--feature .post__title a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase
}

.post__inside--feature .post__title:hover a {
  color: var(--primary)
}

.post__meta span svg {
  width: 16px
}

.post__inside--feature .post__meta span {
  color: var(--primary);
  margin-right: 15px
}

.post__inside--feature .post__meta span svg {
  margin-right: 8px
}

.post__inside--feature .post__meta span a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;

  text-transform: uppercase
}

.post__inside--feature .post__meta span a:hover {
  color: var(--primary)
}

.post__inside--feature .post__meta .post-category {
  background-color: var(--primary);
  color: #fff;
  display: inline-block;
  line-height: 15px;
  padding: 3px 10px;
  transition: all .5s ease
}

.post__inside--feature .post__meta .post-category svg {
  color: #fff
}

.post__inside--feature .post__meta .post-category:hover svg {
  color: var(--primary)
}

.post__inside--feature .post__meta .post-category a {
  color: #fff;
  display: inline-block;

}

.post__inside--feature .post__meta .post-category a:hover {
  color: #fff
}

.post__inside--feature .post__meta .post-category:hover {
  background-color: #fff;
  color: var(--primary)
}

.post__inside--feature .post__meta .post-category:hover a {
  color: var(--primary)
}

.post__inside--feature:hover .post__overlay {
  background-color: rgba(0, 0, 0, .1)
}

.post__inside--feature-small .post__header {
  padding: 15px
}

.post__inside--feature-small .post__title {
  line-height: 1em;
  margin-bottom: 0
}

.post__inside--feature-small .post__title a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none
}

.post__horizontal {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  /*align-items: center;*/
}

.post__horizontal .post__thumbnail {
  float: left;
  position: relative;
  width: 350px;
  z-index: 20;
}

.post__horizontal .post__thumbnail .post__overlay {
  transition: all .4s ease-in;
  z-index: 20
}

.post__horizontal .post__content-wrap {
  float: left;
  padding: 15px 20px;
  width: calc(100% - 350px)
}

.post__horizontal .post__content-wrap:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.post__horizontal .post__content,
.post__horizontal .post__footer,
.post__horizontal .post__header {
  position: relative
}

.post__horizontal .post__title {
  margin-bottom: 10px
}

.post__horizontal .post__title a {
  color: #666;
}

.post__horizontal .post__title:hover a {
  color: var(--primary)
}

.post__horizontal .post__meta {
  margin-bottom: 10px
}



.post__horizontal .post__meta span svg {
  margin-right: 5px
}

.post__horizontal .post__meta .post__created-at,
.post__horizontal .post__meta span a, .post-category a, .post__tags a {
  color: #666;
  font-size: 14px;
  font-weight: 400;

}

.post__horizontal .post__meta span a:hover, .post-category a:hover, .post__tags a:hover {
  color: var(--primary)
}

.post__horizontal .post__content {
  margin-bottom: 15px
}

.post__horizontal .post__content p {
  color: #666;
  font-size: 13px;

  line-height: 1.5em
}

.post--single .post__meta .post__tags a{padding: 3px 5px; display: inline-block;}
.post__horizontal .post__content p:after {
  content: "..."
}

@media screen and (max-width:767px) {
  .post__horizontal .post__content-wrap,
  .post__horizontal .post__thumbnail {
    float: none;
    width: 100%
  }
  .navigation {
    display: none;
    opacity: 0
  }
}

.post__horizontal--single {
  box-shadow: none
}

.post__horizontal--single .post__thumbnail {
  width: 100px
}

.post__horizontal--single .post__content-wrap {
  padding: 0 0 0 15px;
  width: calc(100% - 100px)
}

.post__horizontal--single .post__content-wrap:before {
  display: none
}

.post__horizontal--single .post__title {
  line-height: .8em;
  margin-bottom: 0
}

.post__horizontal--single .post__title a {
  font-size: 14px;
  text-transform: none
}

@media screen and (max-width:767px) {
  .post__horizontal--single .post__content-wrap,
  .post__horizontal--single .post__thumbnail {
    float: left
  }
}

.post__widget .post__thumbnail {
  float: left;
  position: relative;
  width: 60px;
  z-index: 20
}

.post__widget .post__overlay {
  z-index: 20
}

.post__widget .post__header {
  float: left;
  padding-left: 15px;
  width: calc(100% - 60px)
}

.post__widget .post__title {
  color: #636363;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0;
  text-transform: none
}

.post__widget .post__title a {
  color: #636363;
  font-weight: 400
}

.post__widget .post__title:hover a {
  color: var(--primary)
}

.post__widget .created_at {
  color: var(--primary);
  font-size: 11px
}

.post__widget--simple {
  border: none
}

.post__widget--simple .post__header {
  float: none;
  padding-left: 0;
  width: 100%
}

.post__widget--simple .post__title {
  color: #e4e4e4;
  font-size: 14px;
  line-height: 1.6em
}

.post__widget--simple .post__title a {
  display: inline-block
}

.post__widget--circle .post__thumbnail {
  overflow: hidden
}

.post__widget--circle .post__thumbnail img {
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .4s ease
}

.post__widget--circle .post__header {
  padding-top: 10px
}

.post__widget--circle .post__title a {
  font-weight: 500
}

.post__vertical .post__thumbnail {
  position: relative
}

.post__vertical .post__title a {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em
}

.post__vertical .post__title:hover a {
  color: var(--primary)
}

.post__vertical--single {
  background-color: #fff
}

.post__vertical--single .post__thumbnail {
  position: relative
}

.post__vertical--single .post__content-wrap {
  padding: 50px 0 25px;
  position: relative
}

.post__vertical--single .post__meta {
  background-color: #fff;
  height: 70px;
  left: 30px;
  padding-top: 3px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(-50%);
  width: 70px;
  z-index: 30
}
.post--single .post-group__content.post__content{
  padding: 0!important;
}

.post__vertical--single .post__meta span {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  width: 100%
}

.post__vertical--single .post__meta span.created__date {
  font-size: 20px;
  font-weight: 500
}

.post__vertical--single .post__meta span.created__year {
  font-size: 14px;
  font-weight: 500
}

.post__vertical--single .post__title a {
  font-size: 18px
}

.post__vertical--single .post__content {
  padding-bottom: 15px
}

.post__vertical--single .post__content p {
  color: #666;
  font-size: 14px
}

.post__vertical--single .post__content p:after {
  content: "..."
}

.post__vertical--single .post__readmore {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
    padding-bottom: 3px;
  position: relative;
  text-transform: uppercase
}

.post__vertical--single .post__readmore:after {
  background-color: var(--primary);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all .3s ease;
  width: 50%;
  z-index: 20
}

.post__vertical--single .post__readmore:hover:after {
  opacity: 1;
  width: 100%
}

.post__vertical--simple {
  background-color: transparent
}

.post__vertical--simple .post__content {
  background-color: transparent
}

.post__vertical--simple .post__content p {
  font-size: 13px
}

.post__vertical--collection {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  transition: all .4s ease
}

.post__vertical--collection .post__thumbnail img {
  border-radius: 3px 3px 0 0
}

.post__vertical--collection .post__header {
  background-color: #ecf0f1;
  border-radius: 0 0 3px 3px;
  padding: 10px 15px 20px
}

.post__vertical--collection .post__meta:after {
  clear: both;
  content: "";
  display: table
}

.post__vertical--collection .post__meta span {
  display: inline-block;
  font-size: 14px
}

.post__vertical--collection .post__meta .post__created-at {
  float: left
}

.post__vertical--collection .post__meta .post__category {
  float: right
}

@media screen and (max-width:767px) {
  .post__vertical--collection {
    margin: 0 auto;
    max-width: 480px
  }
}

.post--single .post__header {
  border-bottom: 1px solid #eee
}

.post--single .post__title {
  color: #666;
  font-size: 24px;
  font-weight: 500;

}


.post--single .post__meta span svg {
  margin-right: 5px
}


.post--single .post__meta .post__tags a {
  margin-right: 5px
}

/*.post--single .post__content h1,*/
/*.post--single .post__content h2,*/
/*.post--single .post__content h3,*/
/*.post--single .post__content h4,*/
/*.post--single .post__content h5,*/
/*.post--single .post__content h6,*/
/*.post--single .post__content p {*/
/*  color: #666*/
/*}*/

.post--single .post__content p {
  font-size: 16px;
  margin-bottom: 15px
}

.post--single .post__relate-group {
  text-align: left
}

.post--single .post__relate-group.post__relate-group--right {
  text-align: right
}

.post--single .post__relate-group.post__relate-group--right .relate__title:after {
  left: auto;
  right: 0
}

.post--single .post__relate-group .relate__title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative
}

.post--single .post__relate-group .relate__title:after {
  background-color: var(--primary);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 25px;
  z-index: 10
}

@media screen and (max-width:767px) {
  .post--single .post__relate-group {
    margin-bottom: 30px
  }
  .post--single .post__relate-group.post__relate-group--right {
    text-align: left
  }
  .post--single .post__relate-group.post__relate-group--right .relate__title:after {
    left: 0;
    right: auto
  }
}

.post--related:after {
  clear: both;
  content: "";
  display: table
}

.post--related .post__thumbnail {
  float: left;
  position: relative;
  width: 100px
}

.post--related .post__header {
  border-bottom: none;
  float: left;
  padding-left: 15px;
  width: calc(100% - 100px)
}

.post--related .post__title {
  font-size: 14px;
  text-transform: uppercase
}

.post--related .post__title:hover {
  color: var(--primary)
}

.post--related.post--inserve .post__header,
.post--related.post--inserve .post__thumbnail {
  float: right
}

.post--related.post--inserve .post__header {
  padding-left: 0;
  padding-right: 15px
}

@media screen and (max-width:767px) {
  .post--related.post--inserve .post__header,
  .post--related.post--inserve .post__thumbnail {
    float: left
  }
  .post--related.post--inserve .post__header {
    padding-left: 15px;
    padding-right: 0
  }
}

.widget {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, .1);
  margin-bottom: 30px
}

.widget .widget__content,
.widget .widget__header {
  padding: 15px
}

.widget .widget__content .list li a,
.widget .widget__header .list li a {
  color: #636363
}

.widget .widget__content .list li a:hover,
.widget .widget__header .list li a:hover {
  color: var(--primary)
}

.widget.widget__footer .widget__content .list li a {
  color: #d7d0d0
}

.widget.widget__footer .widget__content .list li a:hover {
  color: var(--primary)
}

.widget .widget__header {
  background-color: #f9f9f9
}

.widget .widget__title {
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.widget__recent-post .post {
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
  padding-bottom: 15px
}

.widget__recent-post li:last-child .post {
  border-bottom-width: 0
}

.widget__list li {
  margin-bottom: 0
}

.widget__list a {
  color: #363636;
  display: inline-block;
  font-size: 13px;
  padding: 10px 0;
  width: 100%
}

.widget__about .person-info {
  margin-bottom: 20px
}

.widget__about .person-info:after {
  clear: both;
  content: "";
  display: table
}

.widget__about .person-info__thumbnail {
  float: left;
  width: 60px
}

.widget__about .person-info__thumbnail img {
  border-radius: 50%
}

.widget__about .person-info__content {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
  width: calc(100% - 60px)
}

.widget__about .person-info__title {
  color: #e4e4e4;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 0;
  text-transform: uppercase
}

.widget__about p {
  color: #d7d0d0;
  font-size: 13px;
  line-height: 1.6em
}

.widget__about .person-detail p {
  color: #e4e4e4;
  font-size: 13px;
  margin-bottom: 15px
}

.widget__about .person-detail svg {
  color: var(--primary);
  margin-right: 5px;
  vertical-align: middle;
  width: 20px
}

.widget__about .person-detail a {
  color: #fff
}

.widget__about .person-detail a:hover {
  color: var(--primary)
}

.widget_about--dark .person-detail a,
.widget_about--dark .person-detail p,
.widget_about--dark .person-info__title {
  color: #666
}

.widget--transparent {
  background-color: transparent;
  box-shadow: none
}

.widget--transparent .widget__content,
.widget--transparent .widget__header {
  padding: 0
}

.widget--transparent .widget__header {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.widget--transparent .widget__header:after {
  background-color: var(--primary);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 25px;
  z-index: 10
}

.widget--transparent .post {
  margin-bottom: 0
}

.widget__footer .widget__title {
  color: #e4e4e4;
  font-size: 14px;
  text-transform: uppercase
}

.widget__footer .post__widget--simple {
  border-bottom: 0;
  margin-bottom: 10px;
  padding-bottom: 0
}

.widget__search .input__search {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  height: 40px;
  padding: 0 15px;
  transition: all .4s ease;
  width: 100%
}

.widget__search .input__search:focus {
  border-color: var(--primary)
}

.widget__search--transparent .input__search {
  background-color: transparent;
  border-color: #e1e1e1;
  color: #666
}

.widget__tags .tag-link {
  background-color: #ecf0f1;
  color: #666;
  display: inline-block;
  font-size: 14px;
  margin-inline-end: 10px;
  margin-bottom: 10px;
  padding: 5px 15px
}

.widget__tags .tag-link:last-child {
  margin-right: 0
}

.widget__tags .tag-link:hover {
  background-color: var(--primary);
  color: #fff
}

.widget__tags--transparent .tag-link {
  border-radius: 4px;
}
.post__thumbnail img{
  width: 100%;
  height: auto;
}


.wrapper-with-sidebar{
  padding-top: 30px;
}
.wrapper-without-sidebar{
  padding-top: 0;
}


.page-content h3{
  font-size: 24px!important;
}
.page-sidebar ul{
  padding: 0;
  margin: 0;
}
.page-sidebar ul li{
  display: flex;
  gap: 7px;
  align-items: center;
}
.page-sidebar ul li a{
  display: flex;
  gap: 4px;
  color: #555;
  padding: 4px 0;
  transition: ease-in-out 0.2s;
  font-size: 14px;
}
.page-sidebar ul:not(.social) li span{
  font-size: 12px;
}
.page-sidebar ul li a svg{
  width: 18px!important;
  height: 18px!important;
}
.page-sidebar ul li a:hover{
  color: var(--primary)!important;
}

.post__horizontal .post__title a:hover{
  color: var(--primary)!important;
}

.post__content.p-0{
  padding-top: 20px!important;
}

.post--single .post__meta span,.post__horizontal .post__meta span {
  margin-right: 15px;
  color: #666;
}

.post--single .post__meta {
  margin-bottom: 10px;
  font-size: 13px;
}
.post__meta svg{
  color: var(--primary);
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
a:hover{
  color: var(--primary2);
}
body{
  color: var(--body-font-color);
  line-height: 1.6;
  font-family: 'Poppins';

}
#page-wrap{
  padding-top: 87px;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins';
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
  color: var(--bs-heading-color)
}
h1 span, h2 span,h3 span,h4 span{
  color: var(--gray)
}
h1,h2.h2{
  font-size:50px;
  line-height: 1.4;
}
h2{
  font-size:40px;
}
h3{
  font-size:32px;
}
h4{
  font-size:24px;
}
h5{
  font-size:20px;
  margin-bottom: 15px;
}
h6{
  font-size:18px;
  margin-bottom: 15px;
}
.lead,.lead-lg{
  font-size: 18px!important;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--body-font-color)
}
p.lead:last-child{
  margin: 0;
}
.lead-lg{
  font-size: 20px!important;
}
.fs-11{
  font-size: 11px!important
}
.fs-12{
  font-size: 14px!important
}
.fs-13{
  font-size: 13px!important
}
.fs-14{
  font-size: 14px!important
}
.fs-15{
  font-size: 15px!important
}
.fs-16{
  font-size: 18px!important
}
.fs-18{
  font-size: 18px!important
}
.fs-20{
  font-size: 20px!important
}
.fs-22{
  font-size: 22px!important
}
.fs-24{
  font-size: 24px!important
}
.fs-26{
  font-size: 26px!important
}
.fs-28{
  font-size: 28px!important
}
.fs-30{
  font-size: 30px!important
}
.fs-36{
  font-size: 36px!important
}
strong{
  font-weight: 600
}
b{
  font-weight: 500
}
.fw-300{
  font-weight: 300!important
}
.fw-400{
  font-weight: 400!important
}
.fw-500{
  font-weight: 500!important
}
.fw-600{
  font-weight: 600!important
}
.fw-700{
  font-weight: 700!important
}
.fw-800{
  font-weight: 800!important
}
.nowrap{
  white-space: nowrap
}
section{
  position: relative;
}
.img-thumbnail,.form-control{
  border-radius: var(--rad);
}
.form-group{
  margin-bottom: 15px;
}
.contact-form{
  border-radius: var(--rad);
  padding: 25px 25px 5px 25px;
}
.contact-form label{
  font-size: 14px;
  margin-bottom: 4px;
}
.form-control,.form-select, .contact-form .contact-form-input{
  font-size: 14px;
  min-height: 40px;
  border: 1px solid #CDDDE2;
  border-radius: 0;
  background-image: inherit;
  display: block;
    width: 100%;
    padding-left: 10px;
}
.form-control:focus,.form-select:focus, .contact-form .contact-form-input:focus{
  box-shadow: none;
  border-color: var(--secondary);
  background-color: #fff;
}
.contact-form .form-check .form-check-input{
  min-height: 20px!important;
  width: 20px;
}
.contact-form .form-check{
  display: flex;
  gap: 8px;
  align-items: center;
}
.form-check-label,.form-check{
  cursor: pointer;
}

p:empty{
  display: none;
}

.icon-upload{
  position: absolute;
  right: 4px;
}
textarea{
  resize: none
}
.btn{
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  transition: ease-in-out 0.2s;
  border-radius: 30px;
}
.btn:before{
  border-radius: 30px;
}
.btn.btn-sm{
  font-size: 14px;
  padding: 8px 26px;
  min-height: 32px;
}
.btn.btn-lg{
  font-size: 18px;
  padding: 12px 30px;
}
.btn-primary{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white)!important;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: var(--primary2);
  border: 1px solid var(--primary2);
  color: var(--white);
}
.btn-outline-primary{
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.text-primary{
  color: var(--primary)!important;
}
.text-primary2{
  color: var(--primary2)!important;
}
.text-secondary{
  color: var(--secondary)!important;
}
.text-secondary2{
  color: var(--secondary2)!important;
}
.text-gray{
  color: var(--gray);
}
.bg-primary, .bg-red, .bg-danger{
  background: var(--primary)!important;
  color: #fff
}
.bg-primary2{
  background: var(--primary2)!important;
  color: #fff
}
.bg-secondary, .bg-dark{
  background: var(--secondary)!important;
  color: #fff
}
.bg-light{
  background: var(--bg-light)!important;
}
.rad-0{
  border-radius: 0!important;
}
.rad{
  border-radius: var(--rad)!important;
}
.rad-10{
  border-radius: 10px!important;
}
.rad-15{
  border-radius: 15px!important;
}
.rad-50{
  border-radius: 50%!important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  width: 28px;
  height: 28px;
  font-size: 16px;
  background: #d9d9d9;
  opacity: 1;
  color: var(--primary);
  z-index: 100;
  border-radius:  var(--rad50);
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background: var(--primary);
  opacity: 1;
  color: #fff;
}
.owl-prev{
  position: absolute;
  right: 35px;
}
.owl-next{
  position: absolute;
  right: 0;
}
.owl-theme .owl-dots {
  position: absolute;
  margin: 0;
  z-index: 6;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span{
  width: 14px ;
  height: 14px;
  border-radius:  var(--rad50);
  margin: 5px;
  background: #d9d9d9
}
.owl-theme .owl-dots .owl-dot.active span{
  background: var(--secondary)
}

header.main-top-header{
  background-color: #fff;
  padding: 20px 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: ease-in-out 0.2s;
  border-bottom: 1px solid #f5f5f5
}
.fixed-top{
  transition: ease-in-out 0.2s;
  opacity: 0
}
header.main-top-header.fixed-top{
  padding: 13px 0;
  opacity: 1;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 15px #45454514;
}
.navbar{
  padding:0;
  transition: ease-in-out 0.1s;
  background-color: var(--white);
}
.header-logo{
  display: inline-block;
  padding: 10px 0;
}
.header-logo img{
  max-width: 160px;
  transition: ease-in-out 0.2s
}
.navbar-expand-lg{
  background-color: transparent;
  transition: ease-in-out 0.2s
}
.navbar-expand-lg .navbar-nav .nav-item{
  margin-left: 36px;
  padding: 0
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-weight: 500;
  text-align: center;
  padding: 10px 2px;
  position: relative;
  border-bottom: 1px solid transparent;
  display: block;
  color: var(--black);
  transition: ease-in-out 0.2s;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
  color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-link:hover,.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
  color: var(--primary);
}
.navbar-expand-lg .navbar-nav .nav-link:after{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: .8;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform .3s ease-in-out;
  transition-timing-function: cubic-bezier(.2,1,.3,1);
  background: var(--primary);
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after{
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  transition-timing-function: ease;
}
.navbar-expand-lg .navbar-nav .nav-link.btn:after{
  display: none
}
/*.navbar-expand-lg .navbar-nav .nav-link.active:after{opacity: 0}*/
.navbar-expand-lg .navbar-nav .nav-link.btn {
  border: 1px solid var(--primary);
  color: var(--white);
  padding: 12px 24px
}
.navbar-expand-lg .navbar-nav .nav-link.btn:hover {
  border: 1px solid var(--primary2);
  color: var(--white);
  padding: 12px 24px
}

.navbar-expand-lg .navbar-nav .nav-item:last-child a:after{
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child a{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  padding: 8px 48px 8px 24px;
  border-radius: 40px;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child a svg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: ease-in-out 0.2s;
  margin: 0 !important;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child a:hover svg{
  right: 14px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child a:hover {
  background: var(--primary2);
}

/*menu*/
.navbar-toggler {
  font-size: 24px;
  padding: 10px;
  border: 0;
}
.navbar-toggler:focus{
  box-shadow: none
}
.navbar-toggler i{
  color: var(--secondary)
}
.navbar-toggler.collapsed .la-times, .navbar-toggler .la-bars{
  display: none
}
.navbar-toggler.collapsed .la-bars, .navbar-toggler .la-times{
  display: block
}
/*mobile menu */
.btn-mobile-menu, .btn-contact-slideup-991{
  border: 0;
  background: transparent;
  font-size: 30px;
  color: var(--secondary);
  width: 40px;
  height: 40px;
  line-height: 1.4;
}
/*mobile contact info slide up*/
.btn-contact-slideup-991{
  color: var(--c999);
}
.contact-slideup-991{
  position: fixed;
  bottom: -110%;
  left: 0;
  right: 0;
  padding: 5px 20px 5px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  box-shadow: 0 0 20px #ddd;
  z-index: 99;
  transition: ease-in-out 0.5s;
}
.contact-slideup-991.open{
  bottom: 0;
}
.slide-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}

.slide-item:before{
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index:2;
  background: linear-gradient(270deg,hsla(0,0%,100%,.05) -.13%,hsla(0,0%,88%,.05) 0,#f5c1a2   49.17%,hsla(0,0%,88%,.05));
}
.slide-item:last-child:before{
  display: none;
}
.slide-icon{
  flex: 0 0 40px;
  width: 40px
}
.slide-content{
  flex: 1
}
.slide-link{
  flex: 0 0 40px;
  width: 40px
}
.slide-icon i{
  font-size: 24px;
  color: var(--primary);
}
.slide-link i{
  font-size: 20px;
  color: var(--c555);
}
.slide-content p{
  margin: 0;
  color: var(--gray);
  font-size: 16px
}
.slide-content h6{
  margin: 0;
  color: var(--dark);
  font-size: 16px;
}

.mobile-menu{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  transform: translateX(-100%);
  transition: all .18s ease-in-out 0s;
  overflow: hidden;
  width: 100%;
}
.menu-content{
  width: 100%;
  max-width: 400px;
  background: #fff;
  box-shadow: 0px -5px 10px #999;
  height: 100vh
}
.mobile-logo{
  padding: 10px 12px;
  margin-bottom:20px;
}
.mobile-logo img{
  width: 169px;
}

.mobile-menu.open{
  transform: translateX(0);
}
.mobile-menu ul a{
  padding: 12px 15px;
  color: var(--black);
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  position: relative
}
.mobile-menu ul a:hover{
  color: var(--primary);
}


video{
  width: 100%;
  height: auto;
  apsect-ratio: 16/9
}

.hero{
  padding-top: 50px;
  line-height: 1.6
}
.hero p.lead{
  font-size: 24px;
  font-weight: 500
}
.grad1, .cd-words-wrapper b{
  background: linear-gradient(to right, #223af2, #ff11c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
}

.box-gray1{
  background: #f2f2f2;
  min-height: 470px;
}
.box-gray2{
  background: #f2f2f2;
  min-height: 630px;
}
.table-skill, .table-skill th, .table-skill td{
  background: transparent;
  font-size: 36px;
  border-color: #333;
  color: #fff;
  padding: 10px 20px;
}
.table-skill td{
  position: relative;
  width: 50%;
  padding-right: 70px;
}
.table-skill td .arrow{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}
.table-skill td .arrow i{
  color: var(--primary);
  font-size: 30px;
  transform: rotate(0deg);
  transition: ease-in-out 0.5s
}
.table-skill td:hover .arrow i{
  transform: rotate(-30deg);
}
.table-skill td .hover{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 24px;
  height: 100%;
  background: var(--dark);
  color: var(--gray);
  z-index: 5;
  transition: ease-in-out 0.5s;
  display: flex;
  align-items: center;
  padding-left: 20px;
  right: 70px;
  opacity: 0;
  line-height: 1.2
}
.table-skill td:hover .hover{
  opacity: 1
}

.rating-box {
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

.rating-box h1 {
  font-size: 60px;
  margin: 0;
}

.stars {
  color: #FFA500;
  font-size: 24px;
  margin: 10px 0;
}

.rating-box p {
  color: #999;
  font-size: 18px;
}

.clutch-logo {
  margin-top: 20px;
  max-width: 100px;
}

.testimonial {
  padding: 20px 25px;
  border-left: 1px solid #e5e5e5;
  background: #f9f9f9;
  height: 100%;
}

.testimonial p {
  font-size: 18px;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}
.testimonial p span{
  font-size: 14px;
  color: #777;
}

.testimonial h3 {
  color: #939393;
  margin-bottom: 20px;
  font-size: 24px
}
.testimonial h6 {
  color: var(--dark);
  margin: 0;
}
.testimonial h6 span{
  color: var(--gray);
  font-weight: 400
}

.testi-content{
  display: flex;
  gap: 10px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}



.info-box1{
  padding: 30px;
  font-size: 18px;
  background: var(--bg-light);
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}
.info-box2{
  padding: 30px;
  font-size: 18px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-direction: column;
  background: linear-gradient(325deg, #f7f7f7 0%, #f5f2f5 17.57%, #fffbfb 34.86%, #f7f7f7 52.23%, #f5f1f1 65.17%, #f7f5f5 97.75%);
}
.info-box2 h3{
  margin: 0
}
.info-box2 p{
  font-weight: 300
}



.accordion-item{
  border: 0;
  border-bottom: 1px solid #ddd;
}
.accordion-button {
  position: relative;
  padding-left: 5px;
  padding-right: 30px;
  font-size: 18px;
  color: var(--gray);
  font-weight: 500
}
.accordion-button:not(.collapsed){
  color: var(--dark);
  font-weight: 500;
  background: transparent;
  box-shadow: none;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button:hover{
  color: var(--primary)
}
.accordion-button .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 24px;
  height: 24px;
}
.accordion-button .arrow img{
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.accordion-button:not(.collapsed) .arrow img {
  transform: rotate(90deg);
  opacity: 0.5
}
.accordion-button::after {
  display: none;
}
#faqAccordion .accordion-body{
  padding-top: 0;
  padding-left: 5px;
}

.schedule-call{
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: center;
  justify-content: space-between
}
.schedule-call div{
  display: flex;
  gap: 20px;
  align-items: center
}
.schedule-call a.btn{
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
}


.pointer{
  cursor: pointer
}

footer.site-footer{
  font-size: 14px;
  background: var(--dark);
  color: #fff
}
.webmaa{
  background: var(--dark);
}
footer h6{
  color: #fff
}
footer a{
  color: #fff
}
footer a:hover{
  color: var(--primary)
}

.list-footer{
  padding: 0;
  margin: 0;
}
.col2{
  column-count: 2
}
.list-footer li{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-footer li a{
  display: block;
  padding: 5px 0
}

footer .btn{

}
footer .btn i{

}

.copyright{
  border-bottom: 1px solid #464646;

}
.copyright p{
  margin: 0;
  padding: 5px;
  font-size: 14px;
}
.copyright-links{
  display: flex;
  align-items: center;
  padding: 0!important;
}
.copyright-links a{
  color: #fff;
  padding: 5px 5px 5px 0
}
.copyright-links a:hover{
  color: var(--primary);
}

.search-btn.c-search-toggler{
  display: none!important;
}

#back2top{
  background: #ccc !important;
  border: 0 !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dark);
  cursor: pointer;
  opacity: 0;
  transition: ease-in-out 1s;
}
#back2top:hover{
  background: var(--primary)!important;
  border: 0!important;
  color: #fff;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline{
  overflow: hidden;
}
/*.cd-headline.slide span {*/
/*  display: inline-block;*/
/*}*/
.cd-headline b{
  font-weight: 500;
}
.cd-headline.slide .cd-words-wrapper {
  /*overflow: hidden;*/
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
}

.cd-headline.slide b.is-visible {
  opacity: 1;
  -webkit-animation: push-in .6s;
  animation: push-in .6s;
  width: 100%
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: push-out .6s;
  animation: push-out .6s
}

a{
  cursor: pointer;
}


/*.cmspage-content-wrapper{padding-top: 83px;}
#page-home .home-container{width: 100%!important; max-width: 100%!important; padding: 0;}
#page-home .home-row{margin: 0;}
#page-home .home-col{padding: 0;}

#page-6 .home-container{width: 100%!important; max-width: 100%!important; padding: 0;}
#page-6 .home-row{margin: 0;}
#page-6 .home-col{padding: 0;}*/
.gifimg{
  display: inline-block;
    width: 130px;
    height: 65px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 10px;
}






@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  60% {
    opacity: 1;
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(-120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(-120%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    transform: translateY(-120%);
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.ytvideo iframe{width: 100%!important; height: auto!important; aspect-ratio: 16 / 9}

.btn-primary.icon-rotate{
  position: relative;
  padding-right: 50px;
}
.btn-primary.icon-rotate img{
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  transition: ease-in-out 0.15s;
  transform: rotate(0deg);
}

.btn-primary.icon-rotate:hover img{
  position: absolute;
  transform: rotate(40deg);
}

.owl_portfolio .item a{
  display: block;
}
.owl_portfolio .item .content .arrow-portfolio{
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  right: 20px;
  font-size: 28px;
  transition: ease-in-out 0.2s;
}
.owl_portfolio .item:hover .content .arrow-portfolio{
  right: 0;
}

.contact-form .contact-button,.contact-form .contact-button:hover,.contact-form .contact-button:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 32px;
  text-align: center;
  width: 100%;
}

.contact-form .contact-button:hover{
  background-color: var(--primary2);
  border: 1px solid var(--primary2);
}

.service-hero h1{
  color: var(--gray);
}
.service-hero h1 span{
  color: #fff;
}

.service-list {
  padding: 0;
  list-style: none;
  margin: 0;
  column-count: 2;
  column-gap: 40px;
}

.service-list li {
  display: block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  list-style: none;
  padding: 0;
  margin: -1px 0 0;
}

.service-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: var(--gray);
  font-size: 20px;
  transition: color 0.3s ease;
  gap: 10px;
}

.service-list li a .number {
  width: 40px;
  color: var(--gray);
}

.service-list li a .text {
  flex: 1;
  color: #fff;
  transition: ease-in-out 0.2s;
}
.service-list li a:hover .text {
  flex: 1;
  color: var(--primary);
}

.service-list li a .arrow {
  width: 40px;
  transition: ease-in-out 0.2s;
  font-size: 24px;

}

.service-list li a:hover .arrow {
  color: var(--primary);
  width: 30px;
}


.link-getintouch{
  color: #fff;
  transition: ease-in-out 0.2s;
}
.link-getintouch:hover{
  color: var(--primary);
}
.link-getintouch img{
  transition: ease-in-out 0.2s;
  margin-left: 10px;
  transform: scale(0.9)
}
.link-getintouch:hover img{
  margin-left: 20px;
  transform: scale(1)
}

.lets-connect .link-getintouch{
  color: var(--dark);
  font-size: 20px;
}
.lets-connect .link-getintouch:hover{
  color: var(--primary);
}

.service-list2{
  padding: 0;
  margin: 0;
}
.service-list2 li{
  display: flex;
  padding: 10px 0;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: -1px 0 0;
}
.service-list2 li .no{
  width: 30px;
  color: var(--gray);
  transition: ease-in-out 0.2s;
}
.service-list2 li:hover .no{
  width: 40px;
}


.about-hero h1{
  color: var(--gray)
}
.about-hero h1 span{
  color: var(--dark)
}
.about-hero blockquote{
  font-size: 30px;
  border-left: 4px solid var(--primary);
  padding-left: 20px;
}
.hero-wrapper{
  max-width: 970px
}
.info-box3{
  padding: 30px;
  font-size: 18px;
  font-weight: 300;
  background: var(--bg-light);
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}
.ck-content blockquote{
  font-style: normal;
}

.fact_grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.fact_grid_item {
  margin: 5px;
  width: calc(20% - 12px);
  background: var(--bg-light);
  padding: 100px 20px 25px;
  height: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 200px
}
.fact_grid_item p {
  font-size: 40px!important;
  font-weight: 500!important;
    margin: 0;
  line-height: 1.2;
  color: var(--primary)
}
.fact_grid_item p span {
  font-size: 20px;
  display: block;
  color: var(--dark);
  padding-top: 4px;
}
.exelecnce-box {
  width: 100%
}
.exelecnce-wrap {
  display: flex;
  position: relative
}
.exelecnce-wrap::before {
  content: '';
  background: #cddde2;
  height: 2px;
  width: 80%;
  position: absolute;
  top: 19.5px;
  left: 10%;
}
.exelecnce-box{
  display: flex;
  flex-direction: column;
}
.exelecnce-box h4{
  font-size: 60px;
  font-weight: 500;
    line-height: 40px;
  text-align: center;
  color: #F2F2F2;
  position: relative;
  margin-bottom: 18px;
}
.exelecnce-box h4::before{
  content: '';
  background: var(--primary);
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}
.exelecnce-box ul {
  text-align: center;
}
.exelecnce-box h5 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 8px;
}
.exelecnce-box ul li {
  display: block;
  position: relative;
  text-align: center
}

.info-box4{
  padding: 30px;
  font-size: 18px;
  font-weight: 300;
  background: var(--bg-light);
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}
.container-3box{
  max-width: 1000px;
  margin: 0 auto
}
.about-ceo-sec h4 {
  font-size: 28px;
  color: #fff;
}

.about-ceo-sec h6 {
  font-size: 16px;
}

.about-ceo-sec p {
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}


.about-ceo-desk {
  padding: 11px 0
}
.two-border{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#page-8 .bg-white.lets-connect, #page-7 .bg-white.lets-connect{
  background: #f2f2f2!important;
}

.loved-by{
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.loved-by .lovers{
  display: flex;
  padding-left: 15px;
}
.loved-by a{
  display: inline-flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: ease-in-out 0.2s;
  margin-left: -15px;
}
.loved-by a:hover{
  z-index: 2;
  transform: scale(1.1)
}
.loved-by a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-dark{background: var(--dark)!important;}
.career-table-wrap{overflow: hidden;}
.borderless {border: 0!important;  background: var(--dark)}
.borderless  tbody tr td{line-height: 1!important; background: var(--dark); padding-top: 0; padding-bottom: 0;}
.borderless  tbody tr  td:first-child{width: 40%!important; padding-left: 0;}
.borderless  tbody tr  td:last-child{padding-right: 0;}


/*@media all and (min-width: 1400px){*/
/*.borderless tbody tr td .row{height: 480px; overflow: hidden;}*/
/*}*/
/*@media all and (max-width: 1399px){*/
/*.borderless tbody tr td .row{height: 480px; overflow: hidden;}*/
/*}*/
/*@media all and (max-width: 1100px){*/
/*.borderless  tbody tr  td:first-child,*/
/*.borderless  tbody tr  td:last-child{width: 100%!important; display: block;}*/
/*.borderless tbody tr td .row{height: auto;}*/
/*}*/

strong{
  font-size: 600!important;
}
.item-onboardbox{
  text-align: left;
  background: var(--bg-light);
  padding: 20px;
  height: 100%
}
.item-onboardbox .no{
  display: inline-block;
  width: 74px;
  margin: 0 auto;
  font-size: 60px;
  line-height: 60px;
  color: #F2F2F2;
  font-weight: bold;
  position: relative;
}
.item-onboardbox .no:before{
  content: '';
  width: 15px;
  height: 15px;
  border-radius: var(--rad50);
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.item-onboardbox h6{
  font-size: 18px;
  font-weight: 500;
    margin: 20px 0;
}
.item-onboardbox p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
}
.hireateam #faqAccordion .accordion-body, .hireateam .accordion-button{
  padding-left: 20px;
}

.footer-company-dtls p{
  display: flex;
  gap: 10px;
}
.footer-company-dtls p svg{
  padding-top: 2px;
  width: 24px;
  flex: 0 0 24px;
}
footer .widget__title{
  color: #fff;
  font-size: 20px;
}
.footer_menu_col .col-lg-3.col-md-3.col-sm-6.col-12{
  width: 100%;
}
.footer_menu_col ul li{
  display: block;
}
.footer_menu_col ul li a{
  display: block;
  padding: 5px 0;
  font-size: 15px;
}
.footer_menu_col ul{
  column-count: 3;
  padding: 0;
  margin: 0;
}


.contact-box{
  padding: 25px;
  background: #141414;
  border-radius: var(--rad);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 270px;
  font-size: 20px;
  font-weight: 500;
}
.contact-address-box{
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 800px;
}
.contact-address-box div{
  width: 50%;
  flex: 0 0 50%
}
.contact-direction{
  font-size: 24px;
  font-weight: 500;
}
.contact-direction img{
  transition: ease-in-out 0.2s;
  transform: scale(1);
}
.contact-direction:hover img{
  transform: scale(1.1);
}
.navbar-expand-lg .navbar-nav .nav-item:last-child a, .navbar-nav .nav-item:last-child.active .nav-link{
  color: var(--white)
}





.page-sidebar .page-sidebar{margin-top: 0}

.work-page h6{
  font-weight: 600;
  text-transform: uppercase
}
.work-box{
  background: #f2f2f2;
  padding: 20px;
}
.work-box h6{
  margin-bottom: 10px;
}
.work-box p{
  margin-bottom: 20px;
}
.work-box .tools p{
  margin-bottom: 0;
}
.work-nav{
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
}
.work-navigation{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.work-navigation a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 30px;
  border-radius: 30px;
  background: #f2f2f2;
  color: var(--dark);
  transition: ease-in-out 0.2s;
  font-size: 16px;
  font-weight: 500;
}
.work-navigation a:hover, .work-navigation a.active{
  background: var(--primary);
  color: #fff;
}
.sitemap-page h2{margin-bottom: 30px;}
.sitemap-page h2 a{color: var(--dark);}
.sitemap-page h2 a:hover{color: var(--primary);}

.sitemap-list {
  padding: 0;
  list-style: none;
  margin: 0;
  column-count: 2;
  column-gap: 40px;
}

.sitemap-list li {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: -1px 0 0;
}

.sitemap-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: var(--dark);
  font-size: 20px;
  transition: color 0.3s ease;
  gap: 10px;
}

.sitemap-list li a .no {
  width: 40px;
  color: var(--gray);
}

.sitemap-list li a .text {
  flex: 1;
  color: var(--dark);
  transition: ease-in-out 0.2s;
}
.sitemap-list li a:hover .text {
  flex: 1;
  color: var(--primary);
}

.sitemap-list li a .arrow {
  width: 40px;
  transition: ease-in-out 0.2s;
  font-size: 24px;

}

.sitemap-list li a:hover .arrow {
  color: var(--primary);
  width: 30px;
}

.page-intro {height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;}

.page-intro .bg-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 0;}
.page-intro .container{position: relative; z-index: 5;}
.page-intro h3{color: #fff; margin: 0;}

.career-box{
  padding: 25px;
  background: #141414;
  border-radius: var(--rad);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 320px;
  font-size: 20px;
  font-weight: 500;
}


.owl-carousel.owl_career_testimonial .owl-stage {
  display: flex;
}

.owl-carousel.owl_career_testimonial .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9f9f9; /* optional for visual alignment */
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.owl-carousel.owl_career_testimonial .testi_img{width: 75px; height: 75px; border-radius: 50%; overflow: hidden; margin-bottom: 10px;}
.owl-carousel.owl_career_testimonial .testi_img img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.owl-carousel.owl_career_testimonial h6 {
  margin-top: 15px;
}
.owl-carousel.owl_career_testimonial h6 span{
  color: var(--gray);
  font-weight: 300;
}
.owl-carousel.owl_career_testimonial p.lead {
  flex-grow: 1;
  margin-bottom: 15px;
}

.photo-grid{display:flex; gap: 20px;}
.photocol1, .photocol2,.photocol4{width: 20%; flex: 0 0 20%}
.photocol3{flex: 1}
.photocol.photocol3 img{object-fit: cover; width: 100%; height: 100%;}

.contact-form-group{margin-bottom: 15px;}
.contact-button{margin-top: 30px;}

footer.post__footer{margin: 20px 0;}

footer.post__footer .row{margin-left: -20px; margin-right: -20px;}
footer.post__footer .row .col-12{padding-left: 20px; padding-right: 20px;}

.new-item-shar{text-align: right;}


.video-wrapper {
  position: relative;
}

#playPauseBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  width: 66px; 
  height: 66px; 
  text-align: center; 
  line-height: 66px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Hide button by default when playing */
.video-wrapper.playing #playPauseBtn {
  opacity: 0;
}

/* Show button when hovering over video-wrapper */
.video-wrapper:hover #playPauseBtn {
  opacity: 1;
}

#myVideo {
  display: block;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    z-index: 1;
  }

  .marquee-track {
  display: inline-flex;
  animation-play-state: running;
  
}

.marquee-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 200px;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.marquee-container:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  width: 200px;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}



  .rtl {
    animation: scroll-rtl 30s linear infinite;
  }

  .ltr {
    animation: scroll-ltr 45s linear infinite;
  }

  .marquee-container:hover .marquee-track {
    animation-play-state: paused;
  }

  .marquee-track img {
    height: 50px;
    margin: 0 15px;
    opacity: 0.65
  }

  @keyframes scroll-rtl {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes scroll-ltr {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }





/*responsive*/

@media screen and (min-width: 768px){

}


@media screen and (max-width: 1300px){
  .container{
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1199px){

}

@media screen and (max-width: 1024px){
  .matrix-banner-row{
    gap: 30px
  }
}

@media screen and (min-width: 992px){

}

@media screen and (max-width: 991px){
  .collapse.navbar-collapse{
    background: #fff;
    box-shadow: 0 6px 15px #1818182e;
    border-radius: 10px;
  }
  .navbar-nav{
    padding: 20px 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item{
    margin: 0;
  }
  header.main-top-header,header.main-top-header.fixed-top{
    padding: 12px 0;
    position: fixed!important;
    opacity: 1!important
  }

  .inner-banner{
    height: auto
  }
  .mobile-menu ul a.btn{
    max-width: 150px;
    background: transparent;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    margin: 10px 0 0 14px;
  }
  .mobile-menu ul a.btn:hover,.mobile-menu ul a.btn:active,.mobile-menu ul a.btn:focus{
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white);
  }
  .service-list, .sitemap-list {
    column-count: 1;
    column-gap: 0;
  }
  

}
@media screen and (max-width: 860px){
  .table-skill{
    border-bottom: 1px solid #333
  }
  .table-skill tr td{
    display: block;
    width: 100%;
    border-top: 1px solid #333
  }
  .table-skill.table-bordered>:not(caption)>*{
    border-width: 0
  }
  .fact_grid_item {
    width: calc(50% - 12px);
    min-height: 150px
  }
  
  .photo-grid{flex-direction: column;}
.photocol1, .photocol2,.photocol4,.photocol3{width: 100%; flex: 0 0 100%}


}
@media screen and (max-width: 767px){
  h1, h2.h2{
    font-size: 30px;
    line-height: 1.3;
  }
  h2{
    font-size: 26px
  }
  .inner-banner h1{
    font-size: 30px
  }
  h3{
    font-size: 24px
  }
  h4{
    font-size: 22px
  }
  h5{
    font-size: 20px
  }
  h6{
    font-size: 18px
  }
  .lead-lg{
    font-size: 18px!important;
    margin-bottom: 20px;
    line-height: 1.4
  }
  .lead{
    font-size: 16px!important;
    margin-bottom: 18px;
    line-height: 1.4
  }
  
  .work-navigation a{
      padding: 4px 20px;
      font-size: 16px;
    }
    .contact-address-box{flex-direction: column}
    .contact-address-box div{width: 100%; flex: 0 0 100%;}
    .contact-address-box span img{width: 100%;}
    .contact-direction{font-size: 20px;}

}

@media screen and (min-width: 601px){
    .post__horizontal .post__content-wrap{padding-top: 0}
}
@media screen and (max-width: 600px){
    .post__horizontal .post__content-wrap{padding: 0}
  .copyright-links{
    flex-wrap: wrap;
  }
  .copyright-links a{
    padding: 5px 10px
  }
  .table-skill, .table-skill th, .table-skill td{
    font-size: 16px
  }
  .table-skill td .hover{
    font-size: 14px
  }
  .table-skill td .arrow i{
    font-size: 20px
  }
  .testimonial{
    padding: 20px;
    border: 0;
  }
  .testimonial h3{
    font-size: 24px
  }
  .schedule-call div{
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 7px
  }
  .schedule-call h4 span{
    font-size: 16px
  }
  h1.call img{
    width: 50px
  }
  .contact-form{
    padding: 20px
  }
  .fact_grid_item {
    width: 100%;
    min-height: 150px;
  }

  .about-hero blockquote {
    font-size: 18px;
    padding-left: 15px;
  }

  .exelecnce-wrap::before{
    display: none;
  }
  .exelecnce-wrap{
    flex-wrap: wrap;
  }
  .exelecnce-box{
    margin-bottom: 20px;
  }
  .exelecnce-box h4{
    margin-bottom: 0;
  }

  .about-ceo-sec h4{
    font-size: 18px;
  }
  .post__horizontal{
    flex-direction: column;
    gap: 20px;
  }

}
@media screen and (max-width: 575px){
  header.main-top-header, header.main-top-header.fixed-top {
    padding: 10px 0 ;
    position: fixed !important;
    opacity: 1 !important;
  }
  .footer-logo{
    max-width: 200px
  }

  .hero{
    padding-top: 20px
  }
  .hero h1{
    font-size: 25px;
  }
  .hero p.lead{
    font-size: 16px!important
  }
  .btn{
    font-size: 15px;
  }
  .btn.btn-sm{
    font-size: 13px;
  }
  .btn-lg{
    font-size: 17px!important;
  }
  .lead-lg{
    margin-bottom: 15px;
    font-size: 17px;
  }
  .lead{
    margin-bottom: 15px;
    font-size: 16px!important;
  }
  .testimonial p {
    font-size: 1rem;
  }
  .info-box1{
    padding: 20px;
    font-size: 16px;
    gap: 5px;
  }
  .info-box3, .info-box4{
    padding: 20px;
    font-size: 16px;
  }
  .info-box2{
    padding: 20px;
    font-size: 16px;
    gap: 20px;
  }
  .accordion-button{
    font-size: 16px;
  }
  .service-list li a,.sitemap-list li a{
    padding: 8px 0;
  }
  .service-list2 li{padding: 11px 0;}
  .service-list li a,.service-list2 li, .sitemap-list li a{
    font-size: 16px; 
  }
  .sitemap-list li a .arrow, .service-list li a .arrow{font-size: 20px;}
  
  .service-list li a .number, .service-list li a .arrow, .sitemap-list li a .arrow, .sitemap-list li a .no{
    width: 30px;
  }
  
  .lets-connect .link-getintouch{
    font-size: 16px;
  }
  .footer_menu_col ul{
    column-count: 2;
  }
  .post__vertical--single .post__meta{
    display: none;
  }
  .work-nav{top: 64px;}
  .work-navigation a{
      padding: 3px 15px;
      font-size: 14px;
    }
    .sitemap-page h2{margin-bottom: 20px;}
    #page-wrap {
        padding-top: 65px;
    }
    
    .marquee-track img {
    height: 30px;
    margin: 0 10px;
  }
  .marquee-container:before,.marquee-container:after {
  width: 70px;
}
}








