/*
Theme Name: Kertec
Theme URI: https://kertec.co/
Author: aliFazli128
Author URI: https://kertec.co/
Description: kermani group temp 
Tags: kg , gsap,one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0

*/ 
  @font-face {
    font-family: "kalame";
    src: url("../fonts/Farsi_Numerals/WebFonts/fonts/en-woff/KalamehWeb-Regular.woff") format("woff");
    font-weight: 400;
	font-display: swap;
  }
  
  @font-face {
    font-family: "kalame";
    src: url("../fonts/Farsi_Numerals/WebFonts/fonts/en-woff/KalamehWeb-Medium.woff") format("woff");
    font-weight: 500;
	font-display: swap;
  }
  
  @font-face {
    font-family: "kalame";
    src: url("../fonts/Farsi_Numerals/WebFonts/fonts/en-woff/KalamehWeb-Light.woff") format("woff");
    font-weight: 300;
	font-display: swap;
  }
  
  @font-face {
    font-family: "kalame";
    src: url("../fonts/Farsi_Numerals/WebFonts/fonts/en-woff/KalamehWeb-SemiBold.woff") format("woff");
    font-weight: 600;
	font-display: swap;
  }
  
  @font-face {
    font-family: "kalame";
    src: url("../fonts/Farsi_Numerals/WebFonts/fonts/en-woff/KalamehWeb-Bold.woff") format("woff");
     font-weight: 700;
	 font-display: swap;
  }
 
  
  * {
    font-family: kalame;
   }
  
  
  html,
  body {
    width: 100%;
    height: 100%;
    background: #F2F2FB;
    margin: 0 !important;
    padding: 0;
     box-sizing: border-box;
  }
  
  :root {
    --white: #ffffff;
    --black:#212121;
    --green:#004D3A;
    --cream:#C89F74;
  }
  
  #checkboxLabel {
    position: absolute;
    left: -9999px;
  }
  p,h1,h2,h3,h4,h5,h6{
    color: var(--white);
  }
  
mark{
  background-color: #e1d1c5 !important;
}
  
   
  
  /* Icon 1 */
    #nav-icon3 {
    width: 40px;
    height: 20px;
    position: relative;
    z-index: 100;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
    #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #212121;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 100;
  }
   
