/*
Theme Name: Darahim20
Theme URI: https://darahiminvestment.ae
Author: Darahim Investment
Author URI: https://darahiminvestment.ae
*/

:root {
  --main-txt-color: #d8d8d8;
  --main-title-color: #292929;
	--heading-title-color: #000000;
  /*--theme-col: #4D2712;*/
  --theme-col: #055763;
  --theme-sec-col: #EBAA0F;
  --sub-text-color: #7c7c7c;
  --ico-col: #aaa;
  --bg-light: #f4f4f4;
  --bg-light-2: #f6f6ff;
  --input-bg: #f1f1f1;
  --footer-col: #4D2712;
  --font-ex-lg: 52px;
  --font-lg: 40px;
  --font-ex-md-2: 32px;
  --font-ex-md: 24px;
  --font-md: 22px;
  --font-xmd: 20px;
  --font-smd: 18px;
  --font-sm: 16px;
  --font-xs: 14px;
}

@font-face {
  font-family: "Dubai, Bold";
  src: url("assets/fonts/webfonts/DubaiW23-Bold.eot"), url("../fonts/webfonts/DubaiW23-Bold.ttf") format("truetype"), url("assets/fonts/webfonts/DubaiW23-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Dubai, Light";
  src: url("assets/fonts/webfonts/DubaiW23-Light.eot"), url("../fonts/webfonts/DubaiW23-Light.ttf") format("truetype"), url("assets/fonts/webfonts/DubaiW23-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Dubai, Medium";
  src: url("assets/fonts/webfonts/DubaiW23-Medium.eot"), url("../fonts/webfonts/DubaiW23-Medium.ttf") format("truetype"), url("assets/fonts/webfonts/DubaiW23-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Dubai, Regular";
  src: url("assets/fonts/webfonts/DubaiW23-Regular.eot"), url("../fonts/webfonts/DubaiW23-Regular.ttf") format("truetype"), url("assets/fonts/webfonts/DubaiW23-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--sub-text-color);
  font-family: "Dubai, Regular";
}

h1 {
  font-family: "Dubai, Bold";
  font-size: var(--font-ex-lg);
	color: var(--heading-title-color);
}

h2 {
  font-family: "Dubai, Medium";
  font-size: var(--font-lg);
  color: var(--heading-title-color);
}

h3 {
  font-family: "Dubai, Bold";
  font-size: var(--font-ex-md);
	color: var(--heading-title-color);
}

h4 {
  font-family: "Dubai, Medium";
  font-size: var(--font-ex-md);
  color: var(--header-color);
}

p {
  font-size: var(--font-md);
  color: var(--sub-text-color);
	line-height: 37px;
}

a {
  font-size: var(--font-sm);
}

a:hover {
  color: unset;
}

a:hover {
  text-decoration: none;
}

.btn:focus, .search-input:focus {
  outline: none;
  box-shadow: unset;
}

.mt-lg {
  margin-top: 80px;
}

.dubai-bold {
  font-family: "Dubai, Bold";
}

.main-t-color {
  color: var(--main-title-color);
}

.font-18 {
  font-size: var(--font-smd);
}

.logo-max {
  max-width: 80px;
}

.br-large {
  height: 50px;
}

.br-md {
  height: 30px;
}

.br-sm {
  height: 15px;
}

.link, .link:hover {
  text-decoration: underline;
  font-size: var(--font-md);
  color: var(--main-title-color);
}

/* image style */

.how-image {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 1.0)), linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 1.0)), url('../images/howitworks.jpg');
  background-size: cover;
  background-position: left;
}

.risk-image {
  background-image: linear-gradient(to bottom, rgba(246, 246, 255, 1.0), rgba(0, 0, 0, 0.0), rgba(246, 246, 255, 1.0)), linear-gradient(to left, rgba(0, 0, 0, 0.0), rgba(246, 246, 255, 1.0)), url('../images/risk-management.jpg');
  background-size: cover;
  background-position: 0px 0px;
}

.protection-image {
  background-image: linear-gradient(to bottom, rgba(246, 246, 255, 1.0), rgba(0, 0, 0, 0.0), rgba(246, 246, 246, 1.0)), linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(246, 246, 255, 1.0)), url('../images/protection.jpg');
  background-size: cover;
  background-position: left;
}

.privacy-image {
  background-image: linear-gradient(to bottom, rgba(246, 246, 255, 1.0), rgba(0, 0, 0, 0.0), rgba(246, 246, 255, 1.0)), linear-gradient(to left, rgba(0, 0, 0, 0.0), rgba(246, 246, 255, 1.0)), url('../images/privacy.jpg');
  background-size: cover;
  background-position: 0px bottom;
}

