* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: ltr;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}
@font-face {
  font-family: dehghan;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/travel-bold.woff2-bbb24413.woff2) format("woff2"),
    url(../fonts/travel-bold-4edf9c7b.woff) format("woff"),
    url(../fonts/travel-bold-e7a0564c.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-bold-398e0943.ttf) format("truetype")
}

@font-face {
  font-family: dehghan;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/travel-regular.woff2-5d2979c4.woff2) format("woff2"),
    url(../fonts/travel-regular-588b6fcf.woff) format("woff"),
    url(../fonts/travel-regular-7ab3eea7.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-regular-e2638a27.ttf) format("truetype")
}

@font-face {
  font-family: dehghan;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/travel-black.woff2-41970917.woff2) format("woff2"),
    url(../fonts/travel-black-4557273d.woff) format("woff"),
    url(../fonts/travel-black-9f9cc3e5.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-black-fa7c68fd.ttf) format("truetype")
}
body {
  direction: rtl !important;
  font-family: dehghan, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, sans-serif;
  font-feature-settings: "ss01";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #f4f3f3;
}
.header {
  border-radius: 2px;
  background-color:#fff;
  box-shadow: 0px 1px 25.92px 1.08px rgba(0, 0, 0, 0.05);
}
.logo{
  position: relative;
  z-index: 20;
}
.hamburger-menu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  position: relative;
  background-color: rgb(28, 57, 187);
  width: 47px;
  height: 91px;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.hamburger-menu span {
  height: 2px;
  width: 25px;
  background-color: #fff;
  margin: 3px 0;
  transition: all 0.3s ease;
}
.hamburger-menu.active{
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* Fullscreen Menu Styles */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 57, 187, 0.83);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.fullscreen-menu ul {
  list-style: none;
}

.fullscreen-menu ul li {
  margin: 20px 0;
  text-align: center;
}

.fullscreen-menu ul li a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 600;
}

.fullscreen-menu ul li a:hover {
  color: #ccc;
}

/* Change hamburger to X when active */
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
  background-color: white;
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
  background-color: white;
}

.fullscreen-menu.active {
  visibility: visible;
  opacity: 1;
}

