

/* CSS Index
-----------------------------------
1. Theme default css
2. Header Area
3. Mobile Menu Area
4. Slider Area
5. Hire Us Area
6. Iconbox Area
7. Bemax Area
8. Latest Project Area
9. Choose Us Area
10. Working With Us Area
11. Carousel Area
12. Brand Area
13. Footer Area
14. Color NIp
15. ScrollUp
*/


/* Theme Default CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.eot');
    src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidArabicKufi.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi.woff') format('woff'),
        url('../fonts/DroidArabicKufi.ttf') format('truetype'),
        url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype'),
        url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
        url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Regular.eot');
    src: url('../fonts/Panton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Panton-Regular.woff2') format('woff2'),
        url('../fonts/Panton-Regular.woff') format('woff'),
        url('../fonts/Panton-Regular.ttf') format('truetype'),
        url('../fonts/Panton-Regular.svg#Panton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.arabic__top{
	font-family:'Droid Arabic Kufi', sans-serif;
}
.captcha{
	position: absolute;
	margin-top: 15px;
	z-index: 99;
	right: 0;
}

   :root {
       --color-black: #000000;
       --color-white: #ffffff;
       --color-border: #dddddd;
       --font-lato: 'Lato', sans-serif;
   }
   /* global classes */
   .font-os {
       font: normal 400 15px var(--font-Os);
   }
   .font-pops {
       font: normal 900 18px var(--font-Pop);
   }

   html {
       scroll-behavior: smooth;
   }
   body {
      font-family:"Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      color: #2f363a;
      line-height: 24px;
   }
   .img {
      max-width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
   }
   .fix {
      overflow: hidden
   }
   .aligncenter {
      display: block;
      margin: 0 auto 15px;
   }
   a,
   .button {
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
   }

   a:hover,
   .main-menu li a:hover,
   .footer-menu li a:hover {
      color: #12073b;
      text-decoration: none;
   }
   a,
   button {
      color: #1e1717;
      outline: medium none;
   }
   .uppercase {
      text-transform: uppercase;
   }
   .capitalize {
      text-transform: capitalize;
   }
   h1,
   h2,
   h3,
   h4,
   h6 {
      font-family:"Panton", sans-serif;
      font-weight: 900;
      font-style: normal;
      color: #eda912;
      margin: 0 0 15px;
      text-transform: normal;
   }
   h1 a,
   h2 a,
   h3 a,
   h4 a,
   h5 a,
   h6 a {
      color: inherit;
   }
   h1 {
      font-size: 40px;
   }
   h2 {
      font-size: 35px;
   }
   h3 {
      font-size: 28px;
   }
   h4 {
      font-size: 22px;
   }
   h5 {
      font-size: 14px;
	  font-color:red;
   }
   h6 {
      font-size: 16px;
   }
   ul {
      margin: 0px;
      padding: 0px;
   }
   li {
      list-style: none
   }
   p {
      font-weight: normal;
      margin-bottom: 15px;
   }
   hr {
      border-bottom: 1px solid #eceff8;
      border-top: 0 none;
      margin: 30px 0;
      padding: 0;
   }
   label {
      color: #333333;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
   }
   *::-moz-selection {
      background: #d6b161;
      color: #fff;
      text-shadow: none;
   }
   ::-moz-selection {
      background: #444;
      color: #fff;
      text-shadow: none;
   }
   ::selection {
      background: #444;
      color: #fff;
      text-shadow: none;
   }
   *::-moz-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *::-webkit-input-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *:-ms-input-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *::placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   .theme-overlay {
      position: relative
   }
   .theme-overlay:before {
      background: #4272d7 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      position: absolute;
      top: 0;
      width: 100%;
   }
   .separator {
      border-top: 1px solid #f2f2f2
   }
   /* button style */

   .btn {
      -moz-user-select: none;
      background: #f8901e none repeat scroll 0 0;
      border: 2px solid #f8901e;
      border-radius: 0;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 0;
      padding: 13px 25px;
      text-align: center;
      text-transform: uppercase;
      -ms-touch-action: manipulation;
          touch-action: manipulation;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      vertical-align: middle;
      white-space: nowrap;
   }
   .btn:hover {
      background: #223a66;
      color: #fff;
	  border:2px solid #223a66;
   }
   .btn.btn-lg {
      padding: 10px 25px;
   }
   .btn-xl {
      font-weight: 700;
      padding: 13px 31px;
   }
   .btn.btn-inline {
      background: transparent none repeat scroll 0 0;
      border: 0 none;
      color: #ffffff;
      padding: 0;
      text-decoration: none;
   }
   .btn.btn-inline:hover {
      color: #ffffff;
      text-decoration: underline;
   }
   .theme-bg {
      background: #4272d7;
   }
   .gray-bg {
      background: #f0f0f0;
   }
   .black-bg {
      background: #0058a5;
   }
   .bg-white {
      background-color: #ffffff;
   }
   .breadcrumb > .active {
      color: #888;
   }
   input:focus[type="url"], input:focus[type="text"], input:focus[type="email"], input:focus[type="tel"], input:focus[type="button"], input:focus[type="submit"], input:focus[type="search"], button:focus[type="button"], button:focus[role="button"], button:focus, input:focus {
      outline: none;
      text-decoration: none;
   }
   .btn:focus {
     box-shadow: 0 0 0 0;
   }
   
   

   /* start owl-carousel */
   .owl-carousel .owl-nav button {
      position: absolute;
      background: #f69a1d !important;
      color: #ffffff !important;
      border-radius: 2px;
      height: 30px;
      width: 30px;
      left: 50px;
      top: 50%;
      text-align: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  overlay: black;
   }
   .owl-carousel .owl-nav button.owl-next {
      left: auto;
      right: 50px;
   }
   .owl-carousel .owl-nav button:hover {
      background: #000 !important;
   }

   .owl-carousel .owl-dots button {
      width: 10px;
      height: 10px;
      background: #666666;
      display: inline-block;
      margin: 5px;
      border-radius: 50%;
   }

   .owl-carousel .owl-dots button.active {
      background: #f69a1d;
   }

   .owl-carousel .owl-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
   }
    .slider-inner h5 {
      font-size: 19px;
	  color:white;
   }
   .header__top{
	   background:#f8901e;
   }

   /* End Owl-Carousel */
