@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* CSS Document */
body{padding:0px;margin:0px;background-color:var(--bg-white);font-size:16px;color:#303030;line-height:20px;font-family:'Nunito Sans',sans-serif;font-weight:400;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,main,nav,section,audio,video,source{display:block;margin:0;padding:0;}
a,img{border:medium none;}
a{color:#303030;text-decoration:none;}
div{margin:0;padding:0;}
p{font-size:16px;line-height:24px;padding:0px;margin:0px;color:#303030;}
h1,h2,h3,h4,h5,h6{font-weight:normal;padding:0px;margin:0px;line-height:30px;}
a{color:#303030;outline:none;}
ul,li{list-style:none;}
a:focus,:focus{outline:none;}
ul,ol{list-style-type:none;padding:0px;margin:0px;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.clear{clear:both;line-height:1px;padding:0px;height:0px;font-size:1px;}
.left{float:left;}
.right{float:right;}
.anim{transition:all 1s ease;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;}
.anim2{transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}
.row{width:1200px;margin:auto;padding:0px;}


.landing-container { float: left; width: 100%; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0px 0px; padding: 0px 15px; }
.welcome-content { float: left; width: 100%; max-width: 800px; text-align: center; margin-bottom: 40px;}
.welcome-content img { width: 150px;}
.welcome-content h1{width:100%;float:left;color:#16222a;font-size:40px;line-height:40px;font-family:'Rajdhani',sans-serif;font-weight:700;margin-bottom:30px; margin-top: 25px;}
.welcome-content ul{width:100%;float:left;display:flex;flex-wrap:wrap;column-gap:0;row-gap:18px;}
.welcome-content ul li{flex:0 1 100%;padding-left:40px;font-family:'Nunito Sans',sans-serif;font-weight:400;font-size:18px;line-height:26px;position:relative; text-align: left;}
.welcome-content ul li:after{position:absolute;content:"";left:0;top:3px;background:url(../images/circle-icon.png) no-repeat;width:24px;height:24px;}

.flamingo-div { float: left; width: 100%; display: flex; align-items: center; justify-content: center; column-gap: 10px; text-align: center; margin-bottom: 40px; }
.flamingo-div a { color:#175888;font-size:18px;line-height:20px; text-decoration: underline;font-weight:700;transition:all .5s ease;}
.flamingo-div a:hover { color: #f47920;}
.greating-txt { float: left; width: 100%; text-align: center; }
.greating-txt h2 { color:#175888;font-size:20px;line-height:20px;font-family:'Rajdhani',sans-serif;font-weight:600; }






