/*----------------------------------------------------------------------------------------

	Theme Name: قالب الاول

	Theme URI: قالب الاول

	Description:قالب الاول

	Author: قالب الاول

	Author URI: قالب الاول

	Version: 1

*/



 
 

 
@font-face {
  font-family: 'TheSans';
  src: url('//awal-teck.com/wp-content/themes/awl2025/fonts/TheSans-Bold.woff2') format('woff2'),
    url('//awal-teck.com/wp-content/themes/awl2025/fonts/TheSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TheSans';
  src: url('//awal-teck.com/wp-content/themes/awl2025/fonts/TheSans-Plain.woff2') format('woff2'),
    url('//awal-teck.com/wp-content/themes/awl2025/fonts/TheSans-Plain.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TheSans';
  src: url('//awal-teck.com/wp-content/themes/awl2025/fonts/TheSans-Plain.woff2') format('woff2'),
    url('//awal-teck.com/wp-content/themes/awl2025/fonts/TheSans-Plain.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


 


* {
  font-family: "TheSans", 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);
  color: var(--footerbg);

}

.clear {
  clear: both;
}

a:focus {
  outline: none;
}
 .contactpage2 .contactloop i {
  color: var(--maincolor);
  font-size: 1.5rem;
  background-color: #fff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--maincolor);
}
 

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

:hover {
  text-decoration: none;
}

body {
 background-color:#fafafa;
  box-sizing: border-box;

  overflow-x: hidden;
 
  margin: 0;

}
 .catslogan{
  font-size: 1.25rem;
  display: block;
  margin-top: 20px;
  font-weight: normal
}
.slider_th img{
  z-index: -2;
  width: 100%;
  position: relative;
  max-height: 500px;
  min-height: 500px;
}
.site_mapo{
  display: flex;
  flex: 50%;
}
.site_mapo iframe{
  border: 5px solid #f9f9f9 !important;
  height: 300px
}
 

h1 {
  font-size: 2.5rem;

}

h2 {
  font-size: 2.1rem;

}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.7rem;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

::selection {
  background-color: var(--maincolor);
  color: #fff;
}

:root {
  --maincolor: #26247b;
  --gradientcolor:linear-gradient(to left, #26247b , #41b6e8);

  --secondcolor : #41b9ea;
}
 

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-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  gap: 0;
  top: 104px;
}

.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;
}


 .looptext li{
  width: 47%;
}
.looptext li img{
  min-height: 200px;
  max-height: 200px;
  width:100%;
  border-radius: 5px;
}
.singlepost .row.looptext:nth-child(odd){
  flex-direction: row-reverse
}

.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 {
 
 
  border-bottom: 1px solid #051d5e;
  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;
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 50px !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: #1f1f1f
}

.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 {
  position: relative;
}

 
 
 
.header_menu li {
height: 104px;
  align-items: center;
  position: relative;
 display: flex;
}

.header_menu ul {
  min-height: 108px;
}
.home .header_menu li a {
	color:#060707;
}
.header_menu li a {
position: relative;
  color: #1f1f1f;
  font-weight: 700 !important;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3rem !important;
  z-index: 1;
  display: block;
  line-height: 50px;
}

.header_menu li.current-menu-item:hover:before {
  background-color: var(--maincolor) !important;

  right: 0;
}
.category .loopblock{
  margin-bottom: 30px;
}
.topmenu li:hover a{
  color: #fff !important;
}
.topmenu li:before{
content: '';
  background-color: var(--maincolor);
  display: flex;
  position: absolute;
  width: 0%;
  align-items: center;
  top: auto;
  left: 0;
  border-radius: 55px;
  transition: all 0.5s ease-in-out;
  height: 50px;
}
.topmenu li:hover:before{
  width: 100%;
}
.topmenu li:after{
content: '';
  background-color: var(--maincolor);
  display: flex;
  position: absolute;
  width: 0%;
  height: 100%;
  top: auto;
  left: 0;
  border-radius: 55px;
  transition: all 0.5s ease-in-out;
    transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.2s;
  margin: 0 auto;
  right: 0;
  height: 50px;
  align-items: center;
}
.topmenu li:hover:after{
  width: 100%;
}
 

.header_menu li.current-menu-item:before {
  display: none;
  right: 0;
}

.header_menu li li:before {
  display: none;

}

.header_menu ul {
  gap: 14px;
  display: flex;
  justify-content: start;
  text-align: right;
  margin-top: 0;
  align-items: center;
  height: auto;
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
 
  background-color: rgba(0, 0, 0, 0.9);
  padding-block: 13px;
  height: 116px;
  z-index: 11111 !important;
}
.slider_site .sitebutton li{
  direction: rtl;
}
.slider_site .sitebutton li i{
  color: var(--maincolor);
  vertical-align:  inherit;
  font-size: 1rem
}
header .row{
  align-items: center;
}

 
.postimg img{
float: none !important;
  width: 100%;
  min-height: 400px;
  margin-top: 11px;
  margin-bottom: 22px;
}

 

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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: 600;
  border-radius: 5px;
}
#acaart_pagination a{
display: none
}
#articlezsela{
  padding: 10px;
  padding-top: 0;
  border: 1px solid #f1f1f1;
   border-bottom: 1px solid var(--maincolor);
}

