

/*================================================
             1. DEMO SECTION
==================================================*/

.demo-section {
    background: #f4f7f9;
    padding-top: 80px;
    padding-bottom: 70px;
}
.demo-heading h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}
.demo-heading p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 40px;
}
.demo-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.demo-wrap:hover {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.demo-wrap-img {} .demo-wrap-img a {
    display: block;
    position: relative;
}
.demo-wrap-img a::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.demo-wrap:hover .demo-wrap-img a::before {
    opacity: 0.8;
}
.demo-wrap-img a::after {
    color: #fff;
    content: "Live Preview ➞";
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 20%;
    transition: all 0.3s ease 0s;
}
.demo-wrap:hover .demo-wrap-img a::after {
    top: 44%;
    opacity: 1;
}
.demo-wrap .demo-wrap-img a img {
    width: 100%;
}
.demo-wrap-title {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
}
.demo-wrap-title {} .demo-wrap-title h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.demo-wrap-title span {
    display: block;
    line-height: 16px;
    margin-top: 5px;
    text-transform: capitalize;
}
/*================================================
             2. PRELOADER
==================================================*/

.preloader-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999999;
}
.spinner-loader {
    margin-top: -20px;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.spinner-loader > div {
    background-color: #212121;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-loader .load2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-loader .load3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner-loader .load4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-loader .load5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/*================================================
             3. BACK TO TOP
==================================================*/

.scrollup {
    background: #2575fc  none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 38px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99999;
}
.scrollup:hover {
    background: #fff;
    color: #444;
    border: 1px solid #2575fc;
    transition: 1s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
    padding-bottom: 10px;
}
.back-to-top--active {
    visibility: visible;
    -webkit-animation: back-to-top .3s ease-in;
    animation: back-to-top .3s ease-in;
    transition: width 2s;
}
/*================================================
             4. HEADER SECTION
==================================================*/

body {
    overflow-x: hidden;
}
.home-header {
    background: url(../images/header/header-bg.jpg);
    height: 811px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
}
.navbar-header {
    width: 100%;
}
.navbar-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    justify-content: space-between;
    line-height: 80px;
}
.navbar {
   
}
.navbar-brand {
    margin-top: -10px;
}
.bg-inverse {
    
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.top-nav-collapse {
    background-color: #21212194 !important;
    padding-bottom: 0px;
    padding-top: 10px;
}
.nav-link.active {
    color: #2575fc !important;
}
.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
    padding-left: 10px;
}
.navbar-nav li a {
    color: #ffffff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
}
a:focus, a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
    outline: 0 solid;
}
.header-text {
    margin-top: 213px;
}
.header-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
}
.header-text p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #000;
    margin-bottom: 50px;
    line-height: 1.6;
}
.header-btn {
    background: #0058ff;
    border: 2px solid #0058ff;
    color: #2ecc71;
    border-radius: 30px 5px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 16px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	margin-right:20px;
}
.header-btn:hover {
    background: none;
    text-decoration: none;
    border-radius:5px 30px;
    color:#0058ff;
}
.video-play2 {
    background:none;
    border: 2px solid #2575fc;
    color: #2ecc71;
    border-radius: 30px 5px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 16px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	margin-right:20px;
}
.video-play2:hover {
    background: #2575fc;
    text-decoration: none;
    border-radius:5px 30px;
    color: #fff;
}
.header-img .mockup {
  position: relative;
  padding-top:105px;
}
.header-img .front {
  padding-top:132px;
}
.header-img .back {
  padding-top:10px;
}
.header-img .mockup > .front {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.mockup img{
	width:100%;
}

/*================================================
             5. ABOUT SECTION
==================================================*/

.about-section {
	background:#f4f7f9;
    padding-top: 50px;
    padding-bottom: 80px;
}
.about-features {
    padding-top: 40px;
}
.about-features-1 {
    background: #fff;
    border-radius: 10px;
    padding: 60px;
	border:1px solid #212121;
}
.about-features-1 i {
    color: #212121;
    font-size: 30px;
    display: block;
    text-align: center;
    font-size: 80px;
}
.about-features-1 h3 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 10px;
}
.about-features-1 p {
    color: #444;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300;
	line-height:28px;
}
.about-features-1:hover {
    background: #212121;
    border-radius: 10px;
    padding: 60px;
    box-shadow: 0 7px 10px -3px gray;
    transition: 1s ease;
}
.about-features-1:hover i {
    color: #fff;
    font-size: 30px;
    display: block;
    text-align: center;
    font-size: 80px;
}
.about-features-1:hover h3 {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.about-features-1:hover p {
    color: #fff;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300;
}
/*================================================
             6. FEATURES SECTION
==================================================*/

.features-section {
    padding-top: 70px;
    padding-bottom: 80px;
}
.features-heading h2 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.features-heading p {
    color: #212121;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	line-height:32px;
	opacity:0.9;
    font-weight: 300;
    padding-bottom:50px;
}
.features-wrap {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.feature-icon {
  border: 1px solid #2575fc;
  border-radius: 50%;
  color: #2575fc;
  float: left;
  font-size: 2.5rem;
  height: 70px;
  line-height: 57px;
  margin-right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 70px;
}
/*.feature-icon:hover {
    background: #2575fc;
	color:#fff;
    transition: 1s ease;
}*/
.feature-icon2 {
  border: 1px solid #2575fc;
  border-radius: 50%;
  color: #2575fc;
  float: right;
  font-size: 2.5rem;
  height: 70px;
  line-height: 57px;
  margin-left: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 70px;
}
.icon-feat{width: 43px;}
/*.feature-icon2:hover {
    background: #2575fc;
	color:#fff;
    transition: 1s ease;
}*/
.features-content {
  float: left;
  width: calc(100% - 100px);
}
.features-content h3 {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.features-content p {
    color: #444;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300;
	line-height:28px;
}
.features-content2 {
  float: right;
  width: calc(100% - 100px);
  text-align:right;
}
.features-content2 h3 {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.features-content2 p {
    color: #444;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300;
	line-height:28px;
}
.features-img img {
    display: block;
    margin: 0px auto;
	width:100%;
}
/*================================================
             7. VIDEO SECTION
==================================================*/

.video-section {
    background: linear-gradient(rgb(66 155 248), rgb(7 95 254)), url(../images/video/video-bg.jpg) center;
    background-size: cover;
    height: 243px;
    padding-bottom: 55px;
    padding-top: 70px;
}
#btn {
  outline: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
}
.banner-play-button {
    text-align: center;
}
.play-btn .btn-icon i {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 53px;
    line-height: 50px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
    width: 55px;
    border: 2px solid #fff;
	outline:0;
}
.banner-play-button h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    text-align: center;
    color: #fff;
    /* font-weight: 600; */
    margin-top: 0px;
}
/*================================================
            8. SCREENSHOT SECTION
==================================================*/

.apps-screenshot-section {
    background: #f4f7f9;
    padding-top: 70px;
	padding-bottom:30px;
}
.apps-section-heading h2 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.apps-section-heading p {
    color: #212121;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	line-height:32px;
	opacity:0.9;
    font-weight: 300;
    padding-bottom: 20px;
}
.screenshot-list .owl-item {
    transform: scale(0.7);
}
.screenshot-list .owl-item.active.center {
    transform: scale(0.8);
}
.screenshot-list .owl-item {
    transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
.screenshot-list .owl-controls {
    text-align: center;
}
.screenshot-list .owl-dots div.active {
    background: #2575fc;
}
.screenshot-list .owl-dots {
    text-align: center;
    margin-top: -56px;
}
.screenshot-list .owl-dots div {
    background: none;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
    border-radius: 10px;
    border: 2px solid #2575fc;
}
/*================================================
            8. PRICING SECTION
==================================================*/

.pricing-section {
    padding-top: 60px;
    padding-bottom: 80px;
}
.pricing-section-heading h2 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.pricing-section-heading p {
    color: #212121;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	line-height:32px;
	opacity:0.9;
    font-weight: 300;
    padding-bottom: 50px;
}
.pricing-table {
    background: #fff;
	border:1px solid #212121;
	padding-bottom:50px;
}
.pricing-header {
    background: #212121;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pricing-header h4 {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.pricing-header p {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 500;
}
.pricing-header p span {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.pricing-feature {
    padding-top: 30px;
}
.pricing-feature ul {
    padding-left: 0px;
    padding-top: 20px;
}
.pricing-feature ul li {
    color: #212121;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.1;
    list-style: none;
}
.pricing-footer {
    padding-top: 30px;
}
.pricing-footer-1 {
    background: none;
    width: 65%;
    margin: 0px auto;
    border: 2px solid #2575fc;
    color: #2ecc71;
    border-radius: 30px 5px;
    color: #212121;
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 16px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricing-footer-1:hover {
    background: #2575fc;
    text-decoration: none;
    border-radius: 5px 30px;
    color: #fff;
}
/*================================================
            8. TEAM SECTION
==================================================*/

.team-section {
    background: #f4f7f9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.team-heading h2 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.team-heading p {
    color: #212121;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	line-height:32px;
	opacity:0.9;
    font-weight: 300;
    padding-bottom: 50px;
}
.work-table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.team-member-section .my-team-person-details {
    margin-bottom: 20px;
}
.team-member-section .my-team-person-details:last-of-type {
    margin-bottom: 0;
}
.team-member-section .my-team-person {
    overflow: hidden;
    position: relative;
}
.team-member-section .my-team-person img {
    width: 100%;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
}
.team-member-section .my-team-person-details:hover .my-team-person img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.team-member-section .my-team-person .my-team-person-detail {
    position: absolute;
    bottom: -250px;
    background-color: rgba(33, 33, 33, 0.9);
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}
.team-member-section .my-team-person:hover .my-team-person-detail {
    bottom: 0;
    opacity: 1;
}
.team-member-section .my-person-name,
.team-member-section .my-person-post,
.team-member-section .my-person-details,
.team-member-section .my-person-social {
    opacity: 0;
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -ms-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
}
.team-member-section .my-team-person:hover .my-person-name,
.team-member-section .my-team-person:hover .my-person-post,
.team-member-section .my-team-person:hover .my-person-details,
.team-member-section .my-team-person:hover .my-person-social {
    opacity: 1;
}
.team-member-section .my-team-person-detail {
    padding-left: 12px;
}
.team-member-section .my-person-name,
.team-member-section .my-person-details {
    color: #FFF;
}
.my-team-person-detail h6.my-person-name {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.team-member-section .my-person-post {
    color: #FFF;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.team-member-section .my-person-details {
    color: #FFF;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
	line-height:28px;
}
.team-member-section .my-person-social {
    padding-left: 0px;
}
.team-member-section .my-person-social li {
    display: inline-block;
    margin: 0 2px;
}
.team-member-section .my-person-social li:first-child {
    margin: 0 0;
}
.team-member-section .my-person-social li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: #FFF 1px dotted;
    margin-right: 5px;
}
.team-member-section .my-person-social li a:hover {
    color: #FFF;
    background-color: #2575fc;
    border: #3498DB 1px dotted;
}
/*================================================
             9. TESTIMONIALS SECTION
==================================================*/

.testimonial-section {
    padding-top: 60px;
    padding-bottom: 70px;
}
.testimonial-heading h2 {
    color: #212121;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.testimonial-heading p {
    color: #212121;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	line-height:32px;
	opacity:0.9;
    font-weight: 300;
    padding-bottom: 50px;
}
.single-testimonial {
    position: relative;
    background-color: #fff;
    padding-bottom: 20px;
}
.single-author {
    padding-top: 10px;
}
.single-image {
    height: 125px;
    left: 20px;
    right: 0;
    width: 125px;
    margin: 0px auto;
}
.single-image img {
    border-radius: 50%;
    width: 100%;
}
.single-name {
    padding: 13px 0;
}
.single-name h4 {
    color: #212121;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.single-name span {
    color: #212121;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    opacity: 0.7;
    display: block;
}
.single-content {
    color: #444;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
}
.testimonial-list .owl-dots div.active {
    background: #2575fc;
}
.testimonial-section .owl-dots {
    margin-top: 0px;
    text-align: center;
}
.testimonial-section .owl-dots div {
    background: none;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
    border-radius: 10px;
    border: 2px solid #2575fc;
}
/*================================================
            8. DOWNLOAD SECTION
==================================================*/

.download-section {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 0px;
}

.download-section2 {
  background: #f4f7f9;
    padding-top: 57px;
    padding-bottom: 50px
}
.download-heading h2 {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.download-heading p {
    color: #212121;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	line-height:32px;
	opacity:0.9;
    font-weight: 300;
}
.download-form{
	margin-top:18px;
}
#email {
    border: 2px solid #212121;
    border-radius: 35px;
    color: #938787;
    margin: 0 auto;
    padding: 20px 0 20px 20px;
    width: 93%;
	float:right;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
	outline:0;
}
#button {
    background: #212121  none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 35px;
    color: #fff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 17px;
    position: absolute;
    right: 18px;
    text-transform: uppercase;
    top: 2px;
    width: 155px;
    z-index: 999;
	outline:0;
}
/* Placeholder */

#email::-webkit-input-placeholder {
    color: #938787;
}
#email:-moz-placeholder {
    color: #938787;
}
#email::-moz-placeholder {
    color: #938787;
}
#email:-ms-input-placeholder {
    color: #938787;
}
.download-heading{
	padding-top:10px;
}
.download-heading2 h2 {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.download-heading2 p {
    color: #212121;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	line-height:32px;
	opacity:0.9;
    font-weight: 300;
    padding-bottom: 40px;
}
.download-btn {
    margin-bottom: 20px;
    /*text-align: center;*/
    width: 100%;
}
.download-btn a {
    background: #2575fc;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 35px;
    margin: 0 10px 0 0;
}
.download-btn a i {
    float: left;
    font-size: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.download-btn a:hover {
    background: #fff;
    color: #222328;
    border: 1px solid #2575fc;
    transition: all 0.5s ease-in-out 0s;
}



.download-btn2 {
    margin-top: 29px;
    /*text-align: center;*/
    width: 100%;
}
.download-btn2 a {
    background: #2575fc;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 35px;
    margin: 0 10px 0 0;
}
.download-btn2 a i {
    float: left;
    font-size: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.download-btn2 a:hover {
    background: #fff;
    color: #222328;
    border: 1px solid #2575fc;
    transition: all 0.5s ease-in-out 0s;
}
/*================================================
             11. FOOTER SECTION
==================================================*/

.footer-section {
    background: #222328 none repeat scroll 0 0;
    padding-bottom: 9px;
    padding-top: 23px;
}
.footer-text .social-icon {
    padding-bottom: 20px;
    text-align: center;
}
.footer-text .social-icon a i {
    background: none;
    border: 2px dotted #2575fc;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
}
.footer-text .social-icon a i:hover {
    background: #2575fc;
    color: #fff;
    border: 2px dotted #fff;
    font-size: 21px;
    margin-right: 10px;
    padding: 10px;
}
.footer-text p {
    color: #b1b1b1;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    float: right;
    padding-top: 10px;
}
.footer-text p a {
    color: #2575fc;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.social_btn_cust {
    /* border: 2px solid #fff; */
    /* padding: 6px 3px 7px 17px; */
    margin-top: 6px;
    padding: 8px 16px 7px 17px;
    color: #FFFFF2 !important;
    font-size: 22px;
    border-radius: 8px;
    background: #2675fc;
}

.social_btn_cust : hover {
    /* border: 2px solid #fff; */
    padding: 6px 4px 6px 25px;
    margin-top: 6px;
    color: #0058ff !important;
    font-size: 21px;
}




/*================================================
             5. section_custom
==================================================*/

.about-section {
    background: #f4f7f9;
    padding-top: 70px;
    padding-bottom: 60px;
}
.about-text h3 {
    font-family: "Montserrat", sans-serif;
    color: #222;
    font-size: 38px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 30px;
}
.about-text p {
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 30px;
}
.about-text ul.about-item {
    padding-left: 0px;
}
.about-text ul.about-item li {
    list-style: none;
    padding-bottom: 15px;
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 300;
}
.about-text ul.about-item li i {
    color: #0058ff;
    margin-right: 15px;
}
.about-img img {
    display: block;
    margin: 0px auto;
}


/*================================================
             11. CONTACT SECTION
==================================================*/

/*.contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f4f7f9;
}
.contact-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.contact-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 30px;
}
.contact-form .form-control {
    border: 1px solid #0159ff;
    border-radius: 0px;
    margin-bottom: 15px;
    height: 50px;
    color: #6a6868;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.contact-form #contact-message {
    height: 200px;
}
.contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari 
    
    color: #6a6868;
}
.contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ 
    
    color: #6a6868;
}
.contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ 
    
    color: #6a6868;
}
.contact-form .form-control:-moz-placeholder {
    /* Firefox 18- 
    
    color: #6a6868;
}
.contact-btn-wrapper button {
    color: #FFF;
    background: #045cfe;
    border: 2px solid #045cfe;
    padding: 17px 45px;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #0e64fe;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
.contact-btn-wrapper button:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}*/