/*header start*/

.navbar-right{
    display: block !important;
}

.resClassLi{
    display: none !important;
}

.icon-bar {
    background-color: #01a0e4;
}

.resClass {
    display: none;
}

.resUlClass {
    display: block;
}

.imgClass {
    width: 25%;
}

.nav {
    font-family: Lato;
    font-size: 16px;
}

.navbar {
    margin: 5px;
}

.header1 {
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
}

.header1 ul {
    padding-top: 20px;
    margin-right: 0px;
}

.header1 ul li img {
    padding-right: 10px;
    padding-left: 10px;
}

.header2 .dropdown-menu li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.header2 .dropdown-menu {
    box-shadow: 0px 10px 20px #ccc;
    border: none;
}

.header2 .navbar-right li a {
    right: 50px;
}

.header2 .navbar-right img {
    right: 10px;
}

.navbar-fixed-top {
    background: #fff;
    margin: 0;
    padding: 0;
}

.siteheader {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.search-form {
    padding-top: 10px;
}


/* search section */

.srcbtnsec {
    position: absolute;
    right: 0px;
    top: 10px;
}

.srcbtn {
    border-radius: 50px;
    border: 2px solid #92d6f3;
    line-height: 24px;
    width: 30px;
    text-align: center;
    background: transparent;
    display: inline-block;
    font-size: 12px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    z-index: 9999;
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 70%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    border: 1px solid;
    margin-top: -51px;
    padding-left: 30px;
    outline: none;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    border-radius: 5px;
}

#search .btn {
    position: absolute;
    top: 43%;
    margin: 50px auto 0px;
    background-color: #69c7ef;
    border: black;
    padding: 7px 30px;
    left: 50%;
    transform: translateX(-50%);
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 32px;
    outline: none;
}


/*----/ search section -----*/

nav button .glyphicon-search {
    color: #01a0e4;
}

#myNavbar ul li a {
    color: #333;
}

#myNavbar ul li a:hover {
    color: #01a0e4;
    background-color: transparent;
}

#myNavbar ul li a:active {
    color: #01a0e4;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}


/*header end*/

.banner {
    background-image: url("../images/banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 65px;
    height: 100%;
}

// .banner .jumbotron{
//  padding-top: 150px;
//  font-family: Poppins;
//  background-color: transparent;
// }
.benner-cont {
    width: 40%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    min-height: 250px;
    margin-top: 80px;
    margin-left: 0px;
    padding: 30px;
    margin-bottom: 15px;
}

.banner .benner-cont h2 {
    font-family: Lato;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}

.banner .benner-cont h4 {
    font-family: Lato;
    color: #fff;
    padding-bottom: 20px;
    line-height: 25px;
}

.banner .btn {
    font-family: Lato;
    font-weight: bold;
    font-size: 16px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 50px;
    border-width: 2px;
    padding: 7px 25px;
    transition-duration: 0.6s;
}

.banner hr {
    visibility: hidden;
}

.banner .btn:hover {
    border-width: 2px;
    background-color: #fff;
    color: #01a0e4;
}


/*about starting*/

#about {
    font-family: Lato;
}

#about h3 {
    color: #01a0e4;
}

#about hr {
    background-color: #242424;
    width: 200px;
    height: 1px;
}

#about .hr {
    width: 50px;
    height: 1px;
}

#about h4 {
    color: #01a0e4;
}

#about img {
    background-color: #666;
    margin-top: 20px;
}

#about img:hover {
    background-color: #01a0e4;
}

#about p {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #6e6e6e;
    line-height: 24px;
}


/*about ending*/

#smart {
    font-family: Lato;
    padding-top: 20px;
    padding-bottom: 20px;
}

#smart h3 {
    color: #01a0e4;
}

#smart hr {
    background-color: #242424;
    width: 200px;
    height: 0.5px;
    margin-bottom: 30px;
}

#smart p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    font-size: 16px;
    font-family: Lato;
    line-height: 30px;
}

#smart .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

#smart .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#smart .image1:hover .image {
    opacity: 0.3;
}

#smart .image1:hover .middle {
    opacity: 1;
}

#smart .image2:hover .image {
    opacity: 0.3;
}

#smart .image2:hover .middle {
    opacity: 1;
}