#acaart_pagination .inactive {
  font-size: 15px;
  font-weight: 600;
  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;
}
.socialbottom li:hover{
  background-color: var(--maincolor);
  border-color: var(--maincolor)
}
.contactloop{
  display: flex;
  gap: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  align-items: center;
   
  padding: 18px;
  margin-top: 20px;
    background-color: #fff;
}
.contactloop i{
  color: #fff;
  font-size: 2rem;
  background-color: var(--secondcolor);
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.contacttext span{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
font-size: 1.3rem;
  color: #1f1f1f;
}
.contacttext p{
  margin: 0;
  color: #1f1f1f;
}

.contactforma button.wpforms-submit {
  background-color: var(--secondcolor) !important;
  font-weight: 600;
  text-shadow: 0px 0px 0px #b7822a;
  height: 60px !important;
  width: 150px;
  border-radius: 5px !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}
#wpforms-form-103 input, #wpforms-form-103 textarea{
  border-radius: 10px !important;
}

 

.contactforma input {
margin-bottom: 3px !important;
  height: 61px !important;
  border: 1px solid #eee !important;
  width: 90%;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
 
  padding-right: 14px !important;
  font-size: 17px !important;
  min-width: 100% !important;
color: #1f1f1f !important;
  border-radius: 5px !important;
  background-color: #fff !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;
}

 

.contactforma textarea {
width: 100%;
  border: 1px solid #eee !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
  height: 118px !important;
  padding: 15px !important;
 
  font-size: 14px !important;
  font-weight: bold;
  color: #1f1f1f !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
  background-color: #fff !important;
}

.contactforma label {
  display: none;
  margin-bottom: 19px !important;
  font-size: 15px;
  margin-top: 20px;
font-weight: bold !important;
  color: #1f1f1f !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-bottom: 4px solid #f1f1f1;
}







/* The side navigation menu */
.sidenav {
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 11111;
}


/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  background-color: var(--maincolor) !important;
  margin-left: 50px;
  border-radius: 100%;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@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 #151515;

  line-height: 37px;
}

.sidenav a {
  font-size: 17px !important;
  color: #fff;
  padding-right: 18px;
}

.sidenav a:hover {
  color: #fff !important;
}

.closebtn {
  background: var(--maincolor) !important;
  text-align: center;
  padding: 0px !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  margin-top: 20px !important;
  color: #fff !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;
  left: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  right: 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;
  width: 100%;
}

.header_menu li.menu-item-has-children ul li.current-menu-item {
 
  line-height: 53px !important;
  background-color: #1f1f1f;

}

.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:before {
  display: none;
}
.header_menu li.current_page_item:hover:before{
  width: 100%
}
.header_menu li.current_page_item:hover a{
  color: #fff !important;
}
#mySidenav li.current-menu-item{
  background-color: var(--maincolor) !important
}

.header_menu li.current-menu-item:hover a:before {

  height: 100%;
  opacity: 1;
}

