

@import url('https://fonts.googleapis.com/css2?family=Poppins 400,500,600,700;&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #6c6c6f;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #112e41;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h3{
  font-size: 45px;
}

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

p{
  font-family: Poppins;
}

.myban {
  width:80%;
  margin: auto;
}

.myban img {
  width:80%;
  margin: auto;
}


figure {
  margin: 0;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  //background-color: red;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.header{position:fixed;top:0;z-index:99;width:100%;height:70px;background:#fff; box-shadow: 0px 0px 8px rgba(0,0,0,.2);}
.navbar-dark .navbar-nav .nav-link{color:#000!important;margin-right:30px;font-size:14px;border-radius: 50px; margin-top:10px;border:1px solid transparent; width: 150px;
  text-align: center;}
.navbar-dark .navbar-nav .nav-link:hover{
  background-color: #f4f8ff;border:1px solid #cbcbcb;
  color:#fff!important;background-color: #0075dd;}
/* .navbar-dark .navbar-nav .nav-link{background:transparent !important;} */
.pull-right{float:right!important;}
#main_nav{width:100%;}
.top-icon{color:#000!important;margin-top:15px;cursor:pointer;}
.nav-link{padding:3px 16px; !important}
.dropdown-item{padding:0 10px!important;font-size:13px;}
.p-icon{font-weight:600;float:right;}
.dropdown-item:hover{background:transparent!important;}
.dropdown-menu li:hover{background:transparent!important;}
.white{height:80px;background:#fff;}
.mobile-view{display:none!important;}
.cookies{
	//width:100%;
	//background:#0c33f5;
	//padding:15px 0;
	//text-align:left;
	//color:#fff;
	//font-size:14px;
	//position:fixed;
	//bottom:0;
	//z-index:9999;
}

.cookies p{//margin:0;//line-height:20px;}
.cookies p a{//color:#fff;//text-decoration:underline;}
.cookies-button{//padding:5px 5px;//border-radius:5px;//border:2px solid #fff;//width:100px;//background:transparent;//margin:0 12.5px;//color:#fff;//outline:none!important;//cursor:pointer}
.green{//border:2px solid green;//background:green;}

.cookie-disclaimer {
  background:#0c33f5;
  color: #FFF;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  position: fixed;
  font-size:14px;
  z-index:9999;
  padding:10px 0 2px 0;
}  

.mybtn{
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
  padding: 10px 25px;
}

.mybtn a{
 color: #fff;	
}

.accept-cookie{
  background-color: #48e100;
  border-radius: 50px;
  color: #fff;
  border:2px solid #ffffff;
}



.accept-cookie:hover {
  background-color: #48e100;
  color:#fff;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.decline-cookie{
  	
  background: transparent;
  border-radius: 50px;
  color: #fff;
  border:2px solid #fff;
}


.decline-cookie:hover {
  //background-color: red;
  //color:#fff;
  //-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}


.content-box ul {
    margin: 10px 0px;
    list-style: outside;
    margin-left: 10px;
}
.content-box ul li {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
	text-align:left;
	color:#000;
}
.content-box li:before {
    position: absolute;
    left: 0px;
    top: 8px;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #b91f03;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.carousel-indicators li{
	background:#eee;
}
.carousel-indicators .active{
	background:#0075dd;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

section {
  display: block;
  position: relative;
  padding: 0px 0;
  width: 100%;
}

/**
 *
 * Common CSS
 *
 */
@media screen and (max-width: 991.98px) {
.header{width:100%;left:0;}
.navbar-toggler {margin-left:83%;color:#000;outline:none!important;}
.navbar-toggler i{color:#000;outline:none!important;}
.navbar-collapse{overflow-y: scroll;height: 360px;background: #fafbff;);margin-top:10px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.nav-link{padding: .4rem 1rem!important;;}
.navbar-nav .dropdown-menu{padding:0 20px;}
.submenu {margin:0px!important;padding:0 10px!important;}
.pull-right{float:none !important;}
.dropdown-item{padding:0 5px!important;}
.cookies p{text-align:center;margin-bottom:15px;}
.green{margin-left: 22%;}
.top-icon{margin:0 0px 5px 10px;display:none!important;}
.mobile-view{display:block!important;}
.dropdown-menu{background:transparent!important;}
.navbar{padding-left:0!important;padding-right:0!important;}
  section {
    padding-bottom: 80px;
  }
  
  .navbar-dark .navbar-nav .nav-link{
	  font-size:14px;
  }
}

.sec-heading {
  margin-bottom: 30px;
}

.sec-heading .sec-title {
  font-size: 42px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	
	.navbar-dark .navbar-nav .nav-link{color:#000!important;margin-right:30px;font-size:14px;border-radius: 50px; margin-top:0px;border:1px solid transparent; width: 250px;
  text-align: left;}
	
  .sec-heading .sec-title {
    font-size: 30px;
  }
  .pthead{
	  font-size:16px;
  }
  
  .hdtitle{
	  font-size:17px;
  }
  
  .content-box h4{
	  font-size:16px;
  }
  
  .content-box ul li{
	   font-size:15px;
  }
  
  .nehead{
	  font-size:14px;
  }
  
  .trust h2{
	 font-size:15px; 
  }

  
}

  


@media screen and (max-width: 479px) {
  .sec-heading .sec-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) {
  .nopadd-ltf {
    padding-left: 0;
  }
  .nopadd-rth {
    padding-right: 0;
  }
  .nopadd {
    padding-left: 0;
    padding-right: 0;
  }

  .h3{
    font-size:25px;
  }
}

.nopadd-btm {
  padding-bottom: 0 !important;
}

.btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
  padding: 15px 25px;
}

@media screen and (min-width: 992px) {
  .btn:first-of-type {
    margin-right: 25px;
  }
}

.btn-filled {
  background-color: #0075dd;
}

.btn-filled:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.btn-default {
  background-color: #e8f0fd;
  border-radius: 50px;
  color: #1968cf;
}

.get-btn {
  background-color: #e8f0fd;
  border-radius: 50px;
  color: #1968cf;
  text-align:center;
  margin-right:0px;
}

.btn-default:hover {
  background-color: #0075dd;
  color:#fff;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.btn-round {
  border-radius: 50px;
}

.btn-outline {
  border: 2px solid #fff;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.icon-left i {
  line-height: .8;
  margin-right: 20px;
}

.tagline {
  color: #0075dd;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .tagline {
    font-size: 12px;
  }
}

.tagline.bar {
  padding-left: 70px;
}

.tagline.bar:after {
  background-color: #0075dd;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 50px;
}

.content-box h2, .content-box-fluid h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 23px;
}

@media screen and (max-width: 479px) {
  .content-box h2, .content-box-fluid h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.content-box h5, .content-box-fluid h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}

.content-box .btn, .content-box-fluid .btn {
  margin-top: 15px;
}

.content-box-fluid {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content-box-fluid {
    max-width: 505px;
  }
}

@media screen and (min-width: 768px) {
  .content-box-fluid.right {
    float: right;
  }
}

.circle {
  border-radius: 50%;
}

.video-box {
  position: relative;
}

.video-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 43, 69, 0.7);
}

.video-box .video-in {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.video-box .video-in span {
  color: #fff;
}

.video-btn {
  background-color: #0075dd;
  color: #fff;
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 15px;
  position: relative;
  line-height: 65px;
  height: 60px;
  width: 60px;
}

.video-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat infinite 1.2s;
          animation: beat infinite 1.2s;
  height: 100%;
  width: 100%;
  background-color: #0075dd;
  border-radius: 50%;
  z-index: -1;
}

.video-btn:hover {
  color: #233646;
}

@-webkit-keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.read-more {
  color: #233646;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.read-more img {
  width: 31px;
  display: inline-block;
  margin-left: 5px;
}

.read-more:hover {
  color: #0075dd;
}


.logo {
  display: none;
  max-width: 300px;
  position:absolute;
  z-index:1200;
}

.logo img {
  width: 250px;
  
}

      .logodesk {
  display: block;
  max-width: 300px;
  position:absolute;
  z-index:1200;

}

.logodesk img {
  width: 230px;
  
}

.search-icon, .cart-bag {
  color: #000;
  font-size: 16px;
  padding: 0 5px;
  position: relative;
}

.search-icon:hover, .cart-bag:hover {
  color: #0075dd;
}

.cart-bag .itemCount {
  background-color: #ee4f36;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 14px;
  width: 14px;
}

.cart-bag .itemCount:hover {
  color: #0075dd;
}



/**
 * Navigation menu
 */




.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 5px 20px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}

.logodesk {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 2px 20px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
      z-index: 1000;
	  background:#ffffff;
	  
}

nav ul {
      line-height: 50px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #000;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.white ul {
      background: #fff;
      color: #000;
}

nav.white li a {
      color: #000;
}




nav ul li {
      display: inline-block;
      padding: 16px 30px;;
}

nav ul li a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
}



.menu-icon {
      line-height: 60px;
      width: 100%;
      background: none;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #000;
      display: none;
}

.menu-icon.white{
  background: #fff;
}

@media(max-width: 786px) {


.logo {
  display: block;
  max-width: 300px;
  position:absolute;
  z-index:1200;
}

.logo img {
  width: 250px;
  
}

      .logodesk {
  display: none;
  max-width: 300px;
  position:absolute;
  z-index:1200;
  
}

.logodesk img {
  width: 230px;
  
}
	  
	  .logo {
            position: fixed;
            top: 0;
            margin-top: 5px;
      }

      nav ul {
            max-height: 0px;
            background: #fff;
      }

      nav.white ul {
            background: #fff;
      }



   .menu-icon.white{
  background: #fff;
}    


      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 20px;
            text-align: left;
      }

      .menu-icon {
            display: block;
      }

}





/*************************
 * Banner section
 */
.banner {
  background:url('images/gradient.png');
  padding: 2% 0 0%;
  background-size:cover;
  background-attachment: fixed;
}

.banner .content-box .tagline, .banner .content-box-fluid .tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.banner .content-box h2, .banner .content-box-fluid h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .banner .content-box h2, .banner .content-box-fluid h2 {
    font-size: 38px;
    line-height: 50px;
  }


}

@media screen and (max-width: 479px) {
  .banner .content-box h2, .banner .content-box-fluid h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.banner .content-box p, .banner .content-box-fluid p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .banner .ban-img {
    margin-bottom: 40px;

  }
}

/*************************
 * Features section
 */
.about .content-box-fluid h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 23px;
  font-family: Poppins;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .about .content-box-fluid h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .about .content-box-fluid h2 {
    font-size: 22px;
    line-height: 30px;
  }




}

@media screen and (max-width: 479px) {
  .about .content-box-fluid h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 992px) {
  .about .content-box-fluid {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .about .content-box-fluid {
    margin: 0 auto;
  }
}

.about-img-group {
  position: relative;
}

.about-img-group .about-img-bg {
  position: absolute;
  left: 50%;
  top: 30px;
  max-width: 545px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-img-group .about-img-1 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .about-img-group .about-img-1 {
    margin-bottom: 30px;
  }
}

.about-img-group .about-img-2 {
  margin-bottom: 60px;
}

.about-img-group h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .about-img-group h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .about-img-group {
    margin-bottom: 50px;
  }
}

/*************************
 * Features section
 */
.iconBox {
  border: 5px solid #f6f7fb;
  border-radius: 5px;
  padding: 40px 25px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.iconBox .icon {
  border-radius: 50%;
  display: block;
  font-size: 27px;
  line-height: 70px;
  margin: 0 auto 30px;
  height: 70px;
  width: 70px;
}

.iconBox a {
  color: #233646;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.iconBox p {
  margin-bottom: 0;
}

.iconBox:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 991px) {
  .iconBox {
    margin-bottom: 30px;
  }
}

/*************************
 * Features section
 */
.funfacts {
  background-color: #162b45;
  padding: 105px 0;
}

@media screen and (max-width: 991px) {
  .funfacts {
    padding-bottom: 35px;
  }
}

.single-fun {
  position: relative;
}

.single-fun img {
  max-width: 65px;
  margin-bottom: 30px;
}

@media screen and  (min-width:320px), (max-width:640px) {
  .single-fun img {
    margin: 0 auto 30px;
  }

h3{
  font-size: 30px;
}

  .banner {
  background:url('images/gradient.png');
  padding: 40% 0 0%;
  background-size:cover;
  background-attachment: fixed;
}

.content-box{
   text-align:center; 
}

.myban{
  width:100%;
  margin: auto;
}




.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 20;
  margin: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.myban img {
  width:100%;
  margin: auto;
}

.ban-img{
    margin-left:10px;
}

.cs{
  width: 300px;
  margin: auto;
}

.cs img{
  width:80px;
  display: inline-block;
  margin: 8px;
}

  
.how{
	height:200px;
	width:300px;
	margin:auto;
}

.how img{
	height:200px;
	width:300px;
}

}





.single-fun p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
}

.single-fun p span {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 600;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .single-fun {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {

  .single-fun {
    text-align: center;
  }
}

/*************************
 * Wroks section
 */
.works .pb-50 {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .works .pb-50 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .works .pb-50 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .works .content-box-fluid.right {
    margin-bottom: 40px;
  }
}

/*************************
 * Testimonial section
 */
@media screen and (max-width: 767px) {
  .tesimonial .video-box {
    margin-bottom: 40px;
  }
}

.test-caro {
  max-width: 710px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .test-caro {
    padding-left: 60px;
  }
}

.test-caro .single-test p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.test-caro .single-test .company-logo {
  margin-top: 40px;
  max-width: 119px;
}

.test-caro .avatar {
  max-width: 160px;
  height: 160px;
  margin-bottom: 40px;
}

/*************************
 * Team section
 */
.team .single-memb, .team .post-item {
  padding: 15px;
  text-align: center;
}

.team .single-memb img, .team .post-item img {
  margin-bottom: 20px;
}

.team .memb-details span {
  color: #888;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.team .memb-social a {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 0.8;
  position: relative;
  padding: 0 10px;
}

.team .memb-social a:not(:first-child):before {
  content: '';
  position: absolute;
  top: 3px;
  left: -5px;
  right: 0;
  bottom: 0;
  background-color: #d9dadb;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.single-memb, .post-item {
  border: 5px solid #f6f7fb;
  position: relative;
}

.single-memb h5, .post-item h5 {
  margin-bottom: 10px;
}

.single-memb h5, .post-item h5, .single-memb a, .post-item a {
  color: #233646;
  display: block;
  font-size: 22px;
}

.single-memb a:hover, .post-item a:hover {
  color: #0075dd;
}

@media screen and (max-width: 767px) {
  .single-memb, .post-item {
    margin-bottom: 30px;
  }
}

/*************************
 * Latest News section
 */
.post-item h5 {
  margin-bottom: 25px;
}

.post-item h5, .post-item a {
  font-size: 21px;
}

.post-item .post-content {
  padding: 35px 25px;
}

.meta-tag {
  margin-bottom: 13px;
}

.meta-tag a {
  color: #888;
  display: inline-block;
  font-size: 12px;
  line-height: .8;
  text-transform: uppercase;
  padding: 0 15px;
  position: relative;
}

.meta-tag a i {
  color: #0075dd;
  font-size: 13px;
  margin-right: 10px;
}

.meta-tag a:first-child {
  padding-left: 0;
}

.meta-tag:first-of-type a:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: Author;
  right: 0;
  bottom: 0;
  background-color: #d9dadb;
  height: 100%;
  width: 2px;
}

/*************************
 * Contact section
 */
.contact .contact-info span, .contact .contact-info a {
  color: #888888;
  display: block;
}

.contact .contact-info span img, .contact .contact-info a img {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 20px;
}

.contact .contact-info a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contact .contact-info {
    margin-bottom: 30px;
  }
}

.contact form .form-control {
  border: 1px solid #e5e6ea;
  //border-bottom: 2px solid #0075dd;
  border-radius: 0;
  padding: 20px 25px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  height: 20px;
}

.contact form textarea.form-control {
  height: 180px;
}

.required
{
    color: red;
}

form label.required:after
{
    color: red;
    content: " *";
}

form input[required=required]:after,
form select[required=required]:after,
form textarea[required=required]:after
{
    color: red;
    content: " *";
}

/*************************
 * Partners section
 */
.partners-logo img {
  max-width: 186px;
  width: 100%;
}



.widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
}

.widget p {
  color: #999;
}

.widget-navigation li a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.widget-navigation li a:hover {
  color: #0075dd;
}

@media screen and (max-width: 767px) {
  .widget-navigation {
    margin-bottom: 30px;
  }
}

.widget-insta-feed ul {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.widget-insta-feed ul li {
  -ms-flex-preferred-size: calc(100% / 3 - 10px);
      flex-basis: calc(100% / 3 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget-insta-feed ul li:nth-child(3n - 3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .widget-insta-feed {
    margin-bottom: 30px;
  }
}

.widget-address address {
  position: relative;
}

.widget-address span, .widget-address a {
  color: #999;
  display: block;
  line-height: 23px;
  position: relative;
  padding-left: 50px;
}

.widget-address span i, .widget-address a i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.widget-address a {
  margin-top: 10px;
}

/*************************
 * Footer
 */
.footer {
  position: relative;
}

.footer .logo {
  margin-bottom: 45px;
}

.footer .widget-title {
  color: #fff;
}

.footer .foo-top {
  background-color: #233a59;
  padding: 40px 0 50px;
}

.footer .foo-btm {
  background-color:#233a59;
}

.footer .foo-btm .copyright {
  color: #888;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 20px 0;
}

.footer .foo-btm .copyright a {
  color: #0075dd;
}


.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    //height:100vh;
 
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 5px;
    height: 5px;
    background: rgba(0, 5, 111, 0.4);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 8px;
    height: 8px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 25px;
    height: 25px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 14px;
    height: 14px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 40px;
    height: 40px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 30px;
    height: 30px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 15px;
    height: 15px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(11){
    left: 85%;
    width: 10px;
    height: 10px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(12){
    left: 85%;
    width: 5px;
    height: 5px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }

 
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #0075dd;
}


/*************************
 * Footer
 */
.footer {
  position: relative;
}

.footer .logo {
  margin-bottom: 45px;
}

.footer .widget-title {
  color: #fff;
}

.footer .foo-top {
  background-color:#233a59;
  padding: 50px 0 50px;
}

.footer .foo-btm {
  background-color: #233a59;
}

.footer .foo-btm .copyright {
  color: #888;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 20px 0;
}

.footer .foo-btm .copyright a {
  color: #0075dd;
}


/*************************
 * Testimonial section
 */
@media screen and (max-width: 767px) {
  .tesimonial .video-box {
    margin-bottom: 40px;
  }
}

.test-caro {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .test-caro {
    padding-left: 60px;
  }


.banner {
  background:url('images/gradient.png');
  padding: 2% 0 0%;
  background-size:cover;
  background-attachment: fixed;
}

h3{
  font-size: 45px;
}


.myban{
  width:50%;
  margin: auto;
}



.myban img {
  width:100%;
  margin: auto;
}

.cs{
  width: 420px;
  margin: auto;
}

.cs img{
  width:120px;
  display: inline-block;
  margin: 5px;
}


}

.test-caro .single-test p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.test-caro .single-test .company-logo {
  margin-top: 40px;
  max-width: 119px;
}

.test-caro .avatar {
  max-width: 160px;
  height: 160px;
  margin-bottom: 40px;
}

 section {
    padding-bottom: 30px;
  }

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  width: 600px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 20;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*************************
 * Partners section
 */
.partners-logo img {
  max-width: 186px;
  width: 100%;
}



/*************************
 * Contact section
 */
.contact .contact-info span, .contact .contact-info a {
  color: #888888;
  display: block;
}

.contact .contact-info span img, .contact .contact-info a img {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 20px;
}

.contact .contact-info a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contact .contact-info {
    margin-bottom: 30px;
  }
}

.contact form .form-control {
  border: 1px solid #e5e6ea;
    //border-bottom: 2px solid #0075dd;
  border-radius: 0;
  padding: 20px 25px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  height: 20px;
}

.contact form textarea.form-control {
  height: 180px;
}

.custom-select {
  position: relative;
  font-family: Poppins;
  border: 0px solid #0075dd;
  border-bottom: 2px solid #0075dd;
  border-radius: 0;

}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



/*************************
 * Contact section
 */
.contact .contact-info span, .contact .contact-info a {
  color: #888888;
  display: block;
}

.contact .contact-info span img, .contact .contact-info a img {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 20px;
}

.contact .contact-info a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contact .contact-info {
    margin-bottom: 30px;
  }
}

.contact form .form-control {
 border: 1px solid #e5e6ea;
    //border-bottom: 2px solid #0075dd;
  border-radius: 0;
  padding: 20px 25px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  height: 20px;
}

.contact form textarea.form-control {
  height: 180px;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.loginimg{
  width:10%;
  margin: auto;
}

.loginimg img{
  width:30px;
}

.mysocial img{
   height: 30px;
  width: 30px;
}



.mySocial{
width: 240px;
margin: auto;
}

.mySocial img{
width: 40px;
display: inline-block;

}




.panel-heading {
  padding: 0;
  border:0;
}
.panel-title>a, .panel-title>a:active{
  display:block;
  padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:3px;
  text-decoration:none;
}
.panel-heading  a:before {
  font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} 


.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: 'Poppins', sans-serif;
    width: 90%;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #5336ca;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.price-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: 'Poppins', sans-serif;
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}
  

  .loader { 
  width:100px; 
  margin:0 auto;
  border-radius:10px;
  position:relative;
  padding:1px;
  background:#48e100;
  margin-bottom:5px;
}
.loader:before {
  content:'';
  //border:1px solid #fff; 
  border-radius:10px;
  position:absolute;
  top:-4px; 
  right:-4px; 
  bottom:-4px; 
  left:-4px;
}
.loader .loaderBar { 
  position:absolute;
  border-radius:10px;
  top:0;
  right:100%;
  bottom:0;
  left:0;
  background:#fff; 
  width:0;
  animation:borealisBar 2s linear infinite;
}

@keyframes borealisBar {
  0% {
    left:0%;
    right:100%;
    width:0%;
  }
  10% {
    left:0%;
    right:75%;
    width:25%;
  }
  90% {
    right:0%;
    left:75%;
    width:25%;
  }
  100% {
    left:100%;
    right:0%;
    width:0%;
  }
}



.modal .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	transform: translate3d(0%, 0, 0);
}
.modal .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal .modal-body {
	padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog {
	left: -320px;
	transition: opacity 0.1s linear, left 0.1s ease-out;
}
.modal.left.fade.show .modal-dialog {
	left: 0;
}
.modal.right.fade .modal-dialog {
	right: -320px;
	transition: opacity 0.1s linear, right 0.1s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

.list-unstyled{
	padding:20px;
	
}

.list-unstyled li{
margin-top:10px;
	margin-bottom:10px;	
	font-size:14px;
}

.list-unstyled li a{
	color:#000;
}

.list-unstyled li a:hover{
	color:#0073a4;
}

.megamenu-li {
	position: static;
	font-size:14px;
}



.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

.dropdown-item{
	    padding: 0;
		font-size:12px;
}
.dropdown-item:hover{
  color: #1968cf;
}
.dropdown-menu{
	/*border-top : 2px solid #0075dd;*/
	border:0px!important;
  background-color: #f3f3f3;
}

.logoMarqueeSection {
  //padding-top: 50vh;
  //padding-bottom: 150vh;

}

#logoMarqueeSection {
  width: 1200px!important;
  margin: 0 auto;
}

.marquee{
 width:100%;
}

.marquee img{
	 height: 50px;
  width:150px;
}




.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
  width:100%;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.logoslider{
	display:inline-block;
}

.imgslide{
	display:inline-block;
}

.imgslide img{
	height:70px;
	width:160px;
	margin:20px;
	 //filter: grayscale(0%);
}

.imgslide2{
	display:inline-block;
}

.imgslide2 img{
	height:100px;
	width:190px;
	margin:10px;
	 filter: grayscale(0%);
}

.imgslide2 img:hover{
	height:100px;
	width:190px;
	margin:10px;
	filter: grayscale(100%);
}

.imgslide3{
	display:inline-block;
}

.imgslide3 img{
	height:90px;
	width:170px;
	margin:10px;
	 filter: grayscale(0%);
}

.slide1{
	display:inline-block;
}


.testimonial-slider {
   display: block;
   width: 100%;
   height: auto;
   margin-top: 20px;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 150px;
   overflow: hidden;
   margin: 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}

.testimonial-slider q {
   display: inline-block;
   font: normal 500 40px / 1.25;
   letter-spacing: .5pt;
   max-width: 85ch;
   color:white;
}

.testimonial-slider .source {
    margin-top: 35px;
    color: #d9e0f9;
    font: italic 400 20px / 1.35;
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

.icon-keyboard_arrow_left:before{
	display:none;
}

.icon-keyboard_arrow_right:before{
	display:none;
}


.section-team {
	
	padding: 20px 0;
}

.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 600;
    font-size: 45px;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 30px;
	background-color: #f6f9ff;
	border-radius: 5px;
}

.section-team .single-person:hover {
	background: linear-gradient(to right, #016cec, #00b5f7);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 0%;
    border: 4px dashed transparent;
    transition: padding .3s;
	
}

.section-team .single-person:hover .person-image {
	padding: 12px;
    border: 4px dashed #fff;
	
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 0%;
	filter: grayscale(100%);
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #016cec;
}

.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 28px;
	font-size: 28px;
    font-weight: 600;
}

.section-team .single-person .person-info .speciality {
    text-transform: capitalize;
    font-size: 14px;
    color: #016cec;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}

.absc{
	width:20px;
	display:inline-block;
	margin:2px;
}

.absc img{
	height:10px;
	width:10px;
}



.footer-social-icons {
    width: 380px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:14px 18px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color:#000;
	border-radius:30px;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}

.social-icon img{
    height:10px;
	width:10px;
}

.fa-blogger{
    padding:14px 18px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color:#000;
	border-radius:30px;
}
.fa-blogger:hover {
    background-color: #3d5b99;
}

.fa-twitter {
    padding:14px 16px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color:#000;
	border-radius:30px;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-instagram {
    padding:14px 16px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #000;
	border-radius:30px;
}
.fa-instagram:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:14px 16px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #000;
	border-radius:30px;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:14px 16px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #000;
	border-radius:30px;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}

.fa-slideshare {
    padding:14px 16px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color:#000;
	border-radius:30px;
}
.fa-slideshare:hover {
    background-color: #027eb0;
}


.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.panel-title>a, .panel-title>a{
	text-transform:capitalize;
	color:#fff;
	font-weight:400;
	padding-left:0px;
}

.panel-title>a, .panel-title>a:active{
	text-transform:capitalize;
	color:#fff;
	font-weight:400;
	padding-left:0px;
}

.secimg{
	height:220px;
	width:300px;
	margin:auto;
}

.secimg img{
	height:220px;
	width:300px;
}

.experience h4 {
	text-align: center;
}

.experience {
  margin-top: 5%;
  width: 100%;
  /* background-color: #3b8472;*/
  height: auto;
 
}

.experience h5 {
	color: #008080;
	font-size: 22px;
	text-transform: uppercase;
}

.experience ol,
.experience ul {
	list-style: none;
}

.experience a {
	text-decoration: none;
}

.experience img {
	width: 20%;
	float: right;
}

.experience .fa {
	color: #40E0D0;
	font-size: 35px;
}

.experience .fa-users {
	font-size: 30px;
}

.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 100%;
	/*  max-width: 425px; */
	margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
	/* these are used to create a shadow effect at the sides of the timeline */
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px;
}



.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	/* width will be set using JavaScript */
	background: #dfdfdf;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0075dd;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 15px;
	color: #383838;
	/* fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
	/* this is used to create the event spot */
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #0d004e;
	border-color:#0d004e;
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
	background-color: #008080;
	border-color: #008080;
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: #008080;
}


@media only screen and (min-width: 1100px) {
	.cd-horizontal-timeline {
		margin: 3em auto;
	}
	.cd-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	/* replace text with an icon */
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
	/* arrow icon */
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../img/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
	right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
	border-color: #008080;
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 2em 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
	max-width: 800px;
	margin: 0 auto;
}

.cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto;
	font-size: 16px;
	color: #778899;
}

