/*

Doodle Website Stylesheet 
Version: 01
Last updated: dd-mm-yyyy

*/
* { outline: 0 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0;
    padding:0
}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,hgroup,blockquote,figure,form,fieldset,input,legend,pre,abbr,button{
    margin:0;
    padding:0
}
pre,code,address,caption,th,figcaption{
    font-size:1em;
    font-weight:normal;
    font-style:normal
}
fieldset,iframe,img{
    border:0
}
caption,th{
    text-align:left
}
table{
    border-collapse:collapse;
    border-spacing:0
}
article,aside,footer,header,nav,main,section,summary,details,hgroup,figure,figcaption{
    display:block
}
audio,canvas,video,progress{
    display:inline-block;
    vertical-align:baseline
}
button{
    background:none;
    border:0;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    color:inherit;
    cursor:pointer;
    font:OpenSans;
    line-height:inherit;
    overflow:visible;
    vertical-align:inherit
}
button:disabled{
    cursor:default
}
:focus{
    outline:2px solid #c1e0fr;
    outline:2px solid rgba(131,193,253,0.5);
    outline-offset:1px
} 
::-moz-focus-inner{
    border:0;
    padding:0
} 
:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){
    outline:none
}
html{
    font-family:"OpenSans",sans-serif;
    font-size:106.25%; 
} 
body{
    font-size:17px;
    line-height:1.47059;
    font-weight:400;
    letter-spacing:-.022em;
    font-family:"OpenSans",sans-serif;
    background-color:#fff;
    color:#333;
    font-style:normal; 
	margin:0; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
	overflow-x: hidden;
} 
body,input,textarea,select,button{
    font-synthesis:none;
    -moz-font-feature-settings:'kern';
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    direction:ltr;
    text-align:left
}
h1,h2,h3,h4,h5,h6{
    color:#111
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{
    display:block;
    margin:0
}
h1+*,h2+*,h3+*,h4+*,h5+*,h6+*{
    margin-top:.8em
}
h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h5+h1,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h6+h1,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6{
    margin-top:.4em
}
p+h1,ul+h1,ol+h1,p+h2,ul+h2,ol+h2,p+h3,ul+h3,ol+h3,p+h4,ul+h4,ol+h4,p+h5,ul+h5,ol+h5,p+h6,ul+h6,ol+h6{
    margin-top:1.6em
}
p+*,ul+*,ol+*{
    margin-top:.8em
}
ul,ol{
    margin-left:1.17647em
}
ul ul,ul ol,ol ul,ol ol{
    margin-top:0;
    margin-bottom:0
}
nav ul,nav ol{
    margin:0;
    list-style:none
}
li li{
    font-size:1em
}
a{
    color:#0070c9
}
a:link,a:visited{
    text-decoration:none
}
a:hover{
    text-decoration:underline
}
a:active{
    text-decoration:none
}
p+a{
    display:inline-block
}
p{
    font-weight: 300;
    font-size: 15px;
    position: relative;
    line-height: 22px;
    color: #fff;
    font-family: 'OpenSans';
}
 a:hover{
    color:#222;
}
 label, a,li,img,div,:before,:after{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

/* IMAGES -----------------------------------------------------------------*/
 img{
     max-width:100%;
     width:auto;
     height:auto;
}
/* FONTS -----------------------------------------------------------------*/ 
 
  
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('fonts/PlayfairDisplay-Regular.eot') format('embedded-opentype');
  src:  url('fonts/PlayfairDisplay-Regular.woff') format('woff'), 
  url('fonts/PlayfairDisplay-Regular.ttf')  format('truetype'), 
  url('fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
@font-face {
  font-family: 'PlayfairDisplay-Bold';
	src: url('fonts/PlayfairDisplay-Bold.eot') format('embedded-opentype');
	src:  url('fonts/PlayfairDisplay-Bold.woff') format('woff'), 
	url('fonts/PlayfairDisplay-Bold.ttf')  format('truetype'), 
	url('fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
 

@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans.eot') format('embedded-opentype');
  src:  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;
}







 
/* DOODLETECHNOLOGIES -----------------------------------------------------------------*/

:root{
	--bg_color: #fff; 
	--pdng_t0P:0;
	--pdng_b0MP:0;
	--mrgn_t0P:0;
	--mrgn_b0MP:0;
	--csr_pntr:pointer;
	--pstin:fixed;
	--pstin:relative;
	--pstin:absolute;
	--pstin:static; 
	--udr_l:underline;
}

body{
	background-color: var(--content-height);
} 

.Dle_container, .Dle_content{ 
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
	position: relative;
    z-index: 9;
}

.f1faL{
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
  
.Wdthly{
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
}

.D-B-flex{
     -webkit-box-flex: 0;
}

.D-Ml0e{
     margin-left:auto;
}

.D-Mr0e{
     margin-right:auto;
}

.D-Flw{
     width:100%;
} 

.Dle_wrapper{
    background-color: #202349;
    display: block;
    height: 100%;
    position: relative;
	z-index: 9;
} 
 
/* FIXED CSS CODE-----------------------------------------------------------------*/
	
 
body, html {
    height: 100%;
}

.LoGo_Am {
    margin-right: auto;
    margin-left: auto;
}

 

header.header_al {
    padding-bottom: 62px;
}

.Dle_container {
    height: 100%;
}
.Cptn {
    margin-left: auto;
    margin-right: auto;
}

.Rgt_tB {
    margin-left: auto;
    padding-right: 48px;
}
.content_wRapper {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 5%;
}
.CptnContainer {
    margin-top: -80px;
}

.HdCaptn {
    font-size: 5rem;
    color: #eeebbf;
    line-height: 80px;
	font-family: 'PlayfairDisplay-Bold';
}
h1.HdCaptn span {
    padding-left: 60px;
}
.Rgt_tBContainer {
    width: 420px;
}
.Rgt_tBContainer .panel.panel-default {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    float: left;
    width: 100%;
}
.Rgt_tBContainer .panel.panel-default:before {content: '';width: 25px;height: 25px;background: url(images/logo_o.png);position: absolute;left: 0;top: 8.2px;background-size: 23px;background-repeat: no-repeat;}
.Rgt_tBContainer .panel.panel-default:last-child {
    margin-bottom: 0;
}

.Rgt_tBContainer .panel.panel-default h4 a {
    color: #fff;
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'PlayfairDisplay-Regular';
    text-transform: uppercase;
}
.Rgt_tBContainer .panel.panel-default a {
	color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    line-height: 22px;
}
.Rgt_tBContainer .panel.panel-default h4 a:before {content: '';width: 15px;height: 14px;background: url(images/arrow_mre.png) center;position: absolute;right: 40px;top: 14px;background-size: contain;background-repeat: no-repeat;}

.Rgt_tBContainer .panel.panel-default h4 a:hover {
    color: #aaa;
}
.Dle_container {
    background: #000;
    background-size: cover;
    background-position: center bottom;
}
.Rgt_tBContainer .panel.panel-default h4 a{
    font-size: 16px;
}

.build_pic {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: table;
}

.Abu-Dhabi_bldng {
    background: url(images/buld.png);
    width: 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: contain;
    height: 58%;
}

.build_Container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}
.Top-HeaderContainer {
    padding-right: 25px;
}
div#faqAccordion {
    float: left;
    width: 100%;
    border: 0;
}

@media only screen and (max-width: 1400px) { 
.LoGo_Am img {
    max-width: 140px;
}
}
 
@media only screen and (max-width: 600px) { 
.Rgt_tB {
    padding-right: 0;
    margin-right: auto;
    width: 100%;
}
.Rgt_tBContainer {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    min-height: 350px;
}
.Rgt_tBContainer .panel.panel-default h4 a:before {
    right: 0;
}
.content_wRapper {
    padding-left: 15px;
    padding-right: 15px;
}
}
 

@media only screen and (max-width: 400px) { 
.Rgt_tBContainer .panel.panel-default h4 a {
    font-size: 14px;
}
.Rgt_tBContainer .panel.panel-default:before {
    width: 20px;
    height: 20px;
    background-size: 18px;
    top: 10px;
}
}


 @media only screen and (max-width: 320px) {  
.Rgt_tBContainer .panel.panel-default h4 a {
    font-size: 13px;
    letter-spacing: 1px;
}
.Rgt_tBContainer .panel.panel-default { 
    padding-left: 25px; 
}
.Rgt_tBContainer .panel.panel-default:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 12.2px;
}
}
 