/*
--------------------------
  Css Indexing
--------------------------
  Table of Css Content
  ------- *** -------
--------------------------
** 
--------------------------
**  
--------------------------
**
--------------------------
** 
--------------------------
** 
--------------------------
** 
--------------------------
** 
--------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
  font-size: 16Px;
  font-weight: 400;
  padding: 12px 30px;
  display: inline-block;
  color: #fff;
  border: 0px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .mybtn1:hover {
    background: #fff; }

.mybtn2 {
  font-size: 16Px;
  font-weight: 400;
  padding: 12px 30px;
  display: inline-block;
  background: #fff;
  border: 0px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .mybtn2:hover {
    color: #fff;
    border: 1px solid #fff; }

.remove-padding {
  padding: 0px; }

.link-banner {
  position: relative; }
  .link-banner img {
    width: 100%; }
  .link-banner:before, .link-banner:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
  .link-banner:after {
    bottom: 0;
    right: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right; }
  .link-banner:hover:before, .link-banner:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s; }

.mt-30 {
  margin-top: 30px; }

.section-heading {
  text-align: center;
  position: relative; }
  .section-heading .title-big {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 900;
    z-index: -1;
    color: #edf4fc; }
  .section-heading .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 2px; }
  .section-heading .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 14px; }
    .section-heading .title.extra-padding {
      margin-bottom: 23px; }
    .section-heading .title .text {
      font-size: 16px;
      line-height: 26px; }
  .section-heading.color-white .sub-title {
    color: #fff; }
  .section-heading.color-white .title {
    color: #fff; }
  .section-heading.color-white .text {
    color: #fff; }

.linked-banner-area {
  padding: 100px 0px 100px; }
  .linked-banner-area img {
    width: 100%; }

.scrolldown a {
  position: absolute;
  width: 30px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 9; }

.scrolldown a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.mix {
  display: none; }

.remove-col-padding {
  padding: 0; }

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
  margin-right: 30px; }

.navbar-toggler:focus {
  outline: 0px; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem; }

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 50px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  z-index: 80;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s; }

.section-top {
  text-align: left; }
  .section-top .section-title {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #fa7c22;
    display: inline-block;
    float: left;
    margin-right: 20px; }
  .section-top .link {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    text-decoration: underline; }

@-webkit-keyframes scaleicon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } 
  }

@-moz-keyframes scaleicon {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } 
  }

@-o-keyframes scaleicon {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } 
  }

@keyframes scaleicon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
   }

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 0px;
  border-radius: 0px;
  color: #17222c;
  margin-bottom: 15px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
 }
 .input-field:focus{
  border: 0px!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
  box-shadow: unset;
  outline: 0px;
 }
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #17222c; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #17222c; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #17222c; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #17222c; }
  .input-field.textarea {
    min-height: 137px;
    padding: 15px 0px;
    resize: none; }
  .input-field.error {
    border: 0px;
    border-bottom: 1px solid red; }


.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 5; }
  .video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -3; }
  .video-play-btn i {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: text-color;
    -moz-animation-name: text-color;
    -o-animation-name: text-color;
    animation-name: text-color;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    position: inherit;
    z-index: 9;
    font-size: 20px; }

.email-success {
  display: block;
  width: 100%; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr; } }


.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff5500;
  border-radius: .25rem; }

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #ff5500; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #ff5500; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #ff5500; }

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #ff5500; }

.owl-carousel {
  z-index: 0 !important; }

/*----------------------------------
Breadcrumb Area Start
------------------------------------*/
.breadcrumb-area {
  padding: 213px 0px 115px;
  background: url(../images/breadcrumb_bg.jpg);
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: cover !important;
  text-align: left;
  position: relative; }
  .breadcrumb-area .pagetitle {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px; }
  .breadcrumb-area .pages li {
    display: inline-block; }
    .breadcrumb-area .pages li a {
      position: relative;
      margin-right: 30px;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .breadcrumb-area .pages li a::after {
        position: absolute;
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        top: 0;
        right: -23px; }
    .breadcrumb-area .pages li:last-child a {
      margin-right: 0px; }
      .breadcrumb-area .pages li:last-child a::after {
        display: none; }

#map {
  width: 100%;
  height: 300px; }

/*====================
** Normalize
====================*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #17222c;
  overflow-x: hidden; }

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #17222c;
  font-family: "Open Sans", sans-serif; }

p {
  font-size: 16px;
  color: #17222c;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #17222c;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }


/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

/*-------------------------
        Top Header Area Start
    --------------------------*/
