html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box !important;
}


@font-face {
  font-family: "iransans";
  src: url("/css/Cooper/font/IRANSansWeb.ttf") format("woff");
}
body {
  font-family: "iransans" !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}
ol,
ul {
  list-style: none;
}
/*public-classes-started*/
a:focus-visible, button:focus-visible {
  outline: 0;
}

.modal .close {
  border: none;
  background-color: #fff;
  color: #ba82dd;
}
.menu .img-menu-mobile img {
  max-height: 65px;
  cursor: pointer;
}
.main-pt {
  padding-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .main-pt {
    padding-top: 2rem;
  }
}

.z-100 {
  z-index: 100;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    vertical-align: -webkit-baseline-middle;
  }
}

.navbar-toggler-icon {
  vertical-align: -webkit-baseline-middle;
}

.back-menu {
  display: none;
  top: 5rem;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  z-index: 50;
}
@media screen and (max-width: 1199px) {
  .back-menu {
    display: none !important;
  }
}
.back-menu.on-scroll {
  top: 0;
}

.mega-menu {
  cursor: pointer;
}
.mega-menu .main-menu {
  inset: 0;
  top: 64px;
  padding-top: 16px;
  display: none;
  z-index: 100;
  transition: all 0.3s;
}
.mega-menu .main-menu .all-level-container {
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .mega-menu .main-menu .all-level-container {
    width: 25%;
  }
}
.mega-menu .main-menu .first-level {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  border-radius: 0 2.5rem 2.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.mega-menu .main-menu .first-level .first-level-li {
  border-radius: 2rem;
  transition: all 0.5s;
}
.mega-menu .main-menu .first-level .first-level-li:last-child::before {
  display: none;
}
.mega-menu .main-menu .first-level .first-level-li .first-level-item {
  color: rgba(0, 0, 0, 0.95);
  transition: all 0.5s ease;
}
.mega-menu .main-menu .first-level .first-level-li i {
  color: rgba(0, 0, 0, 0.95);
  font-size: 1.2rem;
  transition: all 0.3s;
}
.mega-menu .main-menu .first-level .first-level-li .sub-menu-container {
  display: none;
  top: 0;
  right: 100%;
  width: 400%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .mega-menu .main-menu .first-level .first-level-li .sub-menu-container {
    width: 300%;
  }
}
.mega-menu .main-menu .first-level .first-level-li .second-leval {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 33.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.5rem 0 0 2.5rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}
.mega-menu .main-menu .first-level .first-level-li .second-leval ul li {
  padding-right: 1.5rem;
  border-radius: 0;
  list-style: none;
}
.mega-menu .main-menu .first-level .first-level-li .second-leval ul li a {
  font-size: 0.8rem;
  color: #e69B00;
  text-decoration: none;
  text-shadow: 2px 8px 6px rgba(255, 255, 255, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.mega-menu .main-menu .first-level .first-level-li .second-leval ul li a:hover {
  color: #c381db;
}
.mega-menu .main-menu .first-level .first-level-li .second-leval ul li.title {
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.95);
}
.mega-menu .main-menu .first-level .first-level-li .second-leval ul li.title a {
  background: #e69B00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: none;
}
.mega-menu .main-menu .first-level .first-level-li .second-leval ul li.title i {
  vertical-align: middle;
  background: #e69B00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: bold;
}
.mega-menu .main-menu .first-level .first-level-li .second-leval .col-4:last-child ul {
  border: 0;
}
.mega-menu .main-menu .first-level .first-level-li .second-leval .menu-img-item {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.5rem;
}
.mega-menu .main-menu .first-level .first-level-li:hover {
  cursor: pointer;
}
.mega-menu .main-menu .first-level .first-level-li:hover .sub-menu-container {
  display: flex;
}
.mega-menu .main-menu .first-level .first-level-li:hover .first-level-item {
  color:#E69B00;
  font-weight: bold;
}
.mega-menu .main-menu .first-level .first-level-li:hover i {
  color: #014762;
}
.mega-menu .main-menu .first-level .first-level-li.active .first-level-item {
  background: #e69B00;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.mega-menu:hover .main-menu {
  display: block;
}

.mega-menu.course-mega-menu .main-menu .first-level{
    border-radius: 0 20px 20px 0;
}

.mega-menu.course-mega-menu .main-menu .first-level .sub-menu{
    position: absolute;
    padding-right: 16px;
    right: 100%;
    top: 0;
    width: calc(100% + 16px);
    height:fit-content;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
} 
.mega-menu.course-mega-menu .main-menu .first-level .sub-menu .sub-menu-in{
    padding:16px;
    height:100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px 0 0 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}
.mega-menu.course-mega-menu .main-menu .first-level .first-level-li{
    padding: 8px 8px 8px 16px;
}
.mega-menu.course-mega-menu .main-menu .first-level .sub-menu .sub-menu-in li{
    padding: 6px 0;
    font-size: 1rem;
}
.mega-menu.course-mega-menu .main-menu .first-level .sub-menu .sub-menu-in li a:hover{
    color:#507f96;
    margin-right:8px;
}

.mega-menu.course-mega-menu .main-menu .first-level .first-level-li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.navbar-nav .nav-link .color_icon {
    vertical-align: middle;
    color:#e69B00;
    font-size: 1rem;
    margin-left:4px;
}
.navbar-nav .nav-link .color_icon.fal-list{
    margin-right:4px;
    margin-left:0;
    transform: rotate(180deg);
}

.left_wrapp .shopping-bag {
    cursor: pointer;
    padding: 6px;
}
.left_wrapp .shopping-bag span {
    position: absolute;
    bottom: 0px;
    right: -7px;
    background: #e69B00;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    text-align: center;
}
.left_wrapp .shopping-bag i {
    color: #333;
    font-size: 18px;
}
.left_wrapp .dropbtn {
    padding: 12px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
    color: #00465f;
}

.pagination .page-item {
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
}
.pagination .page-item .page-link {
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 4px !important;
  border-color: #e69B00;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  box-shadow: unset !important;
  transition: all 0.3s;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
  background-color: #fff;
  color: #e69B00;
  box-shadow: 0px 0.4375rem 1.25rem rgba(49, 69, 255, 0.13);
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  padding-top: 1px !important;
  color: #e69B00;
}

/*web-review-section-started*/
#web-review-section .review-box {
  height: 30rem;
}


.navbar-klean .navbar-brand img {
  max-height: 60px;
}
@media screen and (max-width: 1199px) {
  #web-review-section .review-box {
    height: 23rem;
  }
}
#web-review-section .review-item.support::before {
  font-family: "FontAwesome";
  content: "\f82d";
  position: absolute;
  top: 0;
  right: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #e69B00;
  font-size: 1.5rem;
  box-shadow: rgba(33, 35, 38, 0.1) -12px 10px 10px -10px;
}