#smart .image3:hover .image {
    opacity: 0.3;
}

#smart .image3:hover .middle {
    opacity: 1;
}

#smart .image4:hover .image {
    opacity: 0.3;
}

#smart .image4:hover .middle {
    opacity: 1;
}

#smart .image5:hover .image {
    opacity: 0.3;
}

#smart .image5:hover .middle {
    opacity: 1;
}

#smart .image6:hover .image {
    opacity: 0.3;
}

#smart .image6:hover .middle {
    opacity: 1;
}

#smart .text {
    background-color: #01a0e4;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    background-color: #01a0e4;
    border: none;
    padding: 6px 10px;
    font-size: 14px;
}

.back-to-top:hover {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    background-color: #3cc4fe;
}

#smart .row {
    padding-bottom: 30px;
}

.products {
    padding-bottom: 30px;
}

.products h2 {
    font-family: Poppins;
    color: #01a0e4;
}

.products .thumbnail {
    padding-top: 30px;
}

.products h4 {
    font-size: 22px;
    font-family: Lato;
    color: #01a0e4;
}

.products hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

.products p {
    font-size: 16px;
    font-family: Lato;
    min-height: 135px;
    line-height: 30px;
}

.products a {
    font-family: Lato;
    font-size: 14px;
    color: #01a0e4;
}

.products a:hover {
    color: #01a0e4;
    text-decoration: none;
}

.products .thumbnail {
    border: none;
}

#services h2 {
    font-family: Poppins;
    color: #01a0e4;
}

#services hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

.textnone {
    text-decoration: none !important;
}

#services {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}

#services .thumbnail {
    background-color: transparent;
    border: none;
}

#services .thumbnail:hover {
    text-decoration: none;
}

#services .thumbnail img {
    background-color: #999;
}

#services a .thumbnail img:hover {
    background-color: #01a0e4;
}

#services .thumbnail p {
    color: #333;
    font-family: Lato;
    font-size: 14px;
}

#services a .thumbnail p:hover {
    color: #01a0e4;
    text-decoration: none;
}

#video {
    padding-top: 30px;
    padding-bottom: 50px;
}

#video h2 {
    font-family: Poppins;
    color: #01a0e4;
}

#video hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

#video p {
    padding-top: 100px;
    font-family: Lato;
    font-size: 16px;
    line-height: 30px;
}

#opt {
    background-color: #e2e2e2;
    padding-top: 30px;
    padding-bottom: 50px;
}

#opt img {
    width: 30%;
}

#opt .btn {
    font-family: Poppins;
    font-size: 14px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 20px 20px;
}

#opt .btn:hover {
    background-color: transparent;
    color: #01a0e4;
    border-color: #01a0e4;
}

#opt h2 {
    font-family: Lato;
}

#opt h3 {
    font-family: Lato;
    font-size: 28px;
}

#opt p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Lato;
    font-size: 14px;
}

#opt .para p {
    padding-right: 50px;
}

.clearprop {
    clear: both;
}


/*footer start*/

#footer {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 10px;
}

#footer h4 {
    font-family: Lato;
}

#footer ul li a {
    font-family: Lato;
    font-size: 14px;
    color: #333;
}

#footer ul li a:hover {
    color: #01a0e4;
    text-decoration: none;
}

#footer ul li {
    padding-bottom: 10px;
}

#footer p {
    color: #666;
    padding-bottom: 5px;
    font-family: Lato;
}

#footer p a {
    color: #666;
}

#footer p a:hover {
    color: #01a0e4;
    text-decoration: none;
}

#footer hr {
    width: 100%;
    border-top: solid 1px #c9c9c9;
    position: relative;
    margin: 22px 0px 22px;
}

/*#footer .hr2 {
    width: 70%;
}*/


/*footer end*/


/*vx520 start*/