.impossible-image {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 1.0)), linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 1.0)), url('../images/impossible.jpg');
  background-position: -70px -133px;
	background-repeat: no-repeat;
}

/*  atoms */

.title-b {
  color: var(--main-title-color);
  font-family: "Dubai, Bold";
  font-size: var(--font-lg);
}

#section1 h1.title-b {
  font-size: var(--font-ex-lg);
}

#section1 .channel-title {
  font-size: var(--font-ex-md-2);
}

.p-desc {
  color: var(--sub-text-color);
  margin-bottom: 50px;
}

.btn-blue:hover, .btn-blue:focus, .btn-red:hover, .btn-red:focus, .btn-red-gradient:hover, .btn-red-gradient:focus .btn-long-blue-gradient:hover, .btn-long-blue-gradient:focus, .btn-blue-gradient:hover, .btn-blue-gradient:focus, .btn-transparent:hover, .btn-transparent:focus {
  color: #fff;
}

.btn-blue {
  background-color: #EBAA0F;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.btn-lg {
  padding: 10px;
}

.btn-lg i {
  font-size: 30px;
  vertical-align: bottom;
  margin: 0 5px;
}

.underline-none {
  text-decoration: none !important;
}

.btn-transparent {
  border: 1px solid var(--theme-sec-col);
  border-radius: 2px;
  color: var(--theme-sec-col) !important;
  text-transform: uppercase;
  padding: 5px 15px;
}

.portfolio-item {
  margin-bottom: 30px;
}

/* Navbar */

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--main-title-color);
}

.bg-dark {
  background-color: var(--theme-col) !important;
}

.navbar-brand img {
  max-width: 80px;
}

.navbar-nav-border li.nav-item {
  margin: 0px 15px;
  padding-top: 10px;
  padding-bottom: 9px;
   
}

.navbar li.nav-item:hover {
  border-bottom: 1px solid var(--theme-sec-col);
}

.no-hover:hover {
  border-bottom: none !important;
  cursor: pointer;
}

.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: top 0.5s ease-in-out;
  transition: transform 300ms;
}

.absolute-top.hide {
  transform: translateY(-200px);
}

.absolute-top.hideslow {
  transform: translateY(-200px);
}

.social-icon i {
  color: #fff;
  vertical-align: text-bottom;
  font-size: 22px;
  margin: 5px;
}

#main-nav {
  margin-top: 90px;
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff !important;
  border-bottom: 1px solid #ddd;
}

#topnav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#topnav .navbar-brand {
  margin-left: 9px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 59px;
}

.nav-icon-ham {
  margin: 0;
  margin-top: 5px;
  width: 40px;
}

.nav-icon-ham:after, .nav-icon-ham:before, .nav-icon-ham div {
  background-color: var(--theme-col);
  border-radius: 3px;
  content: '';
  display: block;
  height: 3px;
  margin: 7px 0;
  transition: all .2s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .nav-icon-ham:hover:before {
  transform: translateY(5px) rotate(180deg);
	background: #FFF;
}

.navbar-toggler[aria-expanded="true"] .nav-icon-ham:hover:after {
  /* transform: translateY(-12px) rotate(-180deg); */
  display: none;
}

.navbar-toggler[aria-expanded="true"] .nav-icon-ham:hover div {
  transform: scale(0);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

.brand-img-mob {

}

/* section1 */
#section0 {
  margin-top: 180px;
}
#section1 {
  padding: 30px 0 50px;
}

#section1 .fas {
  color: var(--theme-sec-col);
}

.channel-block .channel-title {
  color: var(--main-title-color);
  margin: 30px 0 20px;
  font-size: var(--font-md);
  font-family: "Dubai, Bold";
}

.channel-block .channel-desc {
  font-size: var(--font-smd);
}

.app-ico {
  height: 50px;
  cursor: pointer;
}

/* sections */

.onbehalf{
	background: url(../images/focus-bg.png);
	background-size: cover !important;
}
.onbehalf h2{
	color: #FFF !important;
}
.onbehalf .focus-title{
	color: #FFF;
}
.onbehalf .focus-desc{
	color: #FFF;
}

#focus-section, #risk-section {
  background-color: #F6F6FF;
  background-size: 100% 100%;
  padding: 77px 0 60px;
  color: var(--main-title-color);
}

#focus-section .channel-title, #focus-section h2, #risk-section .channel-title, #risk-section h2 {
  color: var(--main-title-color);
}

.focus-title {
  font-size: var(--font-md);
  font-weight: 900;
  margin-top: 10px;
}

.focus-desc {
  color: var(--sub-text-color);
}

.focus-img {
  border-radius: 32px;
  max-height: 508px;
  margin: 0 auto;
}

.risk-title {
  font-size: var(--font-ex-md);
  font-family: 'Dubai, Bold';
  margin: 20px 0;
}

