:root {
    --color1: #0072BC;
    --color2: #E69F45;
    --color3: #011936;
    --color4: #00142C;
}


@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/Vazirmatn-Regular.woff') format('woff'),   
    url('assets/Vazirmatn-Regular.woff2') format('woff2');       
}


@font-face {
    font-family: vazirbold;
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/Vazirmatn-Bold.woff') format('woff'),   
    url('assets/Vazirmatn-Bold.woff2') format('woff2');       
}

@font-face {
    font-family: "aghicon";
    src: url("assets/fonts/agh_amnban.ttf") format("truetype"),
url("assets/fonts/agh_amnban.woff") format("woff"),
url("assets/fonts/agh_amnban.woff2") format("woff2"),
url("assets/fonts/agh_amnban.eot") format("embedded-opentype"),
url("assets/fonts/agh_amnban.svg") format("svg");
}


@font-face {
    font-family: fanm;
    src: url('assets/fonts/Vazir-FD.eot');
    src: url('assets/fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Vazir-FD.woff2') format('woff2'),
        url('assets/fonts/Vazir-FD.woff') format('woff'),
        url('assets/fonts/Vazir-FD.ttf') format('truetype');
}


body {
    margin: 0;
    font-family: vazir;
    background: var(--color4);
    color: #fff;
    text-align: right;
    direction: rtl;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    padding-top: 78px;
}
img {
    width: 100%; 
}
li {
    list-style: none
}
a {
    color: #fff;
    transition: 0.5s;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
.mg-auto {
    margin: 0 auto;
}
ul {
    padding: 0;
    margin: 0;
}
input::-webkit-input-placeholder , textarea::-webkit-input-placeholder {
    color: #c0c0c0;
}
.owl-carousel {
    direction: ltr;
}
button:focus{
  outline:none
}
.lg {
    direction: ltr;
}
i[class^="agh-"]:before, i[class*="agh-"]:before {
    font-family: aghicon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input:focus , textarea:focus {
  outline: none;
  border-color: var(--color1)!important;
}

h1, h2, h3, h4, h5, h6 , p {
    margin: 0;
}


.agh-shield:before {
    content: "\f101";
}
.agh-down-arrow:before {
    content: "\f102";
}
.agh-shield-1:before {
    content: "\f103";
}
.agh-phone-call:before {
    content: "\f104";
}
.agh-envelope:before {
    content: "\f105";
}
.agh-place:before {
    content: "\f106";
}
.agh-clock:before {
    content: "\f107";
}
.agh-instagram:before {
    content: "\f108";
}
.agh-youtube:before {
    content: "\f109";
}
.agh-whatsapp:before {
    content: "\f10a";
}
.agh-linkedin:before {
    content: "\f10b";
}
.agh-twitter:before {
    content: "\f10c";
}
.agh-telegram:before {
    content: "\f10d";
}
.agh-user:before {
    content: "\f10e";
}
.agh-comment:before {
    content: "\f10f";
}
.agh-category:before {
    content: "\f110";
}
.agh-calendar:before {
    content: "\f111";
}
.agh-chat-bubble:before {
    content: "\f112";
}
.agh-checked:before {
    content: "\f113";
}
.agh-close-window:before {
    content: "\f114";
}
.agh-local-area-network:before {
    content: "\f115";
}
.agh-dots:before {
    content: "\f116";
}
.agh-menu:before {
    content: "\f117";
}
.agh-github-sign:before {
    content: "\f118";
}
.agh-bale:before {
    content: "\f119";
}
/*=============== header ===============*/

.logo img {
    height: 50px;
    width: auto;
}

header {
    padding: 12px 0 5px 0;
    position: fixed;
    width: 100%;
    border-top: 3px solid var(--color1);
    top: 0;
    z-index: 999;
    transition: 0.5s;
}
.mainmenu  {
}
.mainmenu li {
    display: inline-block;
    position: relative;
}
.mainmenu li a {
        font-size: 13px;
        margin: 14px 0px 14px 27px;
        display: block;
}
a.atack {
    display: block;
    width: 100%;
    background: var(--color1);
    padding: 7px 35px 7px 7px;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    margin: 7px 0;
}

a.atack i {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 6px;
}

a.active {
    font-family: 'vazirbold';
    color: var(--color2) !important;
}
a.atack:hover {
    background: var(--color2);
}

.mainmenu ul li ul {
    background: var(--color3);
    position: absolute;
    z-index: 1;
    /* opacity: 0; */
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #00000040;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    top: 45px;
    width: 160px;
    border-top: 3px solid var(--color1);
}

.mainmenu ul li ul li {
    display: block;
}

.mainmenu ul li ul li a {
    padding: 10px 13px;
    margin: 0;
}
header li.submenu:before {
    content: '\f102';
    position: absolute;
    font-family: aghicon;
    left: 11px;
    top: 20px;
    font-size: 11px;
}

.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.mainmenu li a:hover {
    color: var(--color2);
}
.slidertext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    /* vendor prefixes omitted due to brevity */
    text-align: right;
    direction: rtl;
}
.slidertext span {
    font-size: 40px;
    font-family: 'vazirbold';
}

.slidertext p {
    width: 38%;
    margin: 7px 0 17px 0;
    font-size: 15px;
    line-height: 32px;
}

.slidertext a {
    background: #fff;
    color: var(--color3);
    padding: 8px 54px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
}

.owl-theme .owl-controls .custom-nav  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    width: 100%;
    z-index: 999;
}
span.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
    padding: 8px 7px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.19);
    cursor: pointer;
}
span.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    transform: rotate(90deg);
    padding: 8px 7px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.19);
     cursor: pointer;
}
.slider .item:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #264573 0%, rgba(46, 46, 46, 0.00) 100%);
    top: 0;
    right: 0;
}
header.sticky {
    background: var(--color3);
}
/*=============== title ===============*/

.titlecenter {
    text-align: center;
    margin-bottom: 20px;
}


.titlecenter h2 , .titlecenter h3 , .titlecenter h4   {
    font-size: 37px;
    color: var(--color1);
    font-family: 'vazirbold';
    position: relative;
    padding-bottom: 20px;
}
.titlecenter h2 span , .titlecenter h3 span , .titlecenter h4 span   {
    color: var(--color2);

}
.titlecenter h2:before , .titlecenter h3:before , .titlecenter h4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(assets/images/underlogo.png) no-repeat;
    bottom: 6px;
    width: 70px;
    height: 19px;
    background-position: center center;
}

.titlecenter p {
    font-size: 13px;
    width: 70%;
    line-height: 25px;
    margin: 0 auto;
}

/*=============== services ===============*/

.services {
    padding-top: 30px;
    position: relative;
    padding-bottom: 60px;
}


.services:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(assets/images/bg.png);
    opacity: 0.02;
}
.srbox {
    background: var(--color3);
    border-radius: 15px;
    border-top: 4px solid var(--color1);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    transition: 0.5s;
    width: 90%;
    margin: 16px auto;
    position: relative;
    overflow: hidden;
    padding: 20px 10px 37px 10px;
    text-align: center;
    min-height: 458px;
}