/*web-review-section-ended*/
/*public-classes-ended*/
/*web-home-banner-section-started*/
.web-home-banner-section .start-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
    .web-home-banner-section .col-lg-6:nth-child(2){
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/*web-home-banner-section-started*/
/*web-services-section-started*/
.web-services-section .services-item .more-info-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.web-services-section .services-item .more-info-btn svg {
  transform: rotate(180deg);
}

/*web-services-section-ended*/
/*web-main-section-started*/
.web-main-section .more-info-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*web-main-section-ended*/
/*web-full-banner-section-started*/
.web-full-banner-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.web-full-banner-section .bg-holder:first-child {
  inset: 0;
  width: 50%;
  height: 60%;
  min-height: unset;
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-radius: 2.5rem;
}
.web-full-banner-section h1 {
  color: #242A33;
}
.web-full-banner-section p {
  color: #485466;
}

/*web-full-banner-section-ended*/
@media screen and (max-width: 576px) {
  .navbar-brand img {
    max-width: 80px;
  }
}
.footer h5 {
  line-height: 29px;
}

/********************* START MOBILE MENU ******************/
.menu {
  width: 80%;
  background: #fff;
  position: fixed;
  top: 0;
  right: -80%;
  bottom: 0;
  height: 100vh;
  z-index: 1200;
  transition: 0.3s;
  border-left: 1px solid #B4D2FF;
  padding-bottom: 100px;
}
.menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/css/Cooper/img/res-back-menu.jpg);
  background-size: contain;
  opacity: 0.2;
}
.menu::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0.4;
}