.cd-horizontal-timeline .events-content p {
	font-size: 15px;
	color: #333;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
	line-height: 1.6;
}

@media only screen and (min-width: 768px) {
	.cd-horizontal-timeline .events-content h4 {
		font-size: 22px;
	}
	.cd-horizontal-timeline .events-content em {
		font-size: 16px;
	}
	.cd-horizontal-timeline .events-content p {
		font-size: 15px;
	}
	
	.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 80%;
  max-width:100%;
  margin: 0 auto;
}
}

@media only screen and (max-width: 535px) {
	.experience img {
		visibility: hidden;
	}
	.cd-horizontal-timeline .events-wrapper {
		margin: 0 0px;
	}
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

::marker{ display:none;}


/*/ end about work experience /*/

.hwi{
	width:400px;
	height:300px;
	margin:auto;
}

.hwi img{
	width:400px;
	height:300px;
}





 .how-it-works {
    
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
	margin:auto;
  }

  .how-it-works .header {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 600px;
    color: #000;
  }
  .how-it-works .sub-heading {
    width: 99vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .how-it-works .main-text {
    font-size: 25px;
    color: #626E88;
    margin: 4px;
    margin-left: 0;
  }
  .how-it-works .sub-text {
    font-size: 15px;
    color: #626E88;
    margin-bottom: 5px;
  }
  .btn-action-3 {
    padding: 12px 24px;
    background: #3766FF;
    box-shadow: 0px 25px 40px rgba(84, 110, 247, 0.3);
    border-radius: 10px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 190px;
    color: #FFF !important;
    margin: 25px 10px 0 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-action-3:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .btn-action-3.video-btn {
    margin: 0;
  }
  .sub-heading-inner {
    padding: 0;
  }
  .sub-heading-inner-2 {
    padding: 0;
  }
  .how-it-works .slider .rectangle-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border-radius: 15px;
    height: 22px;
    width: auto;
  }
  .how-it-works .item {
    position: relative;
    cursor: pointer;
  }
  .how-it-works .slider .rectangle-content .text {
    position: absolute;
    white-space: nowrap;
    top: 50px;
    font-size: 20px;
    color: #3465FF;
    opacity: 0.5;
  }
  .how-it-works .slider .rectangle-content .text-blu {
    opacity: 1 !important;
  }
  .rc-1 {
    background: linear-gradient(to right, transparent 0%, transparent 19.5%, #f2fbff 19.5%, #f2fbff 80%, transparent 80%, transparent 100%);
  }
  .rc-2 {
    background: linear-gradient(to right, transparent 0%, transparent 19.5%, rgba(52, 101, 255, 0.5) 19.5%, rgba(52, 101, 255, 0.5) 40%, #f2fbff 40%, #f2fbff 80%, transparent 80%, transparent 100%);
  }
  .rc-3 {
    background: linear-gradient(to right, transparent 0%, transparent 19.5%, rgba(52, 101, 255, 0.5) 19.5%, rgba(52, 101, 255, 0.5) 60%, #f2fbff 60%, #f2fbff 80%, transparent 80%, transparent 100%);
  }
  .rc-4 {
    background: linear-gradient(to right, transparent 0%, transparent 19.5%, rgba(52, 101, 255, 0.5) 19.5%, rgba(52, 101, 255, 0.5) 80.5%, transparent 80.5%, transparent 100%);
  }
  @media only screen and (max-width: 768px) {
    .how-it-works .sub-heading {
      flex-direction: column;
    }
    .how-it-works .header {
      font-size: 30px;
      margin-top: 30px;
    }
    .how-it-works .main-text {
      font-size: 20px;
    }
    .how-it-works .sub-text {
      font-size: 15px;
      margin-bottom: 10px;
    }
   
    .sub-heading-inner {
      padding-left: 12vw;
      padding-right: 12vw;
    }
    .sub-heading-inner-2 {
      padding-left: 12vw;
      padding-right: 12vw;
    }
    .btn-action-3 {
      width: 100%;
    }
    .how-it-works .slider .rectangle-content {
      flex-direction: column;
      margin-left: 12vw;
      margin-right: 12vw;
      height: auto;
      width: 22px;
    }
    .rc-1 {
      background: linear-gradient(#fff 0%, #fff 79%, transparent 79%, transparent 100%);
    }
    .rc-2 {
      background: linear-gradient(rgba(52, 101, 255, 0.5) 0%, rgba(52, 101, 255, 0.5) 29%, #fff 29%, #fff 79%, transparent 79%, transparent 100%);
    }
    .rc-3 {
      background: linear-gradient(rgba(52, 101, 255, 0.5) 0%, rgba(52, 101, 255, 0.5) 54%, #fff 54%, #fff 79%, transparent 79%, transparent 100%);
    }
    .rc-4 {
      background: linear-gradient(rgba(52, 101, 255, 0.5) 0%,  rgba(52, 101, 255, 0.5) 79%, transparent 79%, transparent 100%);
    }
    .how-it-works .item {
      margin-bottom: 60px;
    }
    .how-it-works .slider .rectangle-content .text {
      top: 0;
      left: 35px;
    }
  }
  
  #how-image{
	height:200px;
	width:300px;
	margin:auto;
}

#how-image img{
	height:200px;
	width:300px;
}





.service-7 .service-panel {
     border: 2px solid #fff; 
    border-radius: 25px ;
    text-align: center;
     padding:20px 22px 21px 22px;
	background:#fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-delay: 0s;	
	box-shadow: 1px 2px 10px 2px #E4E4E4;
	height:260px;
	width:100%;
	margin-top:12px;
	margin-bottom:12px;
	
	
}

.service-7 .service-panel:hover {
    background-color: #F6B163;
    border-color: #fff;	
}

.service-7 .service-panel .service-heading .icon {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.service-7 .service-panel h3{
	font-size:20px;
}

.service-7 .service-panel:hover .service-heading .icon, 
.service-7 .service-panel:hover h3,

.service-7 .service-panel:hover p {
    color: #ffffff !important;
}

.service_img {
    width: 100px;
    padding-bottom: 10px;
    margin: auto;
}


  .card {
  width: 98%;
  margin-top: 10px;
  margin-bottom:10px;
  height: 250px;
  padding:25px;
  background:#fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0,.16);
  border-radius:30px;
  transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
  text-align:center;
}

.card img{
	height:80px;
	width:80px;
	margin:auto;
}

  .card  h3{
  font-size:20px;
  color:#1968cf;
}

.card:hover {
  box-shadow: 0 11px 11px 0 rgba(0, 0, 0,.16);
  transform: translateY(-5px);
}


.fpicon{
	height:80px;
	width:80px;
	margin:auto;
}



.btn-get {
	 color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
  padding: 10px 16px;
  background-color: #f4f8ff;
  border-radius: 50px;
  color: #1968cf;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:10px;
  border:1px solid #cbcbcb; 
}

li .btn-get:hover {
	 color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
  padding: 10px 16px;
  background-color: #0075dd;
  border-radius: 50px;

  margin-top:10px;
  margin-bottom:5px;
  margin-right:10px;
  //border:1px solid #cbcbcb; 
}

li .btn-log {
	 color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
  padding: 10px 39px;
  background-color: #f4f8ff;
  border-radius: 50px;
  color: #1968cf;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:10px;
  border:1px solid #cbcbcb; 
}

li .btn-log:hover {
	 color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
 padding: 10px 39px;
  background-color: #0075dd;
  border-radius: 50px;

  margin-top:10px;
  margin-bottom:5px;
  margin-right:10px;
  //border:1px solid #cbcbcb; 
}

.tagimg{
	height:75px;
	width:75px;
	margin:auto;
}

.switch {
  position: relative;
  height: 36px;
  width: 120px;
  margin: 20px auto;
  background: #f4f8ff;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 36px;
  font-size: 18px;
  color: #1968cf;
  text-align: center;
  //text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}


.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #fff;
  
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;

}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 60px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  width: 58px;
  height: 36px;
  border-radius: 30px;
  color:#fff;
  background-color: #1968cf;

  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}


.newsletter {
    background: #007bff;
    padding-top: 66px;
    padding-bottom: 60px;
    margin-right: 20px !important;
    margin-left: 20px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1)
}

.bbb_newsletter_container {
    width: 100%
}

.bbb_newsletter_title_container {
    width: 50%;
    padding-left: 10px
}

.bbb_newsletter_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}


.bbb_newsletter_title {
    font-size: 22px;
	font-weight:600;
    color: #fff;
	margin-bottom:10px;
}

.bbb_newsletter_text p:last-child {
    margin-bottom: 0;
	color: #fff;
}



.bbb_newsletter_content {
    width: 40%
}

.bbb_newsletter_form {
    position: relative;
    width: 569px;
    float: left
}

.bbb_newsletter_input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding-left: 25px;
    font-size: 16px;
    outline: none;
    color: #0e8ce4
}

.bbb_newsletter_input:focus {
    border: solid 1px rgba(14, 140, 228, 0.3);
    box-shadow: 0px 1px 5px rgba(14, 140, 228, 0.3)
}

.bbb_newsletter_input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input:-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input::-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input::input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 153px;
    height: 50px;
    background: #48e100;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 18px;
    border: none;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer
}

.bbb_newsletter_button:hover {
    opacity: 0.8
}

.bbb_newsletter_unsubscribe_link {
    float: right;
    text-align: right;
    height: 50px
}

.bbb_newsletter_unsubscribe_link a {
    font-size: 10px;
    color: #0e8ce4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 50px
}

.bbb_newsletter_unsubscribe_link a:hover {
    color: #0d82d3
}

@media only screen and (max-width: 1199px) {
    .bbb_newsletter_form {
        width: 456px
    }
}

@media only screen and (max-width: 991px) {
    .bbb_newsletter_title_container {
        width: 100%
    }

    .bbb_newsletter_content {
        width: 100%;
        margin-top: 30px
    }

    .bbb_newsletter_form {
        width: calc(100% - 114px)
    }

    .footer_col:not(:last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px
    }

    p {
        font-size: 13px
    }

    .bbb_newsletter_form {
        float: none;
        width: 100%
    }

    .bbb_newsletter_title_container {
        padding-left: 0px;
        text-align: center
    }

    

    .bbb_newsletter_title {
        font-size: 20px;
		font-weight:600;
		margin-bottom:10px;
    }

    .bbb_newsletter_icon {
        position: relative;
        width: 40px;
        top: auto;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        left: 50%;
        margin-bottom: 20px
    }

    .bbb_newsletter_button {
        position: relative;
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 113px;
        height: 40px;
        background: #48e100;;
        color: #FFFFFF;
        line-height: 40px;
        font-size: 12px;
        border: none;
        outline: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer;
        margin-top: 20px
    }

    .bbb_newsletter_input {
        font-size: 13px;
        padding-left: 15px;
        height: 40px;
        line-height: 40px
    }

    .bbb_newsletter_input::-webkit-input-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input:-moz-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input::-moz-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input:-ms-input-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input::input-placeholder {
        font-size: 13px
    }
}

.iconic{
	height:50px;
	width:80px;
}

@media screen and (max-width: 1024px){

address a{
	font-size:10px;
}

}

.blog-card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.blog-card .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}
.blog-card .header {
    color: #444;
    padding: 20px;
    position: relative;
    box-shadow: none;
}

.single_post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single_post .body {
    padding: 30px
}

.single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px
}

