/**************** Login page******************/
@media only screen and (max-width: 767px) {
  .loginContent .LoginPanel {
    width: 100% !important;
  }

  .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: nowrap;
  }

  .loginContent .dnnFormLabel {
    display: block !important;
    text-align: left !important;
  }
}

form[action*="/Login?returnurl"] .loginContent .LoginPanel {
  width: 500px !important;
}

form[action*="/Login?returnurl"]
  .loginContent
  .dnnFormItem
  .dnnLoginRememberMe {
  white-space: inherit;
}

form[action*="/Login?returnurl"] .loginContent .dnnFormLabel {
  display: inline-block !important;
  text-align: left !important;
}

.registerGroup ul,
.registerGroup li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.registerGroup,
.loginGroup {
  display: inline-block;
}

.registerGroup a,
.loginGroup a,
.registerGroup a:link,
.loginGroup a:link,
.registerGroup a:active,
.loginGroup a:active,
.registerGroup a:visited,
.loginGroup a:visited {
  color: inherit;
}

.loginContent a,
.loginContent a:link {
  color: #333;
}

.loginContent a.dnnPrimaryAction {
  color: #fff;
}

.loginContent a:hover {
  text-decoration: none;
}

/**************** register page******************/
@media only screen and (max-width: 767px) {
  .dnnRegistrationForm {
    min-width: inherit !important;
  }

  .dnnRegistrationForm .dnnForm {
    width: 100%;
  }

  .dnnRegistrationForm .dnnFormLabel {
    display: block !important;
    text-align: right !important;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
    display: block !important;
    float: none !important;
    text-align: right !important;
    width: 100%;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
    left: auto !important;
    position: static !important;
    margin-right: 5px !important;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem {
    padding: 0 !important;
    margin: 0 !important;
  }

  .dnnRegistrationForm .dnnFormItem input[type="text"],
  .dnnRegistrationForm .dnnFormItem input[type="password"],
  .dnnRegistrationForm .dnnFormItem input[type="email"],
  .dnnRegistrationForm .dnnFormItem input[type="tel"],
  .dnnRegistrationForm .dnnFormItem select,
  .dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

/**************** Password page******************/
@media only screen and (max-width: 767px) {
  .dnnSendPasswordContent {
    width: auto !important;
  }

  .dnnSendPasswordContent .dnnLabel {
    display: block !important;
    width: 100% !important;
    text-align: right;
  }

  .dnnSendPasswordContent a.dnnFormHelp,
  .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
  .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
    position: static;
  }

  .dnnSendPasswordContent input[type="text"],
  .dnnSendPasswordContent input[type="password"],
  .dnnSendPasswordContent input[type="email"],
  .dnnSendPasswordContent input[type="tel"],
  .dnnSendPasswordContent select,
  .dnnSendPasswordContent textarea {
    width: 90%;
    margin-bottom: 10px !important;
  }

  .dnnSendPasswordContent ul.dnnActions {
    padding: 0 !important;
  }
}
/*footer*/
footer.footer .dngTextBox,
.footer-logoin {
  display: inline-block;
}

/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
  font-size: 12px;
  color: #973939;
  text-decoration: none;
  font-weight: normal;
}

A.CommandButton:hover {
  color: #973939;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
  color: #000;
  text-decoration: underline;
}

.FileManager A:hover {
  color: #000;
  text-decoration: none;
}
/* ********** Pane Style ************** */
.DNNEmptyPane {
  display: none;
}

#dnn_ControlPanel #dnnCPWrap {
  filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
  color: #328dde !important;
}

form#Form {
  height: 100%;
}

.ModuleTitle_SubMenu {
  z-index: 9999 !important;
}
/* ********** Pane Style End ************** */

/*dnn*/
.dnnEditState .actionMenu {
  z-index: 1 !important;
  display: block !important;
}

#Body[style*="margin-left: 80px"] {
  position: relative;
}

#Body[style*="margin-left: 80px"]
  .dng-main.Wide
  .header-replace.header-position,
#Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
#Body[style*="margin-left: 80px"]
  .dng-main.Wide
  .sticky-fixed
  .floating-nav.floating-nav-sticky {
  right: 80px;
  width: auto;
  left: 0;
}

#Body[style*="margin-left: 80px"] .headersidenav {
  right: 80px;
}

#Body[style*="margin-left: 80px"] .leftslidemenu.active {
  right: 80px;
}

#Form.showControlBar {
  position: relative;
}

.dnnEditState .overlay-panel-content {
  position: relative !important;
  display: block !important;
  z-index: 99 !important;
  overflow: visible;
  width: 100%;
}

.dnnEditState .overlay-panel-content:before {
  position: absolute;
}

.dnnEditState .overlay-panel-content .overlay-panel-close {
  position: absolute;
}

.dnnEditState .overlay-panel-content .dng_animate_visible,
.cke_editable .dng_animate_visible {
  opacity: 1;
}

.dnnEditState .side-panel-box.side-panel .side-panel-main {
  min-height: 100vh;
}

.dnnEditState .side-panel {
  position: relative !important;
  right: auto !important;
  left: 0 !important;
  top: 0 !important;
  visibility: visible !important;
  display: inline-block;
  z-index: 100 !important;
}

#PageTemplate_Modal .modal-body {
  height: calc(100% - 65px);
}

#PageTemplate_Modal .close {
  position: absolute;
  left: 4px;
  top: -3px;
  font-size: 35px;
}

#setting-message-info {
  position: fixed;
  left: 25px;
  top: 25px;
  z-index: 10001;
  display: none;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #32373c;
}

#setting-message-info .fa {
  border-width: 2px;
  border-style: solid;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
}

#setting-message-info-full {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10000001;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}

#setting-message-info-full .waitaminute-message {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-top: -30px;
}

#setting-message-info-full .cog {
  position: relative;
  display: inline-block;
  width: 60px;
  line-height: 1;
  margin-bottom: 10px;
}

#setting-message-info-full .cog .fa-cog {
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
  background-size: cover;
}

