@charset "utf-8";
/*
Theme Name: SorenAd
Theme URI: http://tarlanweb.ir
Author: Reza Kianoosh
Author URI: http://rkianoosh.ir
Description: 
Version: 2.0
*/
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,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,output,section,summary,time,mark,audio,video{
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,section{display: block;}
body{line-height: 1px;}
ol,ul{list-style: none;}
blockquote,q{quotes: none;}
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none;}
.aligncenter,img.aligncenter{clear: both;display: block;margin-left: auto;margin-right: auto;margin-top: 10px;margin-bottom: 10px;text-align:center;}
.alignright,img.alignright{float: right;margin: 4px 0 0 10px;}
.alignleft,img.alignleft{float: left;margin: 4px 10px 0 0;}
img{max-width: 100%;height: auto;}
table{border-collapse: collapse;border-spacing: 0;}
ul,ul li{list-style-type: none;}
a{text-decoration: none;transition: 0.3s all;-moz-transition:0.3s all;-webkit-transition:0.3s all;}
a:hover{transition: 0.3s all;-moz-transition:0.3s all;-webkit-transition:0.3s all;}
.clear{clear: both;}
strong,b{font-weight: bold;}
@font-face {
font-family: vazirmatn;
src: url('fonts/vazirmatn-light.woff2') format('woff2');
font-weight: 100;
font-style: normal;
font-display: swap;    font-feature-settings: "ss01";
}
@font-face {
font-family: vazirmatn;
src: url('fonts/vazirmatn-regular.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;    font-feature-settings: "ss01";
}
@font-face {
font-family: vazirmatn;
src: url('fonts/vazirmatn-bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;    font-feature-settings: "ss01";
}
    :root {
      --primary: #00afef;
      --primary-dark: #0099d7;
      --primary-light: rgba(0, 175, 239, 0.08);
      --primary-bg: rgba(0, 175, 239, 0.05);
      --secondary: #8b5cf6;
      --secondary-light: rgba(139, 92, 246, 0.1);
      --success: #10b981;
      --success-light: rgba(16, 185, 129, 0.1);
      --warning: #f59e0b;
      --warning-light: rgba(245, 158, 11, 0.1);
      --danger: #ef4444;
      --danger-light: rgba(239, 68, 68, 0.1);
      --bg: #f6f9fb;
      --card: #ffffff;
      --text: #0b1220;
      --text-light: #6b7280;
      --text-lighter: #9ca3af;
      --border: rgba(10, 20, 40, 0.08);
      --radius-sm: 8px;
      --radius: 12px;
      --radius-lg: 16px;
      --radius-xl: 20px;
      --shadow-sm: 0 2px 8px rgba(12, 24, 48, 0.04);
      --shadow: 0 8px 24px rgba(12, 24, 48, 0.08);
      --shadow-lg: 0 20px 40px rgba(10, 20, 40, 0.12);
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      --primary-gradient: linear-gradient(135deg, var(--primary), #2bd0ff);
      --shadow-primary: 0 6px 20px rgba(0, 175, 239, 0.15);
    }
    .price-board {
      background: var(--card);
      border-radius: var(--radius-lg);
      padding: 20px;
      box-shadow: var(--shadow-sm);
      border: 1px solid var(--border);
    }
    
    .price-board h3 {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
    }
    .price-board h3 i {
      color: var(--primary);
    }
    .pricing-cards {
      display: flex;
      gap: 16px;
    }
    .pricing-card {width:100%;direction: rtl;
      background: #fafcff;
      border-radius: var(--radius);
      padding: 18px;
      border: 1px solid var(--border);
      transition: var(--transition);
    }
    .pricing-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
      border-color: var(--primary);
    }
    .pricing-card-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid var(--border);
    }
    .pricing-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: white;
      flex-shrink: 0;
    }
    
    .telegram-icon {
      background: linear-gradient(135deg, var(--primary), #34aadc);
    }
    
    .views-icon {
      background: linear-gradient(135deg, var(--success), #0da67b);
    }
    
    .proxy-icon {
      background: linear-gradient(135deg, var(--secondary), #7c3aed);
    }
    
    .pricing-card h4 {
      font-size: 16px;
      margin: 0;
    }
    
    .price-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px dashed var(--border);
    }
    
    .price-item:last-child {
      border-bottom: none;
    }
    
    .price-label {
      font-size: 14px;
      color: var(--text);
    }
    
    .price-value {
      font-weight: 700;
      color: var(--text);
      font-size: 13px;
    }
    
    .price-example {
      background: var(--primary-light);
      border-radius: var(--radius-sm);
      padding: 10px;
      margin-top: 12px;
      font-size: 12px;
      color: var(--text);
      border-right: 3px solid var(--primary);
      line-height: 1.5;
    }
    
    .update-time {
      font-size: 12px;
      color: var(--text-lighter);
      margin-top: 20px;
      display: flex;
      align-items: center;
      gap: 5px;
    }


input,button,textarea,select{font-family: vazirmatn,tahoma;outline: none;font-weight: 300;
transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;}
*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;outline: none;}
body{background: #fafdfa;color: #1a1a1a;font-family: vazirmatn,tahoma;font-size: 14px;line-height: 28px;
direction: rtl;text-align: right;overflow-x: hidden;font-weight: 300;}
a{color: #1a1a1a;outline: unset;}
.box_shadow{box-shadow: 0px 0px 10px 1px rgba(165,165,165,0.28);}

.center_box{width: 100%;position: relative;padding: 50px 0;}
.single_center_box{width: 100%;position: relative;padding:30px 0 50px 0;}
.tarlanweb_center{width:1350px;margin: 0 auto;position: relative;padding:0 30px;}
.flex{display: flex;align-items: center;justify-content: space-between;}
.flex_inverse{flex-direction:row-reverse;}
#header{width: 100%;position: relative;z-index: 99;box-shadow: 1px 1px 10px rgba(0,0,0,.15);}

.bt_header{width: 100%;position: relative;background: #FAFDFA;color: #808080;padding: 20px 0;}
.bt_header figure{width: 231px;height: 60px;line-height: 0;}
.bt_header_left {grid-gap: 10px;}
.bt_header_left a{display: flex;align-items: center;grid-gap: 8px;border: 1px solid;direction: ltr;padding: 5px 20px;
border-radius: 45px;}
a.phone_url{background: #00AFEF;
  color: #fff;
  border: 2px solid #00AFEF;}
a.phone_url:hover{background: #0099d7;
  border: 2px solid #0099d7;
  box-shadow: 0 3px 10px rgba(0, 175, 239, 0.35);}
a.login{border: 2px solid #00AFEF;background: #fff;}
a.login:hover {
  background: #F0FCFF;
  box-shadow: 0 3px 10px rgba(0, 175, 239, 0.25);
}
.phone{width: 38px;height: 38px;background: url(images/phone.svg);}
.login_icon{width: 38px;height: 38px;background: url(images/login.svg);}
.menu_right{position:relative;z-index:999;}
.menu_right > ul > li{float: right;position: relative;}
.menu_right > ul > li:last-child{}
.menu_right > ul > li > a{padding: 5px 15px;font-size: 16px;color: #808080;display: inline-block;position: relative;
border-radius: 25px;}
.menu_right ul li a:hover{color: #fff;background: #00afef;}
.menu_right > ul > li > a:hover,.menu_right > ul > li > a:focus,
.menu_right > ul > li > a:active{color: #fff;background: #00afef;}
.menu_right > ul > li > a:hover:before,.menu_right > ul > li > a:focus:before,.menu_right > ul > li > a:active:before {
-webkit-transform: scale(1);transform: scale(1);color: #fff;}
.menu_right .menu-item-has-children::after{content: '';width: 16px;height: 16px;
background: url(images/arrow_menu.svg) no-repeat center;
position: absolute;left: 5px;bottom: 10px;
transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;}
.menu_right .menu-item-has-children:hover::after{transform: rotate(180deg);-moz-transform: rotate(180deg);color: #fff;
transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;}
.menu_right .sub-menu .menu-item-has-children::after{transform:rotate(90deg);}
.menu_right .sub-menu .menu-item-has-children:hover::after{transform:rotate(270deg) !important;}
.menu_right > ul > li.menu-item-has-children > a{padding: 5px 15px 5px 25px;}
.menu_right > ul > li.menu-item-has-children:hover > a{}
.menu_right .menu-item-has-children:hover > a,.menu_right ul ul .menu-item-has-children:hover > a{}
.menu_right .current-menu-item,.menu_right .current-menu-parent,.menu_right .current-post-parent{}
.menu_right li {position:relative;margin:0px;}
.menu_right li ul.sub-menu {width:220px;position:absolute;z-index:999;margin-top: 15px;
display:none;background: #fff;text-align: right;padding: 15px;border-radius: 7px;box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.menu_right li ul ul.sub-menu {margin-top: 0;}
.menu_right ul ul li{width: 100%;position: relative;float: right;}
.menu_right ul ul li a {width: 100%;position: relative;font-size: 15px;padding:4px 7px;display: block;}
.menu_right > ul > li > ul.sub-menu {top:100%;right: 0;}
.menu_right li li ul {top:0px;right:210px;}
.menu_right li a {display: block;border-radius: 9px;}

.top_message_box{width: 100%;position: relative;text-align: center;padding:20px 0;background: #555;color: #fff;}
.top_message_box .flex{justify-content: center;grid-gap: 50px;}
.top_message_box a.btn{padding: 3px 20px 6px 20px;color: #fff;border-radius: 15px;}
.close_msg{width: 30px;height: 30px;font-size: 30px;position: absolute;left: 5%;top: 0;bottom: 0;margin: auto;cursor: pointer;}


.hero_box,.top_box{width: 100%;height:100%;position: relative;padding: 50px 0;margin: 0 auto;
background: rgb(245,252,254);
background: -moz-linear-gradient(90deg, rgba(245,252,254,1) 0%, rgba(238,250,251,1) 24%, rgba(238,247,240,1) 50%, rgba(248,247,234,1) 72%, rgba(250,251,244,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(245,252,254,1) 0%, rgba(238,250,251,1) 24%, rgba(238,247,240,1) 50%, rgba(248,247,234,1) 72%, rgba(250,251,244,1) 100%);
background: linear-gradient(90deg, rgba(245,252,254,1) 0%, rgba(238,250,251,1) 24%, rgba(238,247,240,1) 50%, rgba(248,247,234,1) 72%, rgba(250,251,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5fcfe",endColorstr="#fafbf4",GradientType=1); 
}
.top_box{padding: 70px 0 50px 0;}
.hero_box::after,.top_box::after{content: '';width: 300px;height: 100%;
position: absolute;left: 0;top: 0;bottom: 0;margin: auto;z-index:1;
background: url(images/hero_left_vector.png) no-repeat left;background-size: contain;
}
.single .top_box::after{width: 100px;}
.hero_box .img_box{width: 47%;display: block;line-height: 0;position:relative;z-index:9;}
.img_box video{width:100%;line-height:0;border-radius:12px;}
.hero_box .img_box img{max-width:100%;}
.hero_text{width: 50%;display: flex;flex-direction: column;grid-gap: 20px;position: relative;z-index: 9;}
.hero_text h1,.hero_text h2,.hero_text h3{font-size: 40px;font-weight: bold;word-spacing: -2px;line-height: 60px;}
.hero_text h1 span,.hero_text h2 span,.hero_text h3 span{color: #0099d7;}
.hero_desc{font-size: 27px;font-weight: bold;word-spacing: -2px;line-height: 60px;color: #373435;}
.hero_desc span{color: #00AFEF;}
.hero_p{text-align: justify;color: #808080;font-size: 17px;font-weight: 100;line-height: 32px;}
.hero_links{width: 80%;position: relative;grid-gap: 15px;}
.hero_links a{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 15px;
text-align: center;background: #fff;border: 2px solid #00AFEF;
border-radius: 45px;padding: 10px;}
.hero_links a:hover {
  background: #F0FCFF;
  box-shadow: 0 3px 10px rgba(0, 175, 239, 0.25);
}
.hero_links a:first-child{background: #00AFEF;color:#fff;border: 2px solid #00AFEF;}
.hero_links a:first-child:hover {
  background: #0099d7;border: 2px solid #0099d7;
  box-shadow: 0 3px 10px rgba(0, 175, 239, 0.35);
}

#package_box{width: 100%;position: relative;padding: 70px 0;}
.packege_item{width: 100%;position: relative;padding:60px;display: flex;flex-direction: column;align-items: center;grid-gap: 20px;
border-radius: 25px;}
.packege_item.blue{background: #e6f3f4;border:1px solid rgba(0,175,239,0.25);}
.packege_item.orange{background: #ffcf3e;border:1px solid #ffcf3e;}
.pc_txt{width: 100%;text-align: center;}
.pc_txt h2{font-size: 26px;margin-bottom: 15px;line-height: 40px;font-weight: bold;}
.packege_item.blue .pc_txt h2 span{color: #00afef;}
.packege_item.orange .pc_txt h2 span{color: #fff;}
.pc_txt p{font-size: 20px;line-height: 32px;}
#package_box .flex{grid-gap: 25px;}

.packege_item ul{padding: 20px 0;}
.packege_item li{width: 100%;position: relative;padding: 5px 0;display: flex;justify-content: flex-start;text-align: right;align-items: center;}
.packege_item.blue li::before{content: '';width: 53px;height: 45px;display: inline-block;flex: 0 0 53px;margin-left: 10px;
background: url(images/pack-blue-arrow.png) no-repeat center;}
.packege_item.orange li::before{content: '';width: 53px;height: 45px;display: inline-block;flex: 0 0 53px;margin-left: 10px;
background: url(images/pack-org-arrow.png) no-repeat center;}
.pc_url{width: 50%;padding: 10px 0;text-align: center;display: flex;align-items: center;justify-content: center;grid-gap: 7px;
font-size: 15px;font-weight: bold;margin:0 auto;
border-radius: 25px;background: #00AFEF;color: #fff;}
.packege_item.orange .pc_url{background: #373435;}
.arrow_left{width: 17px;height: 13px;display: inline-block;
background: url(images/arrow-left.svg) no-repeat center;background-size: contain;}

.left_faq_box .pc_url{width: 100%;background: #373435;padding: 7px 0;}

.center_title{width: 100%;position: relative;display: flex;flex-direction: column;grid-gap: 15px;align-items: center;text-align: center;
margin-bottom: 25px;}
.center_title h1{font-size: 36px;line-height: 38px;font-weight: bold;color: #373435;z-index: 9;}
.center_title h2{font-size: 32px;line-height: 35px;font-weight: bold;color: #373435;z-index: 9;}
.center_title h3{font-size: 26px;font-weight: bold;}
.center_title h2 span,.center_title h3 span,.center_title h1 span,.center_title h4 span{color: #EC7374;}
.center_title p{color: #808080;font-size: 14px;font-weight: 100;text-align: center;z-index: 9;}

.dots{width: 467px;height: 315px;background: url(images/dots.png) no-repeat center;
position: absolute;top: -10px;right: 0;}
.circle-pol{width: 156px;height: 196px;background: url(images/circle-pol.png) no-repeat center;
position: absolute;top: 0px;left: 0;}
.circle_yellow{width: 65px;height: 65px;background: #FFB800;position: absolute;top: -40px;left: 30%;
border-radius: 50%;}

.itemv{position: relative;flex-wrap: wrap;justify-content: center;}
.itemv .itemvq{width: 100%;flex: 0 0 16.66%;padding: 10px;}
.item_content{width: 100%;position: relative;display: flex;align-items: center;flex-direction: column;grid-gap: 10px;
background: rgba(255,255,255,0.75);box-shadow: 0 10px 60px rgba(38, 45, 118,0.08);
border-radius: 40px;}
.item_content a{width: 100%;display: flex;align-items: center;flex-direction: column;grid-gap: 10px;padding:20px 10px;color: #7d7b7d;font-weight: bold;}
.item_content .ic_img{width: 100px;height: 100px;display: flex;align-items: center;justify-content: center;
background: #eef7fa;
border: 1px solid rgba(0,175,239,0.12);
border-radius: 50%;}

h2.yellow span{color: #FFB800;}
.ads_type_box{position: relative;display: flex;flex-wrap: wrap;justify-content: center;}
.ads_type_box .ads_type_item{width: 100%;padding: 15px;position: relative;flex: 0 0 25%;}
.ads_type_box .ads_items{width: 100%;position: relative;background: #fff;padding: 30px 40px;display: flex;flex-direction: column;grid-gap: 20px;direction:rtl;
text-align: center;box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
border-radius: 15px;
transition: all 0.3s ease-in-out;}
.ads_type_box .ads_items figure{width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;margin: 0 auto;line-height: 0;}
.ads_type_box .ads_items h3{font-size: 17px;font-weight: bold;}
.ads_type_box .ads_items .ads_itxt{height:100px;overflow: hidden;font-size: 13px;line-height: 25px;}
.ads_type_box .ads_items:hover{background: #00AFEF;color: #fff;}
.ads_type_box .ads_items:hover .ads_i{fill: #fff !important;}

#comm_sld{overflow: hidden;}
.comm_slider{width: 100%;position: relative;padding: 30px 30px 0 30px;background: #F3F7FF;
border-radius:25px;}
.comm_slider h3{font-size: 20px;color: #00AFEF;font-weight: bold;position:relative;z-index:9;}
.circle_right_com{width: 150px;height: 150px;background: #e7f0ee;position: absolute;top: 0;bottom: 0;right: -75px;margin: auto;
border-radius: 50%;}
.circle_left_com{width: 100px;height: 100px;background: #E1EAFF;position: absolute;bottom: 100px;left: -50px;
border-radius: 50%;}
.circle_left2_com{width: 50px;height: 50px;background: #fff1bf;position: absolute;top: 60px;left: 30px;
border-radius: 50%;}

.tarlanweb-faq {
    margin-top: 40px;
}

.faq-item {}

.faq-question {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
}

.faq-question:hover {
    background: #f9f9f9;
}

.faq-answer {
    display: none;
    padding: 15px;
    line-height: 1.9;
}

.slides_com{width: 100%;z-index: 9;}
.slid_comite{width: 95%;position: relative;flex-direction: column;grid-gap: 15px;direction: rtl;align-items: flex-start;
background: #fff;padding: 20px 35px;margin: auto;color: #373435;
box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
border-radius: 15px;
}
.blct{width: 23px;height: 19px;
background: url(images/blct.svg) no-repeat center;display: inline-block;}
.com_txt{min-height:120px;}
.slid_cm,.slid_cm p{grid-gap: 10px;}
.slid_cm p{flex-direction: column;line-height: 10px;align-items: flex-start;}
.slid_cm img{width: 60px;height: 60px;
border-radius: 50%;}
.slid_cm p span{font-size: 16px;font-weight: bold;color: #33bff2;}

.en_title{text-transform: uppercase;font-size: 80px;line-height: 80px;font-weight: bold;letter-spacing: 12px;
background: -webkit-linear-gradient(#eff6f0,#f8fbf8);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.brands_box{width: 75%;margin: 0 auto;flex-wrap: wrap;justify-content: center;}
.brands_box .brands_item{width: 100%;padding: 10px;flex: 0 0 25%;direction: rtl;}
.brand_item{width: 100%;position: relative;font-size: 18px;font-weight: 500;
background: #fff;padding:15px 20px;margin: auto;display: flex;grid-gap: 10px;align-items: center;
box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
border-radius: 24px;}
.brand_item a{width: 100%;display: flex;grid-gap: 10px;align-items: center;}
.brand_item img{border-radius:50%;}

.links_box{width: 90%;margin: 0 auto;padding: 70px 50px 50px 50px;
background:#ffcf3e url(images/newsslater_form.png) no-repeat center;background-size: cover;
position: relative;flex-direction: column;grid-gap: 30px;
border-radius: 30px;}

.newsslater_form{width: 100%;margin: 0 auto;
position: relative;grid-gap: 30px;
box-shadow: 0 10px 30px rgba(38,45,118,.08);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  background: #fff;}
.form_box{grid-gap: 15px;width: 100%;margin: 0 auto;}
.input_txt{width: 40%;position: relative;padding: 0 10px;
background: #fff;border-radius: 50px;display: flex;align-items: center;}
.input_txt input{border:none;width: calc(100% - 40px);height: 50px;background: #fff;border-radius: 50px;font-size: 15px;}
.submit_btn{width: 20%;}
.submit_btn button{width: 100%;height: 50px;background: #fb5c63;color: #fff;text-align: center;text-align: center;border:none;cursor: pointer;
border-radius: 50px;font-size: 16px;}

.newsslater_form_right{width: 55%;display:flex;flex-direction:column;grid-gap:30px;}
.newsslater_form_left{width: 35%;text-align:center;}

.newsslater_form_right h2{font-size:40px;font-weight:bold;color: #0099d7;}

.frm_user{width: 38px;height: 38px;flex: 0 0 40px;display: inline-block;margin-left: 10px;vertical-align:middle;
background:url(images/form_user.png) no-repeat center;}
.frm_phone{width: 38px;height: 38px;flex: 0 0 40px;display: inline-block;margin-left: 10px;vertical-align:middle;
background:url(images/form_phone.png) no-repeat center;}
.frm_email{width: 38px;height: 38px;flex: 0 0 40px;display: inline-block;margin-left: 10px;vertical-align:middle;
background:url(images/form_email.png) no-repeat center;}
.frm_number{width: 38px;height: 38px;flex: 0 0 40px;display: inline-block;margin-left: 10px;vertical-align:middle;
background:url(images/form_number.png) no-repeat center;}

.blue_h h2 span{color: #00AFEF;}
.mosh_list{width:85%;margin:0 auto;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;
padding-top: 20px;}
.mosh_list .mosh_gr{width: 20%;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 15px;}
.mosh_list .mosh_item{width: 100%;text-align: center;direction:rtl;}
.mosh_list .mosh_item figure{width: 170px;display: inline-block;line-height: 0;margin:0 auto;padding-bottom:20px;}
.mosh_list .mosh_item strong{font-size: 16px;display: block;} 
.mosh_socials{width:100%;display:flex;align-items:center;justify-content:center;grid-gap:10px;}
.mosh_socials a{width:25px;height:25px;line-height:0;display:flex;}

.mosh_instagram{width:25px;height:25px;background:url('images/instagram-m.png') no-repeat center;background-size: contain;}
.mosh_telegram{width:25px;height:25px;background:url('images/telegram-m.png') no-repeat center;background-size: contain;}
.mosh_linkedin{width:25px;height:25px;background:url('images/linkedin-m.png') no-repeat center;background-size: contain;}
.mosh_facebook{width:25px;height:25px;background:url('images/facebook-m.png') no-repeat center;background-size: contain;}

.mosh_rubika{width:25px;height:25px;background:url('images/rubika-m.png') no-repeat center;background-size: contain;}
.mosh_whatsapp{width:25px;height:25px;background:url('images/whatsapp-m.png') no-repeat center;background-size: contain;}

.social_ft i{width:35px;height:35px;display:flex;}


.r_tw_box{display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;}
.r_twb_item{
width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  direction: rtl;
  text-align: center;
  box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
align-items: flex-start;
  justify-content: flex-start;
  text-align: right;
}
.r_twb_item > strong{font-size:18px;}
.r_twb_item img{width: 100%;border-radius: 15px;}

.row_tw_cv_title{width:100%;display:flex;flex-direction:column;grid-gap:15px;align-items:flex-start;margin-bottom:20px;}
.row_tw_cv_title strong{font-size:18px;color:#00AFEF;}
.row_tw_cv_title h1,.row_tw_cv_title h2,.row_tw_cv_title h3,.row_tw_cv_title h4,.row_tw_cv_title h5,.row_tw_cv_title h6{font-size:25px;font-weight:bold;}
.row_tw_cv_title .pc_url{width:auto !important;padding:0 15px;margin:0 !important;}
.row_tw_box{
width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.row_tw_right{width:50%;}
.row_tw_left{width:40%;}
.row_tw_box img{border-radius: 15px;}


.catlinks_box{width:100%;padding:40px 20px 20px 20px;background:#e9f5f6;}
.catlinks_box ul{margin:0 -5px;}
.catlinks_box ul li{width:33.333%;float:right;padding:5px;}
.catlinks_box ul li a{width:100%;padding:10px;background:#fff;display:block;}
.catlinks_box ul li a:hover{background:#00AFEF;color:#fff;}

.blog_posts{align-items: normal;}
.right_post{width: 100%;position: relative;flex: 0 0 60%;z-index: 9;background: #fff;box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);border-radius:15px;}
.right_post figure{width: 100%;display: inline-block;line-height: 0;margin-bottom: 20px;position: relative;}
.right_post figure img{width: 100%;border-radius: 15px 15px 0 0;}
.cat_name{display: inline-block;padding:0 15px;background: #FFB800;z-index: 2;line-height: 27px;border-radius: 80px;
position: absolute;bottom: 15px;right: 15px;}
.blog_posts .cat_name{position: relative;bottom: auto;right: auto;}
.right_post h2{font-size: 22px;font-weight: bold;margin-top: 10px;}
.right_post_txt{font-size: 14px;line-height: 25px;margin-bottom: 20px;color: #696984;}
.more_post{width: 100%;text-decoration: underline;font-size: 16px;display: block;text-align: left;}
.blog_posts .right_post > a > div{position: absolute;bottom: 0;right: 0;left: 0;background: rgba(0,0,0,0.4);padding:20px;
border-radius: 0 0 15px 15px;}
.blog_posts .right_post > a{display: block;line-height: 0;border-radius: 15px;position:relative;}
.blog_posts .right_post figure{margin-bottom: 0 !important;}

.post_footer{display:flex;align-items:center;justify-content:space-between;padding:15px;border-top: 1px solid #eee;}
.author_name{display:flex;align-items:center;justify-content:space-between;}
.author_name img{width:40px;height:40px;border-radius:50%;margin-left:10px;}

.blog_posts .right_post h2{color: #fff;line-height:26px;}

.left_posts{width: 100%;position: relative;flex: 0 0 38%;flex-direction: column;grid-gap: 30px;z-index: 5;}
.left_post{width: 100%;position: relative;}
.left_post a{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.left_post figure{width: 200px;display: block;line-height: 0;position: relative;}
.left_post figure img{width: 100%;border-radius: 15px;}
.left_post figure span{position: absolute;bottom: 10px;right: 10px;}
.left_post_txt{width: calc(100% - 210px);color: #696984;}
.left_post h2{font-size: 16px;font-weight: bold;color: #1a1a1a;line-height: 30px;}
.left_post p{font-size: 13px;line-height: 25px;}

#footer{width: 100%;position: relative;padding-top: 80px;font-size: 15px;
background: url(images/footer_bg.png) no-repeat center;
background-size: cover;
background-position: top;
}
.footer_box{color: #295A6B;flex-wrap: wrap;align-items: flex-start;}
.footer_box a{color: #295A6B;}
.footer_about{width: 25%;text-align: center;padding-left: 7%;}
.footer_menu{width: 15%;}
.address_box{width: 20%;padding-left:0;}
#external-scripts-container{width: 15%;}
.namads{width: 100%;}
.namads img{width: 100%;}
.ft_drl{margin-top: 10px;}
.ft_menu_title{font-size: 17px;color: #00AFEF;font-weight: bold;margin-bottom:10px;}
.footer_menu ul li{margin-bottom: 5px;}
.location_icon{width: 24px;height: 25px;display: inline-block;vertical-align: middle;margin-left: 7px;
background: url(images/location_icon.png) no-repeat center;
}
.phone1{width: 24px;height: 25px;display: inline-block;vertical-align: middle;margin-left: 7px;
background: url(images/phone.png) no-repeat center;
}
.email{width: 24px;height: 25px;display: inline-block;vertical-align: middle;margin-left: 7px;
background: url(images/email.png) no-repeat center;
}

.copyright{padding: 20px 0;text-align: center;color: #696984;border-top: 1px dashed #696984;margin-top: 30px;}



.rank-math-breadcrumb .home_ic{width: 20px;height: 20px;display: inline-block;vertical-align: middle;
background: url(images/home.png) no-repeat center;background-size: cover;}
.rank-math-breadcrumb .last,#breadcrumbs  .breadcrumb_last{color: #E60000;font-family: vazirmatn,tahoma;}
#breadcrumbs{font-family:arial;}
#breadcrumbs a{font-family: vazirmatn,tahoma;}

.url_box{width: 90%;flex-wrap: wrap;grid-gap: 20px;margin: 0 auto;}
.url_box a{padding: 7px 21px;background: #fff;font-weight: bold;display: flex;align-items: center;grid-gap: 10px;flex-grow: 1;border-radius: 42px;}
.url_box a img,.url_box a picture{width: 35px;height: 35px;border-radius: 50%;}
.url_box a:hover{background: #fa5c63;color: #fff;}
.url_box a:hover img{box-shadow: 0 2px 10px rgba(0,0,0,0.3);}

#sidebar_right{width: 70%;float: right;position:relative;}
#sidebar_left{width: 28%;float: left;position:relative;}
.blog_posts_list{margin: 0 -10px;display: flex;flex-wrap: wrap;}
.blog_posts_list li{width: 100%;padding: 10px;flex: 0 0 50%;}

#sidebar_right #breadcrumbs{
padding:10px 20px;margin-bottom:20px;
  box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.blog_posts_list .right_post h2{font-size: 20px;line-height:38px;}

.blog_posts3_list{margin: 0 -10px;display: flex;flex-wrap: wrap;}
.blog_posts3_list li{width: 100%;padding: 10px;flex: 0 0 33.333%;}
.blog_posts3_list .right_post h2{font-size: 16px;line-height:30px;height:100px;overflow:hidden;padding:15px;margin:0 !important;}

.blog_posts3_list .right_post figure{margin:0 !important;}

.blog_posts4_list{margin: 0 -10px;display: flex;flex-wrap: wrap;}
.blg_tw_post{width: 100%;padding: 10px;flex: 0 0 25%;}
.blg_tw_post a{display:block;direction:rtl;
width: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(38,45,118,.08);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  padding:15px;
  background: #fff;
}
.blg_tw_post a picture,.blg_tw_post a img{width: 100%;border-radius: 15px;}
.blog_tw_posts .pc_url {width: 220px;margin-top:30px;}
.blg_tw_post a strong{display:flex;align-items:center;height:60px;overflow:hidden;}

.widget_box{width: 100% !important;clear: both;position: relative;margin-top: 20px;box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);padding:20px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;}
.widget_title{font-size: 18px;font-weight: bold;margin-bottom: 20px;position:relative;border-bottom: 3px solid #666;padding-bottom:15px;}
.widget_title::before{
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  background: #00AFEF;
}
.socials_box {grid-gap: 10px;flex-direction: column;margin-top:10px;}
.socials_box a{width: 100%;position: relative;display: flex;align-items: center;grid-gap: 7px;
margin-bottom: 10px;padding: 20px;color: #fff;font-size: 17px;font-weight: bold;
border-radius: 20px;
}
.instagram_side{
background: rgb(250,196,38);
background: -moz-linear-gradient(90deg, rgba(250,196,38,1) 0%, rgba(241,112,70,1) 25%, rgba(223,58,142,1) 50%, rgba(181,37,198,1) 70%, rgba(129,24,233,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(250,196,38,1) 0%, rgba(241,112,70,1) 25%, rgba(223,58,142,1) 50%, rgba(181,37,198,1) 70%, rgba(129,24,233,1) 100%);
background: linear-gradient(90deg, rgba(250,196,38,1) 0%, rgba(241,112,70,1) 25%, rgba(223,58,142,1) 50%, rgba(181,37,198,1) 70%, rgba(129,24,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fac426",endColorstr="#8118e9",GradientType=1); 
}
.telegram_side{background: #32a4e0;}

.socials_bx{width: 100%;display: flex;flex-direction: column;align-items: center;padding:20px;
box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
border-radius: 15px;
transition: all 0.3s ease-in-out;
}
.socials_bx strong{font-size:18px;font-weight:bold;text-align:center;margin-bottom:15px;}
.social_bx{display: flex;align-items: center;justify-content: center;padding: 5px 15px;border: 1px solid #666;line-height: 0;grid-gap: 5px;border-radius: 20px;
}


.side_banner{width: 100%;display: block;line-height: 0;margin-top: 20px;}
.side_banner img{width: 100%;border-radius: 20px;}

.widget_box .left_post figure{width: 170px;}
.widget_box .left_post_txt{width: calc(100% - 180px);font-size: 13px;line-height: 22px;}
.widget_box .left_post h2{font-size: 14px;
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;}
.widget_box .cat_name{padding: 0 10px;line-height: 25px;font-size: 12px;}
.widget_box .left_post{margin-bottom: 20px;}

#sidebar_left .newsslater_form{padding:40px 30px 25px 30px;background: #ffcf3e url(images/side_newslatter_bg.png) no-repeat center;flex-direction:column;border-radius:25px;}
#sidebar_left .newsslater_form .form_box{width: 100%;flex-direction: column;}
#sidebar_left .input_txt,#sidebar_left .submit_btn{width: 100%;}
#sidebar_left .center_title{margin-bottom: 0;}

.pagination{width: 100%;text-align: center;justify-content: center;grid-gap: 7px;margin-top:25px;}
.pagination li,.pagination li a{width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;font-size: 17px;
border-radius: 12px;}
.pagination li a,.pagination li .inactive,.pagination .current{background: #fff;color: #FB5C63;border:1px solid #FB5C63;}
.pagination .current,.pagination li a:hover{background: #FB5C63;color: #fff;}
.arrow{
  border: solid #FB5C63;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.aright{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.aleft{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.aup{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.adown{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pagination .current .arrow,.pagination li a:hover .arrow{border-color: #fff;}
.single_img{display: inline-block;line-height: 0;position: relative;z-index: 2;}
.single_img img{width: 100%;border-radius: 20px;}
.single_post{
padding: 20px;
box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
border-radius: 15px;
transition: all 0.3s ease-in-out;
}
.single_post header{padding: 20px 0;}
.single_post header h1{font-size: 30px;font-weight: bold;line-height: 50px;}
.single_post_txt{text-align: justify;overflow: hidden;line-height: 35px;font-size: 17px;font-weight: 200;position:relative;}
.single_post_txt em{font-style: italic;}
.single_post_txt video{width: 100%;height: auto;margin: 10px auto;}
.single_post_txt p{margin-bottom: 10px !important;clear: both;overflow: hidden;}
.single_post_txt h1,.single_post_txt h2,.single_post_txt h3,.single_post_txt h4,.single_post_txt h5,
.single_post_txt h6{margin:15px 0;text-align: right;font-weight: bold;}
.single_post_txt h1{font-size: 30px;}
.single_post_txt h2{font-size: 26px;}
.single_post_txt h3{font-size: 22px;}
.single_post_txt h4{font-size: 20px;}
.single_post_txt h5{font-size: 19px;}
.single_post_txt h6{font-size: 18px;}
.single_post_txt a{color: #551b6f;font-weight: bold;}
.single_post_txt a:hover{text-decoration: underline;}
.single_post_txt ul,.single_post_txt ol{height: auto;margin: 0 auto;margin-bottom: 10px;}
.single_post_txt blockquote{width: 100%;height: auto;background-color: #F6F7F9;
  border-radius: 14px;
  padding: 20px;
  margin: 25px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.single_post_txt blockquote p{margin: 0 !important;}
.single_post_txt ul li::before{content: '';vertical-align: middle;margin-left: 5px;width:32px;height:30px;background:url(images/check_icon.png) no-repeat center;display:inline-block;}

.share_box,.share_box > div{grid-gap: 10px;justify-content: center;}
.share_box p{font-size: 17px;font-weight: bold;}
.share_box a{display: block;line-height: 0;}
.telegram_share{width: 36px;height: 36px;background: url(images/telegram_share.png) no-repeat center;display: inline-block;}
.whatssapp_share{width: 36px;height: 36px;background: url(images/whatssapp_share.png) no-repeat center;display: inline-block;}
.pinterset_share{width: 36px;height: 36px;background: url(images/pinterset_share.png) no-repeat center;display: inline-block;}
.rubika_share{width: 36px;height: 36px;background: url(images/rubika_share.png) no-repeat center;display: inline-block;}

#sidebar_right .share_box{margin-top:25px;}

.side_cat_tw a{width:100%;display:flex;align-items:center;grid-gap:10px;padding: 7px 0;border-bottom: 1px dashed #666;}
.side_cat_tw a:last-child{border-bottom: none;}
.side_cat_tw a img,.side_cat_tw a picture{width:40px;height:40px;}

.get_comments_b{width:100%;display:flex;justify-content:space-between;align-items:center;
background-color: #EDF6FF;
box-shadow: 0px 6px 12px -1px rgba(43, 25, 93, 0.07);
border-radius:12px;margin:25px 0;padding:20px;
}
.get_comments_b p{display:flex;justify-content:space-between;align-items:center;line-height:0;font-size:17px;font-weight:bold;grid-gap:15px;}
.get_comments_b a{
background-color: #297FFF;color:#fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 8px ;
  padding: 5px 16px ;
}

#comments_box{width: 100%;clear: both;padding-top: 70px;position: relative;}
#comments{width: 70%;position: relative;margin: 0 auto;}
#reviews #comments{padding: 0;}
.comment-list li,.commentlist li{width: 100%;display: flex;flex-direction: column;
background: rgba(0, 175, 239,0.1);padding: 20px;border-radius: 15px;
margin: 20px 0;
}
.comment-list .comment_user_item,.commentlist .comment_user_item {
  width: 100%;background: transparent;padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.tarlanweb_ir_loadmore{width:200px;height:45px;line-height:45px;display:flex;align-items:center;justify-content:center;
clear: both;cursor:pointer;margin: 0 auto;background: #ff6600;color: #fff;
border-radius: 12px;}
#respond{width:100%;height:auto;margin-top: 25px;display: flex;flex-direction: column;}
.commentlist{margin-top:20px;}
.commentlist li{width:100%;height:auto;margin:0 auto;position: relative;display:flex;flex-direction:column;}
#respond textarea,#respond input[type="text"],#respond input[type="url"],#respond input[type="email"]{
width: 100%;
height: 50px;
position: relative;
font-size: 15px !important;
border: 1px solid #d5e5ef;
text-indent: 10px;
background: rgb(238,244,250);
background: -moz-linear-gradient(90deg, rgba(238,244,250,1) 0%, rgba(246,243,243,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(238,244,250,1) 0%, rgba(246,243,243,1) 100%);
background: linear-gradient(90deg, rgba(238,244,250,1) 0%, rgba(246,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eef4fa",endColorstr="#f6f3f3",GradientType=1); 
border-radius: 12px;
}
#respond textarea{height: 150px;text-indent: 0;padding:15px;margin-bottom:15px;}
#respond input:focus,#respond textarea:focus{border: 1px solid #EC7374;outline: none;}
.comment-form-cookies-consent{width:100%;margin:10px 0;clear: both;}
#respond #submit{width: 200px;height: 50px;cursor:pointer;border:none;margin: 0 auto;position: relative;font-size: 17px;float: left;
background: #00AFEF;color:#fff;
border-radius: 50px;}
#respond #submit:hover{background:#EC7374;}
#reply-title{margin:0;font-size:26px;display:flex;align-items:center;justify-content:space-between;}
.required{color:red;}
.comment-awaiting-moderation{width:100%;display:block;clear:both;padding:5px 15px;background:#fef9c3;border:1px solid #face1f;margin:15px 0;
border-radius:9px;}
#cancel-comment-reply-link {color: #fff;background: #00AFEF;transition: all ease-in-out 0.3s;font-size: 13px;padding: 4px 12px;
border-radius: 12px;}
.comment-form-author,.comment-form-email{width: 100%;float: right;margin-bottom:15px;}
.comment-form-url{display: none;}
.comm_user_bitem{margin:0 -10px;flex-wrap:wrap;}
.comment_user_gr{flex:0 0 50%;position:relative;padding:10px;}
.comment_user_item{width:100%;position:relative;padding:15px;background:rgba(5,61,90,0.1);display:flex;flex-direction:column;grid-gap:20px;
border-radius:10px;}
.comment_user_img{margin-left:10px;overflow:hidden;line-height: 0;}
.comment_user_img img,.comment_user_det img{width:50px;height:50px;border-radius:50%;}
.comment_user_det{width:100%;display:flex;justify-content:space-between;align-items:center;font-size: 14px;}
.comment_user_det > div{display:flex;justify-content:space-between;align-items:center;}
.comment_user_det p strong{font-size:16px;font-weight:bold;float:right;}
.star_rateds{float:left;padding:0 6px;border:1px solid #01B244;color:#01B244;line-height:24px;font-size:12px;
border-radius:5px;}
.cgreens{color:#01B244;}
.comment_usere_txt{font-size:14px;}
#cancel-comment-reply-link{color: #fff;background-image: linear-gradient(to right bottom, rgb(255, 133, 133), rgb(255, 0, 0));transition: all ease-in-out 0.3s;
font-size: 13px;padding: 4px 12px;border-radius: 7px;}
.comment-reply-link{text-align:center;float:left;padding:0 15px;background:#00AFEF;color:#fff;border-radius:25px;}
.comment-reply-link:hover{background:#EC7374;}
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_comment_avatra_name,.top_comment_avatra_name .meta{display: flex;align-items: center;grid-gap: 10px;margin: 0 !important;}
#reviews .description{font-size: 14px;padding-top: 10px;}
.comment-list .children li{margin-bottom: 0 !important;}


.txt_box{position: relative;z-index: 5;}
.right_txt_box{width: 100%;flex: 0 0 49%;}
.left_txt_box{width: 100%;flex: 0 0 49%;}
.left_txt_box figure{display: block;line-height: 0;}
.left_txt_box figure img{border-radius: 25px;}

.right_txt_box h2{font-size: 32px;font-weight: 500;line-height: 45px;margin-bottom: 20px;}
.right_txt_box h2 span{color: #00AFEF;}
.txt_p{font-size: 20px;line-height: 40px;color: #373435;font-weight: 200;margin-bottom: 20px;}
.right_txt_box .hero_links{width: 100%;}
.hero_bt_txt{width: 100%;padding:20px 60px;text-align: center;font-size: 26px;line-height: 45px;}
.add_heart{position: relative;}
.add_heart::before{content: '❤️';position: absolute;top: -15px;left: 20px;margin: auto;font-size: 17px;}

.about .url_box a{padding: 9px 27px;font-size: 18px;font-weight: 500;}

#projects_box{width: 90%;margin: 0 auto;}
.project_box{width: 100%;position: relative;flex-wrap: wrap;}
.project_item.blue{border:2px solid #00AFEF;}
.project_item.orange{border:2px solid #FFCA28;}
.project_item.blue .pj_figure,.project_item.blue::before{background: #00AFEF;}
.project_item.orange .pj_figure,.project_item.orange::before{background: #FFCA28;}
.project_item.blue .pjarrow{border-color: #00AFEF;}
.project_item.orange .pjarrow{border-color: #FFCA28;}
.project_item{width: 100%;flex: 0 0 26%;position: relative;padding: 50px 40px 30px 40px;margin: 40px 0;
flex-direction: column;grid-gap: 20px;background: #fafdfa;border:2px solid #808080;
border-radius:0 40px 40px 40px;}
.project_item::after{content: '';width: 6px;height: 52%;background: #fafdfa;position: absolute;left: -3px;top: -2.5%;display: block;}
.project_item::before{content: '';width: 40px;height: 2px;background: #808080;position: absolute;left: -40px;top: 0;bottom: 0;margin: auto;
display: block;}
.pj_head{width: 80%;justify-content: flex-start;grid-gap: 10px;position: absolute;top: -40px;left: 0;background: #fafdfa;}
.pj_head strong{font-size: 22px;font-weight: bold;}
.pj_head .pj_figure{width: 80px;height: 80px;padding: 10px;background: #808080;border-radius: 50%;}
.pj_text{width: 100%;height: 85px;overflow: hidden;text-align: center;}
.pjarrow{width: 11px;height: 11px;
  border: solid #808080;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;top: 0;bottom: 0;margin: auto;left: -40px;
}
.project_box > .project_item:last-child::before,.project_box > .project_item:last-child .pjarrow{display:none;}


.pr_infos{width: 100%;background: #fff;padding: 40px;font-weight: bold;
border-radius: 25px;box-shadow: 0px 0px 10px 1px rgba(165,165,165,0.28);}
.pr_info_item > div{flex-direction: column;align-items: flex-start;padding-right: 10px;}
.pr_info_item > div > strong{width:100px;color: #00AFEF;font-size: 30px;direction: ltr;}
.pr_info_item > div > strong > span{opacity: 0;transition: opacity 0.5s ease-in-out;}
.pr_info_item > div > span{color: #808080;font-size: 17px;font-weight: 500;}
.pr_info_item{width: 100%;flex:0 0 25%;justify-content: center;border-left:1px solid #cbe7eb;}
.pr_info_item:last-child{border:none;}

.service_box{flex-wrap: wrap;}
.service_box .service_it{width: 100%;flex: 0 0 33.3%;padding: 15px;direction: rtl;}
.servic_item{width: 100%;position: relative;flex-direction: column;
border-radius: 25px;}
.top_service_item{width: 100%;justify-content: flex-start;
font-size: 20px;font-weight: bold;}
.top_service_item img{width: 70px;height: 70px;padding: 10px;background: #00AFEF;border-radius: 20px;}
.img_service{width: 80px;height: 80px;
border: 2px solid #00AFEF;
border-top: 0;border-right: 0;
border-radius: 0 0 0 20px;
}
.top_service_item strong{
width: calc(100% - 80px);height: 80px;position: relative;
  border: 2px solid #00AFEF;
  border-bottom: 0;
  border-right: 0;
  border-radius: 20px 0 0 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.top_service_item strong::after{content: '';width: 85%;height: 1px;background: #00AFEF;display: block;
position: absolute;bottom: 0;right: 0;left: 0;margin: auto;}
.text_service{width: 100%;padding:30px 20px;font-size: 14px;line-height: 25px;text-align: justify;
border: 2px solid #00AFEF;
border-top: 0;
border-radius: 0 0 20px 20px;}

.faq_box{width: 100%;position: relative;align-items: flex-start;padding-top: 30px;}
.right_faq_box{width: 100%;flex: 0 0 72%;}
.left_faq_box{width: 100%;flex: 0 0 25%;padding:30px 50px;background:#EC7374;position: relative;flex-direction: column;
border-radius: 25px;}
.faq_img{position: relative;margin-top: -110px;}
.left_faq_box p{width: 100%;padding: 20px;background: #fff;text-align: center;margin-bottom: 10px;
border-radius: 25px;}

.single .right_faq_box{flex: 0 0 100%;}


.faq-item {margin-bottom: 15px;}
.faq-question {
    cursor: pointer;font-size: 18px;font-weight: 500;position: relative;
    margin: 0;display: flex;width:calc(100% - 60px);justify-content: space-between;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.07);
    border-radius: 15px;
}
.faq-answer {
    display: none;
    padding: 20px 30px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.faq-item.active .faq-question {}
.faq-question::after{content: '';
  width: 48px;
  background: url(images/arrow_menu.svg) no-repeat center;
  position: absolute;left: -60px;bottom: 0;top: 0;margin: auto;
background-color: rgba(0,0,0,0.07);
    border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.faq-item.active .faq-question::after{transform: rotate(180deg);}



.pr_table{position: relative;grid-gap: 30px;justify-content: center;}
.pr_item{width: 100%;position: relative;flex-direction: column;border: 1px solid #e3c2c3;background: #fff8f8;border-radius: 25px;direction:rtl;}
.pr_list{width: 100%;display: flex;flex-direction: column;font-size: 16px;font-weight: 200;
border-radius: 0 0 25px 25px;}
.pr_item_title{width: 100%;padding:20px 15px;font-size: 22px;font-weight: bold;text-align: center;background: #00AFEF;color: #fff;
border-radius: 25px 25px 0 0;box-shadow: 0 2px 8px -5px #333;}
.pr_list li{border-bottom: 1px dashed #e3c2c3;display: flex;}
.pr_list li:last-child{border-bottom:none;}
.pr_list_title{width: 100%;padding: 10px 15px;flex: 0 0 30%;border-left: 1px dashed #e3c2c3;font-weight: bold;}
.pr_list_t{width: 100%;padding: 10px 15px;flex: 0 0 70%;}
.pr_list_t ul li{border:none;padding:5px 0;}
.pr_list_t p{padding:5px 0;}
.pr_list_t ul li:before,.pr_list_t p:before{content:'✓';display:inline-block;vertical-align:middle;margin-left:5px;color:#FFCA28;}
.pr_url{padding: 30px 15px;}
.pr_url a{width: 200px;margin: 0 auto;padding: 10px 0 12px 0;text-align: center;font-size: 18px;font-weight: bold;display: block;
color: #fff;border-radius: 15px;}

.bg_gred{
background: rgb(255,82,46);
background: -moz-linear-gradient(90deg, rgba(255,82,46,1) 0%, rgba(254,61,76,1) 50%, rgba(253,36,112,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,82,46,1) 0%, rgba(254,61,76,1) 50%, rgba(253,36,112,1) 100%);
background: linear-gradient(90deg, rgba(255,82,46,1) 0%, rgba(254,61,76,1) 50%, rgba(253,36,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff522e",endColorstr="#fd2470",GradientType=1); 
}
.bg_gblue{
 background: rgb(38,155,232);
background: -moz-linear-gradient(90deg, rgba(38,155,232,1) 0%, rgba(65,107,199,1) 50%, rgba(91,55,163,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(38,155,232,1) 0%, rgba(65,107,199,1) 50%, rgba(91,55,163,1) 100%);
background: linear-gradient(90deg, rgba(38,155,232,1) 0%, rgba(65,107,199,1) 50%, rgba(91,55,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#269be8",endColorstr="#5b37a3",GradientType=1); 
}
.bg_ggreen{
 background: rgb(186,219,44);
background: -moz-linear-gradient(90deg, rgba(186,219,44,1) 0%, rgba(124,196,57,1) 50%, rgba(41,164,69,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(186,219,44,1) 0%, rgba(124,196,57,1) 50%, rgba(41,164,69,1) 100%);
background: linear-gradient(90deg, rgba(186,219,44,1) 0%, rgba(124,196,57,1) 50%, rgba(41,164,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#badb2c",endColorstr="#29a445",GradientType=1); 
}
.portfoilo_box{width: 100%;position: relative;padding:30px;background: #F3F7FF;z-index: 5;
border-radius: 25px;}
.portfoilo_box .circle-pol{left: -80px;top: -50px;}
.right_pbox{width: 100%;flex: 0 0 40%;}
.left_pbox{width: 100%;flex: 0 0 57%;position: relative;z-index: 5;border-radius: 25px;overflow: hidden;}
.left_pbox img{border-radius: 25px;line-height: 0;}
.right_pbox h2{font-size: 30px;font-weight: bold;}
.right_pbox h2 span{color: #FB5C63;}
.right_pbox strong{color: #808080;}
.right_pt{font-size: 16px;font-weight: 200;text-align: justify;margin: 20px 0;}

.customers_box{margin: 0 -15px;flex-wrap: wrap;}
.customer_gr{width: 100%;flex: 0 0 33.33%;padding: 15px;padding-top: 90px;}
.customer_item{width: 100%;position: relative;padding:80px 30px 30px 30px;background: #fff;border-radius: 20px;flex-direction: column;grid-gap: 20px;}
.customer_item img{width: 120px;height: 120px;position: absolute;top: -60px;right: 0;left: 0;margin: auto;
border-radius: 50%;
box-shadow: 0px 0px 10px 1px rgba(165,165,165,0.28);
}
.customer_item p{width: 100%;text-align: center;}
.customer_item p strong{font-size: 20px;font-weight: bold;}
.customer_item p span{font-size: 16px;font-weight: 200;display: block;}
.customer_item audio{width:100%;cursor:pointer;border-radius:20px;}
.customer_item video{width:100%;cursor:pointer;border-radius:20px;}

.cusport_box{margin: 0 -20px;flex-wrap: wrap;}
.cusport_item{width: 100%;flex: 0 0 50%;padding: 20px;}
.cusport_item a{width: 100%;flex-direction: column;line-height: 0;position: relative;border-radius: 25px;height: 350px;overflow: hidden;}
.cusport_item a img{width: 100%;border-radius: 25px;transition: transform 0.7s ease-in-out;display: block;}
/*.cusport_item a:hover img {transform: translateY(calc(min(0px, 300px - 100%)));}*/
.cusport_txt{width: 100%;position: absolute;bottom: 0;right: 0;left: 0;background: rgba(0,0,0,0.5);padding:15px 30px;line-height: 25px;
transition: all 0.3s ease-in-out;border-radius:0 0 25px 25px;
backdrop-filter: blur(8px);}
.cusport_txt > div{flex: 0 0 75%;font-size: 18px;font-weight: bold;display: flex;align-items: center;color: #FFCA28;}
.cusport_txt > span{flex: 0 0 25%;padding: 7px 0;text-align: center;
background: #FFCA28;color: #1a1a1a;
transition: all 0.3s ease-in-out;border-radius: 25px;}
.cusport_item a:hover .cusport_txt > span{background: #1a1a1a;color: #FFCA28;}


.tabs_x{display:flex;cursor:pointer;margin-bottom: 10px;justify-content: center;flex-wrap:wrap;z-index:9;}
.tab_x{padding: 7px 28px;background: #ddd;margin: 5px;border-radius: 25px;font-size: 16px;font-weight: 500;}
.tab_x.active{background: #00AFEF;color: #fff; }
.content_x{display: none;}
.content_x.show{display: block;animation: fadeIn 0.5s ease-in-out;}
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }

.alert_box{width: 100%;
  background: #fff;
  padding: 40px;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 1px rgba(165,165,165,0.28);}
.right_alert_box{width: 100%;flex: 0 0 80%;flex-direction: column;align-items: flex-start;}
.right_alert_box strong{font-size: 26px;line-height: 40px;font-weight: bold;}
.right_alert_box p{font-size: 18px;line-height: 30px;font-weight: 200;color: #808080;}
.right_alert_box .pc_url{width: 100%;flex: 0 0 15%;}

.tow_flex_w{width:100%;position:relative;align-items: flex-start;}
.alert-warning {
  width: 100%;flex:0 0 47%;
  padding: 20px;
  color: #856404;
background: #ffcf3e url(images/side_newslatter_bg.png) no-repeat center;
  border-radius: 25px;
}
.tow_flex_w .single_post_txt{flex:0 0 50%;}
.left_flexv{padding: 10px 30px;background: #e9f7f9;border-radius: 25px;}

.social_ft{width: 100%;justify-content: center;grid-gap: 5px;line-height: 0;padding: 15px 0;}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;direction: ltr !important;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
background:0 0;color:inherit;border:none;padding:0!important;font:inherit;
}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl !important;}
.owl-carousel.owl-rtl .owl-item{float:right}

.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item {margin: 30px 0;}
.portfoilo_sld .owl-item {margin: 0 !important;text-align:center;}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{text-align: center;-webkit-tap-highlight-color: transparent;}
.owl-nav {
  text-align: center;
  width: 100px;
  position: absolute;
  top: -30px;
  left: 0;
}
.custom-slider .owl-nav {top: auto;bottom: 0;right: 0;margin: auto;}
.owl-nav [class*="owl-"] {
  width: 40px !important;
  height: 40px !important;
  font-size: 25px !important;
  cursor: pointer;
  line-height: 38px !important;
  color: #444 !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(38, 45, 118,0.08);
  border-radius: 10px !important;
}
.owl-theme .owl-nav [class*='owl-']:hover{color:#fff !important;background: #0b205b !important;}
.owl-theme .owl-nav .disabled {opacity: 0.5;cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots{margin-top: 10px; }
.owl-theme .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;margin-top: 0;}
.owl-theme .owl-dots .owl-dot {width: 18px;height: 18px;line-height: 18px;margin: 2px;display: inline;zoom: 1;*display: inline;
border: 1px solid #c1c1c1;
border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot span {
background: transparent;display: inline-block;width: 13px;height: 13px;margin:2px 1px !important;
-webkit-backface-visibility: visible;transition: opacity 200ms ease;border-radius: 50%;
transition: all 0.3s ease-in-out;}
.owl-theme .owl-dots .owl-dot.active span{background: #00AFEF;}
.owl-theme .owl-dots .owl-dot:hover span{background: #00AFEF;}
.owl-carousel .owl-nav button.owl-next{position: absolute;left: 5px;top: 42%;}
.owl-carousel .owl-nav button.owl-prev{position: absolute;right: 5px;top: 42%;}

.portfoilo_box .owl-item{margin: 0 !important;}
.portfoilo_box .owl-dots{position: absolute;right: 0;left: 0;bottom: 0;margin: auto;}
.portfoilo_sld{padding-bottom:25px;}
.page-id-2882 .left_pbox img{border-radius:0 !important;}
.top_page{position: fixed;left: 20px;bottom: 20px;width: 40px;height: 40px;line-height: 40px;background: #fff;
color: #192d4d;border-radius: 5px;font-size: 20px;text-align: center;cursor: pointer;display: none;z-index: 999999;}
.top_page .fa{width: 40px;height: 40px;display: flex;align-content: center;justify-content: center;align-items: center;}


.mobile_header{
  width: 100%;
  position: relative;
background: linear-gradient(90deg, rgba(245,252,254,1) 0%, rgba(238,250,251,1) 24%, rgba(238,247,240,1) 50%, rgba(248,247,234,1) 72%, rgba(250,251,244,1) 100%);
  padding: 5px 20px;
  display: none;
}
.mobile_header figure a{display: block;line-height: 0;}
.desktop_header{width:100%;position:relative;}
.wp-caption{max-width:100% !important;}
.menu-overlay {width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);display: none;z-index: 88;}
.submenu-toggle{display: none;}
.menu-toggle{display:flex;flex-direction:column;grid-gap:9px;justify-content:center;}
.bar1,.bar2,.bar3{
  width: 30px;
  height: 2px;
  background-color: #212121;
  transition: 0.4s;
}
.change .bar1 {transform: translate(0, 11px) rotate(-45deg);}
.change .bar2 {opacity: 0;}
.change .bar3 {transform: translate(0, -11px) rotate(45deg);}
.desktop_header .social_ft{display: none;}

.gform_wrapper{width:100% !important;}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {border-radius: 9px;border: none;height:40px;}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button,#field_submit input[type="submit"],
.gform_wrapper.gravity-theme .gform_page_footer input {
width: 100%;
  height: 50px;
  background: #fff;
  text-align: center;
  cursor: pointer;
 border-radius: 25px;
  font-size: 15px;
border: 1px solid #ccc !important;
}
.gform_wrapper.gravity-theme .gform_footer button .gform_wrapper.gravity-theme .gform_page_footer button,#field_submit input[type="submit"]{background-color: #00afef;
  color: #fff;}
 .gravity-theme input[type="text"], .gravity-theme input[type="tel"],.gravity-theme select{
width: 100%;
  height: 50px;
  background: #fff;
 border-radius: 25px;
  font-size: 15px;
border: 1px solid #ccc !important;
}
 .gravity-theme input:focus,.gravity-theme select:focus {
  border-color: #00afef !important;
  box-shadow: 0 0 8px rgba(0, 175, 239, 0.3);
}

.gform_button {background: #00AFEF !important;
  color: #fff;margin-bottom:0 !important;
  border: 2px solid #00AFEF !important;}

.gform_wrapper.gravity-theme .gfield textarea.large{height:150px !important;}
.gfield--type-text,.gfield--type-email,.gfield--type-phone{}
#field_submit{padding:0 !important;background:transparent !important;}
.gfield--type-textarea,.gfield--input-type-fileupload,{height: auto !important;flex-direction:column !important;background:transparent !important;padding:0;}
.gfield--type-radio,.gfield--type-choice{height: auto;background:transparent;}
.ginput_container_text,.ginput_container_phone,.ginput_container_email{}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{margin:0 !important;}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {border-radius: 25px;}

.newsslater_form  .gform_heading{display:none;}



#gform_wrapper_10 .gfield--type-text,#gform_wrapper_10 .gfield--type-email,#gform_wrapper_10 .gfield--type-phone,#gform_wrapper_11 .gfield--type-text,#gform_wrapper_11 .gfield--type-email,#gform_wrapper_11 .gfield--type-phone{background: transparent;border-radius: 0;padding:0;}
#gform_wrapper_10 .ginput_container_text,#gform_wrapper_10 .ginput_container_phone,#gform_wrapper_10 .ginput_container_email,#gform_wrapper_11 .ginput_container_text,#gform_wrapper_11 .ginput_container_phone,#gform_wrapper_11 .ginput_container_email{width: 100% !important;}
#gform_wrapper_10 .frm_user,#gform_wrapper_10 .frm_phone,#gform_wrapper_10 .frm_email,#gform_wrapper_10 .frm_number,#gform_wrapper_11 .frm_user,#gform_wrapper_11 .frm_phone,#gform_wrapper_11 .frm_email,#gform_wrapper_11 .frm_number{display:none !important;}


#pagination-container {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.pagination-btn, #prev-page, #next-page {
    background-color: #EC7374;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin: 3px;
    transition: background 0.3s ease;
}
.pagination-btn:hover, #prev-page:hover, #next-page:hover,
.pagination-btn.active {
    background-color: #005b87;
}
#loader_box{width:100%;height:300px;position:relative;display:none;}
#loader {
	width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
	bottom:0;
	right:0;
    border: 6px solid rgba(0, 115, 170, 0.2);
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
	margin:150px auto;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


.menu-mob-left{display:flex;align-items:center;justify-content:space-between;grid-gap:10px;}



.telegram_c_item{width: 95%;display: flex;flex-direction: column;background: #12232b;color: #fff;position: relative;direction:rtl;padding-top:10px;
float: left;font-size: 14px;line-height: 25px;border-radius: 12px;}
.telegram_c_item p{padding: 0 15px;}
.telegram_c_item::after {content: "";display: block;border-style: solid;
border-color: #12232b transparent transparent;border-top-color: #12232b;border-left-color: #12232b;margin-left: -10px;position: absolute;
bottom: -10px;left: 15px;right: auto;border-width: 10px;margin: 0;}
.telegram_c_ft{width: 100%;display: flex;align-items: center;justify-content: space-between;padding:10px 20px}
.tel_date_view{display: flex;align-items: center;justify-content: space-between;grid-gap: 10px;}
.tel_date_view span{display: flex;align-items: center;justify-content: center;grid-gap: 5px;}
.id_tel{direction: ltr;font-size: 15px;font-weight: bold;}
.eye_view{width: 15px;height: 15px;background: url(images/eye.svg) no-repeat center;display: block;background-size: cover;}
.telegram_c_item figure{padding-top:10px;}


@media (max-width: 1350px){
.tarlanweb_center{width: 90%;padding:0;}
.mosh_item img{width: 100%;}
.center_box{overflow-y: hidden;}
}
@media (max-width: 1200px){
.hero_text h1{font-size: 30px;line-height: 45px;}
.hero_desc{font-size: 25px;line-height: 40px;}
.brands_box{width: 100%;}
.ads_type_box .ads_items .ads_itxt{height:120px;}
}
@media (max-width: 1050px){
.bt_header_left a{padding: 5px 7px;}
.single_post_txt {position: relative;z-index: 9;}
.circle-pol{left: 10px !important;}
.ads_type_box .ads_items .ads_itxt{height:auto;}
.pr_item{width: 98%;margin:0 auto;}
.blog_tw_posts .pc_url {margin-top: 70px;}
	

.row_tw_box {flex-direction: column-reverse;}
.row_tw_right,.row_tw_left{width: 100%;}
	
}
@media (max-width: 900px){
.dots{width: 250px;height: 115px;background-size: cover;}
.mosh_list .mosh_gr{width: 100%;}
.bt_header_left a{width: 100%;justify-content: center;}
.blog_posts{flex-wrap: wrap;flex-direction: column;grid-gap: 30px;}
.right_post{flex: 0 0 100%;}
.left_posts{flex: 0 0 100%;grid-gap: 2%;}
.left_post a{margin-bottom:20px;}
.footer_box{grid-gap: 25px;}
.footer_about{width:100%;padding-left: 0;}
.footer_menu{width:100%;flex:0 0 46%;}
.address_box{width:100%;padding-left: 0;}
#external-scripts-container{width:200px;margin: 0 auto;}
.socials_box {flex-direction: row;}
#sidebar_right{width: 100%;margin-bottom: 30px;}
#sidebar_left{width: 100%;}
.cusport_box{margin: 0 -10px;}
.cusport_item{padding: 10px;}
.pr_infos{flex-wrap: wrap;padding: 0;}
.pr_info_item{flex: 0 0 50%;padding: 30px 10px;}
.pr_infos > .pr_info_item:nth-child(1){border-bottom: 1px solid #cbe7eb;}
.pr_infos > .pr_info_item:nth-child(2){border-left: 0;border-bottom: 1px solid #cbe7eb;}
.project_item{width: 80%;padding: 50px 40px 30px 40px;margin: 40px auto;direction: rtl;}
.faq_box{flex-wrap: wrap;flex-direction: column-reverse;}
.right_faq_box{flex: 0 0 100%;}
.left_faq_box{flex: 0 0 100%;width: 320px;margin: 50px auto 20px auto;padding: 20px;}
/*#header{z-index: 95;position:sticky;top:0;}*/
.top_message_box .flex{justify-content: center;grid-gap: 10px;flex-direction: column;}
.top_message_box{padding: 10px 0;}
.close_msg{left: 0;}
	
#header{box-shadow:unset;}
.top_header{padding: 0 20px;}
.mobile_header{display:flex;justify-content:space-between;align-items:center;z-index: 77;}
.menu-mob-left .login{padding:5px 15px;border: 1px solid #FFCA28;border-radius: 25px;}
	
.menu_right .menu-item-has-children::after {display: none;}
.desktop_header{width: 290px;height: 100%;display: block;position: fixed;top: 0;right: -290px;z-index: 99;background: #fafdfa;
display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;
transition: transform 0.3s ease;box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);}
.desktop_header.open{transform: translateX(-290px);}
.desktop_header .tarlanweb_center{width: 100%;flex-wrap: wrap;}
.menu_right{display:flex;flex-direction:column;height:450px;overflow-x: hidden;overflow-y: scroll;}
.menu_right ul li{width: 100%;position: relative;border-bottom: 1px solid #cbe7eb;}
.menu_right ul li ul {display: none;}
.menu_right ul li a{padding:10px 20px !important;}
.menu_right li ul.sub-menu {width: 100%;position: relative;padding: 0;right:0 !important;border-radius: 0;box-shadow: none;}
.menu_right li ul.sub-menu li a{background: #f0f0f1;}
.submenu-toggle{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;z-index: 99999;
cursor: pointer;float: left;background: #00AFEF;color: #fff;margin:9px;font-size: 20px;}
.submenu-toggle.open{background: #333;}
.bt_header{padding: 0;height: 100%;}
.bt_header figure{width: 100%;height: auto;padding: 20px 0;text-align: center;
background: linear-gradient(90deg, rgba(245,252,254,1) 0%, rgba(238,250,251,1) 24%, rgba(238,247,240,1) 50%, rgba(248,247,234,1) 72%, rgba(250,251,244,1) 100%);}
.bt_header_left{width: 90%;flex-wrap: wrap;margin: 0 auto;}
.menu_right ul li a{width: 100%;border-radius: 0 !important;}
.desktop_header .social_ft{display: flex;z-index: 99999;background: #fff;}
.tow_flex_w{flex-wrap: wrap;}
.alert-warning {flex: 0 0 100%;margin-bottom:25px;}
.tow_flex_w .single_post_txt {flex: 0 0 100%;}
.blog_posts3_list li {flex: 0 0 50%;}
.catlinks_box ul li {width: 50%;}
	
.pricing-cards{flex-direction: column;}
.r_tw_box {grid-template-columns: auto;}
	
}
@media (max-width: 750px){
.owl-carousel .owl-nav button.owl-prev {right: 3px !important;}
.owl-carousel .owl-nav button.owl-next {left: 3px !important;}
.center_title h2,.right_txt_box h2{font-size: 23px;line-height: 30px;}
.center_title h3{font-size: 20px;}
.circle_yellow{left: 2%;}
.single_post header h1{font-size: 29px;}
#package_box .flex{grid-gap: 20px;flex-wrap: wrap;}
.single_post_txt h1{font-size: 22px;}
.single_post_txt h2{font-size: 20px;}
.single_post_txt h3{font-size: 19px;}
.single_post_txt h4{font-size: 18px;}
.single_post_txt h5{font-size: 17px;}
.single_post_txt h6{font-size: 16px;}
.circle-pol {width: 100px;height: 140px;background-size: contain;}
.cusport_item{flex: 0 0 100%;padding: 10px 0;}

.newsslater_form_right h2{font-size:20px;}
.newsslater_form{grid-gap: 20px;flex-wrap:wrap;}
.newsslater_form_right{width: 100%;grid-gap:20px;}
.newsslater_form_left{width: 100%;text-align:center;}
	
}
@media (max-width: 600px){
.hero_box .flex{flex-wrap: wrap;}
.hero_box .img_box{width: 100%;text-align: center;z-index: 9;}
.hero_text{width: 100%;padding-top:25px;grid-gap: 10px;}
.hero_links{width: 100%;grid-gap: 10px;flex-wrap: nowrap !important;}
.packege_item{padding: 20px;}
.packege_item figure{width: 110px;height: 110px;}
.pc_txt h2{font-size: 22px;}
.pc_txt p{font-size: 15px;}
.pc_url{width: 100%;}
#package_box .flex{grid-gap: 10px;}
.newsslater_form,.links_box{width: 100%;padding: 30px;grid-gap: 10px;}
.newsslater_form .center_title,.links_box .center_title{margin-bottom: 10px;}
.form_box{width: 100%;flex-wrap: wrap;flex-direction: column;}
.input_txt,.submit_btn{width: 100%;}
.txt_box,.portfoilo_box{flex-wrap: wrap;flex-direction: column-reverse;grid-gap: 25px;}
.right_txt_box,.left_txt_box,.right_pbox,.left_pbox{flex:0 0 100%;}
.hero_bt_txt{padding: 20px;}
.blog_posts_list{margin:0 -10px;}
.blog_posts_list li{padding: 10px;}
#comments,#respond #submit{width: 100%;}
.en_title{font-size: 60px;line-height: 60px;}
.tab_x{padding: 7px;font-size: 15px;font-weight: 500;flex-grow: 1;text-align: center;}
.circle-pol{display:none;}
#comm_sld .owl-nav {top: auto;left: 0;right: 0;margin: auto;}
.hero_box::after{display:none;}
.blog_posts3_list li {flex: 0 0 100%;}
}
@media (max-width: 450px){
.item_content .ic_img{width: 70px;height: 70px;padding: 10px;}
.right_post h2,.right_alert_box strong{font-size: 22px;}
.left_post h2{font-size: 18px;}
.right_alert_box p{font-size: 16px;}
.cusport_txt{padding: 10px;flex-direction: column;grid-gap: 10px;}
.cusport_txt > span{flex: 0 0 100%;padding: 3px 15px;}
.cusport_txt > div{flex: 0 0 100%;font-size: 15px;font-weight: 300;}
.alert_box{flex-direction: column;}
.pr_table{flex-wrap: wrap;grid-gap: 0;}
.pr_item{margin-bottom: 20px;}
.blog_posts_list .right_post h2{font-size: 19px;}
.url_box{width: 100%;grid-gap: 7px;}
.url_box a {padding: 7px;}
.left_post a{width: 100%;flex-direction: column;grid-gap: 20px;align-items: flex-start;}
.widget_content	.left_post a{flex-direction:row;grid-gap: 0;align-items: center;}
.left_post figure,.left_post a img{width:100%;}
.left_post_txt{width: 100%;}
.socials_box {flex-direction: column;}
.blog_posts_list{margin:0;}
.blog_posts_list li{padding: 10px;flex: 0 0 100%;}
.project_item{width: 80%;padding: 50px 20px 30px 20px;margin: 20px auto;margin-right: 10px;}
.center_title h2,.right_txt_box h2,.blog_posts .right_post h2{font-size: 20px;}
.center_title h3{font-size: 17px;}
.widget_box .left_post_txt {width: calc(100% - 120px);}
.widget_box .cat_name {display: none;}
.widget_box .left_post figure{width: 110px;}
}
@media (max-width: 350px){
.left_faq_box{width:100%;}
.right_alert_box{flex: 0 0 100%;align-items: center;text-align: center;margin-bottom: 10px;}
}