/* End Default Css */

/* Start Header Area
==================================================*/
.main-menu li {
    display: inline-block;
    margin-left: 20px;
}

.main-menu li a {
    display: block;
    padding: 0px 10px;
}
.header-area {
 
    padding: 0px 0;
}
.main-menu li.search-trigger a {
    border-left: 1px solid #666666;
    padding-left: 30px;
}

.main-menu {
    margin-top: 20px;
}
.header-area.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: rgb(245 245 245);
    padding: 0px 0;
	  box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
.main-menu li.active a {
    color: #f69a1d;
}


.search-popup-wrapper input[type=search] {
    background: none;
    border: none;
    border-bottom: 2px solid rgba(221, 221, 221, 0.205);
    padding: 5px 0;
    padding-bottom: 10px;
    color: #fff;
    font-size: 40px;
    padding-right: 40px;
}

.search-popup-wrapper input::-webkit-input-placeholder {
    font-size: 40px;
}

.search-popup-wrapper input::-moz-placeholder {
    font-size: 40px;
}

.search-popup-wrapper input:-ms-input-placeholder {
    font-size: 40px;
}

.search-popup-wrapper input::placeholder {
    font-size: 40px;
}
.search-popup-wrapper {
    display: inline-block;
    position: relative;
}

.search-popup-wrapper i {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.search-popup-wrapper i:hover {
    color: #fff;
}

.fade.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: inherit;
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#search-modal .modal-content {
    background: none;
    border: none;
}