#setting-message-info-full .cog .fa-cog::before {
  content: none;
}

#setting-message-info-full .cog .icon1 {
  -webkit-animation: rotatemessage-r 5s infinite linear;
  animation: rotatemessage-r 5s infinite linear;
}

#setting-message-info-full .cog .icon2 {
  position: absolute;
  font-size: 0.5em;
  top: 0;
  -webkit-animation: rotatemessage 3s infinite linear;
  animation: rotatemessage 3s infinite linear;
}

#setting-message-info-full .cog .icon3 {
  position: absolute;
  font-size: 0.5em;
  bottom: 0;
  -webkit-animation: rotatemessage 3s infinite linear;
  animation: rotatemessage 3s infinite linear;
}

/* Animations */
@-webkit-keyframes rotatemessage {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatemessage {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatemessage-r {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotatemessage-r {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.DNNEmptyPane {
  display: none !important;
}

/*pane name*/
.dnnEditState .edit-panename {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  user-select: none;
  color: #cdcdcd;
  font-size: 18px;
  font-weight: bold;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

/*SkinPlugin*/
.SkinPlugin_icon {
  display: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) {
  position: fixed;
  top: 20%;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  text-align: left;
  white-space: pre;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon) {
  left: 80px;
}

.SkinPluginPro_icon:not(.sidebarIcon) a {
  display: inline-flex;
  flex-direction: row-reverse;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  background-color: #20a3f0;
  text-align: center;
  border-radius: 0 4px 4px 0;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) span {
  color: #fff;
  max-width: 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
}

.SkinPluginPro_icon:not(.sidebarIcon) i {
  font-size: 16px;
  color: #fff;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
}

.SkinPluginPro_icon:not(.sidebarIcon) i::before {
  content: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) a:hover span {
  max-width: 160px;
  padding-right: 10px;
}

.SkinPluginPro_icon:not(.sidebarIcon) a {
  background-image: url(resource/images/cog.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme {
  background-position: left -3px top -30px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page {
  background-position: left -3px top 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import {
  background-position: left -3px top -60px;
}

.btn-plugin.btn-plugin-headerlayout {
  width: 40px;
  height: 40px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(0, 172, 214, 0.8);
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in;
}

.btn-plugin.btn-plugin-headerlayout span,
.btn-plugin.btn-plugin-headerlayout i {
  display: none;
}

.btn-plugin.btn-plugin-headerlayout:hover {
  background-color: rgb(0, 172, 214);
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  height: auto !important;
}

.col-md-12 {
  float: none !important;
}

#dnn_content .dnnForm.dnnLogin {
  padding-top: 100px;
}

.dnnModuleDigitalAssetsBackground,
.dnnModuleDigitalAssetsBackground *,
.dnnModuleDigitalAssetsBackground *::after,
.dnnModuleDigitalAssetsBackground *::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dnnModuleDigitalAssetsBackground caption {
  padding: 0;
}

:focus-visible {
  outline: none !important;
}
/****************************ezweb***********************/
div#row-669714 {
  text-align: center;
}
span.footer-title-span {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
}
ul.footer-list-style li,
.submenu.Menu ul li {
  list-style: square !important;
  transition: all ease-in-out 300ms;
}
div#row-914234,
div#row-924862 {
  padding: 50px 0 30px;
}
.footer-icon {
  float: right;
  width: 15%;
}
p.footer-text {
  color: #eee;
  margin: 0;
  font-size: 14px;
}
footer.footer .dngTextBox,
.footer-logoin {
  display: block !important;
}
.dngTextBox ul.footer-list-style li a,
ul.footer-list-style li a,
ul.footer-list-style li span {
  color: #cccccc;
  transition: all ease-in-out 300ms;
  line-height: 2;
}
.dngTextBox ul.footer-list-style li,
ul.footer-list-style li {
  text-align: right;
  font-size: 14px;
  color: var(--accent-color);
  transition: all ease-in-out 300ms;
}
ul.footer-list-style li:hover,
.submenu.Menu ul li:hover {
  margin-right: 5px;
  transition: all ease-in-out 300ms;
}
p.footer-text {
  color: #eee;
}
p {
  text-align: justify;
  line-height: 2.2;
  font-size: 15px;
}
/************************************/
div#ourteam-carouselNOyeTE7 {
  z-index: 1;
}
#about-main .law03-imgbox::before {
  content: "";
  position: absolute;
  border: 12px solid #ee2e2a1c;
  top: 170px;
  right: -23px;
  left: 300px;
  bottom: -240px;
  z-index: -1;
}
.ourteam-carousel01 {
  margin: 0 -5px;
  z-index: 1;
}
#about .law03-imgbox .cont {
  background-color: #ee2e2a;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #fff;
  max-width: 80%;
  right: -21px;
  bottom: -16px;
  position: absolute;
  left: auto !important;
}
/*.title-32:before {
        content: "";
        width: 20px;
        height: 3px;
        background: #ee2e2a;
        position: absolute;
        top: -12px;
        right: 0px;
    }
    .title-32:after {
        content: "";
        height: 18px;
        width: 3px;
        background: #ee2e2a;
        position: absolute;
        top: -12px;
        right: 0px;
    }*/
/***********************/
#src .testimonials-01 .pic {
  width: 85px;
  height: 85px;
  border: 3px solid #fff;
  border-radius: 5%;
  position: absolute;
  left: -42px;
  top: 36px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgb(0, 0, 0, 0.08);
  background: #e1e1e1;
}
/************************************/
.easy-testimonials05 blockquote {
  font-size: 1.5rem !important;
  color: #000 !important;
}
.easy-testimonials05.easy-carousel .carousel-navigation {
  margin-top: -7px !important;
  border: 0px solid #ffffff !important;
}
.easy-testimonials05 .description::before {
  display: none !important;
}
.law03-imgbox {
  margin-left: 0 !important;
  margin-bottom: 15px;
}
.law03-imgbox::after {
  content: "";
  position: absolute;
  border: 0px solid #ee2e2a !important;
  top: -16px;
  right: 373px !important;
  left: -21px !important;
  bottom: -90px !important;
  z-index: -1;
}
#about .law03-imgbox::after {
  border: 0px solid #ee2e2a !important;
}
.title-27::after {
  content: " " !important;
  margin: 0px 0 21px !important;
  border: 0 solid !important;
}
.ourteam-carousel01 .title {
  font-size: 1rem !important;
  color: #fff;
}
body .button-01 {
  font-family: inherit !important;
}
/***************icon-box09****************/
#project .icon-box09 {
  background: #fff;
  padding: 0 !important;
  border-radius: 0 !important;
}