.gform-theme--foundation .gform_fields{
	        column-gap: 0 !important;
}
  /* Icon 3 */
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
   
   
  
   
   /* new menu */
   
    nav {
   
     width: 100%;
     height: 100vh;
     z-index: 10;
     background: #f2f2fbeb; 
     display: none;
   
   
   }
   
   
   nav .navbar {
     width: 25%;
     height: 100vh;
     max-height: 100vh;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     padding-top: 35px;
     text-align: center;
     list-style: none;
     display: flex;
  flex-direction: column;
  justify-content: center;
   }
   nav .navbar li a {
     display: block;
     padding: 15px 0;
     transition-duration: 0.6s;
     font-size: 20px;
     font-weight: 600;
     color: #212121;
     text-decoration: none;
   }
   nav .navbar li a:hover {
     cursor: pointer;
     color: var(--green);
   }
   @keyframes fadeIn {
     0% {
       opacity: 0;
     }
     100% {
       opacity: 1;
     }
   } 
   
   .open {
     position: absolute;
     display: block;
     animation: fadeIn 1s;
     display: flex;
     justify-content: center;
     align-items: center;
 
      
   }   
  
  
  
  
  
  .sub-menu li{
    width: 160px;
    margin: 10px;
    background-color: rgba(197, 197, 197, 0.432);
   
    }
  .sub-menu li:hover{
    background-color: rgb(158, 158, 158);
  }
  .sub-menu a{
    color: var(--green);
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .sub-menu li:hover a{
    color: var(--green) !important;
  }
  
  
  
  
  nav .menu-link {
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 5px;
  }
  
  nav .arrow {
    transition: transform 0.3s ease;
    margin: 0 5px 2px 3px;
  
  }
  
   
  nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  
  }
  
   
   
  nav .has-submenu.open-ul .sub-menu {
    max-height: 300px; /* Adjust to the maximum height of your submenu */
    transition: max-height 0.5s ease-in;
  }
  
  nav .has-submenu.open-ul .arrow {
    transform: rotate(180deg);
   
  }
  
  
  
  
  
  
  
   
  
  
  
   /* end new menu */
  .fp-watermark {
    display: none;
  }
  .flex-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    justify-content: center;
    height: 90px;
    z-index: 100;
    width: 100%;
    padding-top: 30px;
    position: relative;
    margin-bottom: 30px;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     align-items: center;
    align-content: center;
    padding:10px 30px;
    justify-content: space-between;
    height: 70px;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    width: 75%;
    clip-path: polygon(100% 0, 100% 100%, 52% 100%, 50% 85%, 48% 100%, 0 100%, 0 1%);  }
  
  .flex-items {
     width: 15%; 
    justify-content: center;
    display: flex;
    height: 100%;
    align-items: center;
  }
  
  #contactUs {
    display: flex;
    gap: 10px;
  }
  #contactUs img{
  width: 34px;
  height: 34px;
  }
  
  .cotactUs1 {
    height: 38px;
  }
  
  .cotactUs2 {
    width: 80%;
    height: 38px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
.cotactUs2 a{
min-width:45px;
} 
  .cotactUs2-1 {
    color: var(--black);
    font-weight: 400;
    font-size: 14px;
    min-width:45px;

  }
  
  .cotactUs2-2 {
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    min-width:45px;

  }
  
  @media only screen and (max-width: 728px) {


    nav .navbar {
      width: 100%;
    }
    .sub-menu li{
      width: 140px;
    }
    .sub-menu a{
      font-size: 14px;
    }
    .cotactUs2 {
      display: none;
    }
  
    .flex-container {
      align-items: center;
      justify-content: space-between;
      padding:10px 0;
       width:95% !important;
    }
  
    .flex-items:nth-child(2) img {
      width: 130px;
      height: 30px;
    }
  
    #contactUs {
      justify-content: end;
    }
  
    .flex-items {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
  
    }
      .pInfo{
      font-weight: 700;
    }
    #nav-icon3{
        height: 25px;
    }
    nav .navbar li a{
        font-size: 16px;
    }
  }
  
 
  .nav-logo{
    width: 130px;
    height: 31px;
  }
 
  
  #logo img{
    width: 130px;
    height: 31px;
  }
 
  .pInfo{
    color: var(--cream);
  }
 
 a{
    text-decoration-line: none;
    
 }
 
  
 
   /* end section contact us */
 
  @media only screen and (min-width: 900px) {
    /* des */
    #marker5 {
      display: none;
      }
      #marker6 {
        display: none;
      }
        #phoneIcon,#phoneNumber{
          display: none;
        }
  }
  @media only screen and (max-width: 900px) {
 
    #logo img , .nav-logo{
        width: 90px;
        height: 24px;}

  /* for mobile button */
  #phoneIcon{
    display: block;
  }
  .phone-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url('../images/Contact.png'); /* آدرس تصویر تلفن خود را اینجا قرار دهید */
    background-size: cover;
    cursor: pointer;
    z-index: 99999;
  }
  .phone-icon.open {
    background-image: url('../images/closeContact.png'); 
    z-index: 99999; 
  }
  .phone-number {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99999;
  }
  .phone-number-container{
    width: 175px;
    gap: 10px;
  display: flex;
  flex-direction: column;
    z-index: 99999; 

  }
  .phNum-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    padding: 5px;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    gap: 15px;
    text-align: center;
    z-index: 99999; 

  }
  .phNum-box p {
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    color: var(--black);
  }
  .phNum-box a{
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
  }
  .phNum-box div{
    width: 70%;
  align-items: start;
  display: flex;
  flex-direction: column;
   z-index:99999;
  }
  }
  
   
  /* footer */
 
  footer{
      width: 100%;
      height: 350px;
      margin: 70px 0;
      display: flex;
      justify-content: center;
	  padding-bottom: 70px;
  }
  .footer-container{
      width: 75%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 25px;
  }
  .consulate{
      width: 40%;
      height: 100%;
      background: url("../images/footer/footerCooulsolate.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .consulate h4{
      font-size: 16px;
      font-weight: 600;
      color: white;
      margin: 90px 0 0 0;
  }
  .consulate p{
      font-size: 12px;
      font-weight: 400;
      color: white;
    margin-bottom:0;
    text-align:center;
  }
.gfield_label.gform-field-label{display:none;}
.crm-btn{
width: 80%;
display: flex;
justify-content: center;
}
#gform_fields_3{
display: flex;
flex-direction: row;
justify-content: center;
}
#gform_submit_button_3{
border:none;
 padding:10px 25px 11px 25px;
  font-weight: 600;
  color:#fff;
  background-color:#C89F74;
		border-radius:0;

}
#input_3_1:focus{
outline:none;
}
#input_3_1{
color:#212121;
  font-size:14px;
  direction:ltr;
  border:none;
 padding:10px;
	border-radius:0;
}
#gform_confirmation_message_3{
color: white;
font-size: 12px;
padding-top: 5px;
}
/* form ML version */
#gform_fields_11{
display: flex;
flex-direction: row;
justify-content: center;
}
#gform_submit_button_11{
border:none;
 padding:10px 25px 11px 25px;
  font-weight: 600;
  color:#fff;
  background-color:#C89F74;
		border-radius:0;

}
#input_11_5:focus{
outline:none;
}
#input_11_5{
color:#212121;
  font-size:14px;
  direction:ltr;
  border:none;
 padding:10px;
	border-radius:0;
}
#gform_confirmation_message_11{
color: white;
font-size: 12px;
padding-top: 5px;
}
ul{
  list-style-type: none;
   padding:0; 
}
  .footer-data{
      width: 60%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .footer-data-top{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      width: 100%;
  
  }
  .footer-data-top img{
      width: 155px;
      height: 38px;
  }
  .footer-social-media{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      background-color: var(--white);
      width: 60%;
      padding: 0 10px;
  }
  .footer-social-media p{
      font-size: 14px;
      font-weight: 400;
      color: #212121;
  }
  .footer-social-media-icon{
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .footer-social-media-icon img {
      width: 19px;
      height: 19px;
  }
  .footer-data-bottom{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
       align-items: center;
       width: 100%;
       height: 100%;
  }
  .contact-data{
      width: 80%;
      display: flex;
      flex-direction: column;
      justify-content: start;
       align-items: start;
  }
  .menu-data{
      width: 20%;
      display: flex;
      flex-direction: column;
      justify-content: center;
       align-items: center; 
  }
  .contact-data > p{
      font-size: 14px;
      font-weight: 400;
      text-align: start;
      color: var(--black);
      width: 90%;
  }
  .contact-data  p{
      margin: 0;
  }
  .phone-data{
      display: flex;
      flex-direction: column;
      justify-content: start;
      width: 100%;
      gap: 10px;
  }   
  .phone-data h5 {
      margin: 5px 0px;
      font-size: 14px;
      font-weight: 400;
      color: rgb(129, 129, 129);
  }
  .phone-number-f{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 90%;

  }
  .phone-number-f a{
      text-decoration-line: none;
      font-size: 16px;
      font-weight: 500;
      color: black;
  }
  .phone-number-f p{
      width: 30%;
  }
  .phone-number-f p:nth-child(1){
      border-left: 2px solid #C89F74;
      display: flex;
  }
  .phone-number-f p:nth-child(2){
      display: flex;
      justify-content: center;
  }
  .phone-number-f p:nth-child(3){
      border-right: 2px solid #C89F74;
      display: flex;
      justify-content: end;
  }
  .address-data{
      display: flex;
      flex-direction: row;
      justify-content: start;
      width: 100%;
  }
  .address-phone{
      width: 30%;
      display: flex;
      flex-direction: column;
      justify-content: start;
  }
  .address-kermani{
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: start;
  }
  .address-data h5{
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: 400;
      color: rgb(129, 129, 129);
  }
  .address-phone a{
      text-decoration-line: none;
      font-size: 16px;
      font-weight: 500;
      color: black;
  }
  .address-kermani p{
      font-size: 16px;
      color: var(--black);
      font-weight: 500;
  }
  .menu-data{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .menu-c{
      width: 100%;
      display: flex;
      align-items: start;
      flex-direction: column;
  }

  .menu-data a{
      text-decoration-line: none;
      font-size: 14px;
      font-weight: 400;
      color: var(--black);
      padding: 0px 2px;
  }
  .menu-c a:hover{
    color: var(--cream);
    transition: color 0.3s;
  }
  .menu-data p{
      margin: 10px 0;
  }
  .footer-social-media-icon a{
    height: 22px;
  }
  .footer-res{
    width: 90%;
  } 
  @media only screen and (max-width: 600px) {
    footer{
      height: 900px;
    }
    .footer-container{
      flex-direction: column;
		width:95%;
    }
    .consulate{
      width: 100%;
    }
    .footer-data{
      width: 100%;
    }
    .footer-data-top{
      flex-direction: column;
      gap: 30px;
    }
    .footer-social-media{
      width: 90%;
    }
    .footer-data-bottom{
      flex-direction: column;
    }
    .contact-data{
      width: 100%;
      gap: 30px;
      margin-top: 30px;
    }
    .contact-data > p{
      width: 100%;
    }
    .menu-c{
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      margin:30px 0;
    }
    .phone-number-f{
      flex-direction: column;
    }
    .phone-data{
      width: 50%;
      gap: 0px;
    }
    .phone-data p{
      margin-bottom: 8px;
    }
    .phone-number-f p{
      width: 100%;
      border: unset !important;
      display: flex !important;
      justify-content: end !important;
  }
  .footer-res{
    display: flex;
    width: 100%;
  }
  .address-data{
    width: 50%;
    flex-direction: column;
  }
  .address-phone , .address-kermani{
    width: 100%;
  }
  .address-kermani h5{
    margin-top: 0;
  }
  .menu-data{
    width: 100%;
  }
  .menu-data p {
    margin: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 33%;
  } 
 

}
  /* end footer */