#search-modal {
    background: transparent;
    height: 150px;
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 11;
}
.search-overlay.show {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.search-overlay {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(23,26,33,.95);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* End Header Area */
/* Start Mobile Menu Area
==================================================*/
.show-mobile-menu .slicknav_menu .slicknav_menutxt {
    display: none;
}

.show-mobile-menu .slicknav_btn {
    background: none;
    margin: 0;
    text-shadow: 0 0 0;
    padding: 0;
}

.show-mobile-menu .slicknav_menu .slicknav_icon {
    font-size: 20px;
}
.show-mobile-menu .slicknav_menu {
    background: none;
}

.show-mobile-menu .slicknav_menu .slicknav_icon-bar {
    background: #222;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.show-mobile-menu .slicknav_nav a {
    color: #333;
    text-align: left;
    padding: 5px;
    margin: 2px 0;
}

.show-mobile-menu .slicknav_nav {
    font-size: inherit;
    color: #333;
    position: absolute;
    left: 0;
    top: 80px;
    background: #fff;
    width: 100%;
    z-index: 99;
}

.show-mobile-menu .slicknav_nav li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.show-mobile-menu .slicknav_nav li:last-child {
    border: none;
}
.header-area .static {
    position: static;
}
.header-area .header-wrapper {
    position: relative;
    width: 100%;
	padding-top: 10px;
    padding-bottom: 10px;
}
/* End Mobile Menu Area */
/* Start Slider Area
==================================================*/
.slider-bg-1 {background: url(../img/slide_01.jpg);}
.slider-bg-2 {background: url(../img/slide_02.jpg);}
.slider-bg-3 {background: url(../img/slide_03.jpg);}

.single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-color: #cccccc;
    display: table;
    width: 100%;
}

.slider-inner {
    display: table-cell;
    vertical-align: middle;
}

.slider-inner h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
}

.slider-inner h1 {
    font-size: 50px;
    text-transform:capitalize;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
}

.slider-inner p {
    font-size: 18px;
    text-transform:none;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
	
	
}

.get-started-btn {
    margin-top: 40px;
    padding: 15px 35px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
}
/* End Slider Area */


.site-logo{
	margin-top:-10px;
}

.features {
  margin-top: -70px;
  z-index:9;
  position:relative;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}


/* Start Hire Us Area
==================================================*/
.hire-us-content h6 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.hire-us-button {
    border-color: #fff !important;
    padding: 15px 40px;
    background: transparent !important;
}

.hire-us-button:hover {
    background: #333 !important;
    color: #fff !important;
}
.hire-us-area {
    padding: 30px 0;
}
.hire-us-content h6 span {
    font-size: 30px;
}
/* End HIre Us Area */
/* Start Iconbox Area
==================================================*/
.icon-box-img-1 {background-image: url(../img/team/team-1.jpg);}
.icon-box-img-2 {background-image: url(../img/team/team-2.jpg);}
.icon-box-img-3 {background-image: url(../img/team/team-3.jpg);}
.icon-box-img-4 {background-image: url(../img/team/team-4.jpg);}
.single-icon-box {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.icon-box-content {
    position: absolute;
    left: 0;
    top: 210px;
    width: 100%;
    height: 100%;
    background: #eca91f;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    color: #fff;
    z-index: -1;
    padding: 20px 30px 30px 30px;
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
}
.icon-box-content:hover {
    top: 0;
}
.iconbox-content-heading {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			font-weight:300;
}

.iconbox-content-heading i {
    font-size: 30px;
    margin-right: 15px;
}

.iconbox-content-body p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 25px;
}
.read-more-btn {
    text-transform: capitalize;
    font-weight: 600;
}

.read-more-btn i {
    margin-right: 5px;
}
/* End Iconbox Area */
/* Start Bemax Area
==================================================*/
.section-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
}

.section-title h4:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    width: 50px;
    content:
    "";
    background: #adadad;
}
.item-icon i {
    width: 50px;
    height: 50px;
    background: #4272d7;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #4272d7;
    -webkit-transition: .3s;
    transition: .3s;
}

.item-icon i:hover {
    background: transparent;
    color: #4272d7;
}
.item-content {
    padding-left: 20px;
    margin-top: -4px;
}

.item-content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-bemax-item {
    margin-bottom: 40px;
}
/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
.project-bg-1 {background-image: url(../img/project_01.jpg);}
.project-bg-2 {background-image: url(../img/project_02.jpg);}
.project-bg-3 {background-image: url(../img/project_03.jpg);}
.project-bg-4 {background-image: url(../img/project_04.jpg);}
.project-bg-5 {background-image: url(../img/project_05.jpg);}
.project-bg-6 {background-image: url(../img/project_06.jpg);}
.project-bg-7 {background-image: url(../img/project_07.jpg);}

.latest-project-area .section-title h4 {
    color: #fff;
}

.single-project {
    height: 225px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}

.project-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #4272d7;
    color: #fff;
    z-index: -1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.project-inner h5 {
    font-size: 15px;
    color: #cccc;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner h5 a:hover {
    color: #fff;
}