.srbox:hover {border-color: var(--color2);transform: scale(1.02);}


.srbox:before {
    content: '';
    position: absolute;
    background: url(assets/images/bgcard1.png) no-repeat;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    opacity: 0.12;
    filter: grayscale(1);
}

.srbox:after {
    content: '';
    position: absolute;
    background: url(assets/images/bgcard1.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 0px;
    opacity: 0.12;
    filter: grayscale(1);
    bottom: 0;
    transform: rotate(180deg);
}
.srbox.srbox2:before , .srbox.srbox2:after {
    filter: none;
    opacity: 0.2;
}
.srbox img {
    width: auto;
}

.srbox h3 {
    color: var(--color2);
    font-size: 27px;
    margin: 7px 0 0;
}

span.nmb {
    font-size: 15px;
    color: var(--color1);
    font-family: fanm;
}

.srbox li {
    font-size: 15px;
    padding: 10px 0;
    color: #797B7D;
}

.srbox ul {
    margin: 20px 0;
}

span.moreser {
    border-radius: 10px 10px 0px 0px;
    background: var(--color1);
    padding: 8px 20px;
    display: block;
    width: 160px;
    margin: 0 auto;
    font-size: 14px;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.srbox:hover span.moreser {
    background: var(--color2);
}
/*=============== about ===============*/

.about {
    background: var(--color3);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}


.rightabout img {
    position: absolute;
    top: -60px;
    width: 90%;
    margin: 0 auto;
}

.leftabout h4 {
    color: #0072BC;
    font-family: 'vazirbold';
    font-size: 40px;
}

.leftabout h4 span {
    color: var(--color2);
}

.leftabout p {

    color: #FFF;
text-align: justify;
font-family: Vazirmatn;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 207.143% */
    
}

.leftabout a {
    background: var(--color1);
    padding: 8px 35px;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 5px;
}

a.abtct {
    background: var(--color2);
}

/*=============== partner ===============*/


.prtbox img {
    width: auto !important;
    height: 80px;
    margin: 0 auto;
    opacity: 0.3;
    filter: brightness(0) invert(1);
    transition: 0.5s;
    cursor: pointer;
}
.owl-carousel.owl-partners {
    width: 80%;
    margin: 20px auto;
}
.partners {
    position: relative;
}
.prtbox:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 1px;
    height: 50%;
    top: 30%;
    transform: translateY(-9%);
    background: #e4e4e438;
}
.owl-partners .owl-stage-outer:before {
    content: '';
    position: absolute;
    background: var(--color4);
    left: 0;
    height: 100%;
    width: 2px;
    z-index: 99;
}

.owl-theme .owl-controls .part-nav {
    position: absolute;
    top: 29%;
    transform: translateY(-50%);
    text-align: right;
    width: 90%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.partbox {
    position: relative;
}

.part-nav.owl-nav span.owl-next , .part-nav.owl-nav span.owl-prev {
    background: none;
    color: #797B7D;
}

.prtbox img:hover {
    filter: none;
    opacity: 1;
}
button.owl-dot {
    background: #797B7D !important;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    margin: 0 4px;
}

button.owl-dot.active {
    background: var(--color2) !important;
}

.owl-dots {
    margin-top: 10px;
}
.diver {
    width: 60%;
    margin: 40px auto;
}

/*=============== text and images ===============*/


.textboxsmptext p {
    text-align: justify;
    font-size: 13px;
    line-height: 35px;
}

.textboxsmptext h4 {
    font-size: 30px;
    color: var(--color1);
    margin-bottom: 5px;
}

.textboxsmptext h4 span {
    color: var(--color2);
}
.textboxsmptext h4 i {
}

.textboxsmptext h4 i svg {
    width: 28px;
    height: 28px;
    top: 8px;
    display: inline-block;
    position: relative;
}

.textboxsmptext a {
    background: var(--color1);
    padding: 8px 35px;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 5px;
}

.textboxsmpimg img {
    border-radius: 10px;
}
.textboxsmp {margin: 40px 0;}

/*=============== certificate ===============*/

.certificatesbox {
    background: #001e41;
    padding: 10px 10px 0 10px;
    border-radius: 8px;
    border-top: 3px solid var(--color2);
    text-align: center;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
}

.certificatesbox img {
    border-radius: 8px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: 0.5s;
}

.certificatesbox span {
    font-size: 13px;
    padding: 11px 0;
    display: block;
}
.certificatesbox:hover img {
    filter: none;
    opacity: 1;
}

.certificates-nav.owl-nav span.owl-next , .certificates-nav.owl-nav span.owl-prev {
    background: none;
    color: #797B7D;
}

.owl-theme .owl-controls .certificates-nav {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    text-align: right;
    width: 103%;
    z-index: 999;
    left: 0px;
    right: -15px;
    /* margin: 0 auto; */
    background: red;
}
.serbox {
    position: relative;
}.owl-carousel.owl-certificates {
    width: 94%;
    margin: 0 auto;
}
.certificates {
    margin: 50px 0;
}



/*=============== blog ===============*/

.blog-box {
    padding: 11px;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    background: var(--color3);
}
.blog-box .blog-box-img {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
}


.blog-box h6 {
    font-size: 16px;
    margin-top: 0px;
    color: var(--color1);
    transition: 0.5s;
    font-family: 'vazirbold';
}

.blog-box p {
    margin-top: 0px;
    color: #e4e4e4;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 23px;
}

.blog-box-img:after {content: '';width: 100%;position: absolute;bottom: 0;right: 0;height: 0;transition: 0.5s;background: linear-gradient(180deg, rgba(18, 180, 133, 0) 0%, rgb(1 29 54 / 57%) 49.95%, #0072bc 100%);}

.blog-box:hover .blog-box-img:after {
    height: 100%;
}

.blog-box-img:before {
    content: '';
    width: 190px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0 auto;
    left: 0;
    background: url(assets/images/logo.png) no-repeat;
    height: 140px;
    transition: 0.5s;
    background-size: 100%;
    z-index: 2;
    opacity: 0;
}

.blog-box:hover .blog-box-img:before{
    opacity: 1;
    top: 55px;
}



.blog-box:hover h6 {
    color: var(--color2);
}



.blog .title-box {
    margin-bottom: 40px;
}

.blog-box-img img {
    height: 100%;
}

.datecat {
    margin-top: 4px;
    color: #dfdfdf;
}

.datecat span:before {
    content: '';
    position: relative;
    display: inline-block;
    background: var(--color1);
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-radius: 10px;
}

.datecat span {
    margin-left: 6px;
    font-size: 12px;
}

span.moreblog {
    border-radius: 5px;
    background: var(--color1);
    padding: 7px 28px;
    color: #fff;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 0px;
    float: left;
    transition: 0.4s;
}

.blog-box span.moreblog {

    width: 120px;
    text-align: center;
}
.blog-box:hover .moreblog {
    background: var(--color2);
}
.titlebox h4 {
    font-size: 35px;
    color: var(--color1);
    font-family: 'vazirbold';
    position: relative;
    /* padding-bottom: 20px; */
}

.titlebox h4 span {
    color: var(--color2);
}

.titlebox p {
    width: 35%;
    font-size: 14px;
}

.titlebox a {
    position: absolute;
    left: 0;
    top: 27px;
    border-radius: 5px;
    background: var(--color2);
    padding: 11px 38px;
    color: #fff;
    font-size: 12px;
    transition: 0.4s;
}

.titlebox {
    position: relative;
    margin-bottom: 20px;
}
.blog {
    margin-bottom: 40px;
}

/*=============== calltoaction ===============*/



.calltoaction {
    background: var(--color1);
    padding: 30px 0;
    display: inline-flex;
    width: 100%;
    position: relative;
}

.calltoaction i {
    position: absolute;
    font-size: 48px;
    right: 0;
    top: 4px;
}

.ctaright {
    padding-right: 60px;
}

.cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ctaright span {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px; 
    margin-bottom: 10px;
    display: block;
}

.ctaright p {
    font-size: 14px;
}

.calltoaction:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(assets/images/bgbn.png);
    background-size: 830px;
    background-position: 0 -60px;
    opacity: 0.3;
}
.ctaleft a {
    background: #fff;
    padding: 8px 33px;
    border-radius: 5px;
    color: var(--color3);
    font-size: 14px;
}

/*=============== footer ===============*/

 footer {
  background: var(--color3);
  padding-top: 30px;
}

.boxfooter1 img {
    width: 130px;
    margin-bottom: 0px;
}
span.titlefooter:before {
    content: '\f116';
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 6px;
    top: 1px;
    font-size: 10px;
    font-family: 'aghicon';
    color: var(--color1);
}

span.titlefooter {
    font-size: 15px;
    font-weight: bold;
}
.boxfooter1 p {
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 12px;
}

.boxfooter3 li , .boxfooter4 li  {
    font-size: 13px;
    line-height: 2.5;
}

.boxfooter3 ul , .boxfooter4 ul {
    margin-top: 10px;
}

.boxfooter2  li span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.boxfooter2 li span i {
    font-size: 17px;
    margin-left: 11px;
    position: relative;
    top: 4px;
}

.boxfooter2 li {
    font-size: 13px;
    margin-bottom: 17px;
}

.boxfooter2 li span  i.flaticon-phone {
    transform: rotate(262deg) !important;
    display: inline-block;
    top: 0;
}

.boxfooter2 li span i.flaticon-email {font-size: 19px;margin-left: 8px;top: 8px;}

.boxfooter2 li span i.flaticon-location {
    margin-left: 8px;
    top: 5px;
    font-size: 19px;
}

.copyright {
    padding: 14px 0 12px 0;
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    margin-top: 20px;
    background: #00142c;
}

.boxfooter1 li {
    display: inline-block;
    margin: 0 0px 0 20px;
    font-size: 19px;
    color: var(--color2);
}

footer a:hover {
    color: var(--color1);
}


.boxfooter2 , .boxfooter3 , .boxfooter4 {
    margin-top: 10px;
}

.boxfooter2 li span i.flaticon-placeholder {
    font-size: 22px;
    margin-left: 5px;
}

.bannerbox img {
    border-radius: 10px;
}

.menu-btn{
    display: none;
}
.slider {
    position: relative;
}
.boxfooter4 , .boxfooter3 {
    width: 50%;
}


#button {
  display: inline-block;
  background-color: var(--color1);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 34px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 7px 0px;
  place-items: center !important;
}
#button::after {
  content: "\f102";
  font-family: aghicon;
  font-size: 20px;
  color: #fff;
  transform: rotate(180deg);
  display: block;
}
#button:hover {
  cursor: pointer;
  background-color: var(--color2);
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.moreblogsmb {
    display: none;
}

/*======================================== menu mobile =====*/

  
  .open_menu{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: fixed;
      /* this left's value is important */
      right: -250px;
      top:0;
      /* if you'd change the width's value then you have to change left's value of the .open_menu as well*/
      width: 250px;
      height: 100%;
      background-color: var(--color3);
      -webkit-transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
      transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
      z-index: 10000;
  }

  .menu-content{
      display: block;
      width: 100%;
      overflow-y:scroll;
      overflow-x:hidden;
      padding-top: 50px;
  }
  .menu-content::-webkit-scrollbar{
      width: 0;
  }
  
  .opened{
      right: 0;
  }
  
  
  .toOpen{
      display: block;
      width: 25px;
      position: absolute;
      cursor: pointer;
      padding: 20px;
      right: -165px;
  }
  /* The open and close mark. It toggles automatically */
  .toOpened{
      /* width: 25px; */
  }
  .toOpened .line{
      width: 25px !important;
      -webkit-transition: 0ms !important;
      transition: 0ms !important;
  }
  
  
  .toOpened .one{
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 25px;
  }
  
  .toOpened .two{
      opacity: 0;
  }
  
  .toOpened .three{
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 25px;
  }
  
  
  
  .toOpen .line{
      height: 3px;
      margin: 0 0 2px 0;
      background-color: #dc6161;
      -webkit-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out;
  }
  
  
  .toOpen .two{
      width: 15px;
  }
  .toOpen .three{
      width: 20px;
  }
  
  .toOpen:hover div{
      width: 25px;
      
  }
  .line.one {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
  }
  .toOpened > .three {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
  }
  
  .open_menu h1{
      text-align: center;
      color: white;
  }
  .menu-logo{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: montserrat;
      font-weight: 700;
      margin: 25px 0;
      text-align: center;
  }
  
  .menu-content ul{
      list-style-type: none;
  }
  
  .menu-content ul li{
      text-align: right;
      border-bottom: 1px solid #88888826;
  }
  .menu-content ul li:first-child{
      border-top: 1px solid #f8f8f826;
  }
  
  .menu-content ul li a{
      font-weight: 400;
      font-size: 14px;
      display: block;
      padding: 9px 10px;
      text-decoration: none;
      color: #fff;
      -webkit-transition: 100ms ease-in-out;
      transition: 100ms ease-in-out;
  }
  
  .menu-content ul li a:hover{
      background: #252525;
  }

.menu-logo img {
    width: 110%;
    margin: 0 auto;
}

.menu-content .menu-btn svg {
    width: 20px;
    height: auto;
    position: absolute;
    left: 12px;
    fill: #fff;
    top: -47px;
}

.menu-content ul li ul li a {
    background: #001126;
    padding: 10px 40px;
}


.menu-content ul li ul li {
    border: none;
}
.slidertext a:hover {
    background: var(--color1);
    color: #fff;
}
.leftabout a:hover, .textboxsmptext a:hover {
    background: #fff;
    color: var(--color3);
}
.titlebox a:hover {
     background: var(--color1);
}
.ctaleft a:hover {
     background: var(--color2);
    color: #fff;
    
}

/*=============== single page ===============*/

.bannersingle:before {
    content: '';
    width: 100%;
    height: 300px;
    border-radius: 0px 0px 80px 80px;
    background: var(--color3);
    position: absolute;
    top: 0;
    background-image: url(assets/images/bgsingle.png);
    background-repeat: repeat-x;
    background-position: 0px -50px;
    background-size: cover;
    z-index: -1;
    left: 0;
}

.bannersingle {
    display: flex;
    min-height: 259px;
    text-align: center;
}

.bannersingle h1 {
    margin: 59px 0 30px 0;
    position: relative;
}
.bannersingle h1:before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 background: url(assets/images/underlogo.png) no-repeat;
 bottom: -19px;
 width: 70px;
 height: 19px;
 background-position: center center;
}

 .agh-pagination{
     width: 100%;
     font-size: 17px;
     text-align: center;
     padding: 20px 0 40px 0;
     display: inline-flex;
     margin: 0 auto;
     justify-content: center;
}
 .agh-pagination .agh-inner-page-numbers{
     position: relative;
     display: inline-block;
     padding: 0 0.7%;
}
 .agh-pagination .current{
     color: #ffffff;
     font-weight: 500;
     background: var(--color1);
}
 a.next.page-numbers , a.prev.page-numbers {
     font-size: 0;
     position: relative;
}
 a.next.page-numbers:before {
     content: '';
     border-right: 1px solid #b1b1b1;
     border-bottom: 1px solid #b1b1b1;
     width: 7px;
     height: 7px;
     box-shadow: black;
     position: absolute;
     right: -4px;
     transform: rotate(135deg);
     left: 0;
     bottom: 11px;
     margin: 0 auto;
}
 a.prev.page-numbers:before {
     content: '';
     border-right: 1px solid #b1b1b1;
     border-bottom: 1px solid #b1b1b1;
     width: 7px;
     height: 7px;
     box-shadow: black;
     position: absolute;
     right: 3px;
     transform: rotate(310deg);
     left: 0;
     bottom: 11px;
     margin: 0 auto;
}
 .agh-pagination span , .agh-pagination a {
     border-radius: 4px;
     height: 30px !important;
     width: 30px !important;
     margin: 0px 5px;
     font-size: 14px;
     color: #b1b1b1;
     background: #00234e;
     border: none;
     /* text-align: center; */
     padding: 5px 0;
}