.border-curve {
  border-radius: 30px;
}

/* charge you biz */

#charge-biz {
  padding: 60px 0;
}

#charge-biz .btn-blue {
  width: 60%;
}

#charge-biz .steps .step-desc {
  color: var(--main-title-color);
  font-size: var(--font-md);
  display: inline-block;
  width: 80%;
  vertical-align: top;
}

.step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--theme-sec-col);
  color: #fff;
  font-family: 'Dubai, Bold';
  font-size: var(--font-ex-md);
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin-right: 10px;
}

/* partners */

#partners {
  background: #fff;
  padding: 30px 0;
}

#partners img {
  margin-bottom: 20px !important;
  width: 50%;
}

/* footer */

footer {
  background: var(--footer-col);
  color: #fff;
  font-family: "Dubai, Regular";
  padding-bottom: 1px;
}

#footer {
  padding-bottom: 20px;
}

#footer ul {
  padding: 0;
}

#footer ul li {
  display: inline-block;
  cursor: pointer;
  padding: 6px 0;
}

#footer ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

#footer .social-icon i {
  margin-right: 10px;
  margin-top: 7px;
  float: right;
}

.copyright {
  margin-bottom: 5px;
  font-size: var(--font-xs);
  color: #fff;
}

.footer-link {
  color: #fff;
  font-size: var(--font-xs);
}

hr {
  border-top: 1px solid rgba(2555, 255, 255, 0.1);
}

#back2Top {
  width: 45px;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50px;
  padding-top: 4px;
  color: #fff;
  background: #4dc247;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}


/* tekno */
#headerdone + .wpb_row{
	margin-top: 150px !important;
}

.vc_row{
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-right: 15px;
	padding-left: 15px;
}

.wpb_wrapper li{
	font-size: var(--font-md);
	line-height: 37px;
}

.darainputcontact input,  .darainputcontact textarea{
    background: #f1f1f1 !important;
}
.submitcontact{
    background: #ebaa0f !important;
    font-size: 18px !important;
    font-family: "Dubai, Bold" !important;
    text-align: center !important;
    text-transform: uppercase;
    padding: 6px !important;
    width: 30% !important;
    color: #FFF  !important;
    border: none !important;
    
}



/* Custom for Mobile and Tablet devices (landscape tablets, 768px and up) */
@media (max-width: 991px) {
  :root {
    --font-ex-lg: 34px;
    --font-lg: 28px;
    --font-ex-md-2: 26px;
    --font-ex-md: 24px;
    --font-md: 22px;
    --font-xmd: 20px;
    --font-smd: 18px;
    --font-sm: 16px;
    --font-xs: 14px;
  }
  #section1 {
    margin-top: 3px;
          padding: 10px 0 50px;
  }
    #section0 {
    margin-top: 90px;
  }
    
  #navbarResponsive {
    background: var(--theme-col) !important;
    border-radius: 4px;
    margin-top: 0;
    text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
		width: 100%;
  }
	.collapse-margin{
		margin-top: 60px;
	}
	#navbarResponsive ul{
		padding: 0 20px 20px;
	}
  #main-nav {
    margin-top: 0px !important;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  .navbar-toggler {
    margin-top: 2px;
  }
  #navbarResponsive .nav-link {
    color: #fff;
  }
  #navbarResponsive li {
    margin: 5px 0;
  }
  .brand-img-mob {
    background: url("../images/brand-mobile.png");
    background-size: 100% 100%;
    display: block;
    width: 146px;
    margin-top: 6px;
    height: 100px;
  }
  .fa-5x {
    font-size: 4em !important;
  }
  .navbarResponsive-white {
    background: #fff !important;
    border: 1px solid #ccc;
  }
  header {
    background-size: cover;
  }
  .main-block {
    padding: 10px 10px 0 10px;
  }
  .main-block p, .main-cta, #charge-biz .btn-blue {
    width: 100%;
  }
  .channel-block {
    margin-bottom: 20px;
  }
  .mob-show {
    height: 200px;
  }
  #risk-section h2 {
    text-align: center;
  }
	#charge-biz h2 {
    text-align: center;
  }
	
  .mt-lg, .contact-info {
    margin-top: 30px;
  }
  #partners img {
    width: 70%;
  }
  footer .ptitle, footer ul, #FAQ .tab-content, #btnsubmit {
    margin-top: 20px;
  }
  footer .container.mb-5 {
    margin-bottom: 20px !important;
  }
  #footer {
    background-size: inherit;
  }
}


@media only screen and (max-width: 768px) {
	#main-nav{
		position: fixed;
		margin-top: 0px;
	}
}

/* Extra small devices (phones, 600px and down) */

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

}
/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}


.alterimage img {
    height:220px;
}
