@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap");@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");*{font-family:'Roboto', sans-serif}.heading,.heading *{font-family:'Dancing Script', cursive}section{padding:40px 0}body{overflow-x:hidden}img{max-width:100%}.btn{background:#63C5E8;color:#fff;border:1px solid #63C5E8;-webkit-transition:.5s;transition:.5s;padding:5px 40px;border-radius:20px}.btn:hover{background:#fff;color:#63C5E8}.section-heading{color:#63C5E8;font-size:35px;margin-bottom:40px}.section-heading.heading{font-size:50px}header .header{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}header .header .logo img{width:250px}header .header .toggle_menu{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;top:0px;z-index:405;right:20px;padding:10px}@media (max-width: 991px){header .header .toggle_menu{display:-webkit-box;display:-ms-flexbox;display:flex}}header .header .toggle_menu i{display:inline-block;position:relative;width:30px;height:2px;-webkit-transition:.5s;transition:.5s;background:#63C5E8}header .header .toggle_menu i:after,header .header .toggle_menu i:before{content:'';position:absolute;left:0;-webkit-transition:.5s;transition:.5s;width:100%;height:2px;background:#63C5E8}header .header .toggle_menu i:after{top:-5px}header .header .toggle_menu i:before{top:5px}header .header .toggle_menu.for_close i{-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .header .toggle_menu.for_close i:before,header .header .toggle_menu.for_close i:after{left:0;top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}header .header .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 991px){header .header .menu{display:none}header .header .menu.mob_show{position:fixed;z-index:400;left:0;top:0;background:#000;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}header .header .menu.mob_show a{border:none;color:#fff}}header .header .menu a{color:#63C5E8;padding:5px 15px;text-decoration:none;border-radius:30px;border:1px solid #fff;-webkit-transition:.5s;transition:.5s}header .header .menu a.selected{color:#fff;background:#63C5E8;border-color:#63C5E8}header .header .menu a:hover{border-color:#63C5E8}footer{background:#10566f;padding:40px 0}footer p.title{font-size:20px;font-weight:bold;color:#fff;width:100%;margin-bottom:10px}footer .footer_about{padding-right:20px}footer .footer_about p{margin-top:10px;color:#fff;font-size:14px}footer .footer_menu a{display:inline-block;width:100%;color:#fff}footer .tags_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}footer .tags_list a{background:#63C5E8;color:#fff;margin-right:5px;text-decoration:none;font-size:12px;border-radius:20px;margin-bottom:5px;padding:2px 10px;-webkit-transition:.5s;transition:.5s}footer .tags_list a:hover{background:#37b4e1}footer .category_list a{display:inline-block;width:100%;color:#fff}#copyright{background:#64C6E8;padding:15px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#copyright p{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#fff;font-size:14px;margin-bottom:0}@media (max-width: 991px){#copyright p{-ms-flex-wrap:wrap;flex-wrap:wrap}}#copyright p img{-webkit-animation:rotate 3s infinite;animation:rotate 3s infinite;width:20px;margin:0 5px}#copyright p a{color:#fff}#copyright p a:hover{color:#fff}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