/* Disable scrolling when menu is active */
body.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #searchModal .modal-xl {
    max-width: 100%;
    margin-top: 0px !important;
  }
  #searchModal  .modal-content {
    border-radius: 0 0 25px 25px;
    border: none !important;
  }
}
.btn.btn-ls-blue.rounded-pill {
  background-color: #1c39bb;
  color: #fff;
}
.search-input.form-control {
  box-shadow: none !important;
  border-radius: 25px;
}
.img-sprite{
  background: url('../images/slices.png') no-repeat;
}
.icon-search{
  background-position: -7px -6px;
	width: 18px;
	height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.icon-lng{
  background-position: -32px -6px;
	width: 19px;
	height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.btn.search {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.flex-link {
  justify-content: flex-end;
}
.custom-select {
  position: relative;
  cursor: pointer;
}
.select-selected {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-items {
  position: absolute;
  background-color: white;
  width: 100%;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  border-radius: 5px;
  min-width: 150px;
}
.select-items div {
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-title{
  color: #1c39bb;
  font-weight: 600;
  font-size: 18px;
}
.sub-title{
  color: #595959;
}
.sub-tilte .highlight {
  display: inline-block;
  background-color: #bcf416;
  line-height: 1.4;
}
.icon-more{
  background-position:-7px -32px;
	width: 15px;
	height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.link-more {
  border: 0.5px solid rgb(170, 170, 170);
  background-color: #fff;
  width: 193px;
  height: 49px;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-weight: 600;
  color: #1c39bb;
  direction: ltr;
  transition: all 0.2s linear;
}
.link-more:hover{
  background-color: #1b42f0;
  color: #fff;
}
.section  .row-pro:nth-child(even) .img-col img {
  border-radius: 0 999px 999px 0;
}
.section  .row-pro:nth-child(odd) .img-col img {
  border-radius:  999px 0 0 999px;
}

.hot-ideas-wrap li {
  list-style: none;
}
.hot-idea {
  height: 100%;
  margin: 8px 0 !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}
.hot-idea::after {
  content: '';
  display: block;
}
.hot-idea-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hot-ideas-wrap li img {
  width: 100% !important;
}
.hot-idea img {
  display: block;
  height: 100%;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  border-radius: 17px;
  object-fit: cover;
}
.hot-idea-title {
  position: absolute;
  z-index: 2;
  height: 40px;
  border-radius: 25px;
}
.hot-idea-title  span{
  color: #fff;
  font-size: 12px;
  background-color: #1c39bb;
  padding: 10px;
  font-weight: 500;
  border-radius: 25px;
}
.hot-idea-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 1;
}
.hot-idea-button i{
  background-position:-97px 0;
	width: 59px;
	height: 61px;
  display: inline-block;
  vertical-align: middle;
}
.hot-idea-button {
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: 1;
}
li.hot-ideas-col:nth-child(1) .hot-idea-title {
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
}
li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(1) .hot-idea-title{
  left: 10px;
  bottom: 0;
}
li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(2) .hot-idea-title{
  left: 10px;
  bottom: 0;
}
li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(3) .hot-idea-title{
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
}
li.hot-ideas-col:nth-child(3) .hot-idea-title {
  left: 10px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
 .owl-slider .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    right: 10%;
    bottom: 23%;
  }
  .copy {
    background: url('../images/copy.png') no-repeat;
    background-size: 100% 100%;
    font-size: 11px;
    color: #fff;
    height: 98px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
  }
  .c-right {
    font-size: 14px;
  }
  .set > span i {
    display: none;
  }
  .text-service{
    padding: 0 30px;
  }
  .section  .row-pro:nth-child(even){
    direction: ltr;
  }
  li.hot-ideas-col:nth-child(1) > a::after {
    padding-bottom: 445px;
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(1)::after {
    padding-bottom: 220px;
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(2)::after {
    padding-bottom: 220px;
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(3)::after {
    padding-bottom: 210px;
  }
  li.hot-ideas-col:nth-child(3) > a::after {
    padding-bottom: 445px;
  }
  li.hot-ideas-col:nth-child(1) {
    width: 20%;
    float: right;
    margin-left: 1%;
  }
  li.hot-ideas-col:nth-child(2)  {
    width: 39%;
    float: right;
    margin-left: 1%;
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(1){
    width: 48%;
    float: right;
    margin-left: 1.5% !important; 
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(2){
    width: 48%;
    float: right;
    margin-right: 1.5% !important; 
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(3){
    width: 100%;
    float: right;
  }
  li.hot-ideas-col:nth-child(3)  {
    width: 39%;
    float: right;
  }
}

@media screen and (max-width: 767.99px) {
  .text-xs-center{
    text-align: center;
  }
  .owl-logo .item a {
    width:90px;
    height: 90px;
    padding: 10px;
  }
  .copy{
  text-align: center;
  }
  .c-left {
    font-size: 10px !important;
    text-align: center !important;
    line-height: 1.2;
  }
  .c-left .bld{
    font-size: 10px !important;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
    border-bottom: 1px solid #a5a7a961;
  }
  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .back-to-top {
    left: 34px !important;
  }
  .footer {
    background: #152d94 url('../images/bg-footer.png') no-repeat;
    background-size: auto;
    background-size: contain;
  }
  .mt-xs-15{
    margin-top: 15px;
  }
  .section  .row-pro {
    margin-top: 50px !important;
  }
  .section  .row-pro .img-col{
    margin-top: 50px !important;
    }
  .section  .row-pro:nth-child(even)  .img-col{
  text-align: left;
  }
  .img-col img {
    max-width: 80%;
  }
  .img-col{
    margin-top: 15px;
  }
  li.hot-ideas-col:nth-child(1) > a::after {
    padding-bottom: 300px;
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(1)::after {
    padding-bottom: 220px;
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(2)::after {
    padding-bottom: 220px;
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(3)::after {
    padding-bottom: 210px;
  }
  li.hot-ideas-col:nth-child(3) > a::after {
    padding-bottom: 300px;
  }
  li.hot-ideas-col:nth-child(1) {
    width: 100%;
    float: right;
  }
  li.hot-ideas-col:nth-child(2)  {
    width: 100%;
    float: right;

  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(1){
    width: 48%;
    float: right;
    margin-left: 1.5% !important; 
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(2){
    width: 48%;
    float: right;
    margin-right: 1.5% !important; 
  }
  li.hot-ideas-col:nth-child(2) .hot-idea:nth-child(3){
    width: 100%;
    float: right;
  }
  li.hot-ideas-col:nth-child(3)  {
    width: 100%;
    float: right;
  }
}
.icon-service {
  height: 50px;
  text-align: center;
}
.icon-service img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}
.title-service {
  color: #1c39bb;
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
}
.text-service {
  color: #737373;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  min-height: 80px;
}
.owl-logo .item{
  margin: 15px;
}
.owl-logo .item a {
  display: flex !important;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 11.83px 1.17px rgba(0, 0, 0, 0.18);
}
.owl-logo .item a img {
  object-fit: contain;
  max-width: 100%  !important;
  max-height: 100% !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1336px;
}
.owl-next {
  margin: 0 !important;
  background: url('../images/arrow.png') !important;
  width: 13px;
  height: 24px;
  position: absolute;
  right: -20px;
  top: 40%;
}
.owl-prev {
  margin: 0 !important;
  background: url('../images/arrow.png') !important;
  transform: rotate(180deg);
  width: 13px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 40%;
}
.brnd-section {
  border-radius: 50px;
  box-shadow: 0px 0px 240px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #4a4a4a;
  background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
  background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 2px 3px;
  border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #1c39bb
}
.footer-top {
  background: url('../images/info-bg.jpg');
  background-size: cover;
  background-position: right;
  color: #fff;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}
.d-block.main-itle-about {
  font-size: 26px;
}
.map-icon{
  background-position: -31px -45px;
	width: 14px;
	height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.tel-icon{
  background-position:  -49px -45px;
	width: 16px;
	height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.mail-icon{
  background-position:  -71px -46px;
	width: 16px;
	height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.footer{
  margin-top: -100px;
  color: #fff;
}
.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 11px;
  width: 39px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.sotial-footer li a img {
  object-fit: contain;
  max-width: 23px;
}
.sotial-footer a {
  display: block;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
}
.sotial-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.sotial-footer a span {
  padding: 0;
  display: block;
  border-radius: 100%;
}
.sotial-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}

.sotial-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.sotial-footer a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .owl-logo .item a {
    width: 135px;
    height: 135px;
    padding: 30px;
  }
  .footer{
    background: url('../images/bg-footer.png') no-repeat;
    background-size: 100% 100% !important;
  }
  .sotial-footer ul li{
    margin: 0 10px;
  }
  .text-li {
    padding-left: 100px;
  }
  .title-footer {
    margin-bottom: 13px !important;
  }
}
.text-li {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  color: #ffffff94;
}
.footer-contact li {
  display: block;
  margin-bottom: 10px;
}
.icon-li {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
}
.set > span {
  font-size: 14px;
  display: block;
  position: relative;
  color: #fff;
}
.lnk-footers {
  padding-right: 0;
}
.lnk-footers li {
  line-height: 2.1;
  position: relative;
  list-style-type: none !important;
}
.lnk-footers li a {
  color: #ffffff94;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.2s linear;
}
.lnk-footers li a:hover{
  color: #fff;
}
.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width:991.99px) {
.owl-stage {
  padding-right: 0 !important;
}
}
@media screen and (min-width: 992px) {
  .accordion-container .col-md-4 {
    justify-content: flex-end;
    display: flex;
  }
}
.call {
  color: #fff;
  display: inline-block;
  direction: ltr;
  font-size: 14px;
}
.row-link-footer {
  border-top: 1px solid #ccccccbf;
  padding-top: 20px;
}
.title-footer {
  font-weight: 600;
}
.text-li .bld {
  color: #fff;
  font-weight: 600;
}

.copy  .bld{
  font-weight: 600;
  font-size: 13px;
}
.back-to-top {
  background: url('../images/top.png') no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 11.5%;
  top: -14px;
  cursor: pointer;
}
.container-fluid {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
}
.call:hover{
  color: #fff;
}
img{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section img:hover,.owl-logo img:hover,.icon-service img:hover,.about-section img:hover{
  opacity: 0.7;
  cursor: pointer;
}
.hot-idea:hover img{
  opacity: 0.7;
  cursor: pointer;
}
.owl-slider .owl-next {
  margin: 0 !important;
  background: url("../images/nav.png") !important;
  width: 23px;
  height: 24px;
  right: 10%;
  transform: rotate(180deg);
}
.owl-slider .owl-prev {
  margin: 0 !important;
  background: url("../images/nav.png") !important;
  width: 23px;
  height: 24px;
  left: 10%;
  transform: rotate(0);
}