/*
Theme Name: UFEL Arabic
Theme URI: https://www.ufelhk.com/
Author: Esigners
Author URI: https://www.esigners.in
Description: UFEL Arabic WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: ufel-wp-ar
*/
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    unicode-bidi:embed;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
    text-align: right;
}
/* Start Header */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  border-bottom:2px solid #0795c2;
}
header nav {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  margin: 0px 20px;
}
header nav .menu_open {
  display: none;
}
header nav .logo {
  font-size: 20px;
  font-weight: bolder;
  color: #3f4449;
  flex: 1 0 auto;
}
header nav .m_menu {
  display: contents;
}
header nav .m_menu .menu_close {
  display: none;
}
header nav .m_menu .normal{
  display: flex;
  margin-bottom: 0px;
  margin-top: 10px;
}

header nav .m_menu .user{
  display: flex;
  margin-bottom: 0px;
  margin-top: 15px;
}

header nav .m_menu .normal li {
  position: relative;
  list-style: none;
}
header nav .m_menu ul li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #282828;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  font-weight: 500;
  cursor: pointer;
}
header nav .m_menu ul li a.active {
  color: #fff;
  background: #0795c2;
}
header nav .m_menu ul li a:hover {
  opacity: 0.7;
}
header nav .m_menu ul li a.button {
  border-radius: 5px;
  margin-right: 5px;
  color: white;
  min-width: auto;
  text-align: center;
  transition: opacity 0.4s, box-shadow 0.3s ease-in-out;
}
header nav .m_menu ul li a.button:hover {
  opacity: 0.7;
}
header nav .m_menu ul li a.button:active {
  box-shadow: 0px 1px 5px #4c42428a inset;
}
header nav .m_menu ul li a.signin {
  text-shadow: 0px 2.5px 4px #32323247;
}
header nav .m_menu ul li a.signup {
  text-shadow: 0px 2.5px 4px #32323247;
}
/*header nav .m_menu ul li .down-menu {
  position: absolute;
  background: white;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
  min-width: 100px;
  overflow: hidden;
}
header nav .m_menu ul li .down-menu li {
  position: static;
  width: 100%;
}
header nav .m_menu ul li .down-menu li a {
  text-align: center;
  display: block;
  width: 100%;
}*/
header nav .m_menu ul li .down-menu li a:hover {
  background: #3f44490e;
  color: #495057;
}
/*header nav .m_menu ul li.menu_o:hover .down-menu {
  display: block;
}*/
header nav .m_menu.open {
  display: flex;
}

.logo img{
    width: auto;
    min-width: auto;
}
.user li img{
    width: auto;
    min-width: auto;
    border: 1px solid #000;
}

.user li a.button{
    padding: 0 5px;
}
.user li{
    padding: 0px;
}
.normal li{
    padding: 0 5px;
}
/* End   Header */

/*------headerSLidercontainer Slider-----*/
.headerSLidercontainer .item {
  height: 100vh;
  position: relative;
}
.headerSLidercontainer .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerSLidercontainer .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.headerSLidercontainer .item .cover ..headerSLidercontainer-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.headerSLidercontainer .item .cover ..headerSLidercontainer-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.headerSLidercontainer .item .cover ..headerSLidercontainer-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
/*.headerSLidercontainer .item .cover ..headerSLidercontainer-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}*/
.headerSLidercontainer .item .cover ..headerSLidercontainer-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
/*.headerSLidercontainer .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}*/
.headerSLidercontainer .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
  margin-bottom: 0px;
}
.headerSLidercontainer .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.headerSLidercontainer .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.headerSLidercontainer .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headerSLidercontainer .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.headerSLidercontainer .owl-nav .owl-prev:focus {
  outline: 0;
}
.headerSLidercontainer .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.headerSLidercontainer .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headerSLidercontainer .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.headerSLidercontainer .owl-nav .owl-next:focus {
  outline: 0;
}
.headerSLidercontainer .owl-nav .owl-next:hover {
  background: #000 !important;
}
.headerSLidercontainer:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.headerSLidercontainer:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.header-content h2{
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 10px;
    text-align: right;
}