/*=============== single blog ===============*/



.blog-page {
    margin-top: 40px;
}

.blog-page .blog-box {
    margin-bottom: 20px;
}
.single-img img {
    border-radius: 10px;
    height: auto;
}

.singlecateroty span , .singlecateroty a , .singlecateroty {
    color: #ffffff;
    font-size: 12px;
}

.singlecateroty i {
    font-size: 17px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.singlecateroty span {
    font-size: 12px;
}

.top-single h1 {
    font-family: 'vazirbold';
    font-size: 24px;
    margin: 3px 0;
    line-height: 1.5;
    color: var(--color1);
    text-align: center;
    padding: 15px 0;
    background: var(--color3);
    border-right: 3px solid;
    border-left: 3px solid;
    border-radius: 12px;
    margin-bottom: 20px;
}

.short-desc , .alldesc {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-align: justify;
}

.alldesc {
    margin-top: 10px;
    text-align: justify;
}

.singletag {
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    margin: 10px 0;
}

.singletag span {
    color: #ffffff;
}

.singletag a {
    display: initial;
    padding: 2px 18px;
    border: 1px solid var(--color1);
    border-radius: 4px;
    color: var(--color1);
    margin: 0px 2px;
    font-size: 13px;
    transition: 0.5s;
}

.realated .title-center {
    margin-bottom: 110px;
}

.realated .title-center:before {
    top: -50px;
}

.realated .title-center , .comment .title-center {
    margin-bottom: 80px;
}

.realated .title-center:before, .comment .title-center:before {
    top: -50px;
}


.title-box {
    text-align: center;
    font-size: 28px;
    margin: 30px 0;
    color: var(--color1);
}



.comment input {
    background: var(--color3);
    border-radius: 3px;
    border: none;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    font-family: 'PeydaWeb';
}
.comment textarea {
    background: var(--color3);
    border-radius: 5px;
    border: none;
    font-size: 12px;
    height: 130px;
    width: 100%;
    font-family: 'PeydaWeb';
    padding: 15px 15px;
    color: #fff;
}

.comment button#submit {
    border: none;
    background: var(--color1);
    padding: 8px 50px;
    color: #fff;
    font-weight: 100;
    border-radius: 3px;
    font-family: 'PeydaWeb';
    font-size: 14px;
    margin-top: 13px;
    border: 1px solid var(--color1);
    transition: 0.5s;
}