#project .icon-box09 .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  background-color: transparent;
  border-radius: 1px 0 0 1px !important;
  margin-bottom: 12px !important;
  margin-top: 0px !important;
  box-shadow: 0 15px 90px #0000006b;
  float: right;
}
#project .blog-date {
  position: absolute !important;
  top: 45px !important;
  left: 0;
  text-align: center;
  background: #0a4595;
  width: 121px;
  height: 40px;
  padding: 8px;
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 0px 0px;
}
#project .icon-box09 h4 {
  margin: 0 auto;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}
#project .icon-box09 {
  box-shadow: 0 0 12px 1px #03193c57 !important;
  padding: 45px 35px 35px;
  border-radius: 15px;
  transition: all ease-in 300ms;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
#project .icon-box09:hover::after,
.icon-box09:hover::after,
.ourteam-03:hover::after {
  border-image: linear-gradient(to left, #ee2e2a, #ffd768) 100% 2 !important;
}
#project .icon-box09 p.info {
  padding: 15px;
}

#project .icon-box09 p.info {
  padding: 30px 15px 0px 15px;
  min-height: 180px;
  color: #b8becd;
}
#project .icon-box09:hover .Industry-blogbox01 {
  background: #fff !important;
}
.blogbox-06:hover p {
  color: #fff;
}
#project .icon-box09:hover h4.title,
#project .icon-box09:hover p.info {
  color: #000;
}
#project .icon-box09.edit-box .pic img {
  height: 440px;
}
#project .Industry-blogbox01 {
  position: absolute;
  top: 0;
  background: linear-gradient(
    to bottom,
    transparent 1%,
    #0b295bc4 27%,
    #03193c 100%
  ) !important;
  min-height: 500px;
  padding: 110px 20px 0px 20px;
  transition: all ease-in 300ms;
}
#project .icon-box09:hover .blog-date {
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0px 0px 50px #0000002e !important;
}
#project .icon-box09:hover .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ee2e2a;
  font-size: 1.3rem;
  background-color: transparent;
  border-radius: 1px 0 0 1px !important;
  margin-bottom: 12px !important;
  margin-top: 2px !important;
  box-shadow: 0 15px 90px #0000006b;
  float: right;
}
/**************blogbox-06****************/

.blogbox-06:hover {
  transform: translateY(-10px);
  transition: all ease-in 300ms;
}
.blogbox-06::before {
  content: "";
  background-color: #ffffff !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all ease-in 300ms;
  box-shadow: 0px 0px 50px #0000002e !important;
}

.blogbox-06 .date {
  width: 110px !important;
  height: 110px !important;
  background-color: #ee2e2a;
  border: 3px solid #fff;
  border-radius: 5px !important;
  display: flex;
  flex-direction: column;
  padding: 0px 18px;
  align-items: center !important;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -45px;
}

.blogbox-06 {
  min-height: 120px;
  position: relative;
  margin: 40px !important;
  display: flex;
  align-items: stretch !important;
  padding: 10px 30px 10px 75px;
  flex-direction: column !important;
  transition: all ease-in 300ms;
}

.blogbox-06 .title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.6;
  transition: all ease-in 300ms;
  font-weight: 900;
  color: #0a4595;
}

.rtl .blogbox-06 {
  padding: 25px 75px 25px 30px !important;
}
/**************counter-04*************/
.counter-04 .counter .number {
  font-size: 3rem;
  color: #272727;
  font-weight: 600 !important;
  font-family: inherit !important;
  line-height: 1;
}
.easy-testimonials05.easy-carousel .carousel-navigation span,
.easy-testimonials05.easy-carousel .carousel-navigation.carousel-next span {
  width: 15px !important;
  height: 15px !important;
  margin: -21px 0 0 0 !important;
}
.rtl .easy-carousel .carousel-navigation span {
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid currentColor !important;
  border-right: 5px solid currentColor !important;
  left: auto;
  right: 50%;
  margin: -8px -4px 0 0;
}

.rtl .play-button01 .icon {
  right: auto !important;
  left: 46% !important;
  margin: -10px -5px 0 0 !important;
  border-left-color: #fff !important;
  border-right-color: transparent !important;
}
.easy-testimonials05 .content {
  display: none !important;
  align-items: center;
}
.counter-05 {
  background-color: unset !important;
  padding: 60px 35px 21px !important;
  border-radius: 3px;
  box-shadow: unset !important;
  color: #fff;
  /* margin-top: -80px; */
}
.easy-testimonials05 .description {
  color: #fff !important;
}
.icon-box10 {
  padding: 0 21px !important;
  background-color: #fff;
  box-shadow: 0 15px 90px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  border-radius: 0px !important;
}
.blogbox-05 {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  position: relative;
  transition: all ease-in 300ms;
  margin-bottom: 30px;
}
.blog-date {
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
  background: #0a4595;
  width: 121px;
  height: 40px;
  padding: 8px;
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 0px 0px;
}
/*********************/
ul.list-08 li {
  list-style: unset !important;
  display: block;
}
/*********************/
li.pagetitle {
  color: #fff !important;
  font-weight: normal;
}
nav.pagetitle-breadcrumbs-box {
  background: #0202021f;
  padding: 5px 15px;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.icon-box10 .icon {
  border-radius: 0 0 2px 2px !important;
  transition: all ease-in 300ms;
}
.icon-box10:hover .icon {
  color: #ee2e2a;
  background: #fff !important;
  box-shadow: 0px 0px 50px #0000006b !important;
  transition: all ease-in 300ms;
}
#link p.link {
  margin: -40px 0 0 !important;
}
/***************************************/
#sarvk-azar .icon-box09 .icon,
#contact-row .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.875rem;
  background-color: #0a4595;
  border-radius: 5%;
  margin-bottom: 51px;
  float: right;
  margin-left: 25px;
  padding: 15px;
}
#sarvk-azar .info {
  padding: 0 25px;
}
#sarvk-azar .icon-box09 {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  padding: 21px 0 0;
  border-radius: 0;
  transition: all ease-in 300ms;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