.top-header {
  padding: 10px 15px; }
  .top-header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .top-header .content .left-content .title {
      display: inline-block;
      margin-bottom: 0px; }
    .top-header .content .left-content .social-link {
      display: inline-block; }
      .top-header .content .left-content .social-link li {
        display: inline-block; }
        .top-header .content .left-content .social-link li a {
          font-size: 14px;
          margin-left: 4px; }
    .top-header .content .right-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .top-header .content .right-content .language-selector {
        margin-right: 10px;
        display: inline-block; }
        .top-header .content .right-content .language-selector i {
          font-size: 16px;
          margin-top: 2px; }
        .top-header .content .right-content .language-selector .language {
          border: none;
          cursor: pointer;
          font-size: 14px;
          background: none; }
          .top-header .content .right-content .language-selector .language option {
            background: #1f71d4;
            color: #fff; }
      .top-header .content .right-content .sign-log {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .top-header .content .right-content .sign-log i {
          font-size: 16px;
          line-height: 24px;
          margin-top: 2px;
          margin-right: 5px; }
        .top-header .content .right-content .sign-log .links a {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 0px; }
        .top-header .content .right-content .sign-log .links span {
          font-size: 14px; }

/*-------------------------
   Main Menu Area Start
--------------------------*/
.mainmenu-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0px; }
  .mainmenu-area nav {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .mainmenu-area .navbar {
    padding: 0px 0px; }
  .mainmenu-area.nav-fixed {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    background: #fff; }
    .mainmenu-area.nav-fixed .top-header {
      display: none; }

.mainmenu-area .navbar .navbar-brand {
  padding: 0px;
  margin: 0px; }
  .mainmenu-area .navbar .navbar-brand img {
    max-width: 180px; }

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item {
  padding: 0px; }
  .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    z-index: 99;
    margin-top: 0px !important;
    background: #ffffff;
    border-radius: 0px;
    border: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s; }
    .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      color: #222;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600;
      padding: 6px 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-transition: all linear .3s;
      -o-transition: all linear .3s;
      transition: all linear .3s; }
      .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
        margin-right: 5px;
        font-size: 12px; }
      .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
        background: #fff; }
  .mainmenu-area .navbar #main_menu .navbar-nav .nav-item:hover .dropdown-menu {
    display: block; }

.mainmenu-area .navbar #main_menu .navbar-nav .nav-link {
  line-height: 24px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  font-weight: 600;
  padding: 22px 10px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  color: #17222c; }


.mainmenu-area .navbar #main_menu .mybtn1 {
  border: 1px solid #1f71d4;
  padding: 8px 30px; }
  .mainmenu-area .navbar #main_menu .mybtn1:hover {
    background: #fff;
    border: 1px solid #1f71d4;
    color: #1f71d4; }