span.cmtitle i {
    margin-left: 6px;
    position: relative;
    top: 6px;
    font-size: 19px;
    color: var(--color1);
}

span.cmtitle {
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    text-align: right;
}


.cm1 {margin-bottom: 10px;}

.comment .float-right.mb-5 {
    text-align: left;
}
.comment {
    text-align: left;
    margin-bottom: 30px;
}
.singletag a:hover {
    background: var(--color1);
    color: #fff;
}
body.singlepageblog header {
    background: var(--color3);
}

.singlecateroty {
    display: inline-block;
    margin-left: 7px;
}

.singlecateroty i {
    color: var(--color1);
}
.comment button#submit:hover {
    background: var(--color2);
    border-color: var(--color2);
}

.namecomment {
    float: right;
    font-size: 16px;
    color: var(--color1);
    position: relative;
    padding-right: 25px;
}

.datecomment {
    float: left;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding-right: 20px
}

.comment-avatar p {
    display: block;
    width: 100%;
    margin: 20px 0;
    text-align: right;
    font-size: 13px;
    line-height: 2;
}

.comment-avatar {
    display: grid
}

.reply {
    text-align: left;
    padding: 0px 20px;
}



.reply a {
    color: var(--color1);
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

ul.children {
    width: 90%;
    margin-right: 10%;
    margin-top: 10px;
}

.commentbox {
    width: 100%
}

.comment-list .commentbox {
    border-radius: 10px;
    padding: 10px 10px;
}

.comment-list>li {
    margin-bottom: 50px;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
}

ul.children {
}

.comment-list .children li .commentbox {
    background: var(--color3);
    border: 1px solid;
    padding: 20px 20px;
}

span.wpcf7-spinner {
    display: none
}

.comment_section {
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto
}

form#commentform {
    width: 100%;
    display: block
}

.send_for_damin input#submit {
    background: var(--color1);
    color: #fff;
    width: 130px
}

.namecomment i {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
    position: absolute;
    right: 0;
}

