@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800');
@import url('fa.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
.animed {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #1A3B49;
  font-size: 13px;
}
#screen1,
#screen2,
#screen3,
#screen4 {
  position: relative;
}
#cropnewp {
  display: inline-block;
}
.btn-newcolor {
  background-color: #1B9CD1;
  border: none;
  border-radius: 8px;
  padding: 9px 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  outline: none;
  float: right;
  margin-right: 32px;
}
.btn-newcolor:hover {
  background-color: #1c9ad3;
  border-color: #199cd0;
}
.langs {
  width: 100%;
  float: left;
  padding: 10px 30%;
}
.langs a {
  width: 40%;
  float: left;
  color: #1A3B49;
  margin: 5%;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.langs a:last-child {
  margin-left: 0%;
}
.langs a.sel {
  font-weight: 700;
  color: #199cd0;
}
.logged-aex,
.left_menu #bottom_left .text_btm a.logged-aex {
  color: #199cd0;
  font-weight: bold;
}
#mybug {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #199cd0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding-top: 5px;
  z-index: 9919922;
}
#mybug:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.dropdown.dropcustom .dropdown-menu {
  right: 0px;
}
#searchinprods input {
  border-radius: 5px 0px 0px 5px;
  width: 295px;
  float: left;
  border: 1px solid #cdcdc1;
  padding: 4px;
  height: 34px;
  outline: none;
  border-right: none;
}
#searchinprods select {
  border-radius: 0px;
  width: 230px;
  float: left;
  border: 1px solid #cdcdc1;
  border-right: none;
  padding: 4px;
  height: 34px;
  outline: none;
}
#searchinprods button {
  border-radius: 0px 5px 5px 0px;
  width: 90px;
  float: left;
  background-color: #fff;
  border: 1px solid #cdcdc1;
  padding: 4px;
  height: 34px;
  outline: none;
}
#projects_div {
  width: 100%;
  min-height: calc(100% - 100px);
  height: calc(100% - 100px);
  float: left;
  position: relative;
  padding-top: 24px;
}
#projects_div .container {
  margin-left: calc((100% - 1340px) / 2);
  float: left;
  min-height: 100%;
  height: 100%;
  padding-left: 0px;
}
#allcookies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgba(229,229,229,0.74);
  z-index: 9999999;
  cursor: pointer;
}
#allcookies #cookie_consent {
  width: 650px;
  height: 210px;
  position: relative;
  margin-top: 200px;
  margin-left: calc((100% - 650px) / 2);
  background: #fff;
  border: 3px solid #05204A;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  border-radius: 11px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#allcookies #cookie_consent .xclose {
  background: url(images/close.svg) no-repeat center center #fff;
  background-size: 24px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#allcookies #cookie_consent .message_csnt_ttl {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #343D46;
}
#allcookies #cookie_consent .message_csnt {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #343D46;
  margin-top: 21px;
  margin-bottom: 10px;
}
#allcookies #cookie_consent #close_csnt {
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(images/closex.svg) no-repeat center center;
}
#allcookies #cookie_consent #know_more {
  padding: 8px 36px;
  border: 2px solid #343D46;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #323D47;
  width: 180px;
  display: block;
  float: left;
  margin-left: calc((100% - 340px) / 2);
}
#allcookies #cookie_consent #accept_cookie {
  padding: 8px 36px;
  background: #343D46;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  display: block;
  float: left;
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
}
#chatwin_dow {
  background-color: rgba(0,0,0,0.5);
}
#chatwin_dow .modal-dialog {
  max-width: 400px;
}
#chatwin_dow .modal-dialog .modal-content {
  min-height: 380px;
  width: 380px;
  padding: 18px 3px 18px 18px;
}
#chatwin_dow .modal-dialog .modal-content .close {
  position: absolute;
  right: 29px;
  top: 17px;
  z-index: 2;
}
#chatwin_dow .modal-dialog .modal-content .info_chat {
  min-height: 443px;
  width: 355px;
  float: left;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 10px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat .labeltop {
  width: 100%;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #E2E5F1;
  margin-bottom: 6px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  max-height: 395px;
  overflow-y: auto;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_by {
  width: 290px;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_time {
  float: right;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_msg {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: left;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r {
  width: 99%;
  float: right;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
  margin-right: 1%;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_by {
  width: 290px;
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
  text-align: right;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_time {
  float: left;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_msg {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: right;
  text-align: right;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #9f9f9f;
  -webkit-border-radius: 4px;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #E2E5F1;
  padding: 5px 18px;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom input {
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  width: 305px;
  border-right: 1px solid #E2E5F1;
  outline: none;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom button {
  width: 26px;
  height: 26px;
  background: url(images/send.svg) no-repeat center center;
  border: none;
  outline: none;
  float: right;
  cursor: pointer;
}
#reportabug {
  background-color: rgba(51,51,51,0.65);
  z-index: 9919923;
}
#reportabug .modal-content {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
}
#reportabug .modal-content .modal-header {
  border-bottom: none;
}
#reportabug .modal-content .modal-header .modal-title {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
}
#reportabug .modal-content .modal-header .modal-title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 6px;
  background: #1B9CD1;
  border-radius: 2px;
}
#reportabug .modal-content .modal-footer {
  border-top: none;
}
#reportabug .modal-content .modal-footer .btn-secondary {
  background-color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  outline: none;
}
#reportabug .modal-content .modal-footer #callbugreport {
  padding: 9px 29px;
  background: #1B9CD1;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
#reportabug .modal-content .modal-body #bugmsgcnt {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  padding: 15px 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  font-weight: 400;
}
#sendbyemail {
  background-color: rgba(51,51,51,0.65);
}
#sendbyemail .modal-dialog-centered .modal-content {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
}
#sendbyemail .modal-dialog-centered .modal-content .modal-header {
  border-bottom: none;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-header .modal-title {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-header .modal-title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 6px;
  background: #1B9CD1;
  border-radius: 2px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-footer {
  border-top: none;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-footer .btn-secondary {
  background-color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  outline: none;
  padding: 9px 29px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-footer #sendtoemaildushow {
  padding: 9px 29px;
  background: #1B9CD1;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-left: 30px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-body .row_line label {
  width: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 14px;
  text-align: left;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-body .row_line input {
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 16px 14px 24px;
  color: #898989;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-body #sendbymailtext {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  padding: 15px 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  font-weight: 400;
}
#share_withx {
  background-color: rgba(51,51,51,0.65);
}
#share_withx .modal-content {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
  padding: 12px;
}
#share_withx .modal-content .modal-header {
  border-bottom: none;
}
#share_withx .modal-content .modal-header .modal-title {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
}
#share_withx .modal-content .modal-header .modal-title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 6px;
  background: #1B9CD1;
  border-radius: 2px;
}
#share_withx .modal-content .modal-footer {
  border-top: none;
}
#share_withx .modal-content .modal-footer .btn-secondary {
  background-color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  outline: none;
  padding: 9px 29px;
}
#share_withx .modal-content .modal-footer #dotheshare {
  padding: 9px 29px;
  background: #1B9CD1;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-left: 30px;
}
#share_withx .modal-content .modal-body .form-group label {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 14px;
  text-align: left;
}
#share_withx .modal-content .modal-body .form-group input {
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 16px 14px 24px;
  color: #898989;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#share_withx .modal-content .modal-body .form-group #tipacc {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  font-weight: 400;
}
#orderproduct,
#viewmyprod,
#viewmyprod3,
#viewmyprod2,
#makethepay,
#viewmyprodv3,
#viewmyprodx1 {
  background-color: rgba(0,0,0,0.5);
  z-index: 1052;
}
#orderproduct .modal-lg,
#viewmyprod .modal-lg,
#viewmyprod3 .modal-lg,
#viewmyprod2 .modal-lg,
#makethepay .modal-lg,
#viewmyprodv3 .modal-lg,
#viewmyprodx1 .modal-lg {
  max-width: 820px;
}
#orderproduct .modal-lg .modal-content,
#viewmyprod .modal-lg .modal-content,
#viewmyprod3 .modal-lg .modal-content,
#viewmyprod2 .modal-lg .modal-content,
#makethepay .modal-lg .modal-content,
#viewmyprodv3 .modal-lg .modal-content,
#viewmyprodx1 .modal-lg .modal-content {
  height: 520px;
  width: 820px;
}
#orderproduct .modal-lg .modal-content .close,
#viewmyprod .modal-lg .modal-content .close,
#viewmyprod3 .modal-lg .modal-content .close,
#viewmyprod2 .modal-lg .modal-content .close,
#makethepay .modal-lg .modal-content .close,
#viewmyprodv3 .modal-lg .modal-content .close,
#viewmyprodx1 .modal-lg .modal-content .close {
  position: absolute;
  right: 29px;
  top: 17px;
  z-index: 2;
}
#orderproduct .modal-lg .modal-content .sublinestock3,
#viewmyprod .modal-lg .modal-content .sublinestock3,
#viewmyprod3 .modal-lg .modal-content .sublinestock3,
#viewmyprod2 .modal-lg .modal-content .sublinestock3,
#makethepay .modal-lg .modal-content .sublinestock3,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3,
#viewmyprodx1 .modal-lg .modal-content .sublinestock3 {
  width: 100%;
  position: relative;
  height: 54px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
#orderproduct .modal-lg .modal-content .sublinestock3:after,
#viewmyprod .modal-lg .modal-content .sublin