/*-------------------------------
  Hero  Area CSS Start
--------------------------------*/
.hero-area {
  padding: 380px 0px 403px;
  background: url(../images/herobg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-area .content .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #1f71d4; }
  .hero-area .content .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #17222c; }
  .hero-area .content .mybtn1 {
    margin-top: 20px;
    text-align: center; }
    .hero-area .content .mybtn1.left {
      margin-right: 20px; }
    .hero-area .content .mybtn1.right {
      background: none;
      color: #1f71d4; }
      .hero-area .content .mybtn1.right:hover {
        background: #1f71d4;
        color: #fff; }

/*-------------------------------
  Hero  Area CSS End
--------------------------------*/
/*-------------------------------
  Features Area CSS Start
--------------------------------*/
.features {
  padding: 0px 0px 10px;
  margin-top: -120px; }
  .features .feature-area {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff; }
  .features .br-r {
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .features .padding-zero {
    padding: 0px; }

.single-feature {
  text-align: center;
  padding: 44px 30px 40px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-feature .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 0px;
    padding: 18px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-feature .icon img {
      width: auto;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .single-feature .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 12px 0px 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

    .single-feature:hover .icon {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg); }
    .single-feature:hover .title {
      color: #fff; }

/*-------------------------------
  Features  Area CSS End
--------------------------------*/
/*-------------------------------
 About Area CSS Start
--------------------------------*/
.about {
  padding: 60px 0px 72px;
  display: block;
  position: relative; }
  .about .section-heading {
    text-align: left; }
  .about .about-img {
    text-align: center; }
  .about .about-content .mybtn1 {
    margin-top: 20px; }

/*-------------------------------
  About Area CSS End
--------------------------------*/
/*-------------------------------
  Service Area CSS Start
--------------------------------*/
.service {
  padding: 60px 0px 109px;
  background: url(../images/servicebg.png);
  background-repeat: no-repeat;
  background-position: top center; }
  .service .section-heading {
    margin-bottom: 30px; }
  .service .service-slider .owl-stage-outer {
    padding-top: 10px; }
  .service .owl-controls {
    text-align: center; }
    .service .owl-controls .owl-nav {
      display: inline-block; }
      .service .owl-controls .owl-nav .owl-prev,
      .service .owl-controls .owl-nav .owl-next {
        color: #fff;
        font-size: 20px;
        position: absolute;
        text-align: center;
        line-height: 35px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        background: #1f71d4;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .service .owl-controls .owl-nav .owl-prev:hover,
        .service .owl-controls .owl-nav .owl-next:hover {
          background: #1f71d4;
          color: #fff; }
      .service .owl-controls .owl-nav .owl-prev {
        margin-left: -55px; }
      .service .owl-controls .owl-nav .owl-next {
        margin-left: 10px; }

.single-service {
  background: #fff;
  border: 1px solid rgba(31, 113, 212, 0);
  margin-bottom: 30px;
  padding: 30px 20px 23px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .single-service .icon img {
    width: auto;
    display: inline-block; }
  .single-service .content .title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0px 18px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .single-service .content p {
    font-size: 16px;
    margin-bottom: 0px; }
  .single-service:hover {
    -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }


/*-------------------------------
  Service Area CSS End
--------------------------------*/
/*-------------------------------
  Testimonial Area CSS Start
--------------------------------*/
.testimonial {
  background: url(../images/testibg.jpg);
  padding: 60px 0px 64px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .testimonial .section-heading {
    margin-bottom: 47px; }
  .testimonial .single-testimonial {
    text-align: center; }
    .testimonial .single-testimonial .review-text {
      background: rgba(255, 255, 255, 0.1);
      padding: 25px 30px 27px;
      border: 1px solid rgba(255, 255, 255, 0.5); }
      .testimonial .single-testimonial .review-text p {
        margin-bottom: 0px;
        color: #fff;
        font-size: 18px;
        line-height: 28px; }
    .testimonial .single-testimonial .people {
      margin-top: 30px; }
      .testimonial .single-testimonial .people .img {
        display: inline-block; }
        .testimonial .single-testimonial .people .img img {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          border: 5px solid #fff; }
      .testimonial .single-testimonial .people .title {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        color: #fff;
        margin-bottom: 0px; }
      .testimonial .single-testimonial .people .designation {
        font-size: 16px;
        line-height: 26px;
        color: #f1f1f1;
        margin-bottom: 0px; }
  .testimonial .owl-controls {
    position: relative; }
    .testimonial .owl-controls .owl-dots {
      text-align: center;
      margin-top: 40px; }
      .testimonial .owl-controls .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        background: #ccc;
        display: inline-block;
        border-radius: 50%;
        margin: 0px 3px 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .testimonial .owl-controls .owl-dots .owl-dot.active {
          background: #fff;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

/*-------------------------------
Testimonial Area CSS End
--------------------------------*/
/*-------------------------------
Blog Area CSS Start
--------------------------------*/
.blog {
  padding: 65px 0px 65px; }
  .blog .section-heading {
    margin-bottom: 47px; }
  .blog .owl-controls {
    position: relative; }
    .blog .owl-controls .owl-dots {
      text-align: center;
      margin-top: 40px; }
      .blog .owl-controls .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        background: #ddd;
        display: inline-block;
        border-radius: 50%;
        margin: 0px 3px 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .blog .owl-controls .owl-dots .owl-dot.active {
          background: #1f71d4;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

.single-blog {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .single-blog .content {
    padding: 23px 20px 25px; }
    .single-blog .content .title {
      font-size: 18px;
      font-weight: 600;
      line-height: 25px;
      margin-bottom: 13px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

    .single-blog .content .top-meta {
      margin-bottom: 9px; }
      .single-blog .content .top-meta li {
        display: inline-block;
        margin-right: 10px; }
        .single-blog .content .top-meta li a {
          font-size: 14px;
          color: #17222c; }
          .single-blog .content .top-meta li a i {
            color: #1f71d4;
            font-size: 12px; }
    .single-blog .content .link {
      margin-top: 5px;
      background: #1f71d4;
      display: inline-block;
      color: #fff;
      padding: 7px 18px;
      font-size: 14px;
      border-radius: 50px; }
      .single-blog .content .link i {
        padding-left: 5px;
        font-size: 12px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .single-blog .content .link:hover i {
        padding-left: 10px; }

/*-------------------------------
Blog Area CSS End
--------------------------------*/
/*-------------------------
Blog Details Area Start
--------------------------*/


.news-details .single-box .single-box-footer {
  padding-top: 25px;
  margin-top: 25px;
  background: #f7efff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news-details .single-box .single-box-footer .title {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    font-weight: 600; }
  .news-details .single-box .single-box-footer .social-links {
    display: inline-block; }
    .news-details .single-box .single-box-footer .social-links li {
      display: inline-block;
      margin-right: 4px; }
      .news-details .single-box .single-box-footer .social-links li a {
        color: #555; }
  .news-details .single-box .single-box-footer .right ul li {
    display: inline-block;
    margin-left: 15px; }
    .news-details .single-box .single-box-footer .right ul li a {
      color: #29293a; }

section.home-news.news-details {
  padding: 60px 0px; }

/*-------------------------
  Blog Details Area End
  --------------------------*/
/*-------------------------------
About Area  Start
--------------------------------*/
.about-page {
  padding: 60px 0px 50px; }
  .about-page .title {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 5px; }

/*-------------------------------
About Area  End
--------------------------------*/
/*-------------------------------
Submit Address Area Start
--------------------------------*/
.submit-address .submit-address-inner {
  padding: 70px 40px 65px;
  background: url(../images/address-submit.jpg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 7px;
  text-align: center; }
  .submit-address .submit-address-inner .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #fff; }
  .submit-address .submit-address-inner .submit-form {
    margin-top: 40px; }
    .submit-address .submit-address-inner .submit-form .input-field {
      display: inline-block;
      width: 450px;
      padding: 0px 30px;
      height: 50px;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid #fff;
      color: #fff; }
      .submit-address .submit-address-inner .submit-form .input-field::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff; }
      .submit-address .submit-address-inner .submit-form .input-field:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff; }
      .submit-address .submit-address-inner .submit-form .input-field::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff; }
      .submit-address .submit-address-inner .submit-form .input-field:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff; }
      .submit-address .submit-address-inner .submit-form .input-field:focus {
        border: 1px solid #fff; }

/*-------------------------------
Submit Address Area End
--------------------------------*/
/*-------------------------------
Latest Transactions Area Start
--------------------------------*/
.transactions {
  padding: 63px 0px 55px; }
  .transactions .section-heading {
    margin-bottom: 38px; }
  .transactions .table {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
  .transactions .table tr {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

    .transactions .table tr:hover td,
    .transactions .table tr:hover span,
    .transactions .table tr:hover i {
      color: #fff; }
  .transactions .table tr th {
    font-size: 16px;
    font-weight: 600;
    color: #677d8d;
    border-top: 0px;
    border-bottom: 0px;
    padding: 20px 15px;
    background: #f7f9fb; }
  .transactions .table tr td {
    vertical-align: middle;
    padding: 18px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #1b3649;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .transactions .table tr td span {
      color: #697f8f;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .transactions .table tr td i {
      color: #1f71d4;
      margin-left: 2px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

/*-------------------------------
Latest Transactions Area End
--------------------------------*/
/*-------------------------------
About Area  Start
--------------------------------*/
.about-page {
  padding: 60px 0px 50px; }
  .about-page .title {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 5px; }

/*-------------------------------
  About Area  End
  --------------------------------*/
/*-----------------------------
** Footer Area Start
------------------------------*/
.footer {
  overflow: hidden;
  position: relative;
  padding: 70px 0px 0px;
  background: #262e3b; }
  .footer .footer-logo {
    margin-top: -0px; }
  .footer .footer-widget .title {
    font-size: 24px;
    font-weight: 600;
    color: #fff; }
  .footer .footer-widget ul {
    padding-left: 0px;
    margin-bottom: 0px; }
    .footer .footer-widget ul li {
      list-style: none; }
      .footer .footer-widget ul li a {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #fff; }
        .footer .footer-widget ul li a:hover {
          color: #fa7c22; }
      .footer .footer-widget ul li i {
        font-size: 12px;
        padding-right: 4px; }
  .footer .fotter-social-links ul {
    padding-left: 0px;
    margin-left: 0px; }
    .footer .fotter-social-links ul li {
      display: inline-block; }
      .footer .fotter-social-links ul li a {
        font-size: 14x;
        width: 38px;
        height: 38px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        margin: 0px 3px;
        padding: 0px;
        color: #1f71d4;
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .footer .fotter-social-links ul li a:hover {
          background: #1f71d4;
          border: 1px solid #1f71d4;
          color: #fff; }
      .footer .fotter-social-links ul li:first-child {
        margin-left: 0px; }
  .footer .copy-bg {
    background: #262e3b;
    margin-top: 50px;
    padding: 20px 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .footer .copy-bg .content {
      text-align: center; }
      .footer .copy-bg .content .content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
        color: #fff; }
        .footer .copy-bg .content .content p a {
          font-size: 16px;
          line-height: 26px;
          margin-bottom: 0px;
          color: #1f71d4; }

.about-widget .footer-logo {
  margin-bottom: 22px; }

.about-widget .text {
  margin-bottom: -2px; }
  .about-widget .text p {
    font-size: 16px;
    color: #fff; }

.address-widget .title {
  margin-bottom: 25px; }

.address-widget .about-info li {
  margin-bottom: 15px; }
  .address-widget .about-info li p {
    position: relative;
    padding-left: 50px;
    margin-bottom: 0px;
    color: #fff; }
    .address-widget .about-info li p i {
      position: absolute;
      left: 0;
      font-size: 14px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      line-height: 33px;
      padding: 0px;
      text-align: center;
      color: #1f71d4;
      padding-left: 2px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      display: inline-block; }
  .address-widget .about-info li:hover i {
    background: #1f71d4;
    border-color: #1f71d4;
    color: #fff; }
  .address-widget .about-info li::last-child {
    margin-bottom: 0px; }

.info-link-widget .title {
  margin-bottom: 11px; }

.info-link-widget .link-list li {
  padding: 8px 0;
  display: block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
  .info-link-widget .link-list li a {
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .info-link-widget .link-list li i.fas {
    font-size: 14px; }
  .info-link-widget .link-list li:last-child {
    border-bottom: 0px; }

.footer-newsletter-widget .title {
  margin-bottom: 25px; }

.footer-newsletter-widget .newsletter-form-area {
  position: relative; }
  .footer-newsletter-widget .newsletter-form-area input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0px 20px;
    background: none;
    color: #fff; }
  .footer-newsletter-widget .newsletter-form-area button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    color: #fff;
    background: #1f71d4;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .footer-newsletter-widget .newsletter-form-area button:hover {
      background: #1f71d4; }
    .footer-newsletter-widget .newsletter-form-area button:focus {
      outline: 0px; }

.footer-newsletter-widget .social-links {
  margin-top: 20px;
  margin-bottom: 23px; }
  .footer-newsletter-widget .social-links .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    color: #fff;
    margin-bottom: 10px; }

.news-details .single-video-box {
  padding-top: 15px; }
  .news-details .single-video-box.details .content .title {
    font-size: 24px; }
  .news-details .single-video-box.details .content .meta {
    margin: 20px 0px 10px; }

.news-details .single-video-box .single-box-footer {
  padding-top: 25px;
  margin-top: 25px;
  background: #f7efff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news-details .single-video-box .single-box-footer .title {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    font-weight: 600; }
  .news-details .single-video-box .single-box-footer .social-links {
    display: inline-block; }
    .news-details .single-video-box .single-box-footer .social-links li {
      display: inline-block;
      margin-right: 4px; }
      .news-details .single-video-box .single-box-footer .social-links li a {
        color: #555; }

.write-comment-area {
  padding-top: 30px;
  padding-bottom: 15px; }
  .write-comment-area input {
    width: 100%;
    height: 55px;
    background: #fff;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
    font-size: 14px;
    margin-bottom: 15px; }
    .write-comment-area input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #555; }
    .write-comment-area input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #555; }
    .write-comment-area input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #555; }
    .write-comment-area input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #555; }
  .write-comment-area textarea {
    width: 100%;
    height: 190px;
    background: #fff;
    color: #888888;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none; }
    .write-comment-area textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #888888; }
    .write-comment-area textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #888888; }
    .write-comment-area textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #888888; }
    .write-comment-area textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #888888; }
  .write-comment-area .submit-btn {
    background: #1f71d4;
    border: 0px;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .write-comment-area .submit-btn:hover {
      background: #fa7c22; }
    .write-comment-area .submit-btn:focus {
      outline: 0px; }


section.home-news.news-details {
  padding: 60px 0px; }

/*-----------------------------
** Blog Area Start
------------------------------*/
.blog.blog-details .blog-details-box .details .content .blog-text {
  margin-bottom: 10px; }

.blog .blog-box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .blog .blog-box .blog-images {
    width: 100%;
    margin-right: 15px;
    position: relative;
    overflow: hidden; }
    .blog .blog-box .blog-images .img {
      width: 100%;
      overflow: hidden;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .blog .blog-box .blog-images .img img {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    .blog .blog-box .blog-images .date {
      position: absolute;
      background: #1f71d4;
      z-index: 2;
      top: 0;
      left: 30px;
      height: 100px;
      width: 60px;
      text-align: center;
      border-radius: 0px 0px 50px 50px; }
      .blog .blog-box .blog-images .date p {
        margin: 0;
        padding: 0;
        color: #fff;
        line-height: 18px;
        font-size: 16px; }
  .blog .blog-box .details {
    padding: 22px 30px 25px; }
    .blog .blog-box .details .blog-title {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600; }
    .blog .blog-box .details .post-meta {
      padding-left: 0px;
      margin-bottom: 10px;
      margin-top: 8px; }
      .blog .blog-box .details .post-meta li {
        list-style: none;
        display: inline-block; }
        .blog .blog-box .details .post-meta li a {
          font-size: 16px;
          margin-right: 10px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          color: #010c2f; }

    .blog .blog-box .details .content .blog-text {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 0px; }
    .blog .blog-box .details .content blockquote {
      background: #1f71d4;
      padding: 30px 30px 30px;
      margin-top: 10px; }
      .blog .blog-box .details .content blockquote p {
        margin-bottom: 0px;
        color: #fff; }
  .blog .blog-box:hover {
    -webkit-box-shadow: 0px 15px 30px 2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 15px 30px 2px rgba(0, 0, 0, 0.18); }
    .blog .blog-box:hover .blog-images .img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }

.blog.blog-details .blog-box:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }

.blog .page-link-btn {
  font-size: 18px;
  max-width: 640px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  font-weight: 300;
  color: #17222c;
  text-decoration: underline; }

.blog-details .social-link {
  background: #f3f6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 20px; }
  .blog-details .social-link .tag .title {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin-bottom: 0px;
    line-height: inherit; }
  .blog-details .social-link .tag a {
    color: #545558;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0px; }
  .blog-details .social-link .social-links {
    padding-left: 0px;
    margin-bottom: 0px; }
    .blog-details .social-link .social-links li {
      display: inline-block; }
      .blog-details .social-link .social-links li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        color: #fff;
        margin-left: 2px;
        background: #1f71d4;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog-details .social-link .social-links li a:hover {
          -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3); }

.comment-area {
  margin-top: 43px; }
  .comment-area .top-header-area .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px; }
  .comment-area .all-comment {
    margin-top: 18px;
    width: 100%; }
    .comment-area .all-comment li {
      margin-bottom: 30px;
      width: 100%; }
      .comment-area .all-comment li .single-comment {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 16px;
        margin-bottom: 20px; }
        .comment-area .all-comment li .single-comment .left-area {
          text-align: center;
          padding-right: 30px;
          margin-right: 30px;
          position: relative; }
          .comment-area .all-comment li .single-comment .left-area::before {
            position: absolute;
            content: "";
            height: 70%;
            width: 1px;
            background: rgba(0, 0, 0, 0.1);
            right: 0px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .comment-area .all-comment li .single-comment .left-area img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #1f71d4;
            -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }
          .comment-area .all-comment li .single-comment .left-area .name {
            margin-top: 15px;
            font-size: 14px;
            color: #143250;
            font-weight: 600;
            margin-bottom: 0px; }
          .comment-area .all-comment li .single-comment .left-area .date {
            font-size: 12px;
            color: #143250;
            margin-bottom: 0px; }
        .comment-area .all-comment li .single-comment .right-area {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .comment-area .all-comment li .single-comment .right-area .header-area {
            margin-bottom: 10px; }
            .comment-area .all-comment li .single-comment .right-area .header-area .title {
              font-size: 16px;
              font-weight: 600;
              color: #143250;
              margin-top: 0px;
              border: 0px;
              padding: 0px;
              margin-bottom: 0px; }
          .comment-area .all-comment li .single-comment .right-area .comment-body p {
            font-size: 16px;
            line-height: 26px; }
          .comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
            display: inline-block;
            font-size: 14px; }
      .comment-area .all-comment li .replay-review {
        margin-left: 100px; }
      .comment-area .all-comment li .replay-area {
        position: relative;
        padding-left: 127px;
        margin-bottom: 20px; }
        .comment-area .all-comment li .replay-area textarea {
          width: 100%;
          height: 50px;
          padding: 10px 20px;
          border: 1px solid rgba(0, 0, 0, 0.1); }

  .comment-area .review-area .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px; }
  .comment-area .write-comment-area {
    padding-top: 20px; }
    .comment-area .write-comment-area input {
      width: 100%;
      height: 55px;
      background: #fff;
      color: #555;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0px 20px;
      font-size: 14px;
      margin-bottom: 15px; }
      .comment-area .write-comment-area input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #555; }
      .comment-area .write-comment-area input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #555; }
      .comment-area .write-comment-area input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #555; }
      .comment-area .write-comment-area input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #555; }
    .comment-area .write-comment-area textarea {
      width: 100%;
      height: 190px;
      background: #fff;
      color: #888888;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 20px;
      font-size: 14px;
      margin-bottom: 15px;
      resize: none; }
      .comment-area .write-comment-area textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #888888; }
      .comment-area .write-comment-area textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #888888; }
      .comment-area .write-comment-area textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #888888; }
      .comment-area .write-comment-area textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #888888; }

      .comment-area .write-comment-area .submit-btn:focus {
        outline: 0px; }

.serch-widget {
  padding: 30px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .serch-widget .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px; }
  .serch-widget input {
    width: 100%;
    height: 40px;
    background: none;
    border: 0px;
    border-bottom: 1px solid #1f71d4; }
    .serch-widget input:focus {
      border: 0px;
      border-bottom: 1px solid #1f71d4; }
  .serch-widget .submit {
    margin-top: 20px;
    background: #1f71d4;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50px;
    padding: 7px 25px;
    border: 1px solid #1f71d4;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .serch-widget .submit:hover {
      background: #fff;
      color: #1f71d4; }
    .serch-widget .submit:focus {
      outline: 0; }

.categori {
  padding: 22px 30px 22px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .categori .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
  .categori .categori-list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 15px; }
    .categori .categori-list li {
      list-style: none;
      line-height: 36px; }
      .categori .categori-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .categori .categori-list li a:hover, .categori .categori-list li a.active {
          color: #1f71d4;
          padding-left: 5px; }

.recent-post-widget {
  padding: 20px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .recent-post-widget .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
  .recent-post-widget .post-list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px; }
    .recent-post-widget .post-list li {
      list-style: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .recent-post-widget .post-list li .post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .recent-post-widget .post-list li .post .post-img {
          margin-right: 20px; }
        .recent-post-widget .post-list li .post .post-details {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .recent-post-widget .post-list li .post .post-details .post-title {
            font-size: 14px;
            color: #2f3744;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }

          .recent-post-widget .post-list li .post .post-details .date {
            color: #7b8698;
            font-size: 12px;
            margin-bottom: 0px; }
      .recent-post-widget .post-list li:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px; }

.newsletter-widget {
  padding: 30px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .newsletter-widget .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px; }
  .newsletter-widget input {
    width: 100%;
    height: 40px;
    background: none;
    border: 0px;
    border-bottom: 1px solid #1f71d4; }
    .newsletter-widget input:focus {
      border: 0px;
      border-bottom: 1px solid #1f71d4; }
  .newsletter-widget .submit {
    margin-top: 20px;
    background: #1f71d4;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50px;
    padding: 7px 25px;
    border: 1px solid #1f71d4;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .newsletter-widget .submit:hover {
      background: #fff;
      color: #1f71d4; }
    .newsletter-widget .submit:focus {
      outline: 0; }

.tags {
  padding: 22px 30px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .tags .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
  .tags .tags-list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 29px; }
    .tags .tags-list li {
      list-style: none;
      display: inline-block; }
      .tags .tags-list li a {
        font-size: 14px;
        padding: 6px 22px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-bottom: 15px;
        margin-right: 9px; }
        .tags .tags-list li a:hover {
          background: #1f71d4;
          border-color: #1f71d4;
          color: #fff;
          -webkit-box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.15); }

.blog-aside .categori,
.blog-aside .recent-post-widget,
.blog-aside .newsletter-widget,
.blog-aside .tags {
  margin-top: 30px; }


/*-----------------------------
** Blog Area End
------------------------------*/
/*---------------------------
** Contact Us  Area Start
---------------------------*/
.contact-us {
  padding: 70px 0px 70px; }
  .contact-us .left-area {
    background: #fff; }
    .contact-us .left-area .contact-form {
      padding: 20px 30px 30px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
      box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
      border-radius: 6px; }
      .contact-us .left-area .contact-form ul {
        padding-left: 0px;
        margin-bottom: 0px; }
        .contact-us .left-area .contact-form ul li {
          list-style: none; }
          .contact-us .left-area .contact-form ul li .input-field {
            margin-bottom: 20px;
            background: none;
            border-radius: 0px;
            border: 0px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
            .contact-us .left-area .contact-form ul li .input-field:focus {
              border: 0px !important;
              border-bottom: 1px solid #1f71d4 !important; }
            .contact-us .left-area .contact-form ul li .input-field.textarea {
              margin-bottom: 15px; }
      .contact-us .left-area .contact-form .captcha-area li p {
        margin-bottom: 0px; }
      .contact-us .left-area .contact-form .captcha-area li img {
        max-width: 180px;
        display: inline-block; }
      .contact-us .left-area .contact-form .captcha-area li i {
        display: inline-block;
        margin-left: 15px;
        font-size: 22px;
        color: #777; }
      .contact-us .left-area .contact-form .captcha-area li .input-field {
        margin-bottom: 15px;
        background: none;
        max-width: 225px;
        border-radius: 0px;
        border: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .contact-us .left-area .contact-form .captcha-area li .input-field:focus {
          border: 0px !important;
          border-bottom: 1px solid #1f71d4 !important; }
      .contact-us .left-area .contact-form .submit-btn {
        width: 180px;
        height: 50px;
        padding: 0px;
        background: #1f71d4;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        border: 0px;
        border-radius: 50px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .contact-us .left-area .contact-form .submit-btn:hover {
          border: 1px solid #1f71d4;
          background: #fff;
          color: #1f71d4; }
  .contact-us .right-area .contact-info {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    overflow: hidden;
    border-radius: 6px; }
    .contact-us .right-area .contact-info .left {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contact-us .right-area .contact-info .left .icon {
        width: 100px;
        height: 100%;
        padding-top: 10px;
        text-align: center;
        line-height: 70px;
        font-size: 28px;
        color: #fff;
        margin-right: 20px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: inherit;
        z-index: 9;
        text-align: center; }
        .contact-us .right-area .contact-info .left .icon img {
          display: inline-block; }
        .contact-us .right-area .contact-info .left .icon .lable {
          display: block;
          width: 100%;
          color: #fff;
          font-weight: 600; }
      .contact-us .right-area .contact-info .left::after {
        position: absolute;
        content: "";
        top: 50%;
        right: -0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 290px;
        height: 290px;
        background: #1f71d4;
        border-radius: 50%; }
    .contact-us .right-area .contact-info .content {
      padding: 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .contact-us .right-area .contact-info .content a {
        display: block;
        margin-bottom: 0px; }
      .contact-us .right-area .contact-info .content p {
        margin-bottom: 0px; }
    .contact-us .right-area .contact-info:hover {
      -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); }
  .contact-us .right-area .social-links {
    padding-top: 20px; }
    .contact-us .right-area .social-links .title {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      color: #17222c;
      margin-top: -5px;
      margin-bottom: 18px; }
    .contact-us .right-area .social-links ul {
      padding-left: 0px;
      margin-bottom: 0px; }
      .contact-us .right-area .social-links ul li {
        display: inline-block; }
        .contact-us .right-area .social-links ul li a {
          font-size: 16px;
          width: 35px;
          height: 35px;
          display: inline-block;
          border-radius: 50%;
          text-align: center;
          line-height: 35px;
          margin: 0px 3px;
          background: #f1f4fb;
          color: #1f71d4;
          -webkit-transition: 0.3s ease-in;
          -moz-transition: 0.3s ease-in;
          -o-transition: 0.3s ease-in;
          transition: 0.3s ease-in; }
          .contact-us .right-area .social-links ul li a:hover {
            background: #1f71d4;
            color: #fff; }

/*---------------------------
Faq Page Start
-----------------------------*/
.faq-section {
  padding: 40px 0px 60px;
  background: #f4f4f4; }

.ui-accordion .ui-accordion-header {
  padding: 16px 40px 16px !important;
  margin-top: 20px !important;
  background: #1242c9;
  color: #fff;
  font-weight: 600;
  border: 0px;
  }
  .ui-accordion .ui-accordion-header:focus {
    outline: 0px;
    border: 0px; }
  .ui-accordion .ui-accordion-header .ui-icon {
    display: none; }
  .ui-accordion .ui-accordion-header::before {
    position: absolute;
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 15px;
    }

.ui-accordion .ui-widget-content {
  border: 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05); }

  /*---------------------------
Faq Page End
-----------------------------*/
/*---------------------------
** LOgin Signup  Area Start
---------------------------*/
.login-signup {
  padding: 70px 0px 70px; }
  .login-signup .log-reg-tab-wrapper {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
  .login-signup .log-reg-tab-menu {
    text-align: center;
    background: #fff; }
    .login-signup .log-reg-tab-menu .nav {
      display: inline-block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .login-signup .log-reg-tab-menu .nav li {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        display: inline-block;
        text-align: center;
        background: #eee; }
        .login-signup .log-reg-tab-menu .nav li a {
          font-size: 18px;
          font-weight: 600;
          color: #17222c;
          display: block;
          padding: 12px 0px; }
          .login-signup .log-reg-tab-menu .nav li a.active {
            background: #1f71d4;
            color: #fff; }
  .login-signup .login-area .header-area {
    text-align: center;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    padding: 15px 30px 0px;
    }
    .login-signup .login-area .header-area .title {
      font-size: 24px;
      font-weight: 600;
      line-height: 34px;
      margin-bottom: 0px;
      }
    .login-signup .login-area .header-area .social-links li {
      display: inline-block; }
      .login-signup .login-area .header-area .social-links li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        display: inline-block;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-left: 5px; }
        .login-signup .login-area .header-area .social-links li a:hover {
          background: #1f71d4;
          color: #fff; }
  .login-signup .login-area .signin-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 30px 0px; }
    .login-signup .login-area .signin-area p {
      margin-right: 10px;
      font-size: 14px; }
    .login-signup .login-area .signin-area a {
      font-size: 14px;
      color: #1f71d4; }
  .login-signup .login-area .login-form {
    /* padding: 30px 30px 30px; */
    }
    .login-signup .login-area .login-form .form-input {
      position: relative;
      margin-bottom: 15px; }
      .login-signup .login-area .login-form .form-input input {
        width: 100%;
        height: 50px;
        padding: 0px 30px 0px 45px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px; }
      .login-signup .login-area .login-form .form-input i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px;
        color: #1f71d4; }
  .login-signup .login-area .captcha-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .login-signup .login-area .captcha-area .img img {
      max-width: 120px; }
    .login-signup .login-area .captcha-area .icon {
      margin-left: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #1f71d4; }
  .login-signup .login-area .form-forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px; }
  .login-signup .login-area .to-login-page {
    text-align: right; }
  .login-signup .login-area .submit-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #1f71d4;
    border: 0px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    border: 1px solid #1f71d4; }
    .login-signup .login-area .submit-btn:hover {
      color: #1f71d4;
      background: #fff; }
  .login-signup .login-area .forgot-pass {
    font-size: 14px;
    color: #1f71d4; }
  .login-signup .login-area .social-area {
    text-align: center;
    padding-top: 26px; }
    .login-signup .login-area .social-area .title {
      font-size: 20px;
      font-weight: 600;
      display: inline-block;
      color: #1f71d4;
      position: relative; }
      .login-signup .login-area .social-area .title::after {
        position: absolute;
        content: '';
        width: 40px;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 100%;
        margin-right: 7px; }
      .login-signup .login-area .social-area .title::before {
        position: absolute;
        content: '';
        width: 40px;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 100%;
        margin-left: 7px; }
    .login-signup .login-area .social-area .text {
      font-size: 20px;
      font-weight: 300;
      color: #1f71d4;
      }
    .login-signup .login-area .social-area .social-links {
      padding-left: 0px; }
      .login-signup .login-area .social-area .social-links li {
        display: inline-block; }
        .login-signup .login-area .social-area .social-links li a i {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          line-height: 50px;
          display: inline-block;
          color: #fff;
          margin: 0px 5px;
          -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }
          .login-signup .login-area .social-area .social-links li a i.fa-facebook-f {
            background: #0069f7; }
          .login-signup .login-area .social-area .social-links li a i.fa-twitter {
            background: #00c6f7; }
          .login-signup .login-area .social-area .social-links li a i.fa-google-plus-g {
            background: #d1062c; }

/*---------------------------
** LOgin Signup  Area End
---------------------------*/

/*-------------------------------
Pricing Area Start
--------------------------------*/
.pricing {
  padding: 70px 0px 40px; }
  .pricing .section-heading {
    margin-bottom: 35px; }
  .pricing .single-pricebox {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 28px 30px 40px;
    border: 1px solid #e5edf8;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 0.3);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    margin-bottom: 30px; }
    .pricing .single-pricebox .plan-title {
      font-size: 24px;
      font-weight: 600;
      color: #677d8d;
      text-align: center; }
    .pricing .single-pricebox .bonus {
      text-align: center;
      position: relative; }
      .pricing .single-pricebox .bonus i {
        position: absolute;
        font-size: 65px;
        z-index: -1;
        color: #e4e4e4;
        left: 44%;
        top: -0px; }
      .pricing .single-pricebox .bonus .persent {
        font-size: 36px;
        line-height: 36px;
        font-weight: 700;
        color: #1f71d4;
        margin-bottom: 5px; }
      .pricing .single-pricebox .bonus .time {
        font-size: 16px; }
    .pricing .single-pricebox .price-range-area {
      margin: 33px 0px 9px; }
      .pricing .single-pricebox .price-range-area .invest-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .pricing .single-pricebox .price-range-area .invest-count .left {
          font-weight: 600;
          margin-bottom: 0px; }
        .pricing .single-pricebox .price-range-area .invest-count .right {
          font-weight: 600;
          margin-bottom: 0px; }
          .pricing .single-pricebox .price-range-area .invest-count .right i {
            color: #1f71d4;
            margin-left: 4px; }
      .pricing .single-pricebox .price-range-area .invest-range-slider {
        margin: 2px 0px 7px; }
      .pricing .single-pricebox .price-range-area .invest-get {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .pricing .single-pricebox .price-range-area .invest-get .left {
          text-align: left; 
          width:50%;
            
        }

 .pricing .single-pricebox .price-range-area .invest-get .left .payprice{
    font-weight: 600;
    display: block;
    font-size: 30px;
    line-height: 30px;
    border: 1px solid rgba(31, 113, 212, 0.05);
    border-radius: 0px;
    height: 35px;
    padding: 0px 0px 0px 20px;
    display: inline-block;
    //background: #1f71d420;

 }





          .pricing .single-pricebox .price-range-area .invest-get .left span {
            font-weight: 600;
            display: block;
            font-size: 30px;
            line-height: 30px;
             }
        .pricing .single-pricebox .price-range-area .invest-get .right {
          text-align: right; 
          width:50%;
        }
          .pricing .single-pricebox .price-range-area .invest-get .right span {
            font-weight: 600;
            display: block;
            font-size: 30px;
            line-height: 30px; }
    .pricing .single-pricebox .invest-button {
      text-align: center; }
      .pricing .single-pricebox .invest-button .mybtn1 {
        margin-top: 25px;
        padding: 7px 25px; }
    .pricing .single-pricebox:hover {
      border: 1px solid #1f71d4;
      -webkit-box-shadow: 0px 3px 10px 0px rgba(137, 133, 133, 0.5);
      box-shadow: 0px 3px 10px 0px rgba(137, 133, 133, 0.5); }

.range-slider {
  width: 100%; }

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: rgba(31, 113, 212, 0.3);
  outline: none;
  padding: 0;
  margin: 0; }

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #1f71d4;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }

.range-slider__range::-moz-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #1f71d4;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }

.range-slider__range::-ms-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #1f71d4;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }


/*-------------------------------
Pricing Area End
--------------------------------*/