/************footer*********************/

div#row-924862 {
  background: #091d3e87;
}
/*********************************/
span.main-title.bold {
  color: #fff;
}
.title-32 .title {
  color: #000 !important;
  font-size: 2.1rem !important;
  font-weight: 900 !important;
}
h4.title {
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 2;
}
/**************ourteam-03*************/
.ourteam-03 {
  box-shadow: 0px 0px 50px rgb(0 0 0 / 18%);
}
.ourteam-03::before,
.ourteam-03::after,
.carousel-item::before {
  background: linear-gradient(
    to bottom,
    transparent 5%,
    #0b295bc4 35%,
    #03193c 100%
  ) !important;
  opacity: 1 !important;
}

#manage .ourteam-03 .cont {
  padding: 35px 5px 15px !important;
}
#manage .row > div {
  padding: 5px;
}
#col-project .cont {
  padding: 35px 30px 5px !important;
}
.ourteam-03 .title {
  font-size: 1rem !important;
  color: #fff;
  margin: 0px !important;
}
/****************************/
.isotope-item .icon {
  display: none !important;
}
.portfolio-masonry-style08 .content {
  background-color: #0f386e !important;
  position: absolute;
  left: 50px;
  right: 50px;
  padding: 30px;
  bottom: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  transition: all ease-in 300ms;
  min-height: 100px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-around !important;
  align-content: space-around !important;
}
.portfolio-masonry-style08 .content .title {
  font-size: 1rem !important;
  transition: all ease-in 300ms;
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 2 !important;
  text-align: center !important;
}
.portfolio-masonry-style08 .pic {
  box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.2);
}
#csr .ourteam-03 .title {
  font-size: 1rem !important;
}
#csr .ourteam-03 .cont {
  padding: 25px 15px 15px !important;
  right: 0 !important;
}
#csr img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#csr .time-line02 .title {
  font-size: 1rem;
  font-weight: 600;
}
#csr p {
  line-height: 2;
}
#ruby .time-line02 .title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2;
}

#ruby .Business04-section-icon {
  position: absolute !important;
  font-size: 350px;
  line-height: 0;
  left: -15% !important;
  bottom: 0 !important;
  opacity: 0.1;
}
img.logo-footer {
  width: 100%;
}
/****************demo-1********************/
.row-footer a.social-10 svg {
  font-size: 50px;
  border: 4px solid #132a4e;
  padding: 10px;
  border-radius: 5px;
  background: #0a2045;
}
.row-footer .footer-icon svg {
  border: 4px solid #132a4e;
  padding: 9px;
  border-radius: 5px;
  background: #0a2045;
  width: 45px;
  height: 45px;
}
.row-footer a.social-10 {
  color: #bbb !important;
}
.row-footer a.social-10:hover {
  color: #ee2e2a !important;
}
.row-footer svg:hover {
  fill: #ee2e2a !important;
}
.row-footer .footer-icon svg {
  fill: #bbb;
}
.row-footer ul.footer-list-style li {
  line-height: 2.5;
}
.row-footer .dngTextBox {
  margin-bottom: 15px;
}
.row-footer .dngTextBox ul.footer-list-style li a,
.row-footer ul.footer-list-style li a,
.row-footer ul.footer-list-style li span {
  color: #bbbbbb;
  transition: all ease-in-out 300ms;
  line-height: 2;
}
.row-footer p.footer-text {
  color: #bbb;
  font-weight: 900;
}
p.footer-text a {
  font-weight: 600;
  color: #ee2e2ab5;
}
.row-footer img.logo-footer {
  width: 90%;
}
.row-footer h3.footer-title span {
  font-size: 21px !important;
  line-height: 3;
}
footer#Skip-footer {
  background-color: #02193e;
  padding-top: 50px;
  background-image: url(/Portals/0/images/img/footer-bg1.png);
  background-position: left bottom;
}
div#column-265260 .dngTextBox {
  margin-bottom: 27px;
}
.submenu .submenu_title svg {
  margin: 0 -5px 0 10px;
  fill: #ee2e2a;
}
strong.submenu_title a span {
  color: #000000;
}
#catalog .row {
  background-color: rgb(3 25 60);
  margin-bottom: -115px;
  padding: 25px;
  box-shadow: 0 0 12px 1px #03193c57 !important;
  border-radius: 3px;
}
/****************header**************************/
ul.dnngo_slide_menu,
.dnngo_boxslide,
.hesperiden .selected {
  border-image: linear-gradient(to left, #ee2e2a, #ffd768) 100% 2 !important;
  border-style: solid;
  border-width: 3px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
/*.title-27::after {
        border-image: linear-gradient(to left, #ee2e2a, #ffd768) 100% 1 !important;
        border-style: solid;
        border-width: 1px;
        border: 1px;
        width:100px !important;
    }*/
ul.primary_structure li > a > span > svg {
  display: none;
}
/*.dnngo_custommenu {
        background-image: url(/Portals/0/images/img/shape-4.png);
        background-position: left bottom;
        background-size: 30%;
        background-repeat: repeat-x;
        background-color: #fdfdfdf5;
    }*/
.dng-megamenu .dnngo_custommenu > .menupane {
  background-color: transparent !important;
  position: relative;
}
nav#main-menu {
  background-color: #ffffffd1;
  padding: 0;
  border-radius: 1px;
  width: 1170px;
}
.search-popup-box .icon {
  border-radius: 10% !important;
}
.sarvak-inner .search-popup-box .icon {
  color: #000 !important;
}
.sarvak-inner .header-social2 svg {
  fill: #000 !important;
  margin: 0 5px 5px;
}
.floating-active nav#main-menu {
  background: unset !important;
  padding: 0;
  border-radius: 1px;
  box-shadow: unset !important;
}
.sarvak-inner nav#main-menu {
  background-color: unset;
  border-radius: 0;
  box-shadow: unset !important;
}
/********************************/
.play-button01.law03-logobox a {
  z-index: 9999;
  display: block;
  position: relative;
}