.menu-active {
  right: 0;
}

.img-menu-mobile {
  display: block;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #B4D2FF;
}

.img-menu-mobile img {
  max-width: 50%;
}

.in-main-menu {
  position: absolute;
  width: 400%;
  min-height: calc(100vh - 221px);
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: 0.3s;
}

.black-menu-mobile {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1099;
  display: none;
}

.in-main-menu-2 {
  right: -100%;
}

.in-main-menu-3 {
  right: -200%;
}

.in-main-menu-4 {
  right: -300%;
}

.main-menu-res {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.level-one {
  width: calc(25% + 17px);
  overflow: auto;
  overflow-y: scroll;
  float: right;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #fff;
  z-index: 101;
}

.item-level-one {
  max-width: 95%;
  height: 50px;
  border-bottom: 1px solid #B4D2FF;
  overflow: hidden;
}

.item-level-one a {
  display: inline-block;
  color: #00465f !important;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 50px);
  float: right;
  padding: 0 15px;
}

.item-level-one a:before {
  content: "\f111";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #e69B00;
  font-size: 12px;
}

.item-level-one span {
  cursor: pointer;
  display: inline-block;
  color: gray;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  font-size: 20px;
  transition: 0.3s;
}

.item-level-one span:hover {
  padding-right: 10px;
}

.level-two {
  width: 25%;
  overflow: hidden;
  float: right;
  margin-right: -17px;
  height: 100%;
  position: relative;
  z-index: 101;
}

.body-level-two {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background: #fff;
}

.body-level-two-active {
  z-index: 103;
}

.go-back-menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  height: 50px;
  border-bottom: 1px solid #B4D2FF;
  overflow: hidden;
}

.go-back-menu a {
  display: inline-block;
  color: #e69B00;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
}

.go-back-menu a:before {
  content: "\f111";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: #00465f;
  font-size: 12px;
}

.go-back-menu span {
  cursor: pointer;
  display: inline-block;
  color: #e69B00;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  border-right: 1px solid #B4D2FF;
  font-size: 17px;
  transition: 0.3s;
}

.level-three {
  width: 25%;
  overflow: hidden;
  float: right;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 103;
}

.level-four {
  width: 25%;
  overflow: hidden;
  float: right;
  min-height: calc(100vh - 221px);
  position: relative;
  z-index: 103;
}

