/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  font-family: 'Kulim Park','sans-serif';
}

/* Main settings start from here ...... */

.clearfix::after { content: "";display: table;clear: both;}

a {
  text-decoration: none;
  color: inherit;
}

html,body,.topsec,.top_sec_innr {
  height: 100%;
}


header {
  background: transparent;
  height: 70px;
  position: absolute;
  top:0;left: 0;right: 0;

  /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0.1) 95%, rgba(0,212,255,0) 100%); */
  /*! background-position-y: 0px; */
  z-index: 1;
  /*! background-size: 74% 87px; */
}
.logo_cnt {
  float: left;
  margin-left: 10px;
  margin-top: 0px;
}
.logo { display: inline-block;height: 50px;margin-top: 30px;}
.logo_cnt > span {
  margin-left: -10px;
  display: inline-block;
  font-weight: 300;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
}
.logo_cnt > span>i {
  color: #64173b;
  font-weight: 400;
}


.menu_cnt { float: right; font-size: 18px; font-weight: 400; margin-right: 10px;margin-top:25px;}
.menu li { display: inline-block; color: #fff;line-height: 30px;font-weight: 300;}
.menu li a { display: block;padding: 3px 15px;}
.menu li a:hover { color:#fff;border-bottom:2px solid #fff }

.know_more_btn {
    border: 1px solid #0f2c3f;
    color: #0f2c3f;
    padding: 9px 30px;
    text-align: right;
    line-height: 1.3;
    display: inline-block;
    transition:all 0.5s;
}
.know_more_btn:hover {
    background:#0f2c3f;
    color:#fff;
    
}


.topsec_caption {
    font-size: 20px;
    max-width: 400px;
    color: #0f2c3f;
    margin-bottom: 3em;
    font-weight: 100;
    line-height: 1.2em;
}

.topsec {
  box-sizing: border-box;
  padding-top: 70px;

  background: url('../images/3_105_qatar_03.jpg') no-repeat center center /cover,#ffffff;
  /*! position: relative; */
  position: relative;
}

.top_sec::before {
  content: "";
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  /*! background: rgba(95,21,55,0.8 ); */
}
.top_sec_innr {
  box-sizing: border-box;

  position: relative;
  padding: 50px 0;
  background-position: 0 8%;
}
.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
.container._mw700 {
    max-width:700px;
}

.container._mw1000 {
    max-width:1000px;
}

.container._mw1200 {
    max-width:1200px;
}


.rel_pos {
  position: relative;
}

.topsec_h1 {
  font: 400 52px/1.3em 'TeX Gyre Adventor',sans-serif;
  color: #0f2c3f;
  margin: 7% 0 5%;
  /*! background: rgba(72, 72, 72, 0.4); */
  padding: 9px 0;
  display: inline-block;
}

.topsec_h1 span {
    font-weight:600;
    color:#701d3e;
}

h2.topsec_h2 {
	font-size: 28px;
	color: #b94545;
	float: left;
	width: 60%;
	line-height: 1.3;
	font-weight: 300;
}
h2.topsec_h2 span {
	background: rgba(255, 255, 255, 0.9);
	box-decoration-break: clone;
	padding: 0px 7px;
}

.topsec_left_cnt {
  float: left;width: 60%;
}
.topsec_right_cnt {
  float: right;width: 40%;
  text-align: right;
}
.topsec_right_cnt img {
  margin-top: 100px;
  width: 500px;
  opacity: 0.7;
}


section.sec1 {
    padding:70px 0;
    background: #701d3e;
    color:#fff;
    border-color:#fff;
    background-image : url('../images/bg_pattern.png');
}

.sec_head {
    text-align:center;
    font: 500 32px 'Cairo';
    margin-bottom:1em;
    border-color:inherit;
}

.sec_head:after {
    content:"";
    display:block;
    margin:0 auto;
    width:2em;
    border-bottom-width:4px;
    border-bottom-style:solid;
}

.sec_p_1 {
    font-size:20px;
    line-height:1.5em;
    
    text-align:justify;
    margin-bottom:1em;
}


section.sec2 {
    padding:70px 0;
    background: #fff;
    color:#701d3e;
    border-color:#701d3e;
}

section._dark {
    background: #701d3e;
    background-image : url('../images/bg_pattern.png');    
    background-size:contain;   
    color:#fff;
}

.sec2_inner:before {
    content:"";
    width:1px;
    height:100%;
    display:inline-block;
}

.sec2_inner:after {
    content:"";
    display:table;
    clear:both;
}

section.sec2._light .sec_p_1 {
    color:#222;
}

section.sec2._light .sec_p_1 {
    display:inline-block;
    width:55%;
    vertical-align:middle;
    padding-top:4%;
}

section.sec3 {
    padding:100px 0;
}


footer {
    padding:80px 0;

}

.sec_image_right {
    float:right;
    width:40%;
    margin-left:30px;
}

.ficon_cnt {
    float: left;
    height: 56px;
    width: 81px;
    background: url('../images/logo_white.png');
    background-size: auto auto;
    background-size: contain;
}

.sitemap {
    float:right;
}

.sitemap li {
    display: inline-block;
    margin-left: 1.5em;
    font-size: 19px;
}

.al_center {
    text-align:center;
}

.mail_icon {
    margin-top:20px;
    font-size: 32px;
    display: inline-block;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    border: 1px solid #ae8e9b;
    line-height: 40px;
    transition:all 0.5s;
}

.mail_icon:hover {
    background:#fff;
    color:#701d3e;
    border-color:#fff;
}

.sec3_p {
    font-size:18px;
    margin-bottom:30px;
}

.social_icons {
    float:right;
}

.social_icons > li {
    display: inline-block;
    margin-left: 1.5em;
    font-size: 24px;
}