.header_menu li.current-menu-item li a {
padding-inline: 16px !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;
}

 









.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 1111 !important;
  top: 0;
 

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

.totopa2:hover {
  background-color: var(--secondcolor);
  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: 0px solid #fff;
  bottom: 28px;
  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;
border-radius: 5px;
}


.header_menu li.current_page_item a {
color: #fff !important;
  background-color: var(--maincolor);
}

.header_menu li.current-menu-item a {
 background-image: var(--gradientcolor);
  border-radius: 55px;
  color: #fff !important;
}
.header_menu li li.current-menu-item a {
 background-color: #000;
  border-radius: 0px;
  color: #fff !important;
}
.header_menu li.current-menu-item a:hover{
  background-color: #000
}
 .home .header_menu li.current-menu-item a:hover{
  background-color: transparent;
}
 
.home .header_menu li.current-menu-item a {
color: #fff !important;
  border: 0px solid var(--maincolor);
  border-radius: 10px !important;
  background-color: var(--maincolor);
}
 

.catpagenew .case_card a.card-title {
  font-size: 1.1rem;
  display: block;
}



.contactforma .wpforms-field-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}

.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
  width: 49% !important;
  padding: 0 !important;
}
.contactforma .wpforms-field-phone{
  width: 100%
}

.contactforma .wpforms-field-textarea {
  width: 100% !important;
  padding: 0 !important;
}

.contactforma {
  margin-top: 26px;
}

.contactforma .wpforms-submit-container {
text-align: left;
  margin-left: 0px;
  margin-top: 40px !important;
}
header.shrink .clang .languagebutton2{
  color: #fff;
  border-width:2px;
}


.contactforma h4,
.contactforma h3 {
 
  padding: 20px;
  border-radius: 10px;
  font-weight: normal;
  color: #fff;
  font-weight: 400;
 
  width: 100%;
  text-align: center;
  background-color: #1e4483;
}
#wpforms-submit-82:hover {
  background-color: var(--secondcolor) !important;
}

.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-right: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

.slider_th {
text-align: center;
  min-height: 471px;
  position: relative;
  z-index: 1;
  clip-path: none;
  margin-bottom: 35px;
  border-radius: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
 
}
 

 
.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 h1 {
margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  text-shadow: 0px 1px 0px var(--maincolor);
}

.slider_th p {
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgb(0,0,0,0.7);
  width: 100%;
  height: 100%;
 
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);

}
.slider_th .gradienbg{
    background-image: linear-gradient(to bottom, transparent, var(--maincolor));
  height: 150px
}
.slider_th  {
 
  background-image: url('https://najmacid.com/demo2/wp-content/uploads/2025/05/1_02.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 
}
 
 #statics_site .col-md-3:first-child .static_card::before{
  display: none;
}


 

.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 span.postspan{
 
  height: 364px;
 position: relative;
  display: block;
  margin-right: auto;
  margin-left: 0px;
  margin-right: 26px !important;
 
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.single .postcontent img {
margin-right: auto;
  border-top: none;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: 0;
  top: 42px;
  max-width: 100%;
 
}
 
 
 

.postcontent p {
  line-height: 40px;
  font-size: 1.8rem;

  padding-top: 30px;
}
 
 

 

 


.postcontent h2{
font-weight: 400;
  line-height: 45px;
}
 

 
 
 

 

 

 
.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;}
  } 
  
  
 

 

 


       .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
  
  
  
 

 .loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;

  top: 50%;

}

.loader:before {
  content: '';
  width: 48px;
  height: 5px;
  background: #f1f1f1;
  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: 10px;
  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);
  }
}



 .spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #0000;

  border-radius: 50%;
  border-color: #f1f1f1 #0000;
  animation: spinner-e04l1k 1s infinite linear;
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}


