@font-face {
font-family: 'Cairo';
src: url(//aletihad.ly/wp-content/themes/altihad2024/fonts/Cairo-Bold.woff2) format('woff2'),
url(//aletihad.ly/wp-content/themes/altihad2024/fonts/Cairo-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//aletihad.ly/wp-content/themes/altihad2024/fonts/Cairo-Regular.woff2) format('woff2'),
url(//aletihad.ly/wp-content/themes/altihad2024/fonts/Cairo-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//aletihad.ly/wp-content/themes/altihad2024/fonts/Cairo-SemiBold.woff2) format('woff2'),
url(//aletihad.ly/wp-content/themes/altihad2024/fonts/Cairo-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
* {
font-family: 'Cairo',sans-serif;
text-decoration: none !important;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
text-transform: capitalize;
}
.clear {
clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}
html {
scroll-behavior: smooth;
}
img {
max-width: 100%;
}
:hover {
text-decoration: none;
}
body {
box-sizing: border-box;
overflow-x: hidden;
margin: 0;
}
h1 {
font-size: 3.5rem;
}
h2 {
font-size: 3.2rem;
}
h3 {
font-size: 2.4rem;
}
h4 {
font-size: 1.8rem;
}
h5 {
font-size: 1.7rem;
}
h6 {
font-size: 1.6rem;
}
::selection {
background-color: var(--maincolor);
color: #fff;
}
:root {
--maincolor: #b18e78;
--secondcolor: #2d2f37;
--textcolor:#4a5063;
}
ul {
padding: 0;
margin: 0
}
li{
list-style-type: none;
}
#acaart_pagination .current:hover,
#acaart_pagination .inactive:hover {
background: #000;
}
a:focus {
outline: 0px !important;
}
.header_menu .sub-menu {
opacity: 0;
position: absolute;
width: 273px !important;
transform: translateY(16px);
box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
pointer-events: none;
background-color: var(--maincolor) !important;
border-radius: 0px !important;
}
.header_menu li.menu-item-has-children a:after {
content: '\f107';
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 15px;
margin-right: 9px;
transition-duration: 0.5s;
transition-delay: 0.1s;
display: inline-block;
}
.header_menu li.menu-item-has-children li a:after {
display: none;
}
.header_menu li.menu-item-has-children a:hover:after {
transform: rotate(180deg);
transition-duration: 0.5s;
transition-delay: 0.1s;
}
.header_menu li:hover .sub-menu {
opacity: 1;
z-index: 10000 !important;
width: 220px;
background: var(--footerbg);
transform: translateY(0px);
border-bottom-right-radius: 30px;
pointer-events: visible;
}
.header_menu li li:before {
height: 100% !important;
z-index: -1;
border-radius: 0 !important;
border-bottom-right-radius: 30px !important;
}
.header_menu li li:hover {
background-color: var(--secondcolor);
}
.topmenu li ul ul{
display: none;
}
.topmenu li ul ul ul li{
display: none;
}
.topmenu li ul ul li:hover ul li{
display: block;
}
.topmenu li ul li:hover ul {
display: block;
left: 100%;
right: 0;
top: 0;
}
.header_menu li.current-menu-item li a::before {
background-image: none !important;
background-color: transparent !important;
}
.header_menu li li {
padding: 10px;
border-bottom: 1px solid #3f4a86;
width: 100%;
max-height: 53px !important;
display: block;
min-height: 53px !important;
line-height: 53px !important;
display: block;
margin-right: 0;
text-align: right;
margin-left: 0;
}
header .header_menu .sub-menu li a{
color: #fff !important;
}
.header_menu li li:last-child {
border-bottom: 0px;
}
.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
background-color: var(--maincolor)
}
.header_menu li li a {
color: #fff !important;
font-size: 1.4rem;
text-shadow: 0px 0px 0px transparent;
width: 250px;
display: block;
white-space: nowrap;
overflow: hidden;
line-height: 20px !important;
text-overflow: ellipsis;
min-height: 53px;
}
header div.header_menu li li a:before {
background-image: none !important;
background-color: transparent !important;
}
.header_menu li:after {
content: '';
position: absolute;
bottom: 0;
height: 0px;
background-color: #b18e78;
left: 0;
right: 0;
transition: all .5s ease-in-out;
opacity: 0;
transform-origin: center;
width: 0%;
border-radius: 5px;
}
.header_menu li:hover:after {
height: 100%;
opacity: 1;
width: 100%
}
.header_menu li {
position: relative;
}
.header_menu li:before {
content: '';
position: absolute;
height: 0%;
width: -moz-available;
transition: all .5s ease-in-out;
opacity: 0;
transform-origin: center;
}
.header_menu li:hover:before {
opacity: 1;
height: 100%;
}
.header_menu li {
display: inline-block;
position: relative;
min-height: 50px;
line-height: 50px;
}
.header_menu ul {
min-height: 35px;
}
.header_menu li a {
position: relative;
color: #fff;
font-weight: bold !important;
padding-right: 20px;
padding-left: 20px;
padding-top: 0;
padding-bottom: 0;
font-size: 2.2rem !important;
z-index: 1;
min-height: 50px;
display: block;
text-shadow: 0px 1px 0px #8d6041;
}
.header_menu li.current-menu-item:hover:before {
background-color: var(--maincolor) !important;
right: 0;
}
.category .loopblock{
margin-bottom: 30px;
}
.header_menu li:hover a{
color: #fff !important;
}
.header_menu li.current-menu-item:before {
display: none;
right: 0;
}
.header_menu li li:before {
display: none;
}
.header_menu ul {
gap: 5px;
display: flex;
justify-content: left;
text-align: left;
margin-top: 17px;
}
.header_menu ul ul {
min-height: auto
}
header.shrink {
background-image: none;
}
.shrink ul.socialmedia {
margin-top: 40px
}
.shrink ul.socialmedia li:last-child {
background-color: #fff;
}
.shrink ul.socialmedia li:last-child a {
color: var(--maincolor) !important;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} 
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
} 
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
#acaart_pagination {
text-align: center;
margin-top: 29px;
margin-bottom: 0;
}
#acaart_pagination span {
background-color: var(--maincolor);
color: #fff;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
margin-right: 10px;
font-size: 15px;
font-weight: bold;
border-radius: 5px;
}
#acaart_pagination .inactive {
font-size: 15px;
font-weight: bold;
background-color: #000;
color: #fff;
margin-right: 10px;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.contactforma h1 {
text-align: center;
margin-bottom: 40px;
background-color: var(--maincolor);
border-radius: 10px;
padding: 20px;
color: #fff;
font-weight: bold;
font-size: 2.5rem;
}
.site_mapo iframe {
width: 100%;
min-height: 350px;
border: 0px;
margin-top: 0;
}
.contactforma button.wpforms-submit {
background-color: var(--maincolor) !important;
font-weight: bold !important;
height: 60px !important;
width: 150px;
border-radius: 10px !important;
}
.contactforma input {
margin-bottom: 3px !important;
height: 61px !important;
border: 1px solid #f1f1f1 !important;
width: 90%;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09) !important;
border-radius: 0px !important;
background-color: #fff;
padding-right: 14px !important;
font-size: 17px !important;
min-width: 100% !important;
color: #1f1f1f !important;
border-radius: 10px !important;
}
.contactforma input:focus {
outline: none;
}
.contactforma label.vfb-error {
color: red;
font-weight: bold;
font-size: 15px;
margin-top: 10px;
}
.contactforma {
margin-bottom: 50px;
}
.contactforma .vfb-section-1 li:first-child,
.contactforma .vfb-section-1 li:nth-child(2) {
display: inline-block;
width: 49%;
margin-bottom: 20px;
}
.contactforma .vfb-item-submit input {
margin-top: 0;
background-color: var(--maincolor) !important;
color: #fff !important;
border: 0px !important;
padding-left: 0 !important;
max-width: 150px;
text-align: center;
box-shadow: 0 0 0 transparent !important;
float: left;
border-radius: 10px !important;
padding-right: 0 !important;
font-weight: bold;
font-size: 22px !important;
}
.vfb-section-2 li:first-child {
display: none;
}
#contact_map .contactforma {
margin-top: 50px;
}
input.vfb-error {
background-color: #eee !important;
}
.contactforma input.vfb-text,
.contactforma input[type="text"].vfb-text,
.contactforma input[type="tel"].vfb-text,
.contactforma input[type="email"].vfb-text,
.contactforma input[type="url"].vfb-text,
.contactforma textarea.vfb-textarea {
background-color: #fff;
color: #333 !important;
}
.contactforma textarea {
width: 100%;
border: 1px solid #f1f1f1 !important;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
border-radius: 0px !important;
height: 118px !important;
padding: 15px !important;
background-color: #fff !important;
font-size: 14px !important;
font-weight: bold;
color: #1f1f1f !important;
margin-bottom: 0 !important;
border-radius: 10px !important;
}
.contactforma label {
display: none;
margin-bottom: 19px !important;
font-size: 15px;
margin-top: 20px;
font-weight: normal !important;
}
.nolable label {
display: none !important;
}
.contactforma .vfb-legend h3 {
font-size: 16px !important;
border: 1px solid #f1f1f1;
padding: 15px;
background-color: #fff;
margin-top: 0;
margin-bottom: 30px;
border-right: 3px solid var(--colorblue) !important;
border-bottom: 4px solid #f1f1f1;
} .sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background-color: var(--secondcolor);
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
} .sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
} .sidenav a:hover {
color: #f1f1f1;
} .sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
background-color: var(--maincolor) !important;
margin-left: 50px;
} #main {
transition: margin-left .5s;
padding: 20px;
} @media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
.mobileicon {
display: none;
}
.rightformcontent .vfb-item-secret {
display: none !important;
}
.mobileicon {
width: 13%;
float: left !important;
margin-top: 36px;
text-align: left !important;
direction: ltr;
}
.mobileicon span {
background-color: #333;
width: 30px;
height: 4px;
text-align: right !important;
display: block;
margin-bottom: 7px;
}
.mobileicon span:nth-child(2) {
max-width: 23px;
}
.mobileicon a {
display: block;
cursor: pointer;
}
.sidenav {
display: block;
}
#mySidenav li {
border-bottom: 1px solid #282828;
line-height: 37px;
}
.sidenav a {
font-size: 17px !important;
color: #fff !important;
padding-right: 18px;
}
.sidenav a:hover {
color: #fff !important;
}
.closebtn {
background: var(--lightcolor) !important;
text-align: center;
padding: 0px !important;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 0px;
margin-top: 20px !important;
}
a.closebtn:hover {
color: #fff !important;
}
.sidenav li.menu-item-has-children .sub-menu {
display: none;
}
.sidenav li.menu-item-has-children a {
position: relative;
}
.sidenav li.menu-item-has-children a:after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 10px;
position: absolute;
right: 30px;
top: 20%;
margin-top: 10px;
z-index: 100;
}
.sidenav li.menu-item-has-children a::after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 6px;
position: absolute;
right: 23px;
top: 24%;
margin-top: 10px;
z-index: 100;
clip-path: polygon(51% 100%, 0 0, 100% 0);
left: auto;
}
.sidenav li.menu-item-has-children li a::after {
width: 0px;
height: 0px;
clip-path: none;
}
.sidenav li.menu-item-has-children a.active {
background-color: var(--maincolor);
}
img {
max-width: 100%;
}
.mobicon {
display: none;
}
.header_menu li.menu-item-has-children ul li.current-menu-item a {
color: #fff !important;
padding-right: 0;
}
.header_menu li.menu-item-has-children ul li.current-menu-item {
padding-right: 14px;
line-height: 53px !important;
background-color: #000;
}
.header_menu li a:hover {
color: #fff;
border-radius: 0px;
}
.header_menu li.current-menu-item li a {
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li.current_page_item a:before {
content: '';
width: 100%;
height: 49px;
display: block;
position: absolute;
right: 0;
left: 0;
top: 0;
transform: skew(0);
z-index: -1;
background-color: #b18e78;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-radius: 5px;
}
.header_menu li.current-menu-item:hover a:before {
height: 100%;
opacity: 1;
}
.header_menu li.current-menu-item li a {
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li:hover a {
color: #fff;
}
h2.title-bkp {
color: var(--maincolor);
text-align: center;
}
.content-bkp h2 {
color: #fff;
}
.searchform {
margin-top: 40px;
text-align: center;
}
.searchform input {
border: 0px;
padding: 10px;
border-radius: 0px;
border: 1px solid #eee;
width: 70%;
}
.searchform input:focus {
border: 0px;
outline: none;
}
.shrink {
position: fixed !important;
width: 100% !important;
z-index: 110 !important;
top: 0;
}
.clear {
clear: both;
}
.totopa {
display: none;
}
.totopa2:hover {
background-color: var(--maincolor);
border-radius: 0;
}
.totopa2:hover i {
color: #fff;
}
.totopa2 {
display: block;
position: fixed;
right: 20px;
background-color: var(--maincolor);
width: 45px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
height: 45px;
z-index: 100;
border-radius: 0px;
border: 0px solid #fff;
bottom: 60px;
text-align: center;
line-height: 45px;
overflow: hidden;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.totopa2 i {
color: #fff;
font-size: 19px;
position: absolute;
bottom: 0;
right: 0;
left: 0px;
}
.totopa2 i.upclass {
bottom: 12px;
}
.totopa2 i.bottomclass {
bottom: -124px;
}
.totopa2:hover i.upclass {
bottom: 50px;
}
.totopa2:hover i.bottomclass {
bottom: 10px;
}
.header_menu li:hover a {
color: var(--maincolor);
}
.regionfull2 {
text-align: center;
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.header_menu li.current_page_item {
position: relative;
}
.header_menu li.current_page_item a {
color: #fff;
}
.header_menu li.current-menu-item a {
color: #fff;
font-weight: bold !important;
}
.contactforma .wpforms-field-container {
display: flex !important;
flex-wrap: wrap;
gap: 20px;
}
.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
width: 46% !important;
padding: 0 !important;
}
.contactforma .wpforms-field-textarea {
width: 96% !important;
padding: 0 !important;
}
.contactforma {
margin-top: 45px;
}
.contactforma .wpforms-submit-container {
text-align: right;
margin-left: 0px;
margin-top: 40px !important;
}
.contactforma h4,
.contactforma h3 {
background-color: var(--maincolor);
padding: 20px;
border-radius: 10px;
font-weight: normal;
color: #fff;
font-weight: bold;
}
.contactforma22 ul {
border: 1px solid #f1f1f1;
padding: 20px;
border-radius: 10px;
}
.contactforma22 li {
list-style-type: none;
line-height: 35px;
border-bottom: 1px dashed;
padding-bottom: 5px;
padding-top: 5px;
}
.contactforma22 li:last-child {
border: 0;
}
.contactforma22 li a {
color: #333;
font-size:1.7rem;
}
.contactforma22 li i {
color: var(--maincolor);
margin-left: 10px;
font-size: 2rem;
vertical-align: middle;
}
.slider_th {
text-align: center;
min-height: 114px;
position: relative;
z-index: 1;
clip-path: none;
margin-bottom: 30px;
}
.slider_th h2 {
margin: 0;
color: #fff;
font-weight: bold;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 1;
}
.slider_th p {
display: block;
position: absolute;
z-index: -1;
background-color: var(--secondcolor);
width: 100%;
height: 100%;
}
.single .slider_th span {
font-size: 1.9rem;
margin: 0;
color: #fff;
font-weight: bold;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
z-index: 1;
}
.postcontent img {
display: block;
float: none;
width: 100%;
max-height: 773px;
object-fit: cover;
border-radius: 10px;
margin: 6px auto;
}
.postcontent p {
line-height: 40px;
font-size: 1.8rem;
padding-top: 30px;
}
.post_title{
font-weight: 600;
line-height: 47px;
margin: 0;
}
#articlezsela h2{
background-color: var(--secondcolor);
padding: 20px;
color: #fff;
text-align: center;
font-weight: bold;
border-radius: 5px;
}
.postcontent h2{
font-size: 32px !important;
}
.singlepost{
padding-top: 30px;
}
.topsocial_site{
display: flex;
justify-content: left;
flex-direction: row-reverse;
gap: 5px;
margin-top: 28px;
}
.topsocial_site li{
width: 33px;
height: 33px;
text-align: center;
line-height: 33px;
border-radius: 5px;
}
.topsocial_site li i{
color: #fff;
font-size: 1.8rem;
vertical-align: sub;
}
.topsocial_site li:first-child{
background-color: #0a3288;
}
.topsocial_site li:nth-child(2){
background-color: #19cfd1;
}
.topsocial_site li:nth-child(3){
background-color: #c52c2c;
}
.slider_site{
direction: ltr;
position: relative;
max-height: 752px;
overflow: hidden;
clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.slider_site .owl-dots{
position: absolute;
bottom: 10%;
left: 0;
right: 0;
}
.slider_site img {
width: 100%;
position: relative;
height: 752px;
max-height: 752px;
object-fit: cover;
}
.logo_site{
min-height: 112px;
line-height: 112px;
}
.headericons{
display: flex;
gap: 15px;
}
.headericons i{
max-width: 30%;
width: 44px;
height: 44px;
background-color: #b18e78;
text-align: center;
line-height: 44px;
display: block;
border-radius: 15px;
color: #fff;
font-size: 1.8rem;
}
.icontext{
width: 70%;
}
.icontext span{
color: var(--maincolor);
font-weight: bold;
font-size: 1.8rem;
display: block;
margin-bottom:  5px;
}
.icontext a{
color: var(--secondcolor);
font-size: 1.7rem;
font-weight: 600;
}
.headericons{
margin-top: 30px;
}
.changelang{
background-color: var(--secondcolor);
color: #fff;
border-radius: 15px;
width: 44px;
height: 44px;
display: block;
text-align: center;
line-height: 44px;
font-size: 1.8rem;
font-weight: bold;
margin-left: 0;
margin-right: auto;
margin-top: 30px;
}
.hedbottom_site{
background-color: #9b7052;
min-height: 85px;
}
.contactusicon{
background-color: var(--secondcolor);
display: block;
text-align: center;
width: 155px;
height: 53px;
border-radius: 5px;
font-size: 2rem;
color: #fff;
font-weight: bold;
line-height: 53px;
margin-top: 15px;
}
#about_site h1{
font-weight: bold;
color: var(--secondcolor);
display: block;
margin-bottom: 20px;
}
#about_site p{
font-size: 1.8rem;
line-height: 40px;
}
#about_site p a{
font-weight: bold;
color: var(--textcolor);
}
#about_site h1:before{
content: '\f00c';
font-family: "Font Awesome 6 Free";
font-weight: 900;
border: 1px solid var(--maincolor);
border-radius: 100%;
width: 35px;
height: 35px;
display: inline-block;
text-align: center;
line-height: 35px;
font-size: 2.2rem;
margin-right: 10px;
}
.aboutlist{
display: flex;
justify-content: space-between;
gap: 20px;
margin-bottom: 20px;
margin-top: 20px;
}
.aboutlist li{
width: 182px;
height: 164px;
border: 1px dashed var(--maincolor);
border-radius: 25px;
text-align: center;
padding-top: 24px;
margin-top: 10px;
transition: all 0.5s ease-in-out;
}
.aboutlist li img{
display: block;
margin: 0 auto 10px;
overflow: hidden;
}
.aboutlist li a{
font-weight: 500;
font-size: 2.5rem;
color:  var(--textcolor);
}
.aboutlist li:nth-child(2){
height: 184px;
margin-top: 0;
padding-top: 35px;
}
#about_site .col-md-5 img{
margin: 0 auto;
}
#about_site a.redmoreabout{
width: 309px;
height: 65px;
text-align: center;
display: block;
border-radius: 55px;
margin: 20px auto;
font-size: 2.1rem;
font-weight: bold;
background-color: var(--secondcolor);
line-height: 65px;
color: #fff;
transition: all 0.5s ease-in-out;
}
#about_site a.redmoreabout i{
color: #fff;
display: inline-block;
margin-left: 5px;
vertical-align: middle;
transform: rotate(180deg);
}
#about_site .col-md-5 {
padding: 0;
text-align: center;
}
#about_site{
margin-top: 40px;
margin-bottom: 60px;
}
#whyus_site{
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(244,244,244,1) 100%); 
}
#whyus_site h2{
text-align: center;
background-color: var(--maincolor);
width: 271px;
height: 62px;
line-height: 62px;
margin: 0 auto;
line-height: 62px;
color: #fff;
font-weight: bold;
border-radius: 55px;
margin-top: -20px;
margin-bottom: 50px;
overflow: hidden;
position: relative;
z-index: 1;
}
#whyus_site h2:before{
background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(203,161,135,0.9962185557816877) 50%, rgba(244,244,244,0) 100%); 
content: '';
display: block;
width: 271px;
height: 62px;
z-index: -1;
position: absolute;
}
#whyus_site h2:after{
background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,0) 100%); 
content: '';
display: block;
width: 200px;
height: 1px;
position: absolute;
top: 1px;
left: 0;
right: 0;
margin: 0 auto;
z-index: -1;
}
.whyloop{
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
border-radius: 20px;
text-align: center;
padding: 24px;
margin-bottom: 20px; 
background-color: #fff;
position: relative;
overflow: hidden;
z-index: 1
}
.whyloop span{
font-weight: bold;
font-size: 2.2rem;
display: block;
margin-bottom: 14px;
}
.whyloop p{
line-height: 30px;
font-size: 1.6rem;
}
#compayservices{
background-color: #f9f9f9;
margin-top: 40px;
margin-bottom: 40px;
clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
padding-top: 90px;
padding-bottom: 110px;
}
#compayservices h2, #ournews_site h2, #qanda_site h2{
text-align: center;
font-weight: bold;
}
#compayservices p, #ournews_site p, #qanda_site p{
text-align: center;
font-size: 1.7rem;
max-width: 80%;
margin: 20px auto;
line-height: 38px;
margin-bottom: 40px;
}
.serviceloop{
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
background-color: #fff;
border-radius: 10px;
text-align: center;
padding: 37px;
position: relative;
overflow: hidden;
z-index: 1;
}
.serviceloop img{
display: block;
margin: 0 auto;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
transition: all 0.5s ease-in-out;
}
.serviceloop span{
border-radius: 10px;
width: 74px;
height: 74px;
border: 1px dashed var(--maincolor);
display: block;
margin: 0 auto;
line-height: 74px;
position: relative;
margin-bottom:20px;
background-color: #fff;
overflow: hidden;
}
.serviceloop a{
font-weight: 600;
color: var(--secondcolor);
font-size: 1.9rem;
transition: all 0.5s ease-in-out
}
.moreservicebutton{
display: block;
background-color: #fff;
max-width: 200px;
margin: 50px auto 0;
text-align: center;
border-radius: 10px;
border: 1px solid var(--maincolor);
width: 195px;
height: 58px;
line-height: 58px;
color: var(--secondcolor);
font-size: 2rem;
font-weight: 600;
}
.newsloop{
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
overflow: hidden;
border-radius: 20px;
margin-bottom: 31px;
}
.imageblock{
position: relative;
overflow: hidden;
}
.imageblock span{
position: absolute;
bottom: 20px;
left: 20px;
width: 66px;
height: 66px;
background-color: var(--secondcolor);
border-radius: 5px;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 3.2rem;
line-height: 25px;
padding-top: 8px;
z-index: 1;
}
.imageblock img{
object-fit: cover;
width: 100%;
height: 236px;
}
.imageblock span strong{
display: block;
color: #fff;
font-size: 1.5rem
}
.textblock{
padding: 20px;
text-align: center;
}
.textblock a{
font-size: 1.9rem;
font-weight: 700;
color: var(--secondcolor);
line-height: 38px;
}
.textblock p{
line-height: 30px !important;
margin: 10px auto 20px !important;
font-size: 1.6rem !important;
}
.mnred{
display: block;
width: 167px;
height: 57px;
text-align: center;
margin: 0 auto;
border: 1px solid var(--maincolor);
line-height: 57px !important;
border-radius: 10px;
}
.mnred i {
color: var(--maincolor);
font-size: 2.6rem;
vertical-align:  sub;
margin-left: 10px;
}
#qanda_site{
margin-top: 70px;
margin-bottom: 70px;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(244,244,244,1) 100%); 
padding-top:50px;
}
.foottop_site{
background-color: #1f2129;
padding-top: 40px;
padding-bottom: 40px;
}
.footerblock span{
color: var(--maincolor);
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 24px;
display: block;
}
.footerblock span img{
margin-right:  10px;
width: 18px;
height: 31px;
}
.footerblock h5{
color: #fff;
line-height: 37px;
}
.footbottom_site h6{
margin: 0;
line-height: 86px;
}
.botsocial{
display: flex;
justify-content: right;
gap: 5px;
flex-direction: row;
margin-top: 25px;
}
.botsocial li{
width: 33px;
height: 33px;
border-radius: 5px;
text-align: center;
line-height: 37px;
}
.botsocial li i{
font-size: 1.8rem;
color: #fff;
}
.botsocial li:first-child{
background-color: #09419b;
}
.botsocial li:nth-child(2){
background-color: #2aced0;
}
.botsocial li:nth-child(3){
background-color: #c52c2c;
} .whyloop:before{
position: absolute;
content: '';
bottom: 0;
height: 2px;
width: 0%;
background-color: var(--maincolor);
left: 0;
right: 0;
margin: 0 auto;
transition: all 0.4s ease-in-out;
z-index: -1;
}
.whyloop:hover:before{
width: 100%;
}
.whyloop:hover span{
color: #9b7052
}
.whyloop:hover{
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03) !important;
}
.serviceloop:before{
content: '';
position: absolute;
margin: 0 auto; 
left: 0;
right: 0;
background-color: var(--maincolor);
width: 100%;
height: 0%;
top: 0;
bottom: 0;
z-index: -1;
border-bottom-right-radius: 150px;
border-bottom-left-radius: 150px;
transition: all 0.5s ease-in-out;
display: block;
}
.serviceloop:hover:before{
height: 160%;
}
.serviceloop:hover a{
color: #fff;
}
.serviceloop:hover span{
border-width: 0;
}
.serviceloop:hover span img{
animation-name: servicesanim;
animation-duration: 0.8s;
}
@keyframes servicesanim {
0%   { top: 50%;}
50%  { top: 150%;}
100% { top: 50%;}
}
@keyframes redmore {
0%   { margin-right: 5px;}
50%  { margin-right: 10px;}
100% { margin-right: 5px;}
}
.moreservicebutton:hover{
background-color: var(--maincolor);
color: #fff;
}
.newsloop:hover img{
transform:  rotate(3deg) scale(1.1) ;
}
.newsloop:hover .imageblock span{
background-color: var(--maincolor)
}
.mnred:hover{
background-color: var(--secondcolor);
color: #fff;
border-color: var(--secondcolor);
}
.mnred:hover i{
color: #fff;
}
.aboutlist li:hover img{
transform:  rotate(13deg);
}
.aboutlist li:hover{
border-style: solid !important;
box-shadow:0px 0px 18px 0px rgba(0, 0, 0, 0.03);
}
.redmoreabout:hover i{
animation-name: redmore;
animation-duration: 0.8s;
animation-iteration-count: infinite;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: var(--secondcolor);
}
.owl-theme .owl-dots .owl-dot span {
background: var(--maincolor);
}
.contactusicon:hover{
background-color: #1f2129;
border-radius: 20px;
}
.changelang:hover, .headericons:hover i{
border-radius: 100%;
}
#ournews_site a.moreservicebutton{
background-color: var(--maincolor);
color: #fff;
font-weight: bold;
}
#ournews_site a.moreservicebutton:hover{
background-color: var(--secondcolor);
border-color: var(--secondcolor);
}
.panel-default > .panel-heading {
color: #333;
background-color: #fff;
border-color: #fff !important;
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
padding: 23px;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 0px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
margin-bottom: 10px !important;
}
#qanda_site .panel-title a[data-toggle="collapse"]:not(.collapsed) .arrow::before {
content: "\f077";
font-family: FontAwesome;
float: right;
margin-right: 15px;
}
#qanda_site .panel-title a[data-toggle="collapse"].collapsed .arrow::before {
content: "\f078";
float: right;
margin-right: 15px;
font-family: FontAwesome;
}
#qanda_site .panel-title a[data-toggle="collapse"].collapsed {
background-color: #fff !important;
width: 100%;
display: block;
border-radius: 5px;
color: var(--secondcolor);
font-weight: 600;
padding: 17px;
padding-top: 27px;
padding-bottom: 27px;
font-size: 1.9rem;
}
#qanda_site .panel-title a[data-toggle="collapse"]:not(.collapsed) {
background-color: var(--maincolor);
width: 100%;
display: block;
padding: 17px;
padding-top: 30px;
padding-bottom: 30px;
border-radius: 5px;
text-shadow: 0px 1px 0px var(--maincolor);
color: #fff;
font-weight: bold;
font-size: 1.9rem;
text-shadow: 0px 1px 0px #8d6041;
}
#qanda_site .panel-heading {
padding: 0 !important;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.03);
margin-bottom: 0px !important;
}
#qanda_site .panel-title a[data-toggle="collapse"].collapsed .arrow::before {
content: "\f078";
font-family: FontAwesome;
float: right;
margin-right: 15px;
color: var(--maincolor);
}
.panel-default > .panel-heading {
color: #333;
background-color: #fff;
border-color: #fff !important;
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
padding: 23px;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 0px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
margin-bottom: 10px !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 0px solid #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
font-size: 1.6rem;
color: #3f3f3f;
line-height: 34px;
}
#qanda_site .panel-group{
max-width: 80%;
margin: 30px auto;
}
.loader {
width: 48px;
height: 48px;
margin: auto;
position: relative;
transform: translate(-50%,-50%);
top: 50%;
left: 0%;
right: 0%;
}
.loader:before {
content: '';
width: 48px;
height: 5px;
background: #f2f2f2;
position: absolute;
top: 60px;
left: 0;
border-radius: 50%;
animation: shadow324 0.5s linear infinite;
}
.loader:after {
content: '';
width: 100%;
height: 100%;
background: var(--maincolor);
position: absolute;
top: 0;
left: 0;
border-radius: 4px;
animation: jump7456 0.5s linear infinite;
}
@keyframes jump7456 {
15% {
border-bottom-right-radius: 3px;
}
25% {
transform: translateY(9px) rotate(22.5deg);
}
50% {
transform: translateY(18px) scale(1, .9) rotate(45deg);
border-bottom-right-radius: 40px;
}
75% {
transform: translateY(9px) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@keyframes shadow324 {
0%,
100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}
.footerblock li{
list-style-type: disc;
list-style-position: inside;
color: #fff;
line-height: 55px;
font-size: 2rem
}
.footerblock li:not(:last-child){
border-bottom: 1px solid #2d2f39;
}
.footerblock li a{
color: #fff;
font-size: 1.6rem
} 
.footerblock li:hover{
padding-right: 5px;
}
.footerblock2 li{
list-style-type: none !important;
}
.footerblock2 li span{
display:  inherit;
font-size: 1.7rem;
}
.footerblock2 li a{
font-size: 1.7rem;
font-weight: bold;
}
.footerblock2 li i{
margin-right: 15px;
font-size: 2rem
}
.footerblock h5 a{
color: var(--maincolor);
font-weight: bold;
}
.moblang{
display:none;
}
.allloop{
display: flex;
padding: 20px;
gap: 20px;
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03) !important;
border-radius: 5px;
margin-bottom: 20px;
}
.loopimg img{
width: 100%;
height: 100px;
object-fit: cover;
border-radius: 5px;
}
.loopimg{
width: 30%;
}
.looptext{
width: 70%;
}
.looptext span{
display: block;
}
.looptext a.randtitle{
color: #1f1f1f;
font-weight: 700;
display: block;
margin-bottom: 10px;
font-size: 1.6rem;
line-height: 30px;
}
.looptext p{
line-height: 30px;
}
.looptext p a{
font-weight: bold;
color: #1f1f1f;
}
.postimgage{
margin-top: 40px;
}
.postimgage img{
object-fit: cover;
min-height: 400px;
}
.singlepost h1{
font-size: 3rem;
}
.singlepost h2{
font-size: 2.5rem;
}
.aboutpage .container:nth-child(odd) .col-md-5{
float: right;
}
.aboutpage .container{
margin-bottom: 50px;
}
.aboutus h3{
font-weight: bold;
margin-top: 0;
}
.aboutus p{
line-height: 40px;
font-size: 1.7rem;
}
.aboutus img{
border-radius: 15px;
}
#qanda_site .panel-body h4{
line-height: 40px;
}
@media (min-width: 993px) and (max-width: 1200px) {
.hedtop_site .container{
width: 100%;
}
.hedtop_site .col-md-5, .hedtop_site .col-md-6{
padding: 0
}
.contactusicon {
width: 100%;
max-width: 155px;
}
}
@media (min-width: 320px) and (max-width: 992px) {
.headericons, .topmenu, .hedbottom_site {
display: none !important;
}
#about_site p{
text-align: justify;
}
#about_site h1{
text-align: center;
}
#compayservices{
clip-path: none !important;
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.serviceloop, .newsloop{
margin-bottom: 20px;
}
#ournews_site p, #qanda_site p{
text-align: justify !important;
}
#qanda_site .panel-title a[data-toggle="collapse"]:not(.collapsed), #qanda_site .panel-title a[data-toggle="collapse"].collapsed{
padding: 17px !important;
line-height: 30px;
}
#qanda_site .panel-group{
min-width: 93% !important;
margin: 0 auto !important;
}
.botsocial {
display: flex;
justify-content: center;
gap: 5px;
flex-direction: row-reverse;
margin-top: 0;
margin-bottom: 23px;
}
.footbottom_site h6 {
margin: 0;
line-height: 66px;
text-align: center;
}
.footerblock{
margin-bottom: 30px;
}
.footerblock span{
text-align: center;
border: 1px solid var(--secondcolor);
padding: 15px;
border-radius: 5px;
}
.footerblock span img{
display: none;
}
.footerblock2 li span{
text-align:  inherit;
border: 0px;
}
.footerblock2 li a{
font-size: 0 !important;
}
.footerblock2 li i{
margin-left: 0 !important;
}
.foottop_site{
padding-bottom: 0 !important;
}
.changelang{
display: none;
}
.hedtop_site .col-md-6{
padding: 0;
}
.mobicon, .moblang a.changelang, .moblang{
display: block !important;
}
.hedtop_site .col-md-6{
display: flex;
}
.logo_site{
width: 70%;
}
.moblang{
width: 15%;
}
.mobicon{
position: relative;
width: 15%;
}
.mobicon i{
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
font-size: 2.5rem;
cursor: pointer;
}
.aboutlist {
gap: 6px;
}
.aboutlist li a {
font-size: 2rem;
}
#about_site .col-md-5 img {
height: auto;
}
.redmoreabout{
display: none !important;
}
#compayservices p{
text-align: justify !important;
}
.footerblock h5 {
text-align: justify;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.slider_site img {
height: 200px;
max-height: 100%;
object-fit: cover;
}
}