.single_post .img-post>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    max-width: 100%;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01)
}

.single_post .img-post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out
}

.single_post .img-post:hover .social_share {
    display: block
}

.single_post .footer {
    padding: 0 30px 30px 30px
}

.single_post .footer .actions {
    display: inline-block
	
}

.single_post .footer .stats {
    cursor: default;
    list-style: none;
    padding: 0;
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 35px
}

.single_post .footer .stats li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 1;
    margin: 0 0 0 2em;
    padding: 0 0 0 2em;
    text-transform: uppercase;
    font-size: 13px
}

.single_post .footer .stats li a {
    color: #777
}

.single_post .footer .stats li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}

.single_post h3 {
    font-size: 20px;
    text-transform: uppercase
}

.single_post h3 a {
    color: #242424;
    text-decoration: none
}

.single_post p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0
}

.single_post .blockquote p {
    margin-top: 0 !important
}

.single_post .meta {
    list-style: none;
    padding: 0;
    margin: 0
}

.single_post .meta li {
    display: inline-block;
    margin-right: 15px
}

.single_post .meta li a {
    font-style: italic;
    color: #959595;
    text-decoration: none;
    font-size: 12px
}

.single_post .meta li a i {
    margin-right: 6px;
    font-size: 12px
}

.single_post2 {
    overflow: hidden
}

