/*------------------------------------- 
Template Name: Miyami One Page Creative Agency Html Template.
Template URI: https://templatecafe.net/theme/html/miyami/
Description: MIYAMI is a Html template specially designed for SEO , Digital Agency, Agency, Business consulting, Finance , Finance Consulting , Business, Corporate, creative business, related website. You can use this beautiful template. The Template is based on 1170 Bootstrap based design so this Template will be 100% fluid responsive on any device.
Author: mizan_web 
Author URI: https://themeforest.net/user/mizan_web
Version: 1.0
--------------------------------------- 
CSS INDEX 
---------------------------------------
1. Googole Fonts
2. Default css
3. preloader css
4. header-area css
5. header-bg css
6. Header_bg_2 css
6. why choose css
7. About css
8. service css
9. Case_study css
10. porject css
11. Pricing css
12. clients css
13. Team css
14. Blog css
15. contact css
16. footer-area css
17. footer-area css
18. #scroll-up css
19. Index demo css
---------------------------------------*/

/*===============1. Googole Fonts =====================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/*===============2. Start Default css =====================*/
 html {
  font-size: 100%;
}
 .content-mockups {
    position: relative;
height: 500px;
margin-top: 50px;
}
 .bg-grey {
    background-color: #eff4ff;
}
 .mockup-back {
    background-image: url(../Images/mockup-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: 80px;
    top: 0;
}
 .mockup-front {
    background-image: url(../Images/mockup-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 450px;
    height: 600px;
    left: 0;
    top: -100px;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: capitalize;
  color: #1d2025;
}
h2 {
  color: rgb(29, 32, 37);
  font-weight: 600;
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
button {
  cursor: pointer;
  border: none;
}
button:focus{-webkit-border: none;
  border: none;
}
button:focus{
  outline: none;
}
input,textarea{
  outline: none;
}
textarea{
  margin: 0;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #6a6a6a;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.form-group {
  position: relative;
  overflow: hidden;
}
.form-control {
  text-transform: capitalize;
}
.form-control:focus {
  box-shadow: none;
}
.section_padding {
  padding: 15px 0 100px;
}
section {
  overflow: hidden;
}
.miyami_title {
  margin-bottom: 45px;
}
.miyami_title h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.miyami_title p {
  color: rgb(146, 146, 146);
  line-height: 1.688;
}
.miyami_btn {
  display: inline-block;
  padding: 18px 62px;
  background-color: rgb(71, 118, 230);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  transition: all .5s;
}
.miyami_btn:hover {
  box-shadow: 0px 0px 25px 0px rgb(168, 168, 168);
  color: #fff;
}
.mt-20 {
  margin-top: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.light_bg{
  background: #f9faff;
}
/*=============== End Default css =====================*/

/*===============3. Start preloader css =====================*/
.preloader{
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 11000;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #4776e6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/*=============== End preloader css =====================*/

.header_1{
  position: relative;
  width: 100%;
  z-index: 9999;
}
.header_1.sticky {
  position: fixed;
  background-color: rgb(255, 255, 255);
  top: 0;
  box-shadow: 0px 0px 32px 0px rgba(228, 228, 228, 0.64);
}
.sticky .main-menu .nav-menu ul li a{
  padding: 24px 0;
}
.main-menu {
  float: right;
}
.main-menu .nav-menu ul li {
  display: inline-block;
  margin-left: 31px;
}
.main-menu .nav-menu ul li a {
  display: block;
  padding: 44px 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #929292;
  transition: all .5s;
}
.main-menu .nav-menu ul li a:hover{
  color: #4776e6;
}
/*
  repsonsive menu
*/
.menu-icon{
  position: fixed;
  top: 18px;
  right: 30px;
  height: 30px;
  width: 40px;
  padding: 4px 8px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.menu-icon span{
  width: 100%;
  height: 2px;
  display: block;
  background: #4776e6;
  margin: 4px 0;
  z-index: 9999;
  transition: .5s;
}
.menu-icon.active span{
  position: absolute;
  width: calc(100% - 16px);
  top: calc(100% - 20px);
  background: #4776e6;
}
.menu-icon.active span:nth-child(1){
  transform: rotate(45deg);
}
.menu-icon.active span:nth-child(2){
  display: none;
}
.menu-icon.active span:nth-child(3){
  transform: rotate(-45deg);
}
.sidenav_menu ul li a{
  display: block;
  color: #4776e6;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.sidenav_menu{
  padding: 20px;
  position: fixed;
  top: 0;
  right: -60%;
  width: 60%;
  height: 100vh;
  background: #fff;
  z-index: 1;
  overflow-y: scroll;
  transition: .5s;
}
.sidenav_menu.active{
  right: 0;
}
/*
  repsonsive menu
*/

/*=============== End header-area css =====================*/

/*===============5. Start header-bg css =====================*/
.header-bg {
  padding: 147px 0;    
  background: #f9faff;
}
.bg-text h1 {
  font-size: 48px;
  color: #1d2025;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 17px;
}
.bg-text h1 span {
  color: #4776e6;
}
.bg-text p {
  margin-bottom: 35px;
}
.bg-btn {
  color: rgb(71, 118, 230);
  text-transform: uppercase;
  background: transparent;
  padding: 18px 46px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgb(229, 229, 229);
  border-radius: 50px;
  margin-right: 30px;
  transition: all .5s;
}
.bg-btn:hover {
  border-color: rgb(71, 118, 230);
  color: #fff;
  background: rgb(71, 118, 230);
}
.active-btn {
  background: rgb(71, 118, 230);
  color: #fff;
  border-color: rgb(71, 118, 230);
  transition: all .5s;
}
.active-btn:hover {
  background: transparent;
  color: rgb(71, 118, 230);
  border-color: rgb(229, 229, 229);
}
/*=============== End header-bg css =====================*/

/*===============6. Satrt header_bg_2 css =====================*/
.header_2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header_2.sticky{
  position: fixed;
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  top: 0;
}
.nav_2 li a{
  color: #fff!important;
}
.header_bg_2{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  position: relative;
  padding: 147px 0;    
}
.bg_text_2 h1{
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  line-height: 80px;
  margin-bottom: 17px;
}
.bg_text_2 p {
  color: #fff;
  margin-bottom: 35px;
}
.bg-btn-2 {
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  padding: 18px 46px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgb(229, 229, 229);
  border-radius: 50px;
  margin-right: 30px;
  transition: all .5s;
}
.bg-btn-2:hover {
  border-color: #fff;
  color: #4776e6;
  background: #fff;
}
.active-btn-2 {
  background: #fff;
  color: #4776e6;
  border-color: #fff;
  transition: all .5s;
}
.active-btn-2:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.g_bg{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  transition: all .5s ease-in;
}
.why-box:hover .why-icon.g_bg{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  transition: all .5s ease-out;
}
.miyami_btn.g_bg{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  transition: all .5s ease-out;
}
#curve {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#curve path{
  fill:#fff;
}
/*=============== End header_bg_2 css =====================*/

/*===============7. Start why choose us css =====================*/
.why-box {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  padding: 27px 40px 27px 70px;
  border-radius: 3px;
  position: relative;
  transition: all .5s;
}
.why-box:hover {
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.14);
  border-color: #fff;
  transition: all .5s;
}
.why-box:hover .why-icon {
  background: #4776e6;
  transition: all .5s;
}
.why-box:hover .why-icon i {
  color: #fff;
}
.why-icon {
  position: absolute;
  left: -30px;
  top: 38px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  transition: all .5s;
}
.why-icon i {
  font-size: 28px;
}
.color-1 {
  color: #4776e6;
}
.color-2 {
  color: #47e647;
}
.color-3 {
  color: #e74be5;
}
.why-info h4 {
  font-weight: 500;
  margin-bottom: 4px;
}
.why-us h2 {
  margin-bottom: 30px;
  font-weight: 600;
}
.why-us p {
  margin-bottom: 25px;
  color: rgb(106, 106, 106);
  line-height: 1.688;
}
.why-us .miyami-btn {
  margin-top: 5px;
}
/*=============== End why choose us css =====================*/

/*===============8. Start About css =====================*/
.about {
  position: relative;
  background: url(../Images/about-left.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 30px !important;
  height:655px;
}
.about-left h2 {
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 23px;
  color: #fff;
}
.about-left p {
  color: #fff;
  margin-bottom: 25px;
}
.about-right {
  position: relative;
  overflow: hidden;
}
.about-img{
  position: relative;
  overflow: hidden;
margin-top: 30px;
}
.about-img img{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}
.about-play {
  position: absolute;
  top: 35%;
  left: 43%;
}
.about-play .play-btn {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  color: #4776e6;
  font-size: 24px;
  border-radius: 50%;
  animation: animate 5s linear infinite;
}
@-webkit-keyframes animate {
  0%
  {
    box-shadow: 0 0 15px rgba(0,0,255,.1),0 0 30px rgba(0,0,255,.1),0 0 45px rgba(0,0,255,.1),
              0 0 60px rgba(0,0,255,.1),0 0 75px rgba(0,0,255,.1);
  }

  50% 
  {
    box-shadow: 0 0 25px rgba(0,0,255,.1),0 0 50px rgba(0,0,255,.1),0 0 75px rgba(0,0,255,.1),
              0 0 100px rgba(0,0,255,.1),0 0 105px rgba(0, 0, 255,.1);
  }

  100%
  {
    box-shadow: 0 0 15px rgba(0,0,255,.1),0 0 30px rgba(0,0,255,.1),0 0 45px rgba(0,0,255,.1),
              0 0 60px rgba(0,0,255,.1),0 0 75px rgba(0,0,255,.1);
  }
}
/*=============== End About css =====================*/

/*===============9. Start service css =====================*/
.service {
  background: #f9faff;
}
.margin-add {
  margin-left: 15px;
  margin-right: 15px;
}
.service-box {
  text-align: center;
  background: #f9faff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  transition: all .5s;
}
.service-box:hover {
  box-shadow: 0px 0px 25px 0px rgba(168, 168, 168,0.2);
}
.service-icon img {
  width: 73px !important;
  height: 73px !important;
  text-align: center;
  margin: 28px auto;
}
.service-info h4 {
  margin-bottom: 18px;
}
.service-info p {
  margin-bottom: 25px;
}
.service_slider .owl-dots{
    display: none;
}
.service_slider .owl-prev {
  top: 45%;
  position: absolute;
  left: -7%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.service_slider .owl-prev:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff;
  color: #fff!important;
}
.service_slider .owl-prev i,
.service_slider .owl-next i {
  font-size: 22px;
}
.service_slider .owl-next {
  top: 45%;
  position: absolute;
  right: -7%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.service_slider .owl-next:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff!important;
}
/*=============== End service css =====================*/

/*===============10. Start Case_study css =====================*/
.case_button{
  text-align: center;
  margin-bottom: 50px;
}
.case_button .case-btn{
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  margin-right: -4px;
  margin-left: 0;
  text-transform: uppercase;
}
.case_button .case-btn:first-child{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.case_button .case-btn:last-child{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.case-btn:active,
.case-btn.is-checked{
  background: #4776e6!important;
  color: #fff;
  border-color: #4776e6;
}
.single_case {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: rgb(178, 178, 178);
  border: 8px solid rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(203, 203, 203);
}
.single_case_img img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.single_case:hover .single_case_img img {
  transform: scale(1.3);
  transition: all .5s;
}
.single_case:hover .case_overlay {
  visibility: visible;
  opacity: 0.549;
  transform: rotate(180deg);
}
.single_case:hover .case_icon {
  top: 40%;
}
.case_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(71, 118, 230);
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg);
  transition: all .5s;
}
.case_icon {
  position: absolute;
  top: -100%;
  left: 26%;
  transition: all .7s;
}
.case_icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #4776e6;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #4776e6;
  margin-left: 20px;
  transition: all .5s;
}
.case_icon .link:hover {
  background: transparent;
  border-color: #fff;
}
.case_icon .resize_img {
  background: transparent;
  border-color: #fff;
  transition: all .5s;
}
.case_icon .resize_img:hover {
  border-color: #4776e6;
  background: #4776e6;
}
/*=============== End Case_study css =====================*/

/*===============11. Start porject css =====================*/
.project {
  background: #f9faff;
}
.project_text h2 {
  margin-bottom: 25px;
}
.project_text p {
  margin-bottom: 16px;
}
.counte_area .counter_single {
  display: inline-block;
  width: 32.33%;
}
.counte_area .counter_single h2 {
  color: #4776e6;
  margin-bottom: 4px;
}
.counte_area .counter_single h6 {
  font-weight: 500;
}
/*=============== End porject css =====================*/

/*===============12. Start Pricing css =====================*/
.pricing_table {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 40px 0;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(203, 203, 203, 0.31);
}
.pricing_table:hover .top_border_1:before,
.pricing_table:hover .top_border_2:before,
.pricing_table:hover .top_border_3:before {
  visibility: visible;
  transform: scale(1.1);
}
.pricing_table:hover .price_table_btn a {
  color: #fff;
  border-color: rgb(71, 118, 230);
  background: rgb(71, 118, 230);
}
.top_border_1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 5px;
  width: 100%;
  background: rgb(71, 230, 71);
  visibility: hidden;
  transform: scale(0);
  transition: all .5s;
}
.top_border_2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 5px;
  width: 100%;
  background: rgb(71, 118, 230);
  visibility: hidden;
  transform: scale(0);
  transition: all .5s;
}
.top_border_3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 5px;
  width: 100%;
  background: rgb(230, 71, 228);
  visibility: hidden;
  transform: scale(0);
  transition: all .5s;
}
.price_table_icon {
  margin-bottom: 20px;
}
.price_table_icon i {
  font-size: 40px;
  color: #4776e6;
}
.price_table_title h5 {
  text-transform: uppercase;
  margin-bottom: 19px;
}
.price_table_list {
  margin-bottom: 11px;
}
.price_table_list ul li {
  margin-bottom: 4px;
}
.price_table_tag h6 {
  margin-bottom: 16px;
}
.price_table_tag span {
  font-size: 42px;
}
.price_table_btn a {
  display: inline-block;
  padding: 16px 42px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(71, 118, 230);
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  transition: all .5s;
}
.price_table_btn a:hover {
  color: #fff;
  border-color: rgb(71, 118, 230);
  background: rgb(71, 118, 230);
}
/*=============== End Pricing css =====================*/

/*===============13. Start clients css =====================*/
.clients {
  background: #f9faff;
margin-top: -40px;
}
.clients-text h2 {
  color: rgb(29, 32, 37);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.client_area {
  position: relative;
  padding: 25px 30px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
}
.client_user {
  margin-bottom: 15px;
}
.clients_slider .owl-nav {
  margin: 0px;
}
.clients_slider .owl-dots {
  margin: 0px;
  display: none;
}
.clients_slider .owl-prev i {
  font-size: 22px;
}
.clients_slider .owl-prev {
  top: 69%;
  position: absolute;
  left: -52%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.clients_slider .owl-prev:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff!important;
}
.clients_slider .owl-next i {
  font-size: 22px;
}
.clients_slider .owl-next {
  top: 69%;
  position: absolute;
  left: -43%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.clients_slider .owl-next:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff!important;
}
.client_star {
  position: absolute;
  right: 30px;
  top: 20px;
}
.client_star ul li {
  display: inline-block;
}
.client_star ul li a {
  margin-left: 7px;
  color: #ffbb38;
  font-size: 12px;
}
/*=============== End clients css =====================*/

/*===============14. Start Team css =====================*/
.team_img{
  position: relative;
  overflow: hidden;
}
.team_img img{
  width: 100%;
  height: 100%;
}
.team_info{
  padding-top: 45px;
}
.team_info h4{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.team_social {
  margin-top: -15px;
  text-align: center;
  z-index: 337;
  position: relative;
}
.team_social ul li{
  display: inline-block;
  padding: 0 10px;
}
.team_social ul li a{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #929292;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all .5s;
}
.team_social ul li a:hover{
  background: #5782e8;
  color: #fff;
}
/*===============End Team css =====================*/

/*===============15. Start Blog css =====================*/
.blog_img img{
  width: 100%;
  height: 100%;
}
.blog_info {
  padding: 25px;
  border: 1px solid #ccc;
  border-top: none;
}
.blog_info .blog_title{
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #1d2025;
  margin-bottom: 15px;
}
.b_admin {
  padding: 8px 30px;
  border: 1px solid #ccc;
  border-top: none;
}
.b_admin span a {
  color: #4776e6;
  font-size: 16px;
}
.b_admin span a i {
  margin-left: 10px;
}
.b_admin span:last-child {
  float: right;
}
/*=============== End Blog css =====================*/

/*===============16. Start contact css =====================*/
.contact {
  background: #f9faff;
margin-top: -120px;
}
.miyami_input {
  width: 100%;
  height: 55px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  padding-left: 25px;
}
.miyami_textarea {
  width: 100%;
  height: 140px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  padding: 21px 25px;
  text-transform: capitalize;
}
.input_group{
  margin-bottom: 30px;
}
.textarea_group {
  margin-bottom: 22px;
}
.contact_form p.form-message{
  margin-bottom: 20px;
}
.contact_form p.success{
  color: #fff;
  background: #6BCA07;
  padding: 10px 20px;
  border-radius: 4px;
}
.contact_form p.error{
  color: #fff;
  background: #f12a00;
  padding: 10px 20px;
  border-radius: 4px;
}
/*=============== End contact css =====================*/

/*===============17. Start footer-area css =====================*/
.footer_area {
  background: #4776e6;
  padding: 16px 0;
	font-size:14px;
}
.copyright_text p {
  color: rgb(255, 255, 255);
}
.footer_link {
  text-align: right;
}
.footer_link ul li {
  display: inline-block;
  margin-left: 30px;
}
.footer_link ul li a {
  color: #fff;
  text-transform: uppercase;
}
.copyright_text a {
color: #fff;
}
/*=============== End footer-area css =====================*/

/*===============18. Start #scroll-up css =====================*/
#scroll_up {
  background: #4b6fff;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 337;
}
#scroll_up:hover,
#scroll_up:focus {
  background: #595959;
  color: #fff;
}
/*=============== End #scroll-up css =====================*/