html, body, 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;
    box-sizing: border-box;
    position: relative;
}


ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}


body {
    height: 100%;
    margin: 0;
    background: #fff;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}


.container {
    max-width: 1200px;
    width: 100%;
}



body h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
	text-transform:uppercase;
}
body p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}
.h1 {
    font-size: 46px;
    line-height: 52px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}








.video_mn .video-bg {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

#banner_sldr {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.item {
    overflow: hidden;
}
.video_mn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.7);
}
.bnr_tx {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
	padding:0 15px;
}
.bnr_tx h1 {
    color: #fff;
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bnr_tx h2 {
	font-size: 28px;
}
.bnr_tx2 .Sun_btn a small {
    text-transform: capitalize;
}
.bnr_tx h4 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 25px;
}
.arrow-down-icon  {
    position: relative;
    top: -5px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 0.2em solid #fff;
    border-top: 0.2em solid #fff;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
}
.arrow-down-icon:hover  {
    border-color: #dd7d33;
}
.downArrow_ani{
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
	animation: downarrow 0.6s infinite alternate ease-in-out;
    display: block;
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}
.intri_tx p {
    font-size: 15px;
    line-height: 24px;
	color:#000;font-weight:500;
}
.intri_tx p b {font-weight:700;}

.intri_tx ul {padding:0 0 20px 18px;}
.intri_tx ul li {
    font-size: 15px;
    line-height: 24px;
	color:#000;font-weight:500;
	list-style:disc;
}
.intri_tx ul li b {font-weight:700;}





.section_1 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    margin-bottom: 20%;
}
.section_2 {
    position: relative;
    height: auto;
    z-index: 9;
    transition: 0.5s all ease;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
	background:#000;
	padding:110px 0 50px;
}

.intro_img {padding:0 0 0 30px;}
.intro_img img { 
	border-radius:15px;
	display:block;
    
}
.bnr_tx2 .row {
    align-items: center;
}
.intri_tx h2 {
    /*text-transform: inherit;*/
    font-size: 36px;
    text-align: left;
    line-height: 40px;
	color:#000;
}
.section_3 {
	padding:80px 0;
    height: auto;
    background: #d9ebf5;
}
.intri_tx {
    padding-right: 0px;
}

