html{
  margin-top: 0px!important;
}
/* import fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
/* strat style for top bar header */
.sub a{
  color:#fff;
  text-decoration: none;
}
.lang-item a{
  color: #165678;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
}
.floting-social{
  position: fixed;
    left: 20px;
    bottom: 5px;
}
html{
  scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
}
#top-header{
    background-color: #EFEFEF;
}

.title-section{
  text-align: center;
  margin-bottom: 90px;
}
.title-section h3{
  font-size: 35px;
  color:#165678;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.bg-light{
    background-color: #EFEFEF!important;
    padding: 0px;
}
.entry-content-page{
    padding-top: 90px;
}
/* style for logo */
.logo{
      align-items: center;
}
.logo h2{
  display: inline-block;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  color:#707070;
}
.logo h2 span{
  font-size: 12px
}
.logo img{
  vertical-align: super;
  position: relative;
  top: 5px;
  width: 240px;
}

/* style mean menu */
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 20px;
  padding-left: 20px;
}
.navbar-light .navbar-nav .nav-link{
  color: #6f6a6a;
}
/*
.navbar-light .navbar-nav .active>.nav-link{
  color: rgb(59, 181, 76);
}
*/
.navbar-light .navbar-nav .nav-link:hover{
  color: rgb(59, 181, 76);
}
.nav-link{
  font-family: 'Raleway', sans-serif;
}

/* style baner hader */
#baner{
  height: 400px;
  background: url(../images/background/bg-baner.png)no-repeat;
  background-size: cover;
  background-position: 0px -15px;
  margin: 0px;
  padding: 0px;
}
.quote-name{
  font-size: 20px;
  color:#9E9E9E;
  font-family: 'Roboto', sans-serif;
  text-align: right;
}
.quote-name .fa-quote-left , .quote-name .fa-quote-right {
  padding: 20px;
  color:#165678;
}
.img-header img{
  width:100%;
  position: relative;
  top: 90px;
}
.text-qut p{
  font-size: 25px;
  padding-top: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color:#686868;
}
.text-qut p span{
   color: #3bb54c;
}
.btn-header .btn{
  padding: 0px;
  width: 148px;
  height: 48px;
  margin-right: 40px;
  font-family: 'Raleway', sans-serif;
}
.btn-header .btn:hover{
  background-color: #686868;
}
.sub{
  background-color:#165678;
  border:none;
}
.cont{
  background-color: #6c757d00;
  color:#165678;
}
#about-us{
  background: url(../images/background/bg-about.png)no-repeat;
  background-size: 40%;
  background-position: right 80px;
  padding-bottom: 90px;
  padding-top: 50px;
}
.about-img img{
  width: 100%;
}
.text-about p{
  color: #515151;
    font-size: 16px;
}
#footer{
  margin-top: 90px;
  background: #EBEBEB;
}
.footer p{
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color:#212529;
  margin: 0px;
}
#goup{
  position:Fixed;
  bottom:30px;
  right:10px;
  display:none;
  font-size:22px;
    background: #3bb54c;
    color: #fff;
    border: none;
    padding: 5px 10px;
}
#subscription, #contact-us{
  padding-top: 50px;
}

.frm_submit button{
  background: #165678!important;
}
/* Start Style For Box*/
.social-overlay-box{
  width:70px;
  padding:0px;
  position:fixed;
  left:0px;
  bottom: 20%;
  z-index: 999;
}
/* Satrt Style List icon */
.list-icon{
  list-style:none;
  padding:0px;
}
/* Start Style Social Icon */
.social-icon{
  height:47px;
  text-align:center;
}
.social-icon a{
  color:#fff;
  transition: all 0.5s;
  text-decoration: none;
}
/* Background Color and Padding Icons by social media name */
/*FaceBook*/
.social-icon a[title="FaceBook"]{
  background:#3b5998;
  padding:15px 30px 
}
.social-icon a[title="FaceBook"]:hover{
  background:#3b5998;
  padding:15px 40px 
}
/*Instgram*/
.social-icon a[title="Instgram"]{
  background:#c32aa3;
  padding:15px 28px 
}
.social-icon a[title="Instgram"]:hover{
  background:#c32aa3;
  padding:15px 38px 
}
/*Twiter*/
.social-icon a[title="Twiter"]{
  background:#1da1f2;
  padding:15px 27.5px;
}
.social-icon a[title="Twiter"]:hover{
  background:#1da1f2;
  padding:15px 37.5px;
}
/*LinkedIn*/
.social-icon a[title="LinkedIn"]{
  background:#007bb5;
  padding:15px 28px;
}
.social-icon a[title="LinkedIn"]:hover{
  background:#007bb5;
  padding:15px 38px;
}
/*Youtube*/
.social-icon a[title="Youtube"]{
  background:#ff0000;
  padding:15px 27px;
}
.social-icon a[title="Youtube"]:hover{
  background:#ff0000;
  padding:15px 37px;
}
/*Whatsapp*/
.social-icon a[title="Whatsapp"]{
  background:#25d366;
  padding:15px 28px;
}
.social-icon a[title="Whatsapp"]:hover{
  background:#25d366;
  padding:15px 38px;
}
/*Telegram*/
.social-icon a[title="Telegram"]{
  background:#0088cc;
  padding:15px 27px;
}
.social-icon a[title="Telegram"]:hover{
  background:#0088cc;
  padding:15px 37px;
}

/* start theme style */

.video_landing{
  width:100%;
}

.title_landing{
  font-family: 'Cairo', sans-serif !important;
    padding: 40px 0px;
    text-align: center;
    color: #165678;
}
.text_landing{
    font-family: 'Cairo', sans-serif !important;
    direction: rtl;
    text-align: right;
    padding: 50px 0px;
    line-height: 2rem;
}
.pay_text{
  font-family: 'Cairo', sans-serif !important;
  font-size: 18px;
}