.single_post2 .content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 80px;
    position: relative
}

.single_post2 .content .actions_sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px
}

.single_post2 .content .actions_sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec
}

.single_post2 .content .title {
    font-weight: 100
}

.single_post2 .content .text {
    font-size: 15px
}

.right-box .categories-clouds li {
    display: inline-block;
    margin-bottom: 5px
}

.right-box .categories-clouds li a {
    display: block;
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 3px
}

.right-box .instagram-plugin {
    overflow: hidden
}

.right-box .instagram-plugin li {
    float: left;
    overflow: hidden;
    border: 1px solid #fff
}

.comment-reply li {
    margin-bottom: 15px
}

.comment-reply li:last-child {
    margin-bottom: none
}

.comment-reply li h5 {
    font-size: 18px
}

.comment-reply li p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #777
}

.comment-reply .list-inline li {
    display: inline-block;
    margin: 0;
    padding-right: 20px
}

.comment-reply .list-inline li a {
    font-size: 13px
}

@media (max-width: 640px) {
    .blog-page .left-box .single-comment-box>ul>li {
        padding: 25px 0
    }
    .blog-page .left-box .single-comment-box ul li .icon-box {
        display: inline-block
    }
    .blog-page .left-box .single-comment-box ul li .text-box {
        display: block;
        padding-left: 0;
        margin-top: 10px
    }
    .blog-page .single_post .footer .stats {
        float: none;
        margin-top: 10px
    }
    .blog-page .single_post .body,
    .blog-page .single_post .footer {
        padding: 30px
    }
}
.logo a img { width:73% }