.header-content p{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

.owl-carousel .owl-stage-outer{
    border-bottom-left-radius: 30px;
     border-bottom-right-radius: 30px;
}

.header-content{
    padding: 0 0 0 20px;
}
/*-------about Us------*/
.aboutpageContainer{
    margin: 50px 0 0 0;
    direction: rtl;
}
.aboutusContauner{
    margin: -30px 0 0 0;
}
.iconbox img{
    min-width: auto;
    width: auto;
    margin-bottom: 60px;
}
.iconbox{
    text-align: center;
}
.aboutImg img{
    width: 100%;
}
.aboutpageContainer h3{
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.aboutpageContainer h3 span{
    font-size: 32px;
    font-weight: 800;
    color: #001c26;
}

.aboutpageContainer p{
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}
.missionContainer{
    margin: 50px 0 0 0;
    direction: rtl;
}
.missionContainer h4{
    color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.missionContainer h2 {
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.missionContainer h4 span{
    font-size: 32px;
    font-weight: 800;
    color: #001c26;
}

.missionContainer p{
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}
.aboutusBox{
    background: #d5d5d5;
    padding: 25px 0 100px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.aboutText{
    margin: 0;
/*    position: absolute;*/
    /*top: 50%;
    transform: translateY(-50%);*/
    padding: 0 60px 0 25px;
}

.aboutText h2{
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: right;
}


.aboutText h2 span{
        font-size: 32px;
    font-weight: 800;
    color: #001c26;
}

.ourteamcontainer{
    margin: 50px 0 0 0;
}

.ourteamcontainer h2{
    color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ourteamcontainer p{
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}

.whyuscontainer{
    margin: 50px 0 0 0;
}
.whyuscontainer h2{
    color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.whyuscontainer p{
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}

.associationsContainer{
    margin: 50px 0 0 0;
}

.associatesBox h4{
    color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.associatesBox p{
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}

.awardsBox h4{
    color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.awardsBox p{
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}


/*------our service-------*/
.ourservicescontainer{
    margin: 45px 0 0 0;
}
.ourservicescontainer{
        background: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 999;
    position: relative;
    padding: 20px 0 60px 0;
}
.ourservicescontainer h2{
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: right;
}

.ourservicescontainer h2 span{
    font-size: 32px;
    font-weight: 800;
    color: #001c26;
/*    font-family: "Montserrat", sans-serif;*/
}

.serviceImgae img{
    width: 100%;
}

.servicesBox {
    padding: 20px 0 0 0;
    direction: rtl;
}

.servicesBox h3{
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    padding: 0px; 
}

.servicesBox p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.leftserviceicon i.fa-sliders{
    background: #ffb81e;
    color: #fff;
    font-size: 40px;
    padding: 20px;
    border-radius: 100%;
}

.leftserviceicon i.fa-heart{
    background: #915edf;
    color: #fff;
    font-size: 40px;
    padding: 20px;
    border-radius: 100%;
}

.leftserviceicon i.fa-star{
    background: #58c9e9;
    color: #fff;
    font-size: 40px;
    padding: 20px;
    border-radius: 100%;
}

.leftserviceicon i.fa-trophy{
    background: #76de51;
    color: #fff;
    font-size: 40px;
    padding: 20px;
    border-radius: 100%;
}
.serviceImgae{
    margin: 20px 0 0 0;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}


/*-------our contact----*/
.ourcontactContainer {
    background: #001b25;
    padding: 80px 0 100px 0;
    margin: -30px 0 0 0;
}

.ourcontactContainer h2{
    color: #fff;
    font-size: 32px;
    font-weight: 400;
/*    font-family: "Montserrat", sans-serif;*/
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
}
.homecontactBox{
    margin: 30px 0 0 0;
}

.ourcontactContainer h2 span{
    font-size: 32px;
    font-weight: 800;
    color: #fff;
/*    font-family: "Montserrat", sans-serif;*/
    text-align: center;
}


.homecontactsmField {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    margin: 0 0 20px 0;
    padding: 0 10px 0 0;
    direction: rtl;
}

.homeaddress {
    direction: rtl;
}

.homeaddress h3{
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 0px;
    margin-bottom: 0px;
/*    font-family: "Montserrat", sans-serif;*/
}

.homeaddress p{
    font-size: 16px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 20px;
/*    font-family: "Montserrat", sans-serif;*/
}

.homeemailphone p a{
    font-size: 16px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: right;
    line-height: 20px;
    direction: rtl;
}

.homeemailphone p{
    text-align: right;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

.homeemailphone{
    margin: 40px 0 0 0;
    direction: rtl;
}

.homefromBtn{
    text-align: center;
	margin: 10px 0 0 0;
}

.homefromBtn .submitBtn {
    background: #0098cd;
    color: #fff;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 20px;
    border: none;
    font-weight: 600;
    direction: rtl;
}


.ourcontactContainer .homecontactsmField::-webkit-input-placeholder {
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #bfbfbf;
    direction: rtl;
}

.ourcontactContainer .homecontactsmField::-moz-placeholder {
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #bfbfbf;
    direction: rtl;
}

.ourcontactContainer .homecontactsmField::-ms-placeholder {
   padding: 0 10px 0 0;
    font-size: 16px;
    color: #bfbfbf;
    direction: rtl;
}

.ourcontactContainer .homecontactsmField::placeholder {
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #bfbfbf;
    direction: rtl;
}


/*--------client Section-------*/

.clientList{
    background: #001c26;
    padding: 30px 0 20px 0;
    margin: -1px 0 0 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.clientnameCntainer{
    margin-bottom: 30px;
}
.clientList h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
/*    font-family: "Montserrat", serif;*/
    font-weight: 300;
}
.clientList ul{
    margin: 30px 0 0 0;
}

.clientList h2 span{
    font-weight: 900;
}
.clientList ul{
    text-align: center;
}

.clientList ul li{
    display: inline-block;
    width: 13%;
    padding: 0 0 20px 0;
}

.clientList ul li img{
    width: auto;
    min-width: auto;
}


/*-------footer Section-----*/
.footerContainer{
    background: #002244;
    padding: 90px 0 10px 0;
    margin: 10px 0 0 0;
}

.logoboxContain {
    direction: rtl;
}

.logoboxContain img {
    width: auto;
    min-width: auto;
}
.logoboxContain p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
/*    font-family: "Montserrat", serif;*/
    padding: 20px 10px 0 0;
}

.newslettercontaner ul li{
    display: inline-block;
    padding: 0px 5px;
}

.footermenuContain {
    direction: rtl;
}

.footermenuContain h3{
    font-size: 22px;
    color: #fff;
}

.footermenuContain ul li{
    padding: 0 0 10px 0;
}

.footermenuContain ul li a{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
/*    font-family: "Montserrat", serif;*/

}

.footermenuContain ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    font-weight: 900;
    color: #007acc;
    padding: 0 10px;
}

.newslettercontaner {
    direction: rtl;
}

.newslettercontaner h3{
    font-size: 22px;
    color: #fff;
}

.newslettercontaner p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
/*    font-family: "Montserrat", serif;*/
}

/*.newslettericon{
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}*/
.newslettericon{
    margin: 20px 0 0 0;
}

.newslettercontaner ul li a {
    font-size: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 100%;
}

.subscriptionfrom ul li {
    display: inline-block;
    padding: 0 5px;
/*    vertical-align: top;*/
}

.subscriptionfrom ul li input[type="text"] {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #00000000;
    padding: 0 10px 0 0;
    border: none;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    outline: none;
    direction: rtl;
}

.subscriptionfrom 

.subscriptionfrom ::-webkit-input-placeholder {
    font-size: 16px;
    color: #bfbfbf;
}

.subscriptionfrom ::-moz-placeholder {
    font-size: 16px;
    color: #bfbfbf;
}

.subscriptionfrom ::-ms-placeholder {
    font-size: 16px;
    color: #bfbfbf;
}

.subscriptionfrom ::placeholder {
    font-size: 16px;
    color: #bfbfbf;
}


.subscriptionfrom ul li {
    display: inline-block;
    padding: 0 5px;
/*    vertical-align: top;*/
}

.subscriptionfrom ul li i{
    font-size: 16px;
    color: #fff;
}

.copyright p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    direction: rtl;
}

.footerContainer hr{
    border: 1px;
    border-top: 1px solid #007acc;
}

.boderButtom{
    border:5px solid #007acc;
}

/*------Inner Page------*/
.innerbodyContainer{
    margin: 50px 0 0 0;
}

.innerbodyContainer h2{
    font-size: 32px;
    font-weight: 400;
    color: #0098cd;
    padding-bottom: 0px;
}

.innerbodyContainer h3{
    font-size: 32px;
    font-weight: 400;
    color: #0098cd;
    padding-bottom: 0px;
}
.innerbodyContainer h4{
    font-size: 25px;
    font-weight: 400;
    color: #0098cd;
    padding-bottom: 0px;
}
.innerbodyContainer h5{
    font-size: 25px;
    font-weight: 400;
    color: #0098cd;
    padding-bottom: 0px;
}

.innerbodyContainer h6{
    font-size: 25px;
    font-weight: 400;
    color: #0098cd;
    padding-bottom: 0px;
}
.innerbodyContainer p{
    font-size: 16px;
    color: #000;
    line-height: 27px;
}

.innerbodyContainer img{
    min-width: autp;
    width: auto;
}

.innerbodyContainer ul li{
    list-style: disc;
}

.innerbodyContainer ul{
    margin: 0 20px;
}

/*-------about us-----*/

.officecontainer{
    margin: 50px 0 0 0;
    direction: rtl;
}

.officecontainer h4{
    color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.officecontainer h4 span{
    font-size: 25px;
    font-weight: 800;
    color: #001c26;
}

.headofficebox h5{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 0px;
    text-align: right;
}

.headofficebox p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: right;
}

.locationBox{
  display: inline-block;
  margin: 10px 0px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 30px 20px 40px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
  color: #2D3E50;
  direction: rtl;
  min-height: 200px;
}

.locationBox h6{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 0px;
}

.locationBox p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.locationBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);
}

.corecompetenicscontainer {
    margin: 50px 0 0 0;
    direction: rtl;
}

.corecompetenicscontainer h4{
    color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.corecompetenicscontainer h4 span{
     font-size: 25px;
    font-weight: 800;
    color: #001c26;
}

.coreBox h6{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 0px;
    margin: 10px 0;
}

.coreBox p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.coreBox {
    margin: 30px 0 0 0;
    padding: 10px;
}

.coreBox img{
    width: auto;
    min-width: auto;
    padding: 20px 0;
}
.coreimgBoxA img{
    background: #ffb81e;
    padding: 20px;
}
.coreimgBoxB img{
    background: #915edf;
    padding: 20px;
}
.coreimgBoxC img{
    background: #58c9e9;
    padding: 20px;
}

.conclusionContainer{
    margin: 50px 0 0 0;
    direction: rtl;
}

.conclusionContainer h4{
        color: #0098cd;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.conclusionContainer p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}


/*--------service page-------*/

.ourserviceContainer{
    margin: 50px 0 0 0;
}

.ourserviceContainer h3{
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ourserviceContainer h3 span{
        font-size: 32px;
    font-weight: 800;
    color: #001c26;
}

.innerservicesBox h4{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 0px;
    text-align: left;
}

.innerservicesBox p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: left;
}

.innersewrviceimg img{
    width: 100%;
    min-width: 100%;
    border-radius: 15px;
}
.innerservicesBox{
    display: inline-block;
    margin: 10px 0px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #2D3E50;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.innersewrviceimg{
    margin: 10px 0;
}

/*------contact Us-------*/
.contactusContainer {
    margin: 50px 0 0 0;
}
.contactusContainer h3{
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
    direction: rtl;
}

.contactusContainer h3 span{
        font-size: 32px;
    font-weight: 800;
    color: #001c26;
}

.leftsideFrom input {
    width: 100%;
    height: 50px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin-bottom: 20px;
    direction: rtl !important;
}

.leftsideFrom textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin-bottom: 20px;
    direction: rtl !important;
}

.contactpagebtn .submitBtn{
        background: #0098cd;
    color: #fff;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 20px;
    border: none;
    font-weight: 600;
    width: auto;
}
.contactpagebtn{
    text-align: right;
}
.leftsideFrom{
    margin: 30px 0 0 0;
}
.rightsideadddetails{
    margin: 30px 0 0 0;
    direction: rtl;
}
.leftsideFrom p{
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 16px;
}

.leftsideFrom .textinput{
    width: 100%;
    height: 150px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.rightsideadddetails h2{
        font-size: 20px;
    font-weight: 800;
    color: #000000;
    padding: 0px;
}

.rightsideadddetails h3{
        font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 0px;
}
.rightsideadddetails p{
        font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding-bottom: 0px;
}

.rightsideadddetails p a{
        font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding-bottom: 0px;
}

/*------brands Container------*/

.brandsContainer{
    margin: 50px 0 0 0;
}
.brandsContainer h3{
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
/*.brandsContainer span{
    font-size: 32px;
    font-weight: 800;
    color: #001c26;
}
*/
.innerclientList{
        background: #001c26;
    padding: 30px 0 20px 0;
    margin: -10px 0 0 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.innerclientList h2{
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.innerclientList h2 span{
    font-weight: 800;
}

.innerclientList ul li{
        display: inline-block;
    width: 13%;
    padding: 0 0 20px 0;
}

.innerclientList ul li img {
    width: 80%;
    min-width: auto;
}
.innerclientList ul {
    text-align: center;
    margin: 30px 0 0 0;
}

.mobileBannerContainer{
    display: none;
}

.mobileBannerContainer img{
    width: 100%;
}

.innerBannerContainer img{
    width: 100%;
}

.innerbrandtList ul li{
    display: inline-block;
    width: 13%;
    padding: 10px;
}

.innerbrandtList{
    margin: 30px 0 0 0;
}

.service-block {
    padding: 0 0 20px 0;
}

.service-block h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding: 0px;
  direction: rtl;
}

.service-block p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  direction: rtl;
}

.service-block img{
    border-radius: 15px;
}

.subscriptionfrom ul{
    display: flex;
}

.subscriptionfrom ul li.fieldSubmit{
    margin: 10px 0 0 0;
}

/*.leftserviceicon{
    padding: 10px 0;
}

.servicesBox{
    padding: 35px 0;
}
*/

/*-------Message Container--------*/
/*.messageContainer{
    margin: 50px 0;
}

.messageContainer h2{
    color: #0098cd;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.messageContainer p{
        font-size: 16px;
    color: #666666;
    line-height: 27px;
}*/

.wpcf7 form.invalid .wpcf7-response-output {
    direction: rtl;
}

.formcaptcha {
	width: 350px;
	margin: 0 auto;
}