.datecomment i {
    margin-left: 4px;
    font-size: 17px;
    position: relative;
    top: 3px;
}

.comment_list_respond {
    margin-top: 30px;
}
a.comment-reply-link i {
    font-size: 21px;
    position: absolute;
    top: 0px;
    left: -25px;
}


/*======================================== contact page =====*/


.col-lg-6.contactmap iframe {
    width: 100%;
    border-radius: 20px;
    height: 400px;
}

.contact-page {
    margin: 30px 0;
}

.contact-info li i {
    width: 37px;
    min-width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 4px;
    color: var(--color1);
    font-size: 20px;
}
.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.socials-contact {
    padding: 15px 20px 13px 20px;
    margin-top: 28px;
}
.socials-share {
    background: #002655;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 20px 20px 20px;
    border-radius: 0px 0px 20px 20px;
    margin-top: 15px;
    position: relative;
}

.social-text {
    font-size: 14px;
    opacity: .8;
    margin-bottom: -3px;
}

.socials-share>* {
    line-height: 1;
}

.contact-info li , .contact-info li a {
    color: #fff;
}

.dark .contact-info li , .dark .contact-info li a {
    color: #fff;
}

.share-icon li {
    display: inline-block;
    margin: 0 7px;
}

.share-icon li a {
    color: var(--color2);
    font-size: 21px;
}

.contacttext {
    background: var(--color3);
    border-radius: 20px;
}

.dark .contacttext {
    background: #0e2535;
}
ul.contact-info {
    padding: 40px 40px 8px 40px;
}


span.social-text:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    margin-left: 10px;
}