.project-inner p {
    color: #cccccc;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}
.project-inner p a {
    color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner p a:hover {
    color: #fff;
}
.project-carousel.owl-carousel .owl-nav button {
    left: -15px;
}
.project-carousel.owl-carousel .owl-nav button.owl-next {
    right: -15px;
    left: auto;
}
.single-project:hover .project-inner:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.single-project:hover .project-inner {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* End Latest Project Area */
/* Start Choose Us Area
==================================================*/
.video-img-thumbnail {background-image: url(../img/video_01.jpg);}

.video-img-thumbnail {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
}

.video-img-thumbnail a {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
}
.video-img-thumbnail a:hover {
    color: #4272d7;
}
.single-choose-item h6 {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
}

.single-choose-item h6 i {
    margin-right: 10px;
}

.single-choose-item p {
    margin: 0;
    font-size: 15px;
    color: #666666;
}

.single-choose-item {
    margin-bottom: 30px;
}
/* End Choose Us Area */
/* Start Working With Us Area
==================================================*/
.hire-us-content span {
    font-size: 20px;
}
/* End Working With Us Area */
/* Start Carousel Area
==================================================*/
.blog-carousel.owl-carousel .owl-item img {
    width: 200px;
    display: inline-block;
    height: auto;
}

.single-blog-img {
    position: relative;
    float: left;
}

.single-blog-img span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #222;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    padding: 0 10px;
}
.blog-content {
    padding-left: 220px;
}

.blog-btn {margin-top: 10px;}

.post-heading {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}

.post-content-text {
    margin: 0;
    color: #666666;
    font-size: 15px;
    text-align: justify;
}

.blog-tags {
    display: inline-block;
    font-size: 13px;
}

.blog-tags i {
    font-size: 12px;
}

.blog-tags a {
    color: #555555;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-btn .read-more-btn {
    color: #555555;
    display: inline-block;
    margin-left: 20px;
}

.blog-btn .read-more-btn:hover {
    color: #4272d7;
}

.blog-tags a:hover {
    color: #4272d7;
}
.carousel-area .section-title h4 {
    margin-bottom: 30px;
}

.carousel-area .section-title h4:after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.carousel-area .owl-carousel .owl-nav button {border: 1px solid #999999;border-radius: 50%;background: transparent !important;color: #999999 !important;position: relative;left: 0;height: 25px;width: 25px;margin-right: 7px;display: inline-block;line-height: 23px;}

.carousel-area .owl-carousel .owl-nav {
    position: absolute;
    left: 240px;
    top: -51px;
}

.carousel-area .owl-carousel .owl-nav button:hover {
    background: #222222 !important;
    color: #fff !important;
}

.testimonial-content i {
    font-size: 20px;
    color: #666666;
    margin-right: 15px;
}

.testimonial-content p {
    font-size: 15px;
    color: #666666;
    text-align: justify;
    margin: 0;
}

.testimonial-content p {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.testimonial-carousel.owl-carousel .owl-item img {
    display: block;
    width: 55px;
    height: auto;
}
.author-img {
    padding-left: 30px;
}

.author-content a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: .3s;
    transition: .3s;
}

.author-content span {
    display: block;
    line-height: 15px;
}

.author-content {
    padding-left: 15px;
}

.author-content a:hover {
    color: #4272d7;
}
/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-carousel.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.brand-carousel.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.brand-item {
    display: table;
    width: 100%;
    position: relative;
    height: 50px;
}

.brand-item-inner {
    display: table-cell;
    vertical-align: middle;
}
/* End Brand Area */
/* Start Footer Area
==================================================*/
.footer-logo a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    position: relative;
}

.footer-logo a img {
    position: absolute;
    top: 0;
    right: -21px;
}

.footer-logo {
    margin-bottom: 35px;
}

.footer-dec p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin-bottom: 25px;
}

.social-links li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(66,114,215,.3);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 10px;
}

.social-links li a {
    color: #fff;
    display: block;
}

.social-links li:hover {
    background: #4272d7;
}
.widget-title h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.widget-title {
    margin-bottom: 35px;
}

.footer-menu li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.footer-menu li a {
    color: #fff;
    font-size: 14px;
}
.footer-menu li a:hover{
    color: #f69a1d;
    font-size: 14px;
}
.footer-menu li:before {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 5px;height: 5px;content:"";background: rgba(255,255,255,.2);}
.widget-title h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.widget-title {
    margin-bottom: 35px;
}