.spinner::before {
  border-color: var(--maincolor) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-e04l1k {
  100% {
    transform: rotate(1turn);
  }
}


.site_logo img{
  width: 207px;
  height: auto;
}
header{
  height: 104px;
  display: flex;
  align-items: center;
}
.moreabout{
  background-image: var(--gradientcolor);
  width: 180px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 55px;
  font-size: 1.43rem;
  font-weight: bold;
  margin: 0 auto;
}
.slider_site{
  direction: ltr;
  overflow: hidden;
}
.textblock{
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 11;

}
.overly{
  background-color: rgb(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 2
}
.textblock span{
  color: var(--secondcolor);
  font-size: 3.1rem;
  font-weight: bold;
}
.textblock p{
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.textblock strong{
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
}
.textblock a.moreabout, #about_site a.moreabout, .topfooter a.moreabout{
  width: 224px;
  height: 57px;
}
.slider_site img{
  height: 703px;
   max-height: 703px;
}
.aimall{
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  transform: scale(0.9);
  background-color: #fff;
  min-height: 212px;
}
.aimall strong{
  font-size: 2.1rem;
  color: #162541;
}
.aimall p{
  font-size: 1.1rem;
  color: #1f1f1f;
  line-height: 35px;
}
.ouraims .col-md-4:nth-child(2) .aimall{
  background-image: var(--gradientcolor);
  transform: scale(1.1)
}
.ouraims .col-md-4:nth-child(2) .aimall *{
  color: #fff;
}
.slider_site .owl-nav{
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}
.slider_site .owl-nav .owl-next span, .slider_site .owl-nav .owl-prev span{
  color: #1f1f1f;
  font-size: 3rem
}
.slider_site .owl-nav .owl-prev{
  position: absolute;
  left: 10%;
  background-color: rgb(255,255,255,0.7) !important;
  width: 66px;
  height: 66px;
  border-radius: 100%;
}
.slider_site .owl-nav .owl-next{
  position: absolute;
  right:  10%;
  background-color: rgb(255,255,255,0.7) !important;
  width: 66px;
  height: 66px;
  border-radius: 100%;
}
.ouraims{
  z-index: 11;
  margin-top: -100px;
}
#about_site p, #ourpartner p{
  line-height: 40px;
  font-size: 1.2rem;
  color: #162541;
  text-align: justify;
}
#about_site span, #ourpartner span{
  font-size: 1.3rem;
  color: var(--maincolor)
}
.rightimage{
  background-image: url(images/poly.png);
  width: 406px;
  height: 481px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 11;
  max-width: 100%;
  background-size: 100%;
}

#ourpartner .rightimage{
  background-image: url(images/poly2.png);
  width: 406px;
  height: 481px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 11
}
#about_site:before, #ourpartner:before{
  content: '';
  background-image: url(images/1_04.png);
  position: absolute;
  right: 0;
  height:  601px;
  width: 658px;
  background-position: top;
  z-index: 1;
  background-repeat: no-repeat;
  top: 0
}
#about_site:after, #ourpartner:after{
  content: '';
  background-image: url(images/1_03.png);
  position: absolute;
  left:  0;
  height:  601px;
  width: 692px;
  background-position: top;
  z-index: -1;
  background-repeat: no-repeat;
  top: 0
}
#ourservices_site{
  background-color: #fff;
}
.rightimage span{
  font-size: 2.5rem !important;
  color: #1f1f1f !important;
}