.intri_tx .key_facts {padding:30px 0 0;}
.intri_tx .key_facts h2 {margin:0 0 25px;}
.intri_tx .key_facts .figures .point {border-left:3px solid #286ca9; padding:0 20px; margin:0 0 20px;}
.intri_tx .key_facts .figures .point strong {font-weight:700; color:#286ca9; display:block; font-size:24px; padding:0 0 10px;}
.intri_tx .key_facts .figures .point span {font-weight:500; color:#000; display:block; font-size:15px; line-height:22px;}

.bnr_tx2{
    /*opacity: 0;*/
    transition: 0.5s all ease;
    transition-delay: 0.5s;
}
.Add_Section .bnr_tx2 {
    transition: 0.5s all ease;
    transition-delay: 0.5s;
    opacity: 1;
}
.section_3 h2 {
    color: #000;
}
.section_mn {
    position: relative;
    z-index: 9;
    /* opacity: 0; */
    transition: 0.2s all ease;
    transition-delay: 0.5s;
}
.section_mn.Add_Section {
    transition: 0.2s all ease;
    transition-delay: 0.5s;
    background: #000000;
}
.main_container {
    position: relative;
    background: #fff;
    z-index: 99;
}
.section_3 {
	padding:80px 0;
    height: auto;
}
.bnr_tx3 {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_img1 {
    padding: 15px 0px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
	overflow: hidden;
}
.section_img1 img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}
.section_img1:hover img {
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
/*
.section_img1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    z-index: 9;
}
*/
.Repot_a_bx a {
    min-height: 130px;
    background: #4769af;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    transition: 0.5s all ease;
    padding:15px 20px;
    border-radius:20px;
    text-align: center;
	cursor: pointer;
	min-height:145px;
	flex-direction:column;
}

.Repot_a_bx a b {font-weight:700; color:#edf7f9; font-size:17px; display:block; padding:0 0 5px;}

.Repot_a_bx a:hover {
    transition: 0.5s all ease;
    background: #08203f;
    color: #fff;
}

.graf_tx p {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}
.graf_tx {
    padding-right: 30px;
}
.Cot_scn:nth-child(even) .row {
    flex-direction: row-reverse;
}
.Cot_scn:nth-child(even) .graf_tx {
    padding-right: 0;
    padding-left: 30px;
}
.graf_tx_Ul{padding-top:15px;}
.graf_tx_Ul li {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.graf_tx_Ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #1f4b53;
}
.Cot_scn h2 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: inherit;
    font-size: 26px;
    position: relative;
    padding-bottom: 0px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
/*
.Cot_scn h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: #1f4b53;
}
*/
.Cot_scn {
    padding: 80px 0;
    background: #000;
}
.Cot_scn:nth-child(even) {
    background: #F3F2F0;
}

.Sun_btn {
    margin-bottom: 20px;
}
.Sun_btn a {
    display: inline-block;
    padding: 8px 30px 8px;
    line-height: 27px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    background: #1f4b53;
    border: 1px solid #1f4b53;
    border-radius: 50px;
    transition: 0.5s all ease;
    margin: 2px;
}
.bnr_tx2 .Sun_btn a {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.Sun_btn a:hover {
    background: #febf10;
    color: #000000;
    border: 1px solid #febf10;
	transition:0.5s all ease;
}
.COM_container {
    padding: 80px 0;
    text-align: center;
    background: #f3f2f0;
}
.COM_container p {
    color: #000;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
}
.COM_container p a {
    display: inline-block;
    color: #bf4b27;
    transition: 0.5s all ease;
}
.COM_container p a:hover {
    color: #000;
    transition: 0.5s all ease;
}

.viewer-title {
    display: none !important;
}
.viewer-button {
    background-color: #bf4003 !important;
}
.viewer-container {
    z-index: 9999999999 !important;
}
.viewer-list.viewer-transition {
    display: none;
}
li.viewer-one-to-one, li.viewer-reset, li.viewer-rotate-left, li.viewer-rotate-right, li.viewer-flip-horizontal, li.viewer-flip-vertical {
    display: none;
}
.viewer-toolbar {
    width: 133px !important;
	display: none !important;
}
.viewer-title {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
}
.viewer-button.viewer-close {
    background: transparent !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.h3 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}


#Report_Highlights .section_slider .item {text-align:center;}
#Report_Highlights .section_slider .item img {max-width:800px; border-radius:15px; display:inline-block;}

#Report_Highlights h1.h1 {font-size:36px; line-height:42px; margin:0 0 20px; font-weight:600; color:#fff;}

#Contact h2 {font-size:36px; line-height:42px; margin:0 0 20px; font-weight:600;}

/* PARTNERS */

.partners {padding:70px 0; text-align:center;}
.partners strong {display:block; text-align:center; color:#000s; font-weight:600; font-size:24px; padding:0 0 30px;}

.partners .pp_blk {background:#fff; text-align:center; padding:20px 30px; box-shadow:0px 0px 30px #eee; margin:0 10px 30px; position:relative; z-index:1; 
border-radius:20px; display:inline-block;}

/* KEY INFOGRAPHICS */

.key_infographics {padding:70px 0; text-align:center; display:none;}
.key_infographics h2 {color:#000;}

/* FOOTER */

.footer {width:100%; float:left;}

.footer .ft_top {width:100%; float:left; background:#222; padding:50px 10px; text-align:center;}
.footer .ft_top strong {display:block; text-align:center; color:#fff; font-weight:700; font-size:24px; padding:0 0 30px;}
.footer .ft_top p {display:block; text-align:center; color:#fff; font-weight:300; line-height:24px; padding:0; font-size:14px;}
.footer .ft_top p b {text-transform:uppercase; color:#fff; font-weight:700; font-size:18px;}
.footer .ft_top p a {color:#fff; font-weight:700; letter-spacing:1px;}
.footer .ft_top p a:hover {color: #5796c9; transition: 0.5s all ease;}
.footer .ft_top .pic {width:120px; height:120px; display:inline-block; border-radius:50%; margin:0 0 20px;}
.footer .ft_top .pic img {border-radius:50%; width:100%;}

.footer .ft_bottom {width:100%; float:left; background:#000; padding:20px 0;}
.footer .ft_bottom address {display:block; text-align:center; font-size:13px; font-weight:300; letter-spacing:0.5px; line-height:22px; color:#fff;}

.section_2 .ebook_info {display:block; padding:0 0 20px;}
.section_2 .ebook_info small {display:block; color:#fff; font-size:20px; font-weight:400; padding:0 0 15px; text-transform: uppercase}
.section_2 .ebook_info h2 {display:block; text-align:left; color:#fff; font-size:36px; font-weight:700; line-height:42px;}
.section_2 .ebook_info h3 {display:block; text-align:left; color:#fff; font-size:24px; font-weight:500; padding:20px 0; line-height:28px;}
.section_2 .ebook_info h3 span {color:#fff; font-size:18px; display:block; line-height:normal; text-transform:none; padding:0 0 5px; font-weight:normal;}

.section_2 .logo {display:block;}
.section_2 .logo small {display:block; color:#fff; font-size:15px; font-weight:400; padding:0 0 10px;}
.section_2 .logo img {max-width:250px;}