.hesperiden .tp-tab-image {
  float: right !important;
}
.hesperiden .tp-tab-content {
  padding: 21px 40px 15px 5px !important;
}
.hesperiden .tp-tab-title {
  text-align: right !important;
  line-height: 2.5 !important;
  font-weight: 900 !important;
  font-family: "IRANSans";
  color: #fff !important;
}
.hesperiden .tp-tab-date {
  font-family: "IRANSans" !important;
  color: #fff !important;
  font-weight: 900 !important;
}
.tp-tab.selected .tp-tab-date {
  color: #ee2e2a !important;
}
.tp-tab.selected .tp-tab-title {
  color: #efeded !important;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: transparent !important;
}

.hesperiden .tp-tab {
  border-top: 0px solid #ee2e2a !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 3px;
}
.dnngo_boxslide {
  border-radius: 3px 3px 5px;
  box-shadow: 0px 7px 50px #26212187 !important;
}
.header-social2 svg {
  fill: #fff !important;
  margin: 0 5px 5px;
}
div#search-popup-box968823 {
  margin-right: 0 !important;
  top: 3px;
}
.header-social2 svg {
  font-size: 18px;
}
.header-social2 {
  margin-top: 18px;
}
/**************slide show******************/
.gingham::after {
  background: linear-gradient(
    to right,
    rgb(18 18 18 / 80%),
    #0e0e0e96
  ) !important;
  mix-blend-mode: darken;
}
.hudson::after {
  background: linear-gradient(
    0deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 14%) 100%
  ) !important;
  mix-blend-mode: unset !important;
  opacity: 1 !important;
}
.earlybird::after {
  background: radial-gradient(
    circle,
    #42282861 20%,
    #482226 85%,
    #2a0505 100%
  ) !important;
  mix-blend-mode: overlay;
}
.lark::after {
  background: rgb(2 28 64 / 83%) !important;
  mix-blend-mode: darken;
}

.content-slideshow h3.smal-title {
  color: #ffffff;
  font-weight: 900 !important;
  font-size: 18px !important;
}
.content-slideshow h2.title-slide {
  color: #ccc;
  font-weight: 900 !important;
  font-size: 24px !important;
  margin-bottom: 27px !important;
}
body .btn-color3.button-01:hover {
  background-color: #ff8330;
  color: #ee2e2a !important;
}
body .btn-color3.button-01 {
  background-color: #ee2e2a;
}
.content-slideshow a,
.content-slideshow a:link {
  color: #ee2e2a;
}
.button-01 {
  border-radius: 3px;
  background-color: #ee2e2a;
  min-width: 150px;
  color: #fff !important;
  font-family: inherit;
  font-weight: 400;
  padding-bottom: 2px;
}
.content-slideshow .tp-tab:hover span.tp-tab-date {
  color: #ee2e2a !important;
}
.content-slideshow .tp-tab:hover span.tp-tab-title {
  color: #efeded !important;
}
.hesperiden .tp-tab:hover span.tp-tab-date {
  color: #ee2e2a !important;
}
/*.content::after {
        position: absolute;
        left: -95%;
        top: 30%;
        content: "";
        height: 400px;
        width: 100%;
        border-left: 60px solid #ee2e2a;
        border-top: 60px solid #ee2e2a;
        border-bottom: 60px solid #ee2e2a;
        border-right: 60px solid transparent;
        z-index: -1;
        opacity: 0.4;
        transform: translateY(-50%);
        margin-top: 50px;
         background: #ee2e2a; 
        border-radius: 1% !important;
    }
    .content::before {
        position: absolute;
        left: -100%;
        top: 30%;
        content: "";
        height: 400px;
        width: 500px;
        border-left: 60px solid #ff8330;
        border-top: 60px solid #ff8330;
        border-bottom: 60px solid #ff8330;
        border-right: 60px solid transparent;
        z-index: -1;
        opacity: 0.4;
        transform: translateY(-50%);
        margin-top: 50px;
         background: #ff8330;
        border-radius: 1% !important;
    }*/
a.button-01.btn-color3:hover {
  background-position: right bottom !important;
  color: #ee2e2a;
  border: 1px solid #ee2e2a !important;
}
a.button-01.btn-color3 {
  border: 0px solid black;
  border-radius: 1px;
  width: 30%;
  /*display: block !important;*/
  background: linear-gradient(to right, #ee2e2a 50%, #fff 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all 0.5s ease-out !important;
  text-align: center !important;
  border: 1px solid #ee2e2a !important;
}
/**********************************/
button,
input,
select,
textarea,
.btn {
  font-family: inherit !important;
}

.title-32 .title-separator.separator-border:before,
.title-32 .title-separator.separator-border:after {
  content: "";
  position: absolute;
  left: 72px;
  width: 8px;
  height: 2px;
  background: #ee2e2a;
  display: inline;
  border-radius: 100%;
  top: -2px;
}
.title-32 .title-separator {
  border-image: linear-gradient(to left, #ee2e2a, #ffd768) 100% 2;
  border-style: solid;
  border-width: 2px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 15px !important;
  display: block;
  height: 1px;
  position: relative;
  width: 70px;
  border-radius: 10px;
  left: -10px;
}
.title-separator.separator-border {
  background-color: #ffbc00;
}

/**************************/
#row-about img {
  border-radius: 1px;
}
.law03-logobox {
  position: absolute;
  left: -70px;
  top: 38% !important;
  z-index: 9;
  padding: 23px 35px;
  background: #fff;
  border-radius: 50%;
  width: 50%;
}
#row-about .play-button01 {
  width: 50% !important;
  height: 142px !important;
  background-color: #ffffff !important;
  display: inline-block;
  border-radius: 50% !important;
  position: absolute;
}
.easy-testimonials05.easy-carousel .pagination-bullet {
  width: 30px !important;
  height: 3px !important;
  border-radius: 10px !important;
  border: none;
  background: #ee2e2a;
  box-shadow: none;
  opacity: 0.5;
  margin: 0px 12px 12px;
  position: relative;
}
.easy-carousel .carousel-pagination {
  text-align: left;
  margin: 30px 0 0 !important;
  padding: 3px 0;
}
/********************************/
#row-project .title-32 .title {
  font-size: 1.875rem;
  color: #ffffff !important;
  font-weight: 600;
}
div#col-project .row {
  margin-top: -370px;
}