.servicetitle img{
  width: 81px;
  height: 49px;

}
.sertitimg {
  border: 1px solid var(--secondcolor);
  border-radius: 100%;
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.servicetitle span{
  color: var(--maincolor);
  font-size: 1.5rem
}

.servblock{
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  background-color: #fff;
  min-height: 127px;
  display: flex;
  align-items: center;
  width: 300px;

}
.servblock a{
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #162541
}
.servblock span{
  background-color: var(--secondcolor);
  min-width: 70px;
  height: 73px;
  display: inline-flex;
  align-items: center;
  border-radius: 15px;
  margin-left: 20px;
  justify-content: center;
  margin-right: -30px
}
.floatingimg {
  z-index: 1;
  bottom: 12%;
  left: 0;
    animation: float 2.5s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}

#ourservices_site a.moreabout{
  width: 224px;
  height: 57px;
  margin-top: 20px;
  margin-left: 55px;
}
.servblock img{
  width: 49px;
  height: 49px;
  object-fit: cover
}
#our_news{
  background-image: var(--gradientcolor);
}
.owl-one, .owl-two{
  direction: ltr;
}
.newstitle span{
  font-size: 1.3rem;
  color: var(--secondcolor)
}
.bltitle{
	text-align: right;
  color: #fff;
  z-index: 11;
  bottom: 7%;
  right: 7%;
  font-size: 1.5rem;
  font-weight: bold;
}
.newsblock {
  border-radius: 15px;
  overflow: hidden;
}
.newsblock img{
  width: 100%;
  height: 313px;
  object-fit: cover;
}
.owl-one .owl-dot span{
  width: 71px !important;
  height: 7px !important;
  background-color:  #fff !important;
}
.owl-one .owl-dot.active span{
  background-color: var(--secondcolor) !important;
}
.owl-one .owl-nav{
  position: absolute;
  top:  30%;
  width: 100%;
}
.owl-one .owl-stage-outer{
  margin-bottom:  40px;
}
.owl-one .owl-nav .owl-prev{
  position: absolute;
  left: -22px;

}
.owl-one .owl-nav .owl-next{
  position: absolute;
  right:  -3px
}
.owl-one .owl-nav button{
  width: 45px;
  height: 45px;
  background-color: #41b7e8 !important;
  border-radius: 100% !important;
}
.owl-one .owl-nav button i{
  color: #fff
}
#ourpartner .rightimage span{
  color: var(--secondcolor) !important;
  font-size: 2.1rem !important;
  display: block;
  margin-top: 20px;
}
.owl-two .owl-stage-outer{
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.04);
  border-radius: 55px;
  background-color: #fff;
  padding: 15px
}
.owl-two img{
  width: 148px !important;
  height: 51px !important;
  object-fit: cover;

}
.partner2{

}
.partner2:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1
}
.topfooter{
  min-height: 108px;
  z-index: 1;
  background-color: var(--maincolor)
}
.topfooter h3{
  color: #fff;
  gap: 16px;
}
.topfooter h3 i{
  color: var(--secondcolor);
  font-size: 3.2rem;
}
.centerfooter {
  background-color: #050413
}
.footertitle{
   color: var(--secondcolor);
}
.bottomfooter{
  background-color: #050413;
  border-top: 1px solid #0f0d31;
  min-height: 78px;
}
.bottomfooter h5{
  color: #fff;
  line-height: 78px;
}

.footersocial li{
  border: 1px solid #fff;
  border-radius: 5px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
   
}
.footersocial li a{
  color: #fff;
  font-size: 1.2rem
}
#our_news .overly{
  background-color: rgb(0,0,0,0.3);
} 
.menulist li a{
  color: #fff;
  font-size: 1rem;
}
.menulist li{
  list-style-type: disc;
  list-style-position: inside;
  color: var(--secondcolor);
  margin-block: 9px
}

.shrink .header_menu li a{
  color: #fff
}
.newsletterlabel{
  color: #fff;
  font-size: 1.25rem;
  line-height: 40px;
  margin-top: 17px;
}

#wpforms-72{
  margin-top: 20px;

}
#wpforms-72 #wpforms-form-72{
  display: flex !important;
  gap: 10px;
}
#wpforms-72 #wpforms-form-72 input{
  min-width: 100% !important;
  height: 56px;
  border-radius: 10px
}
#wpforms-72 #wpforms-form-72 button{
  margin: 0 !important;
  height: 56px;
  border-radius: 10px;
  background-image: var(--gradientcolor);
  min-width: 100px;

}
#wpforms-72-field_2-container, .wpforms-submit-container{
  margin: 0 !important;
  padding: 0
}
.menulist{
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 20px;
  flex-direction: row !important;
}
.menulist li{
  width: 49%;
}
.languagebutton{
  display: none;
}
.category .servblock{
  width: 90%
}

.contactloop .contacticon{
  width: 10%;
}
.contactloop .contacttext{
  width: 90%
}
#wpforms-69-field_4-container{
  width: 100% !important;
}
#wpforms-69-field_4-container select{
  min-width: 100% !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #eee;
  height: 65px;
  border-radius: 5px;
}
.contacttext p{
  margin-block: 10px !important;
}

