@import"https://fonts.googleapis.com/css?family=Exo+2|Yatra+One";body,h1,h2,h3,p,ul,li{margin:0;padding:0}html,body,#root{height:100%}body{font-family:Arial,sans-serif;background-color:#fcfcfc;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh;position:relative}header{background-color:#fff;color:#fcfcfc;display:flex;align-items:center;justify-content:space-between;height:16.666%;padding:0 20px}.logo img{height:40px}nav ul{list-style-type:none;display:flex;gap:20px}nav ul li a{color:#5458ea;text-decoration:none}section{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:160px 20px}section h1{font-size:2.5rem;margin-bottom:20px;color:#5457e9}footer{background-color:#9c9df1;color:#fcfcfc;padding:20px;position:absolute;left:0;right:0;bottom:0}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.contact,.social-media{display:flex;flex-direction:column}.contact h3,.social-media h3{font-size:1.2rem;margin-bottom:10px}.social-media ul{display:flex;gap:10px}.social-media ul li{list-style-type:none}.social-media ul li a{color:#fcfcfc;text-decoration:none}.footer-bottom{text-align:center}@media screen and (max-width: 768px){header{padding:0 10px}section h1{font-size:2rem}.footer-content{flex-direction:column;align-items:center;text-align:center}.contact,.social-media{margin-bottom:20px}}.header{position:sticky;margin:0 10px;padding:5px 0;display:flex;justify-content:space-between;align-items:center;background-color:#fff;color:#000;height:47px}.header_left{display:flex;align-items:center}.logo_container{display:flex;align-items:center;gap:10px}.forms_logo{width:40px;height:40px}.header_search{display:flex;align-items:center;flex-direction:row;background-color:#f4f4f9;width:700px;height:45px;border-radius:5px;margin-left:10px}.header_right{display:flex;align-items:center}.header_search>input{border:none;width:100%;height:100%;padding:10px;background-color:transparent;outline-width:0}.info{color:#5f6368;font-size:22px;padding-left:5px}.template_section{background-color:#f4f4f9;padding-bottom:40px;padding-top:7px}.template_top{margin-left:180px;margin-right:180px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.template_right{display:flex}.galary_btn{display:flex;justify-content:center;background:transparent;font-size:14px}.template_body{margin-left:160px;margin-right:160px;display:flex;flex-direction:row;justify-content:flex-start}.card{margin-left:20px;margin-top:15px}.card_img{box-sizing:border-box;height:120px;width:140px;cursor:pointer;border-radius:2px;border:.2px solid #e0e0e0}.card_img:hover{border:.2px solid #000000}.card_title{font-size:14px;margin-top:2px;color:#202124;font-weight:500}.main_body{background-color:#fff;margin-left:160px;margin-right:160px}.mainbody_top{display:flex;margin-top:15px;flex-direction:row;justify-content:space-between;align-items:center}.mainbody_top_right{display:flex;align-items:center}.mainbody_top_center{display:flex;box-sizing:content-box;align-items:center;padding:3px 5px;border-radius:6px;font-size:16px}.mainbody_docs{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:20px}.doc_card{display:flex;flex-direction:column;box-sizing:border-box;width:200px;margin-right:20px}.doc_card:hover{border:1px solid #6e2594}.doc_img{box-sizing:border-box;height:150px;width:198px}.doc_card_content{display:flex;flex-direction:column;justify-content:space-between;padding:18px}.doc_content{display:flex;flex-direction:row;justify-content:space-between;margin-top:5px}.content_left{display:flex;flex-direction:row;align-items:center}.search{display:flex;align-items:center;margin-right:auto}.search input{height:28px;padding:5px;border:none;background-color:transparent;outline:none;width:180px;margin-right:8px}.search input:hover{background-color:#f5f5f5}.nestable{position:relative}.nestable .nestable-list{margin:0;padding:0 0 0 40px;list-style-type:none}.nestable>.nestable-list{padding:0}.nestable-item,.nestable-item-copy{margin:10px 0 0}.nestable-item:first-child,.nestable-item-copy:first-child{margin-top:0}.nestable-item .nestable-list,.nestable-item-copy .nestable-list{margin-top:10px}.nestable-item{position:relative}.nestable-item.is-dragging .nestable-list{pointer-events:none}.nestable-item.is-dragging *{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.nestable-item.is-dragging:before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;background:#87ceeb;border:1px dashed #4682b4;-webkit-border-radius:5px;border-radius:5px}.nestable-item-icon{margin-right:5px;cursor:pointer}.nestable-drag-layer{position:fixed;top:0;left:0;z-index:100;pointer-events:none}.nestable-drag-layer>.nestable-list{position:absolute;top:0;left:0;padding:0}.nestable-icon{position:relative;display:inline-block;width:20px;height:20px;background-color:transparent;background-position:center center;background-repeat:no-repeat}.nestable-icon:before{content:"-";display:inline-block;width:0;height:0;overflow:hidden}.icon-plus-gray{width:20px;height:20px;background-image:url(/assets/icon-plus-gray-efa967be.svg)}.icon-minus-gray{width:20px;height:20px;background-image:url(/assets/icon-minus-gray-eddb428c.svg)}.signup{display:flex;flex-direction:column;width:300px;margin:auto;padding:20px;border:1px solid #ccc;border-radius:4px}.signup input{margin-bottom:10px;padding:10px;border-radius:4px;border:1px solid #ccc}.signup button{padding:10px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer}.signup button:hover{background-color:#45a049}.error{color:red}.login{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.login input{margin-bottom:10px;padding:10px;width:200px}.login .error{color:red}.login button{padding:10px 20px;margin-top:20px;cursor:pointer}body{font-family:Roboto,sans-serif}h1{font-size:24px;font-weight:700;margin-bottom:16px}h1,p,h2{text-align:center}p{font-size:14px;color:#5f6368;margin-bottom:24px}form{display:flex;flex-direction:column;max-width:600px;margin:0 auto;padding:24px;box-shadow:0 1px 2px #0000001a}h2{font-size:18px;font-weight:700;margin-bottom:8px}input[type=text]{padding:8px;border-radius:4px;border:none;box-shadow:inset 0 1px 2px #0000001a;width:100%}input[type=radio]{margin-right:8px}button[type=submit]{background-color:#1a73e8;color:#fff;padding:12px 24px;border-radius:4px;border:none;align-self:flex-end}.topdiv *{margin:0;padding:0;box-sizing:border-box;font-family:"Exo 2",sans-serif}.topdiv{background:#8c7ae6;min-height:100vh}.wrapper{margin-top:60px;text-align:center}.wrapper h1{font-family:Yatra One,cursive;font-size:48px;color:#fff;margin-bottom:25px}.our_team{width:auto;display:flex;justify-content:center;flex-wrap:wrap}.our_team .team_member{width:250px;margin:5px;background:#fff;padding:20px 10px}.our_team .team_member .member_img{background:#e9e5fa;max-width:190px;width:100%;height:190px;margin:0 auto;border-radius:50%;padding:5px;position:relative;cursor:pointer}.our_team .team_member .member_img img{width:100%;height:100%}.our_team .team_member h3{text-transform:uppercase;font-size:18px;line-height:18px;letter-spacing:2px;margin:15px 0 0}.our_team .team_member span{font-size:10px}.our_team .team_member p{margin-top:20px;font-size:14px;line-height:20px}.our_team .team_member .member_img .social_media{position:absolute;top:5px;left:5px;background:rgba(0,0,0,.65);width:95%;height:95%;border-radius:50%;display:flex;justify-content:center;align-items:center;transform:scale(0);transition:all .5s ease}.our_team .team_member .member_img .social_media .item{margin:0 10px}.our_team .team_member .member_img .social_media .fab{color:#8c7ae6;font-size:20px}.our_team .team_member .member_img:hover .social_media{transform:scale(1)}.our_team .team_member .member_img img{width:100%;height:100%;border-radius:50%}