.ourteam-03 p.more-icon {
  text-align: left;
}
/**************************/
div#row-video {
  background-image: url(/Portals/0/Images/img/back-map.jpg);
}
div#row-video .bg-accent4 {
  background-color: #ee2e2a;
}
.icon-box10 .icon {
  background-color: #0a4595 !important;
}
.icon-box10.edit-box:hover .link a {
  color: #ee2e2a !important;
}

.icon-box10:hover {
  transform: translateY(-10px);
}
.title-32 {
  margin: 20px 0 10px !important;
}
/*li.menu-logo.logo-at {
        padding-top: 12px;
    }*/
.hesperiden .tp-tab-image {
  width: 16px !important;
  height: 16px !important;
  margin: 14px 7px !important;
}
.lang {
  padding: 9px 12px;
  border-radius: 1px;
  margin-left: -8px;
  height: 37px;
  margin-top: 6px;
  z-index: 999;
  position: relative;
}
.sarvak-inner .lang {
  padding: 9px 12px;
  border-radius: 1px;
  margin-left: -8px;
  height: 37px;
  margin-top: -8px;
  z-index: 999;
  position: relative;
}
.lang a {
  color: #fff !important;
}
.sarvak-inner .lang a {
  color: #000 !important;
  font-weight: 600;
}
.sarvak-inner .header-split .menu-logo img {
  max-height: 80px;
  margin: 5px auto !important;
}
.sarvak-home .header-split .menu-logo img {
  max-height: 80px !important;
  margin: 5px auto !important;
}
ul.primary_structure .right-item > a {
  padding: 31px 25px !important;
}
.ourteam-03:hover .pic img,
.ourteam-03:hover img,
.icon-box09:hover .pic img,
.icon-box09:hover img {
  /*  transform: scale(1.1);
        transition: all ease-in 1s;
        background: #0053a5*/
  opacity: 0.9;
}
.d-wrapper img {
  max-width: 100%;
  width: 100%;
}
a.social-04:hover {
  color: #fff;
  background-color: #ee2e2a !important;
  border-color: #ee2e2a !important;
}
.ourteam-03:hover {
  transition: all ease-in 300ms;
}
#home-item .item-box:hover {
  margin-top: -10px;
  transition: all ease-in 300ms;
}
#home-item .item-box {
  transition: all ease-in 300ms;
}
.ourteam-03 .pic,
.ourteam-03 img,
.icon-box09 .pic,
.icon-box09 img {
  overflow: hidden;
  transition: all ease-in 300ms;
}
.ourteam-03,
.icon-box09,
.law03-imgbox img {
  transition: all ease-in 300ms;
}
div#row-eager {
  background-image: url("/Portals/0/Images/img/patern-103.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#row-about a.button-01.btn-color3 {
  display: block !important;
  text-align: center !important;
  width: 100%;
  box-shadow: 0 0 21px 1px #03193c45;
}
#row-about .law03-imgbox:hover img {
  transform: scale(1.1) !important;
  transition: all ease-in 1s !important;
}
#row-about .law03-imgbox .pic {
  overflow: hidden !important;
  transition: all ease-in 1s !important;
}
div#link .ourteam-03 .cont {
  width: 100%;
}
/************************/
.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev {
  transform: scale(0.75) !important;
  transition: all ease-in 300ms;
  opacity: 0.5;
}
.carousel01 .swiper-slide {
  padding: 0 !important;
}