header:not(.shrink) .shrinkhead{
  display: none !important;
}
header.shrink .normalhead{
  display: none !important;
}
#about_aim{
  background-color: #fff
}
#about_aim .aimall{
  border: 1px solid #f1f1f1
}
.topmenu li li::after{
  border-radius: 0
}
.page_content p{
  font-size: 1.05rem;
  line-height: 35px;
}
.pagebutton{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagebutton li a{
  width: 239px !important;
  padding-inline:  20px;
  font-size: 1.2rem
}
.animate {
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.animate.in-view {
  transform: translateY(0px);
  opacity: 1
}
.partnerblock{
  justify-content: center
}
.partnerblock span{
  margin-right: 0;
  width: 148px;
  height: 51px;
}
.partnerblock img{
  display: block;
  width: 148px !important;
  height: 51px !important;
}

.newsblock:not(.video) span.videoorphoto{
  display: none;
}
.newsblock.video span.videoorphoto{
  display: flex;
  position: absolute;
  background-color: rgb(255,255,255,0.5);
  width: 75px;
  height: 75px;
  z-index: 11;
  border-radius: 100%;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
}
.videoorphoto i{
  color: #fff;
}
#media_block{
  background-color: #fff
}
.leftimage{
	  max-width: 100%
}
.slider_site .owl-nav .owl-prev:hover, .slider_site .owl-nav .owl-next:hover{
  background-color: var(--secondcolor) !important;
}
.slider_site .owl-nav .owl-prev:hover span, .slider_site .owl-nav .owl-next:hover span{
 color: #fff !important;
}
 .moreabout:hover{
  background-image: none;
   background-color: var(--secondcolor)
}
.newsblock:hover span{
  bottom: 20%
}
.newsblock:hover img{
  transform: scale(1.1) rotate(5deg)
}
.servblock:hover span{
  background-color: var(--maincolor)
}
.slider_site a.moreabout:hover{
  transition-delay: 0s !important;
}
.footersocial li:hover{
  border: 1px dashed var(--secondcolor);
  transform: scale(1.1)
}
.footersocial li:hover i{
  color:  var(--secondcolor);
  transform: scale(1.1)
}

.clang  .moreabout{
  width: 70%
}
.clang  .languagebutton2{
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--maincolor);
  border: 1px solid;
  border-radius: 15px;
  height: 46px;
  align-self: center;
}
 

@media (min-width: 992px) and (max-width: 1400px) {
	.header_menu li a {
  padding-right: 5px;
  padding-left: 5px; 
}
}
 
@media (min-width: 992px) and (max-width: 1200px) {
.servblock {
 
  width: 215px;
}
header .container{
  min-width: 100%
}
header .col-md-3{
  width: 20%;
}
 header .col-md-2{
  width: 22%;
}
header .col-md-8{
  width: 55%
}
.header_menu li:first-child{
  display: none
}
header .moreabout {
  width: auto; 
}
}
@media (min-width: 992px) and (max-width: 1050px) {
	.header_menu li a{
		font-size: 1.3rem !important;
	}
	  .header_menu li a {
    padding-right: 3px;
    padding-left: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
.centerfooter .row{
  flex-wrap: wrap !important;
  flex-direction: column
}
.centerfooter .col-md-4{
 width: 100%
}
footer .bottomfooter .col-md-6:nth-child(2){
  background-color: #050413 !important;
}
.textblock {
 
  width: 100%;
}
#about_site .col-md-5, #about_site .col-md-7{
  width: 100%
}
  .rightimage, #ourpartner .rightimage {
width: 406px !important;
    height: 460px !important;
    background-size: 100% !important;
    margin: 0 auto 37px;
  }
  #ourservices_site .col-md-7, #ourservices_site .col-md-5{
  width: 100%
}
.leftimage {
  width: 426px;
  margin: 0 auto;
}
#ourpartner .col-md-5, #ourpartner .col-md-7{
  width: 100%
}
.container{
  min-width: 100% !important;
}
 
}