.footer-menu li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.footer-menu li a {
    color: #fff;
    font-size: 14px;
}

.footer-menu li:before {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 5px;height: 5px;content:"";background: rgba(255,255,255,.2);}

.address-line p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
}

.address-line p a {
    color: #cccccc;
    -webkit-transition: .3s;
    transition: .3s;
}
.address-line p a:hover {color: #4272d7;}
.newsletter-text p {
    font-size: 13px;
    color: #cccccc;
    margin: 0;
}

.newsletter-form {
    display: inline-block;
    margin-top: 25px;
}

.newsletter-form input[type=email] {
    width: 60%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 8px;
    float: left;
    color: #ffffff;
}

.newsletter-form input[type=submit] {
    width: 39%;
    float: right;
}

.newsletter-form .newsletter-btn {
    font-size: 11px;
    padding: 13px;
}
.footer-area {
    border-bottom: 1px solid #9999;
}

.copyright-area p {
    margin: 0;
}

.copyright-area {
    padding: 10px 0;
    display: block;
    color: #fff;
}
/* End Footer Area */


.mb-35{
	margin-top:25px;
	margin-bottom:25px;
}
/* Start Color Nip */
.Switcher #colors li {
    border-radius: 5px;
}

.Switcher h5 {
    font-size: 15px;
    color: #666;
}
button#Switcher__control {
    width: 40px;
    height: 40px;
    margin-left: -40px;
}

#Switcher__control i:hover {
    color: #222;
}
.Switcher {
    top: 20% !important;
}
/* End Color NIp */
/* Start ScrollUp */
#scrollUp {
    background: #eca91f;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: center;
/* End ScrollUp */
    line-height: 40px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
}


.bg__y {
    background-color: #eca91f;
}

.pulse-slider-mb{
	display:block;
	margin-top:75px;
}
.pulse-b1{
	border-bottom: 5px solid #26aa6b;
}
.cat_boxed img {
    max-height: 80px;
    margin-bottom: 20px !important;
}