.contact-us-form {
    background: var(--color3);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.dark .contact-us-form {
    background: #0e2535;
}

.contact-page h2 {
    margin-top: 20px;
}

.contact-page h3 {
    font-size: 18px;
    color: var(--color1);
    margin-top: 8px;
    margin-bottom: 10px;
}

.field-block input , .field-block textarea {
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    border: none;
    font-family: PeydaWeb;
    padding: 12px 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s;
    direction: rtl !important;
    background: var(--color4);
}
.dark .field-block input, .dark .field-block textarea{
    background: #162f42;
    color: #fff;
}
.field-block i {
    font-size: 19px;
    position: relative;
    top: 5px;
    margin-left: 6px;
    color: var(--color1);
}

input.sub-form {
    background: var(--color1) !important;
    width: 140px;
    float: left;
    border-radius: 4px;
    color: #fff;
    height: 0;
    line-height: 0;
    cursor: pointer;
}

.contactform h2 {
    font-size: 24px;
    font-weight: 100;
}

.contactform {
    margin-top: 20px;
}

.contactform h3 {
    font-weight: 100;
    font-size: 19px;
    color: var(--color1);
    margin-bottom: 15px;
    margin-top: 10px;
}
input.sub-form:hover {
    background: var(--color2) !important;
}
.bannersingle p {
    font-size: 12px;
}

.coperationpage p {
    color: #FFF;
    text-align: justify;
    font-size: 15px;
    line-height: 37px;
}

.Jobpositions h2 {
    text-align: center;
    color: var(--color1);
}

.jobboxs {

    margin: 30px 0px;
}

.jobboxs .jobbox {
    background: var(--color3);
    padding: 16px 0;
    border-radius: 8px;
    border-right: 3px solid var(--color1);
    position: relative;
    text-align: center;
    font-size: 15px;
}

@keyframes jobboxsBlink {
  from {background-color: blue;}
  to {background-color: #14EE54 ;}
}

.jobboxs .jobbox:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    /* background: var(--color2);*/
  	/* background-color: #14EE54; */
    animation: jobboxsBlink 5s infinite;
    left: 10px;
    top: 10px;
    border-radius: 10px;
}
.Jobpositions {
    margin: 30px 0;
}
.jobstep {
    background: var(--color3);
    padding: 30px 0;
    margin: 50px 0px;
}

.jobstep a {
    font-family: 'vazirbold';
    color: var(--color2);
}
.jobstep img {
    margin-top: 20px;
    margin-bottom: 30px;
}
.stepmob{
    display: none;
}




ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--color3);
  margin: 0 auto 15px auto;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
}
ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
  color: #fff;
}
ul.accordion-list li h3 {
  text-align: right;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 19px 15px 47px;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  cursor: pointer;
  /* transition: 0.5s; */
  border-right: 3px solid var(--color1);
  border-radius: 10px;
  color: #fff;
  transition: 0.5s;
}
ul.accordion-list li h3:after {
  content: "\0f102";
  font-family: 'aghicon';
  position: absolute;
  left: 20px;
  top: 17px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13px;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 0px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
li.active h3 {
    background: var(--color1);
    color: #fff;
}

ul.accordion-list li h3 {
    font-weight: 400;
    border-radius: 0;
}
.faqjob h3 {
    text-align: center;
    font-size: 30px;
    color: var(--color1);
    margin-bottom: 20px;
}

.faqjob {
    margin: 60px 0;
}

.righthetext p {
    color: #FFF;
text-align: justify;
font-size: 14px;
line-height: 38px; 
}

.educationpage .diver , .penetrationpage .diver{
    width: 83%;
}

.educationboxs h2 {
    text-align: center;
    font-family: 'vazirbold';
    color: var(--color2);
    font-size: 30px;
    margin-bottom: 30px;
}

.educationbox {
    background: var(--color3);
    overflow: hidden;
    border-radius: 13px;
    margin: 30px 0;
}

.imgeducationbox img {
    display: block;
    height: 100%;
}

.texteducationbox {
    padding: 20px 0 15px 30px;
}

span.titleedu {
    font-size: 22px;
    font-weight: bold;
    color: var(--color1);
    margin-bottom: 10px;
    display: block;
}

.texteducationbox p {
    color: #FFF;
    font-size: 12px;
    line-height: 33px; /* 253.846% */
}

span.moreedu {
    display: inline-block;
    background: var(--color1);
    padding: 7px 25px;
    margin-top: 13px;
    border-radius: 4px;
    font-size: 12px;
}
.col-lg-5.imgeducationbox {
    overflow: hidden;
}
.productboxs h2 {
    text-align: center;
    font-family: 'vazirbold';
    color: var(--color2);
    font-size: 30px;
    margin-bottom: 30px;
}

.productpage .headertext img {
    width: 80%;
    margin: 0 auto;
}

.lefthetext {
    text-align: center;
}

.productbox {background: var(--color3);padding: 20px;border-radius: 10px;margin-bottom: 30px;text-align: left;}

span.prttitle {
    color: #0072BC;
    text-align: right;
    font-family: Vazir;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 65.714% */
    margin: 10px 0;
    display: block;
}

.productbox p {
    color: #FFF;
    font-size: 13px;
    line-height: 29px;
    text-align: right;
}

span.moreprt {
    display: inline-block;
    background: var(--color1);
    padding: 7px 25px;
    margin-top: 13px;
    border-radius: 4px;
    font-size: 12px;
}

.righthetext li {
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    line-height: 38px;
}
.penetrationpage .lefthetext img {
    width: 100%;
    margin-top: 30px;
}
.penboxs h2 {
    text-align: center;
    font-family: 'vazirbold';
    color: var(--color2);
    font-size: 34px;
    margin-bottom: 30px;
}
.penbox {
    margin: 30px 0;
    background: var(--color3);
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
    border-top: 3px solid var(--color1);
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.penbox img {
    width: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
}
span.titlepen {
    display: block;
    text-align: center;
    font-size: 21px;
    color: var(--color2);
    font-family: 'vazirbold';
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 20px;
}
.penbox li {
    font-size: 13px;
    line-height: 3;
    position: relative;
    padding-right: 24px;
    z-index: 1;
}

.penbox li:before {
    content: "\f113";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    bottom: 30px;
    font-family: 'aghicon';
    color: var(--color2);
    font-size: 20px;
    right: 0;
    font-weight: 100;
}
span.morepen {
    background: var(--color1);
    padding: 0 20px;
    margin: 0 auto;
    width: 134px;
    display: block;
    text-align: center;
    padding: 7px 0;
    border-radius: 8px 8px 0 0;
    margin-top: 20px;
    font-size: 12px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.penbox:before {
        content: '';
        position: absolute;
        background: url(assets/images/bgcard1.png) no-repeat;
        width: 100%;
        height: 200px;
        left: 70px;
        opacity: 0.2;
        filter: grayscale(1);
        top: 30px;
        transform: rotate(70deg);
        z-index: 0;
}

.penbox:after {
        content: '';
        position: absolute;
        background: url(assets/images/bgcard1.png) no-repeat;
        width: 100%;
        height: 200px;
        left: -60px;
        opacity: 0.2;
        filter: grayscale(1);
        bottom: 30px;
        transform: rotate(260deg);
        z-index: 0;
}

.penbox:hover {
    border-color: var(--color2);
    transform: scale(1.02);
}

.penbox:hover .morepen {
    background: var(--color2);
}
.textpenpage p, .textpenpage ul {
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
}

.textpenpage img {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.textpenpage h3 {
    font-size: 30px;
    color: var(--color2);
    margin-bottom: 10px;
}
.textpenpage li {
    list-style: disc;
    margin: 0 20px;
    font-size: 13px;
    line-height: 38px;
}

.textpenpage {
    margin-bottom: 30px;
}
.amnsazipage .headertext img {
    width: 80%;
    margin-top: 20px;
}

.amnboxs h2 {
    text-align: center;
    font-family: 'vazirbold';
    color: var(--color2);
    font-size: 34px;
    margin-bottom: 0px;
}
.amnbox {margin: 30px 0;background: var(--color3);padding: 20px;border-radius: 12px;border-top: 3px solid var(--color1);position: relative;transition: 0.5s;}


span.amnbxtitle {text-align: center;display: block;font-family: 'vazirbold';font-size: 30px;margin: 10px 0;}

.amnbox img {
    width: 110px;
    display: block;
    margin: 20px auto;
}
span.cpname {
    border-radius: 5px;
    border-right: 2px solid var(--dark-3, #0072BC);
    border-left: 2px solid var(--dark-3, #0072BC);
    background: var(--dark-1, #00142C);
    display: block;
    padding: 10px 0;
    text-align: center;
    margin: 14px 0;
}

.pricebxamn {
    text-align: center;
    padding-bottom: 11px;
}

.pricebxamn {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #ffffff21;
    margin-bottom: 20px;
}

.pricebxamn span {
    color: var(--color2);
    font-size: 35px;
    margin-left: 6px;
    position: relative;
    top: 5px;
}
.amnbox ul li {
    color: #FFF;
    font-size: 15px;
    position: relative;
    line-height: 55px;
    padding-right: 30px;
}

li.yes:before {
    content: "\f113";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    bottom: 35px;
    font-family: 'aghicon';
    color: #02a63e;
    font-size: 24px;
    right: 0;
    font-weight: 100;
}
li.no:before {
    content: "\f114";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    bottom: 38px;
    font-family: 'aghicon';
    color: #FF2E21;
    font-size: 21px;
    right: 1px;
    font-weight: 100;
}

li.network:before {
    content: "\f115";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    bottom: 37px;
    font-family: 'aghicon';
    color: var(--color2);
    font-size: 29px;
    right: 1px;
    font-weight: 100;
}

li.network {
    padding-right: 39px !important;
}

li.network span {
    color: var(--color2);
}



/*syle for tool*/
.tool {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 !important;
  height: 30px;
}
/* st = Style tol tip */
.tool  span {
  opacity: 0;
  color: #fff;
  width: 190px;
  padding: 5px 0;
  background: #444;
  text-align: center;
  position: absolute;
  border-radius: 6px;
  font-size: 12px;
  line-height: 2;
}
.tool span:after {
  content: '';
  border-width: 5px;
  position: absolute;
  border-style: solid;
}
.tool:hover span {
    opacity: 1;
}

/* T-st = Top style tip */
.T-st{
  left: -87px;
  bottom: 100%;
}
.T-st:after{
  left: 0;
  top: 100%;
  border-color: #444 transparent transparent transparent;
  right: 0;
  margin: 0 auto;
  width: 10px;
}

.tool svg {
    width: 15px;
    height: 15px;
    fill: var(--color2);
}
.amnbox.spc {
    border: 3px solid var(--color2);
}
span.lblspc {
    position: absolute;
    left: -25px;
    background: url(assets/images/lbl.png);
    border-radius: 4px;
    font-size: 13px;
    width: 150px;
    height: 150px;
    top: -18px;
}

.noteamn {
    border-radius: 13px;
    border-right: 3px solid var(--dark-3, #0072BC);
    border-left: 3px solid var(--dark-3, #0072BC);
    background: var(--dark-2, #011936);
    padding: 20px;
  	width: max-content;
}

.noteamn li {
    font-size: 14px;
    padding: 12px 0;
}

.noteamn li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: var(--color1);
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-radius: 10px;
    top: 1px;
}

.tabledata h3 {
    text-align: center;
    font-size: 30px;
    color: var(--color2);
    margin-bottom: 20px;
}

.tabledataboxtitle {
    border-radius: 13px;
    background: var(--color1);
    padding: 18px 10px;
    display: flex;
    margin-bottom: 10px;
}

.tabledatabox span:first-child {
    width: 55%;
}

.tabledatabox span {
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabledatabox span:nth-child(2) , .tabledatabox span:nth-child(3) , .tabledatabox span:nth-child(4){
    width: 15%;
}
.tabledataboxdata {
    border-radius: 13px;
    background: var(--color3);
    padding: 18px 10px;
    display: flex;
    margin-bottom: 10px;
    border-right: 3px solid var(--color1);
    border-left: 3px solid var(--color1);
    transition: 0.5s;
}

.tabledatabox span i {
    font-size: 19px;
    display: inline-flex;
}
.tabledatabox span i.agh-checked {
    color: #02a63e;
}

.tabledatabox span i.agh-close-window {
    color: #FF2E21;
}
.tabledataboxdata:nth-child(odd) {
    background: #00234D;
}
.tabledatabox {margin-bottom: 40px;}

.additives {
    text-align: center;
    margin-bottom: 30px;
}

.additives h3 {
    text-align: center;
    font-size: 30px;
    color: var(--color2);
    margin-bottom: 5px;
}

.additives p {
    font-size: 14px;
    margin-bottom: 20px;
}

.addbox {
    background: var(--color3);
    margin: 6px 0;
    padding: 15px 0;
    border-radius: 10px;
    border-top: 3px solid var(--color2);
    font-size: 14px;
}
.amnsazipage .diver {
    width: 80%;
}
.pricebxamn p {
    font-size: 13px;
    color: #808080;
    display: block;
    position: relative;
    bottom: 4px;
}

.pricebxamn p:before {
    content: '';
    position: absolute;
    background: var(--color2);
    width: 32%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
}
.lblamnoff {
    text-align: center;
    color: var(--color2);
    font-family: 'vazirbold';
    position: relative;
    top: 5px;
}
.lblamnoff:before {content: '';background: var(--color2);position: absolute;width: 100%;height: 1px;bottom: 12px;left: 0;}

.lblamnoff span {
    background: var(--color3);
    position: relative;
    padding: 0 13px;
}

.productsignlepage {
    margin: 40px 0px;
}

.lefttopsng h1 {
    font-size: 40px;
    color: var(--color1);
}

.lefttopsng p {
    font-size: 14px;
    line-height: 37px;
    margin-top: 10px;
    text-align: justify;
}

.menuside {
    border-radius: 10px;
    border-right: 3px solid var(--color1);
    border-left: 3px solid var(--color1);
    background: var(--color3);
    padding: 20px 20px;
    margin: 20px 0;
    position: sticky;
}

.menuside li {
    display: inline-block;
    margin: 0 28px;
    font-size: 13px;
}

.menuside li a:hover {
    color: var(--color1);
}

span.titlesecprt {
    font-size: 30px;
    font-family: 'vazirbold';
    color: var(--color1);
    margin-bottom: 15px;
    display: block;
    margin-top: 20px;
}

.boxssecprt p {
    font-size: 14px;
    line-height: 37px;
    margin-top: 10px;
}

.boxssecprt ul li {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.boxssecprt ol li {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    list-style: arabic-indic;
    margin-right: 15px;
}
.boxssecprt ol  {padding: 0;}

.boxssecprt ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--color1);
    border-radius: 10px;
    margin-left: 6px;
}



a.gallery-item {
    width: 32%;
    display: inline-block;
    height: 190px;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

a.gallery-item img {
    height: 100%;
    width: auto;
}

a.gallery-item span {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s;
    top: 45%;
}

a.gallery-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--color1);
    opacity: 0.7;
    transition: 0.5s;
    bottom: 0;
}

a.gallery-item:hover:before {
    height: 100%;
}

a.gallery-item:hover span {
    opacity: 1;
}


.scrltab {
    margin-top: 60px;
}

.rightscrltab li a {
    background: red;
    background: var(--color3);
    border-radius: 7px;
    padding: 13px 22px;
    margin-bottom: 10px;
    display: block;
}

.rightscrltab li a {
    color: #fff;
    position: relative;
}

.rightscrltab li a:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color2);
    border-radius: 50px;
    margin-left: 6px;
}
.rightscrltabbox {
    position: sticky;
    top: 110px;
    z-index: 9;
    margin-bottom: 20px;
}
.rightscrltabtext {
    width: 100%;
    background: var(--color3);
    border-radius: 20px;
}
.leftscrltab {
}
div#button {
    z-index: 999;
    position: relative;
}

.rightscrltabtext {
    border-radius: 9px;
    padding: 22px;
}
.rightscrltabtext h1 , .rightscrltabtext h2 , .rightscrltabtext h3 , .rightscrltabtext h4 , .rightscrltabtext h5 , .rightscrltabtext h6 {
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 10px;
}
.rightscrltabtext h1 {
    font-size: 30px;
}
.rightscrltabtext h2 {
    font-size: 24px;
}
.rightscrltabtext h3 {
    font-size: 21px;
    background: var(--color4);
    border-radius: 12px;
    padding: 10px 10px;
}
.rightscrltabtext h4 {
    font-size: 19px;
}
.rightscrltabtext h5 {
    font-size: 17px;
}
.rightscrltabtext h6 {
    font-size: 15px;
}

.rightscrltabtext p {font-size: 14px;line-height: 32px;text-align: justify;color: #fff;}

.rightscrltabtext li {
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    color: #fff;
}


.rightscrltabtext li:before {
    content: '';
    position: relative;
    width: 4px;
    height: 4px;
    background: var(--color1);
    display: inline-block;
    border-radius: 50px;
    margin-left: 10px;
}

.rightscrltabtext ul {
    margin: 10px 0;
}
.rightscrltabbox span {
    font-size: 19px;
    margin-bottom: 14px;
    display: block;
}

div#faq , div#comment {
    background: var(--color3);
    border-radius: 8px;
    margin: 30px 0;
}

div#faq h5 , div#comment h5 {
    text-align: center;
    font-size: 24px;
    color: var(--color1);
    padding: 30px 0 20px 0;
    display: block;
}

div#faq ul.accordion-list li {
    background: var(--color4);
}
div#comment {padding: 0 30px 5px 30px;}

div#comment input , div#comment textarea {
    background: var(--color4);
}

div#faq {
    padding: 0px 10px 20px 10px;
}

.doresignlepage {
    margin: 30px 0;
}

.righttopsng img {
    border-radius: 10px;
}
.contactpage img {
    height: 400px;
}

.contactmap iframe {
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    max-height: 300px;
    margin-bottom: 30px;
}
.coperationpage .lefthetext img {
    width: 90%;
}

a.formmore {
    margin: 5px 5px 5px 5px;
    width: 225px;
    display: inline-block;
    text-align: center;
    background: #00142c;
    padding: 18px 0;
    border-right: 2px solid var(--color2);
    border-left: 2px solid var(--color2);
	border-top: 2px solid var(--color2);
	border-bottom: 4px solid var(--color2);
    border-radius: 10px;
    font-size: 14px;
}
.productboxs {
    margin-bottom: 20px;
}
.amnsazipage .righthetext p {
    font-size: 12px;
}
.amnsazipage2 .lefthetext img {
    width: 85%;
}

.amnsazipage2 .amnbox {
    border-color: var(--color2);
    border-bottom: 3px solid var(--color2);
}

.amnsazipage2 .amnbox.spc {
    border-color: var(--color1);
}
.amnsazipage2 .amnbox img {
    width: 140px;
    right: -5px;
    position: relative;
    margin: 0 auto;
}
.amnsazipage2 .tabledataboxtitle {
    background: var(--color2);
}

.amnsazipage2 .tabledataboxdata {
    border-color: var(--color2);
}

.amnsazipage2 .noteamn {
    border-color: var(--color2);
}
.amncta img {
    width: 210px;
    position: absolute;
    right: 30px;
    bottom: -1px;
}

.amncta {
    background: var(--color2);
    position: relative;
    padding: 36px 280px 36px 30px;
    border-radius: 10px;
    margin: 90px 0;
    font-size: 17px;
}

.amncta a {
    text-decoration: revert;
}

.aboutpage p {
    color: #FFF;
    text-align: justify;
    font-size: 13px;
    line-height: 35px;
}
.moredescabout h3 {
    font-size: 34px;
    color: var(--color2);
    margin: 20px 0 10px 0;
}


.Featuresicon img {
    width: 44px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
}

.Featuresbox {
    text-align: center;
}

.Featuresbox h5 {
    font-size: 17px;
    color: var(--color2);
    margin-bottom: 3px;
    font-weight: bold;
}

.Featuresbox p {
    font-size: 11px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
}

.Featuresicon span.bgsir {
    position: absolute;
    background: var(--color4);
    width: 80px;
    height: 80px;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -21px;
    transition: 0.5s;
    z-index: 0;
    border-radius: 50px;
}
.dark .Featuresicon:before {filter: brightness(0) invert(1);}

.Featuresbox:hover .Featuresicon:before {opacity:1;filter: none;}


.Featuresicon {
    margin-bottom: 18px;
}

.Features .titlebox {
    margin-bottom: 30px;
}

.holdingpedar .titlebox {
    margin-bottom: 40px;
}
.Featuresicon span.bgsir:before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--color2);
    position: absolute;
    border-radius: 50px;
    left: 3px;
    bottom: 15px;
    transition: 0.5s;
}