@media (min-width: 320px) and (max-width: 992px) {
	
	.topmenu, header .moreabout,
#about_site::before, 
#ourpartner::before, 
#about_site::after, 
#ourpartner::after, 
.servicetitle .sertitimg,
.topfooter i,
.partner2::before
{
  display: none;
}
.topfooter {
  padding-top:25px
}
 
.textblock{
  width: 100%
}
.ouraims{
  margin-top: 10px !important;
}
.ouraims .col-md-4:nth-child(2) .aimall, .aimall{
  transform: scale(1) !important;
  margin-bottom: 20px
}
.rightimage{
  margin-bottom: 40px
}
.servicetitle{
  text-align: center;
}
.servicetitle div, .servblock{
  width: 100% !important;
}
.servblock span {
 margin-right: 20px !important;
}
.moreabout{
  margin: 20px auto !important;
}
.owl-one .owl-dot span{
  max-width: 20px !important;
}
.footertitle{
  text-align: center;
  border: 1px dashed;
  border-radius: 10px;
  padding: 10px;
  margin-block: 20px;
}
.menulist li{
  width: 49% !important;
  border-bottom: 1px solid #232323;
  margin-block: 0 !important;
  padding-block: 10px;
}
.bottomfooter h5{
  text-align: center;
}
.footersocial{
  justify-content: center !important;
  margin-bottom: 20px
}
.bottomfooter .col-md-6:nth-child(2){
  background-color: #232323 !important;
}
.centerfooter {
  padding-bottom: 0 !important;
}
.slider_site img {
  height: 379px;
}
#about_site, #ourpartner{
  text-align: center
}
.centerfooter img{
 margin: 0 auto;
  display: block;
}
.slider_site strong{
  font-size: 2rem !important;
}
.slider_site span{
  font-size: 2rem !important;
}
.slider_site p{
  font-size: 1.3rem !important;
}
header .languagebutton, header .mobicon{
  display: flex;
  align-items: center;
  align-items: center !important;
  align-content: center !important;
  align-self: center;
  width: 40px;
  height: 40px;
  cursor: pointer
}
header .col-md-2{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .mobicon i{
  font-size: 1.7rem;
  margin-top: 3px
}
header .languagebutton{
  font-size: 1.5rem;
  background-color: var(--secondcolor);

  border-radius: 5px;
  justify-content: center;
  color: #fff;
margin-left: 15px;
    margin-right: auto;
}
.site_logo{
  width: 70%;
}
.topfooter h3 {
 font-weight: normal;
  text-align: center;
}
header.shrink .mobicon i{
  color: #fff
}
.slider_th h2 {
 
  width: 100%;
}
.slider_th {
  min-height: 198px;
}
.page_content p, .centerfooter p {
 
  text-align: justify;
}
.pagebutton {
 
  gap: 5px;
  flex-wrap: wrap;
}
 .page_content .moreabout {
    margin: 7px auto !important;
  }
  .rightimage, #ourpartner .rightimage {
 
  width: auto;
  height: 408px;
 
  background-size: 100%;
}
#media_block .newsblock img{
  height: 200px
}
#media_block .newsblock{
  margin-bottom: 20px
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
 
}
.contactloop .contacticon{
  display: none;
}
.clang  .languagebutton2{
	display:none;
}
#about_site{
  padding-top: 0 !important;
}
  h1 {
    font-size: 2rem;

  }

  h2 {
    font-size: 1.8rem;

  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.7rem;
  }
    .page-template-about .rightimage{
    display: none;
  }
  .slider_th h1 {
  width: 100%;
}
.bltitle {
  text-align: center;
  right: 0;
  width: 90%;
  left: 0;
  margin: 0 auto;
}
.site_mapo{
  display: flex;
  flex: 100%;
  flex-direction: column;
}
.site_mapo iframe{
  border: 5px solid #f9f9f9 !important;
  height: 200px;
  width: 100% !important;
  min-height: 200px;
}
}
@media (min-width: 768px) {
  .col-md-2 {
 
    padding: 0;
  }
}