hr{
	border-color:#b8c4cb;
}
ul.show_cats_boxed { list-style: none; display: flex; flex-wrap: wrap; margin: auto; padding: 0px; justify-content: space-between; }
ul.show_cats_boxed li { margin-left: 3px; margin-right: 3px; flex-basis: 20.8%; border-bottom:5px solid #26aa6b; color:#58595b; height:200px; position: relative; font-weight: 600; text-transform:uppercase; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 10px; margin-bottom: 30px; font-size: 0.95em; line-height: 1.3em; font-size:1em; }
ul.show_cats_boxed li.cat_company { cursor:pointer; }
ul.cat_company_special { justify-content: center; }
ul.cat_company_special li.cat_company_special { flex-basis: 20%; margin-left:15px; margin-right:15px; cursor:pointer; }
ul.cat_company_special li.cat_company_special hr { background-color: #fff; width: 80px; margin-top: 15px; margin-bottom: 15px; }
ul.show_cats_boxed li.cat_company_special span { text-transform:none; font-weight:400; }
ul.show_cats_boxed li.cat_company:hover { border-color:#ccc !important; }					
ul.show_cats_boxed li.cat_company_special:hover { border-color:#ccc !important; }

.form-control{
background: #f1f5fd;
    height: 55px;
    border-color: rgba(0, 0, 0, 0.05);
}
.pt__top{
	padding-top:15px;
}
.pt-150 {
    padding-top: 150px;
}
.mb__btm{
	margin-bottom:50px;
}
.list-b{
	padding-left:10px;
}

.nio-con-why-choose-main-img {
    z-index: 1;
    padding-top: 100px;
}
.nio-con-why-choose-main-img .nio-con-wh-sh1 {
    top: 15px;
    right: 20px;
    z-index: -1;
}
.nio-con-why-choose-main-img .nio-con-wh-sh2 {
    top: 0;
    left: -135px;
    z-index: -1;
}
.nio-con-why-choose-main-img .nio-con-wh-sh3 {
    right: 40px;
    bottom: -90px;
}
.nio-con-why-choose-main-img .nio-con-why-choose-img {
    overflow: hidden;
    border-radius: 12px;
}

.icon-sector{
	width:50px;
	height:auto;
}

.top___bg___info{
	background-color:#0058a5;
}
.top__header__content p{
	padding-top:10px;
	font-size:15px;
	color:#fff;
}
.list-lang-menu{
	display:none;
}
@media screen and (max-width: 768px) {
	
	.list-lang-menu{
	display:block;
}
.list-lang{
	display:none;
}
	
}

.img-serv {
    width: 60px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
}
.img__icons__facilities {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f5f1e9;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background:rgb(0 85 166 / 18%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #0058a5;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #eca816;
  border-color: #eca816;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ed502e;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.cta {
    padding: 80px 0;
    background: #035aa7;
}
.section-title {
    padding-bottom: 40px;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f38b74;
    margin: 4px 10px;
}
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Panton", sans-serif;
}
.section-title p {
    margin: 0;
	padding-top:10px;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Panton", sans-serif;
    color: #0058a5;
}
.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ed502e;
    line-height: 1;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.img__icons__facilities{
	width:50px;
	height:auto;
	margin-bottom:10px;
}
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #0058a5;
}

.why-us .content h5 {
  font-size: 20px;
  color:#0058a5;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #000;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Panton", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#eca816 50%, rgba(236, 168, 22, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(236, 168, 22, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}
.counts {
  padding-top: 0;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Panton", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Panton", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}
.abt-services-headings {
    color: #eca815;
}
.section-title-space{
	padding-top:35px;
	padding-bottom:35px;
}
.white{
	color:#fff;
}

.pxp-page-image-hero-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 2;
}

.pxp-page-image-hero h1 {
    font-weight: 700;
    font-size: 58px;
    letter-spacing: -2px;
    color: #fff;
}
.pxp-no-hero {
    padding-top: 80px;
}
.breadcrumbs-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pxp-hero-opacity {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.breadcrumbs-hero {
    background-color: #ffcc00;
    height: 400px;
    position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumbs-list-view  h1 {
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1px;
	color:#076cc5;
}

.breadcrumbs-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    z-index: 2;
}


.breadcrumbs-list-view{
	position:absolute;
  left: 150px;
    right: 0;
    bottom: 140px ;
}

.breadcrumbs-image-hero h1 {
    font-weight: 700;
    font-size: 58px;
    letter-spacing: -2px;
    color: #fff;
}

.pt___20 {
    margin-top: 30px!important;
	padding-bottom:15px;
}
.mt--20 {
    margin-top: 0px!important;
}
.service-card-3:hover {
    box-shadow: 0 12px 35px rgb(0 0 0 / 7%);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.service-card-3 .inner {
    text-align: center;
}
.service-card-3.text-left .inner {
    text-align: left;
}
.service-card-3 .inner .icon {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}
.service-card-3.shape-bg-3 .inner .icon a {
    background: rgba(82,95,225,.15);
}
.service-card-3 .inner .icon a {
    align-items: center;
    background: #525fe1;
    background: #525fe1;
    border-radius: 35px 35px 3px 3px;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 70px;
}
.service-card-3 .inner .icon a i {
    color: #fff;
    color:#525fe1;
    font-size: 32px;
}
.service-card-3.shape-bg-3 .inner .icon a i {
    color: #525fe1;
  
}

.service-card-3 {
    background: #fff;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    transition: .4s;
    z-index: 2;
}
.service-wrapper-3 .about-us-two-service-wrapper {
    background-image: url("../img/about-bg.jpg");
	repeat:no-repeat;
	
}
.edu-section-gapTop {
    padding-top: 30px!important;
}
.serv__img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 30px 60px 0pxrgba(0, 0, 0, 0.1);
}
.space__frm{
	margin-bottom:15px;
}
.space-gp{
	margin-bottom:15px;
}


@media screen and (max-width: 768px) {

.breadcrumbs-list-view {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 30px;
	font-size:20px;
}
.breadcrumbs-list-view h1{
      position: relative;
	font-size:25px;
}
.breadcrumbs-hero {
    background-color: #ffcc00;
    height: 200px;
    position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}

a.alkarim-services {
    border: 1px solid;
    padding: 8px;
    font-weight: bold;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
	display:block;
	margin-bottom:10px;
}
.space__btm{
	padding-top:25px;
}
.li-alkarim{
	display:flex;
}


.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border:1px solid #f3f3f3;
}
.team-heading{
	font-size:18px;
	font-weight:300;
	color:#6c757d;
}
.team-highlight{
	color:#eca91f;
	font-weight:600;
	size:16px;
}