.banner1 {
    background-image: url("../images/vx520bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 65px;
}

.banner1 .jumbotron {
    padding-top: 150px;
    font-family: Poppins;
    background-color: transparent;
}

.banner1 .jumbotron h1 {
    color: #fff;
    padding-bottom: 10px;
}

.banner1 .jumbotron h4 {
    font-family: Lato;
    font-size: 20px;
    color: #fff;
    text-shadow: 10px;
    padding-bottom: 20px;
}

.banner1 .btn {
    font-family: Poppins;
    font-size: 18px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 20px 20px;
}

.banner1 hr {
    visibility: hidden;
}

banner1 .btn:hover {
    background-color: transparent;
    color: #01a0e4;
    border-color: #01a0e4;
}


#middle p {
    font-family: Lato;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#img {
    padding-top: 20px;
    padding-bottom: 50px;
}

#img h4 {
    font-size: 24px;
    font-family: Poppins;
    padding-bottom: 20px;
}

#img p {
    font-family: Lato;
    font-size: 16px;
}


/* vx520 end*/


/*vx805 start*/

.banner2 {
    background-image: url(../images/vs805bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 65px;
}

.banner2 .jumbotron {
    padding-top: 150px;
    font-family: Poppins;
    background-color: transparent;
}

.banner2 .jumbotron h1 {
    color: #fff;
    padding-bottom: 10px;
}

.banner2 .jumbotron h4 {
    font-family: Lato;
    font-size: 20px;
    color: #fff;
    text-shadow: 10px;
    padding-bottom: 20px;
}

.banner2 .btn {
    font-family: Poppins;
    font-size: 18px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 20px 20px;
}

.banner2 hr {
    visibility: hidden;
}

.banner2 .btn:hover {
    background-color: transparent;
    color: #01a0e4;
    border-color: #01a0e4;
}



#middle p {
    font-family: Lato;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#img {
    padding-top: 20px;
    padding-bottom: 50px;
}

#img h4 {
    font-size: 24px;
    font-family: Lato;
    padding-top: 120px;
    padding-bottom: 20px;
}

#img p {
    font-family: Lato;
    font-size: 16px;
}


/*vx805 end*/


/*clover-go start*/

.banner_go {
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner_go .btn {
    font-family: Poppins;
    font-size: 18px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 20px 20px;
}

.banner_go hr {
    visibility: hidden;
}

.banner_go .btn:hover {
    background-color: transparent;
    color: #01a0e4;
    border-color: #01a0e4;
}

#middle hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

#middle p {
    font-family: Lato;
    font-size: 18px;
    padding-bottom: 30px;
}

#middle h1 {
    font-family: Lato;
    color: #01a0e4;
}


/*clover-go end*/


/*clover-stn start*/

#middle hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

.banner_stn {
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 65px;
}

.banner_stn .btn {
    font-family: Poppins;
    font-size: 18px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 20px 20px;
}

.banner_stn hr {
    visibility: hidden;
}

.banner_stn .btn:hover {
    background-color: transparent;
    color: #01a0e4;
    border-color: #01a0e4;
}

#middle {
    padding-bottom: 0;
}

#middle p {
    font-family: Lato;
    font-size: 18px;
    padding-bottom: 30px;
}

#middle h1 {
    font-family: Lato;
    color: #01a0e4;
}

.stnmaincont {
    text-align: center;
}


/*clover-stn end*/


/*clover-mini start*/

#middle hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

.banner_mini {
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner_mini .btn {
    font-family: Poppins;
    font-size: 18px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 20px 20px;
}

.banner_mini hr {
    visibility: hidden;
}

.banner_mini .btn:hover {
    background-color: transparent;
    color: #01a0e4;
    border-color: #01a0e4;
}

#middle h3 {
    padding-bottom: 0;
    font-family: Lato;
    color: #01a0e4;
}

#middle p {
    font-family: Lato;
    font-size: 16px;
    padding-bottom: 30px;
}

#middle h4 {
    font-family: Lato;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
}

#middle h1 {
    font-family: Lato;
    color: #01a0e4;
}


/*clover-mini end*/


/*solutions start*/

.banner_sol {
    background-image: url("../images/banner1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 65px;
}

.banner_sol .jumbotron {
    padding-top: 150px;
    font-family: Poppins;
    background-color: transparent;
}

.banner_sol .jumbotron h2 {
    padding-left: 550px;
    padding-right: 0px;
    font-size: 40px;
    padding-bottom: 20px;
}

.banner_sol .jumbotron h4 {
    padding-left: 640px;
    font-family: Lato;
    font-size: 20px;
    padding-bottom: 20px;
}

.banner_sol .btn {
    margin-left: 900px;
    font-family: Poppins;
    font-size: 18px;
    background-color: #01a0e4;
    color: #fff;
    border-radius: 20px 20px;
}

.banner_sol hr {
    visibility: hidden;
}

.banner_sol .btn:hover {
    background-color: transparent;
    color: #01a0e4;
    border-color: #01a0e4;
}

#middle_sol hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

#middle_sol {
    padding-top: 30px;
}