.body-level-three {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
/*  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 104;
  background: #fff;
}

.body-level-three-active {
  z-index: 105;
}

.body-level-four {
  width: calc(100% + 17px);
  overflow: auto;
  overflow-y: scroll;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: #fff;
}

.body-level-four-active {
  z-index: 112;
}

.header-level-3 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  height: 50px;
  border-bottom: 1px solid #B4D2FF;
  overflow: hidden;
}

.header-level-3 .ionicoroz-0 {
  cursor: pointer;
  display: inline-block;
  color: #e69B00;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-family: "Ionicons";
  border-left: 1px solid #B4D2FF;
  font-size: 15px;
  transition: 0.3s;
}

.header-level-3 .ionicoroz-1 {
  display: inline-block;
  font-family: "Ionicons";
  transition: 0.3s;
}

.header-level-3:hover .ionicoroz-1 {
  transform: rotate(90deg);
}

.header-level-3 p {
  display: inline-block;
  color: #00465f;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 67px);
  float: right;
  padding: 0 15px;
}

.filter-option {
  background: #eee;
  padding: 10px 70px 10px 15px;
  border-bottom: 1px solid #2d3c54;
  display: none;
  transition: none;
}

.item-filter-option {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #00465f;
  transition: all 0.3s;
}
.item-filter-option:hover {
  color: #e69B00;
}

.item-filter-option:before {
  content: "\f111";
  font-family: fontawesome;
  vertical-align: middle;
  margin-left: 7px;
  transition: 0.3s;
  color: gray;
  font-size: 12px;
}

.item-filter-option:hover:before {
  content: "\f3fe";
  color: yellow;
}

.item-login {
  display: block;
  max-width: 95%;
  height: 50px;
  color: gray !important;
  line-height: 50px;
  border-bottom: 1px solid #B4D2FF;
  overflow: hidden;
  padding: 0 15px;
  font-weight: 400;
}

.item-level-one i {
  color: #e69B00;
  font-size: 15px;
  margin-top: 15px;
}

.item-login .fa-user {
  font-size: 18px;
  color: yellow;
  padding-left: 8px;
  font-weight: 400;
}

.item-login .fa-lock {
  font-size: 18px;
  color: yellow;
  padding-left: 8px;
  font-weight: 400;
}

.text-align-right {
  text-align: right;
}

.dropdown .dropdown-menu li:hover {
  background-color: rgb(212 132 212 / 4%);
}
.mt-8 {
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  .mt-md-20 {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .mt-sm-6 {
    margin-top: 6rem;
  }
}
.close {
  background: transparent;
  border: none;
}
.help-block {
    color: #f37979;
    font-size: 14px;
    margin-top: 9px;

}
/******************** END MOBILE MENU *******************/
/*responsive-section-started*/
/*responsive-section-ended*//*# sourceMappingURL=global.css.map */

.dropbtn {
  /*background-color: #4CAF50;*/
  /*color: white;*/
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown1 {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown1:hover .dropdown-content {
  display: block;
  transform: translate(70px, 0);
}
/*.dropdown1:hover .dropbtn {*/
/*  background-color: #3e8e41;*/
/*}*/
.modal-header:before {
    content: none;
}


.modal-header {
    direction: ltr;
}


.form-control:focus , .btn-check:focus+.btn, .btn:focus{
   box-shadow: 0 0 0 .25rem rgb(6 74 95 / 18%);
}


#blogcomment-captcha.form-control{
    border-color:rgb(77 107 119);
}
textarea{
    resize: none;
}
#alert-message {
    font-size: 14px;
    line-height: 1.3;
}
button.close {
    float: left !important;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: 1px 1px 7px 0 #3333335e;
}

.navbar .search_btn {
    padding: 18px;
    color: #00465f;
    cursor: pointer;
    font-size: 20px;
}
.search_input_area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: #013649;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom:0.125rem solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .search_input_area {
    padding: 72px 0 56px;
  }
}
.search_input_area .input_div {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .search_input_area .input_div {
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .search_input_area .input_div {
    width: 100%;
  }
}
.search_input_area .input_div input {
  background: #375c74 !important;
  height: 55px;
  border: 1px solid transparent;
  line-height: 28px;
  background: transparent;
  box-shadow: none;
  padding: 0 15px;
  font-size: 16px;
  border-radius:0 5px 5px 0;
}
.search_input_area .input_div button {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 14px 21px;
  background: #e69b00;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: block;
  border-radius:  5px 0 0 5px;
  font-size: 18px;
}
.search_input_area .search_close_icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
  height: 45px;
  width: 45px;
  border-radius: 5px;
  background: #375c74;
  transition: 0.3s;
  color: #e69b00;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .search_input_area .search_close_icon {
    top: 14px;
    right: 14px;
  }
}
.search_input_area .search_close_icon i {
  line-height: 45px;
}
.search_input_area .search_close_icon:hover {
  background-color: #e69b00;
  color: #FFFFFF;
}
.search_input_area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.left_wrapp .dropdown .btn-link{
    padding: 10px 0;
}
@media screen and (max-width: 575px) {
    .navbar .search_btn{
        padding: 18px 10px;
    }
}