.portfolio-masonry-style03 .more-position {
  display: none !important;
}
#esources .cont {
  display: none !important;
}
table.default td {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 2;
  font-size: 15px;
  text-align: justify;
}
table.default thead td {
  font-size: 18px;
}
table.default thead {
  background: #0a4595;
  color: #fff;
  font-weight: 900;
}
/***************************************/
.dg-imagebox .bg-accent {
  background: linear-gradient(
    to bottom,
    transparent 5%,
    #0b295bc4 35%,
    #03193c 100%
  ) !important;
}
.title-27 {
  font-size: 2.25rem;
  font-weight: 600;
}
/******************************/
.ourteam-carousel01.easy-carousel .carousel-navigation::after {
  background-color: transparent !important;
}
.ourteam-carousel01.easy-carousel .carousel-navigation span {
  border-color: #fff !important;
}
.rtl .swiper-container .swiper-button-next {
  right: -50px !important;
  left: auto !important;
}
.rtl .swiper-container .swiper-button-prev {
  left: -50px !important;
  right: auto !important;
}
.rtl .swiper-container .swiper-button-next span,
.rtl .swiper-container .swiper-button-prev span {
  border-top: 1px solid currentColor !important;
  border-left: 1px solid currentColor !important;
  border-bottom: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.listingItem .dg-imagebox:hover .bg {
  opacity: 0.7;
  top: 0;
  margin-top: 0;
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
}

section#dnn_content {
  background-image: url(/Portals/0/Images/img/pattern-203.png);
  background-repeat: no-repeat;
  background-position: left 150px;
}
#home-item .carousel-item .icon,
#row-about .carousel-item .cont {
  display: none;
}
#home-item .portfolio-carousel01 .pic,
#home-item .portfolio-carousel01 .cont,
#row-about .portfolio-carousel01 .pic {
  border-radius: 0;
  overflow: hidden;
}
#home-item .portfolio-carousel01 .cont {
  background: linear-gradient(
    to bottom,
    #17293c1a 5%,
    #0b295bc4 35%,
    #03193c 100%
  ) !important;
}
#home-item .portfolio-carousel01 .title {
  color: #fff;
  margin: 0;
  padding: 10px 0 0;
  text-align: center !important;
}
.ourteam-03 {
  box-shadow: 0 0 21px 1px #03193c6b;
}
#row-about .law03-imgbox {
  transition: all 500ms ease 0s;
  box-shadow: 0 0 21px 1px #03193c6b;
}
#row-about .law03-imgbox:hover {
  transition: all 500ms ease 0s;
}
#home-item .portfolio-carousel01 .cont {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 60px;
  padding: 20px 30px;
  border-radius: 0px;
  transition: all ease-in 300ms;
}
#home-item .carousel-item {
  background: linear-gradient(
    to top,
    transparent 14%,
    #03193c 75%,
    #03193c 100%
  ) !important;
  padding: 50px 0 0px;
  margin: 0px -1px 0 1px !important;
}
#home-item .portfolio-carousel01 .carousel-item:hover .cont {
  bottom: 60px;
  padding: 220px 0 100px;
}
#home-item .portfolio-carousel01 .duplicate-item {
  padding: 0px 15px 60px;
  position: relative;
  opacity: 0.2 !important;
}
.carousel-item h3.title,
.carousel-item p.position,
.carousel-item .description {
  display: none;
}
.portfolio-carousel04 .link-button {
  font-family: inherit !important;
  background: linear-gradient(
    to bottom,
    transparent 5%,
    #0b295bc4 47%,
    #03193c 72%
  ) !important;
  border-radius: 0 !important;
  width: 100.6%;
  padding: 50px 25px !important;
}
.portfolio-carousel04 .pic {
  border-radius: 0 !important;
}

#project .icon-box09:hover {
  transform: translateY(-10px);
}
#project .icon-box09::after {
  content: "";
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all ease-in 300ms;
}
div#col-project {
  margin-top: -250px;
}
#col-project .ourteam-03 .cont .hide-cont {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all ease-in 300ms;
}
#col-project .ourteam-03 {
  position: relative;
  margin-bottom: 30px;
}
#col-project .ourteam-03::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  transition: all ease-in 300ms;
  pointer-events: none;
}
#col-project .ourteam-03:hover .cont {
  height: 100%;
}
#col-project .ourteam-03:hover::before {
  height: 100%;
}
#col-project .ourteam-03 p.more-icon {
  text-align: left;
}
#col-project .ourteam-03:hover .cont .hide-cont {
  opacity: 1;
  max-height: 60%;
  overflow: hidden;
  transition: all ease-in 300ms;
}
#col-project .ourteam-03 .pic img {
  min-height: 490px;
}
#col-project .ourteam-03 .pic,
#col-project .ourteam-03 img,
#col-project .icon-box09 .pic,
#col-project .icon-box09 img {
  overflow: hidden;
  transition: all ease-in 1s;
}
#col-project .ourteam-03 p.more-icon {
  text-align: left;
}
#col-project .ourteam-03 .cont {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 25px 35px 15px;
  transition: all ease-in 300ms;
  height: 100px;
  text-align: center;
}
p.more-icon {
  text-align: left;
  padding-left: 21px;
}
.portfolio-carousel01 {
  margin: 0px 0 !important;
}
#contact-row a,
#contact-row a:link {
  color: #020202;
}
#contact-row a:hover,
#contact-row a:link:hover {
  color: #ee2e2a;
}
#contact-row .is-container {
  padding-left: 15px !important;
}
.LiveForm.Default .Field.Heading .Header {
  font-size: 20px;
  font-weight: 900 !important;
  background: #ededed;
  padding: 14px !important;
}
.LiveForm.Default .Field.Heading .Header {
  border-bottom: 3px solid #cdcdcd !important;
}
.LiveForm.Default input,
.LiveForm.Default textarea {
  padding: 0 5px !important;
  border-width: 1px 4px 1px 3px !important;
  border-radius: 1px !important;
  border-style: solid !important;
  /* border-color: #cbcbcb #a5a5a5 #cbcbcb #cbcbcb !important;*/
}
.Field.Datetime input {
  border: 1px solid #ccc !important;
}
#certificates .content {
  height: 100px;
}
input#dnn_ctr559_View_Submitbutton_559_49 {
  padding: 14px !important;
}
/*****************table*************************/
table.default thead tr td,
table.table-row3 thead tr td {
  text-align: center !important;
}
table.default tr td:nth-child(1) {
  text-align: center;
}
table.table-row3 tr td:nth-child(1) {
  text-align: justify;
}
table.table-row3 tr td:nth-child(2) {
  text-align: justify;
  direction: ltr;
  width: 35%;
}
table.table-row2 tr td:nth-child(3) {
  width: 20%;
  text-align: center !important;
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgb(10 69 149 / 10%) !important;
}