#middle_sol #left {
    padding-left: 100px;
}

#middle_sol h2 {
    font-family: Poppins;
    color: #01a0e4;
}

#middle_sol p {
    padding-top: 30px;
    font-family: Lato;
    font-size: 18px;
}

#middle_sol ul li {
    font-family: Lato;
    font-size: 16px;
    padding-top: 5px;
}

.img {
    padding-bottom: 30px;
}

.get h1 {
    font-family: Poppins;
    color: #fff;
}

.get h3 {
    font-family: Lato;
    color: #fff;
}

section.parallax {
    position: relative;
    height: auto;
    padding: 80px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
}

section.parallax:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 100;
    content: ' ';
}

section.parallax {
    background-image: url(../images/par.jpg);
    background-position: 100% 100%;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 500px;
    max-width: 480px;
    max-height: 360px;
    width: 50%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-family: Poppins;
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    font-family: Lato;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}


/*solutions end*/


/*insights start*/

.parallax_insight {
    /* The image used */
    background-image: url(../images/future.jpg);

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#drop h2 {
    font-family: Poppins;
    color: #01a0e4;
    padding-top: 10px;
    padding-bottom: 10px;
}

#drop .tab {
    padding-top: 10px;
    padding-bottom: 10px;
}

#drop .tab .btn {
    padding-bottom: 10px;
    text-align: left;
    background-color: #f2f2f2;
    border-radius: 0px;
}

#drop .btn p {
    font-family: Lato;
    font-size: 18px;
}

#drop .tab a {
    font-family: Lato;
    font-size: 18px;
    color: #01a0e4;
}

#drop .tab .btn:hover {
    background-color: #01a0e4;
    color: #fff;
}

#drop .tab .right {
    float: right;
}

#drop h4 {
    font-family: Lato;
    font-size: 20px;
    padding-bottom: 20px;
}


/*insights end*/


/*insight 1 start*/