.Featuresbox:hover img {
    filter: brightness(0) invert(1);
}
.Featuresbox:hover span.bgsir {
    background: var(--color2);
    transform: rotate(180deg)
}

.Featuresbox:hover span.bgsir:before {
    background: #fff;
}
.why .titlebox {margin-bottom: 70px;text-align: center;font-size: 26px;}

.why {
    margin: 50px 0;
    background: var(--color3);
    padding: 30px 0 50px 0;
}

.Featuresbox li {
    font-size: 11px;
    padding: 5px 0;
}

.Featuresbox h5 {
    margin-bottom: 17px;
}

.Featuresbox li:before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    background: var(--color2);
    display: inline-block;
    margin-left: 6px;
    border-radius: 50px;
}
.why .titlebox h3:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(assets/images/underlogo.png) no-repeat;
    bottom: -19px;
    width: 70px;
    height: 19px;
    background-position: center center;
    
}
.mainmenu > li:last-child a {
    padding: 0;
    margin: 0 0;
}

.wrapper {
  height: 100vh;
  /* This part is important for centering the content */
  display: flex;
  align-items: center;
  justify-content: center;
  /* End center */
  background: -webkit-linear-gradient(to right, #834d9b, #d04ed6);
  background: linear-gradient(to right, #834d9b, #d04ed6);
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: "Roboto", sans-serif;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000057;
  transition: all 0.4s;
  z-index: 999;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: relative;
  width: 50%;
  max-width: 90%;
  padding: 0;
  color: var(--color1);
  background: var(--color4);
  /* min-height: 210px; */
  text-align: center;
}

.modal__close {
  position: absolute;
  top: -10px;
  right: 6px;
  color: #ffffff;
  text-decoration: none;
  font-size: 37px;
  background: var(--color1);
  width: 39px;
  height: 39px;
  border-radius: 58px;
  line-height: 38px;
}

.modal__content .call {
    font-size: 27px;
    margin-top: 13px;
    display: block;
    color: var(--color1);
    /* font-weight: bold; */
    /* background: var(--color1); */
    border-radius: 10px;
    padding: 5px 0 0px 0;
    border: 2px dashed var(--color1);
}

.modal__content .call i {
    color: var(--color2);
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.modal__content p {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}

span.nmb i {font-style: inherit;margin-left: 4px;}



.amnsazipage2 .amnbox:hover {
    transform: scale(1.02);
    border-color: var(--color1);
    border-bottom: 3px solid var(--color1);
}

.amnsazipage2 .amnbox.spc:hover {
    border-color: var(--color2);
}

.amnsazipage .amnbox:hover {
    transform: scale(1.02);
    border-color: var(--color2);
}

.amnsazipage .amnbox.spc:hover {
    border-color: var(--color1);
}

a.formmore:hover {
    background: var(--color2);
    color: #011936;
    transform: scale(1.02);
}
.short-desc {
    border-top: 1px solid #dfdfdf30;
    padding-top: 7px;
    margin-top: 9px;
}
.slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
}
.tabledataboxdata:hover {
    transform: scale(1.02);
}
.contentimg {
    padding: 40px 0  10px 40px;
}

.modal__content img {display: block;height: auto;width: 100%;}
a.serpopup {
    background: var(--color1);
}

a.contactpopup {
    background: var(--color2);
}

a.contactpopup , .serpopup {
    padding: 9px 41px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    margin: 20px 1px;
    font-size: 13px;
}
.nav-link.active {
	background-color:#004175 !important;
	color:white !important;
	border-color: #004175 !important;
}







.card-header-tabs {
  margin-bottom: 0 !important; /* Removes bottom margin from the card header */
}

/* Card Body */
.card-body {
  padding-top: 0 !important; /* Removes top padding from the card content */
  margin-top: 0 !important; /* Removes top margin from the card content */
}

/* Nav Tabs */
.nav-tabs {
  position: relative !important;
  border-bottom: 0 !important; /* Removes the border that might cause extra space */
  border-radius: 10px !important;
}

.nav-tabs .nav-link {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: -1px !important;
  border: 1px solid #002b57 !important;
  border-bottom: none !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.nav-tabs .nav-link.active {
  background-color: #002b57 !important;
  color: white !important;
  border-color: #8B4000 !important;
}

.nav-tabs .nav-link.active::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  background-color: rgba(0, 0, 0, 0.1) !important; /* Adjust the background color and opacity as needed */
  z-index: -1 !important;
  border-radius: 10px !important; /* Adjust the border radius as needed */
}

/* Tab Content */
.tab-content {
  border: none !important;
  border-radius: 10px !important;
  padding: 1rem !important;
  background: linear-gradient(
    143deg, #00274e 40%, #01587b 60%
  ), #00142c !important;
}

/* Initially hide elements with data-wow-delay */
[data-wow-delay] {
    opacity: 0;
}
/* Transition effect for opacity */
[data-wow-delay].active {
    opacity: 1;
    transition: opacity 0.5s ease; /* Adjust timing as needed */
}