.pagetitle-right li span,
.pagetitle-right li span a,
.pagetitle-right li {
  font-size: 14px !important;
}
.page-title-bg {
  height: calc((var(--vh, 1vh) * 100) - 175px) !important;
}
.DnnModule-559 {
  margin: 70px auto;
}
.fa-long-arrow-left:before {
  font-size: 18px !important;
}
div#project h4.title {
  min-height: 71px;
}
/*********************************/
@media (width: 1440px) {
  #dng-megamenu123891 .primary_structure > li > a {
    padding-top: 25px;
    padding-right: 27px;
    padding-bottom: 25px;
    padding-left: 21px;
  }
  #headerrow-997599 .header-container-box,
  #headerrow-997599 .header-container-box .logo {
    height: 110px !important;
  }
  .sticky-fixed .floating-nav.floating-nav-sticky {
    position: fixed !important;
    width: 100%;
  }
}
@media (width: 1024px) {
  nav#main-menu {
    background-color: #e9e3e2d1;
    padding: 0;
    border-radius: 1px;
    box-shadow: 0px 7px 50px #26212187 !important;
    width: 970px;
  }
  #dng-megamenu123891 .primary_structure > li > a,
  #dng-megamenu123891 .primary_structure > li > a:link,
  #dng-megamenu123891 .primary_structure > li > a:active,
  #dng-megamenu123891 .primary_structure > li > a:visited {
    color: #1e1e1e;
    font-size: 1rem;
    font-weight: 600;
  }
  .rtl .dng-megamenu .primary_structure > li {
    float: none;
  }
  #project .Industry-blogbox01 {
    padding: 110px 10px 0px 10px !important;
  }
  div#row-eager {
    background-image: url("/Portals/0/Images/img/patern-103.png");
    background-position: bottom !important;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  .content-slideshow {
    width: 500px !important;
  }
  .row-footer .footer-icon svg {
    border: 4px solid #132a4e;
    padding: 3px;
    border-radius: 5px;
    background: #0a2045;
    width: 30px;
    height: 30px;
  }
  .tp-mask-wrap {
    left: -150px !important;
  }
  .row-footer h3.footer-title span {
    font-size: 14px !important;
    line-height: 3;
  }
  .row-footer a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1023px) {
  #home-item .col-md-4 {
    padding: 0 40px;
  }
  .page-title .center .center-v {
    width: 100%;
    position: absolute;
    top: auto !important;
    bottom: auto !important;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end !important;
    justify-content: space-around !important;
  }
}

@media only screen and (max-width: 991px) {
  .title-32 .title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .rtl .counter-04-line > div::after {
    right: auto;
    left: 0;
    border-right: 0px dashed #dedede;
    border-left: 0px dashed #dedede !important;
  }

  .counter-04-line .counter-04 {
    margin: 30px auto !important;
  }

  .title-27,
  .title-32 .title {
    font-size: 1rem !important;
    line-height: 2;
    text-align: justify;
  }

  .content-slideshow {
    width: 350px !important;
  }

  #sarvk-azar .icon-box09 .icon {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.875rem;
    background-color: #0a4595;
    border-radius: 5%;
    margin-bottom: 0 !important;
    float: right;
    margin-left: 25px;
    padding: 15px;
  }
  #col-project .cont {
    padding: 35px 10px 5px !important;
  }
  .ourteam-03 .title {
    font-size: 0.9rem !important;
  }
  span.main-title.bold {
    font-size: 14px !important;
  }
  .pagetitle-right li span,
  .pagetitle-right li span a,
  .pagetitle-right li {
    font-size: 9px !important;
  }
  /* .row .col-md-6 {
                flex: 0 0 50%;
                max-width: 50%;
            }*/
}
@media (width: 768px) {
  .content-slideshow {
    width: 500px !important;
  }

  .hesperiden .tp-tab-title {
    line-height: 1 !important;
    font-size: 12px !important;
  }

  .hesperiden .tp-tab-image {
    width: 10px !important;
    height: 10px !important;
    margin: 9px 7px !important;
  }

  .tp-mask-wrap {
    right: 375px !important;
  }

  #col-project .ourteam-03 .pic img {
    min-height: auto !important;
    width: 100% !important;
  }
  .page-title .center .center-v {
    width: 100%;
    position: absolute;
    top: 21% !important;
    bottom: auto !important;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end !important;
    justify-content: space-around !important;
  }

  .page-title-bg {
    height: calc((var(--vh, 1vh) * 100) - 521px) !important;
  }
}
@media (min-width: 768px) {
  #row-eager .height-220 {
    height: 100px !important;
  }

  #row-eager .height-180 {
    height: 34px !important;
  }

  /* .page-title .center .center-v {
                bottom: 21% !important;
                        }*/
}
@media only screen and (max-width: 540px) {
  .rev_slider_wrapper {
    width: 100% !important;
    height: 300px !important;
  }
  #col-project .ourteam-03 .pic img {
    width: 100%;
  }
  span.main-title.bold {
    width: 450px !important;
  }
  .page-title .center .center-v {
    width: 100%;
    position: absolute;
    top: 10% !important;
    bottom: auto !important;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end !important;
    justify-content: space-around !important;
    flex-wrap: wrap;
  }
  .page-title-bg {
    height: calc((var(--vh, 1vh) * 100) - 545px) !important;
  }
}

@media only screen and (max-width: 480px) {
  div#col-project {
    margin-top: 50px !important;
  }

  .rev_slider_wrapper {
    width: 100% !important;
    height: 183px !important;
  }

  .content-slideshow h2.title-slide {
    margin-bottom: 15px !important;
    font-size: 14px !important;
  }

  .content-slideshow h3.smal-title {
    font-size: 14px !important;
  }

  .content-slideshow {
    width: 240px !important;
  }

  .page-title-bg {
    height: calc((var(--vh, 1vh) * 100) - 600px) !important;
    z-index: 0;
  }

  .page-title .center .center-v {
    width: 100%;
    position: absolute;
    top: 10% !important;
    bottom: auto !important;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end !important;
    justify-content: space-around !important;
    flex-wrap: wrap;
  }

  span.main-title.bold {
    width: 350px !important;
  }

  div#manage .col-md-6.col-lg-4.col-lg {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 425px) {
  /* .tp-mask-wrap {
                right: 760px !important;
            } */

  .tp-tab {
    width: 130px !important;
  }

  .hesperiden .tp-tab-content {
    padding: 21px 30px 6px 5px !important;
  }

  #col-project .ourteam-03 .pic img {
    min-height: 490px;
    width: 100%;
  }

  .hesperiden .tp-tab-title {
    font-size: 10px !important;
  }

  .hesperiden .tp-tab-title {
    line-height: 1 !important;
  }

  .hesperiden .tp-tab-image {
    width: 10px !important;
    height: 10px !important;
    margin: 7px 7px !important;
  }
}
.main_Intro_Left_Image picture{
  width: 100%;
}