.parallax_insight1 {
    /* The image used */
    background-image: url(../images/future.jpg);

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.opt p {
    padding-top: 30px;
    font-family: Lato;
    font-size: 16px;
}

.opt p a:hover {
    color: #01a0e4;
    text-decoration: none;
}


/*insight 1 end*/


/*about page start*/

.about h2 {
    color: #01a0e4;
    font-family: Poppins;
}

.about p {
    color: #333;
    font-family: "Lato";
    font-size: 18px;
}

.about h3 {
    color: #01a0e4;
    font-family: "Lato";
}

.about hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

.parallax_abt {
    /* The image used */
    background-image: url(../images/bannerb.jpg);
    margin-top: 65px;
    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ac-container {
    width: 800px;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label {
    font-family: Lato;
    padding: 10px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 50px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 30px;
    font-size: 18px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
    background: #fff;
    color: #01a0e4;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #c6e1ec;
    color: #666;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked+label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article h4 {
    padding-top: 5px;
    font-family: Lato;
    color: #777;
    line-height: 23px;
    padding-left: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container article p {
    padding-top: 10px;
    font-family: Lato;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding-left: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked~article.ac-small {
    height: 120px;
}

.ac-container input:checked~article.ac-medium {
    height: 180px;
}

.ac-container input:checked~article.ac-large {
    height: 230px;
}

.ac-container input:checked~article.ac-xlarge {
    height: 600px;
}

.ac-container1 {
    width: 750px;
    margin: 10px auto 30px auto;
    text-align: left;
}


/*about page end*/


/*contact start*/

.contact h2 {
    padding-top: 20px;
    color: #01a0e4;
    font-family: Poppins;
}

.contact h4 {
    font-family: "Lato";
    color: #333;
}

b {
    font-family: "Lato";
    font-size: 16px;
    color: #333;
}

.contact ul li {
    font-family: "Lato";
    color: #333;
    font-size: 16px;
}

.contact hr {
    background-color: #01a0e4;
    width: 50px;
    border-top: solid 2px #01a0e4;
}

.form-box {
    padding-top: 40px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.35);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;
    color: #fff;
}

.form-top-left p {
    opacity: 0.8;
    color: #fff;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form .input-error {
    border-color: #19b9e7;
}

.form-bottom p {
    opacity: 0.8;
    color: #fff;
}

input[type="text"],
textarea,
textarea.form-control {

    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

.form button {
    font-family: Poppins;
    font-size: 18px;
    background-color: #01a0e4;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px 10px;
    box-sizing: 1px;
    border-style: solid;
    border-color: #01a0e4;
}

.form button:hover {
    background-color: transparent;
    box-sizing: 1px;
    color: #01a0e4;
    border-color: #01a0e4;
}

.parallax_cnt {
    background-image: url(../images/parx.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-demo-cnt {
    background-image: url(../images/par.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-cnt iframe {
    width: 100%;
    height: 300px;
    margin-top: 100px;
}


/*contact end*/


/*payment start*/

.banner-payment {
    background-image: url("../images/payment_banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 65px;
    height: 100%;
}

/*.banner-cont1 {
    width: 50%;
    position: relative;
    min-height: 250px;
    margin-top: 200px;
    margin-left: 0px;
    padding: 30px;
}*/

.banner-cont1 {
    position: relative;
    min-height: 280px;
    margin-left: 0px;
}

.banner-payment .banner-cont1 h2 {
    font-family: Lato;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}

.para p {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Lato;
    font-size: 16px;
}

.content p {
    font-family: Lato;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 28px;
}

.content ul {
    list-style-image: url("../images/bullet.png");
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Lato;
    font-size: 16px;
    color: #6e6e6e;
}

.parallax {
    /* The image used */
    background-image: url("../images/parallax.jpg");

    /* Set a specific height */
    min-height: 245px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax h4 {
    font-family: Lato;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
}


/*payment end*/


/*s80 start*/

.banner-s80 {
    background-image: url("../images/s80_banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 121px;
    height: 100%;
}

.banner-cont2 {
    width: 50%;
    position: relative;
    min-height: 250px;
    margin-top: 200px;
    margin-left: 0px;
    padding: 30px;
}

.banner-s80 .banner-cont2 h2 {
    font-family: Lato;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}

.content1 img {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content1 p {
    padding-top: 70px;
    font-family: Lato;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 28px;
}

.content1 ul {
    list-style-image: url("../images/bullet.png");
    font-family: Lato;
    font-size: 16px;
}


/*s80 end*/


/*Mobile start*/

.banner-mobile {
    background-image: url("../images/clovergo_banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 121px;
}

.banner-cont3 {
    width: 50%;
    position: relative;
    min-height: 250px;
    margin-top: 200px;
    margin-left: 0px;
    padding: 30px;
}

.banner-mobile .banner-cont3 h2 {
    font-family: Lato;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}

.content2 {
    font-family: Lato;
}

.content2 h4 {
    font-size: 24px;
    padding-top: 20px;
    color: #01a0e4;
}

.content2 hr {
    border-color: #242424;
    width: 100px;
}

.content2 p {
    font-size: 16px;
    padding-bottom: 20px;
}

.content2 h5 {
    font-size: 18px;
    color: #01a0e4;
}

.content2 .hr {
    width: 50px;
}

.content3 .thumbnail {
    font-family: Lato;
    margin-top: 2s0px;
    border: none;
    text-align: center;
}

.content3 .thumbnail:hover {
    box-shadow: 0px 0px 50px #daf1fc;
}

.content3 .hr {
    width: 50px;
    border-color: #242424;
}

.content3 h4 {
    color: #01a0e4;
}

.content3 a {
    color: #01a0e4;
}

.content3 a:hover {
    text-decoration: none;
}

.content3 p {
    line-height: 24px;
}

.btnImgClass{
    width: 10%;
}
.h2Class{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.list{
    padding: 40px 0 40px 20px !important;
    font-size: 16px !important;
}

.highImgClass{}
.highImgClass img {width: 100%;}
/*Mobile end*/