body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
@font-face {
    font-family: 'handycheera';
    src: url('../font/handycheera.otf');
}
.st{
    font-family: 'handycheera';
    text-transform: unset !important;
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: normal !important;
}
.navbar {
    border-radius: 0px !important;
}
.navbar {
    min-height: 90px;
    padding: 5px;
    padding-top: 0;
    box-shadow: 0 -2px 10px #333;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0!important;
}
.navbar-brand>img{
    max-width: 170px;
    border-radius: 15px;
    width: 135px;
    transition: all .5s linear;
    padding: 20px;
    background: white;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-inverse {
    background-color: #fff !important;
    border: none;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 10px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #333;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #bf0e16;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #bf0e16;
    border-bottom: 1px solid #bf0e16;
    background: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
    border-color: #337ab7;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #22b4e6;
    background: none;
}
.ico{
    font-size: 20px !important;
    font-weight: bold !important;
}
.dropdown ul{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-transition: top .2s ease,opacity .2s ease;
    transition: top .2s ease,opacity .2s ease;
    top: 67px;
}
.dropdown ul li{
    border-bottom: 1px solid #e2e6fb;
}
.dropdown ul li a{
    padding: 13px 20px;
    font-size: 14px;
    line-height: 1.25;
    position: relative;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
.dropdown ul li a:hover{
    color: #fff;
    background: #33cbff;
}
/*hero-section*/
.hero-section{
    background: url(../img/slide.jpg);
    background: url(../img/photo-1525332193053-dee9e7348624.jpeg);
    padding-top: 120px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 450px;
}
.overlay{
    background-color: rgba(29, 31, 35, 0.34901960784313724);
    /* position: absolute; */
    /* top: 270px; */
    left: 0;
    width: 100%;
    /* height: 45%; */
    overflow: hidden;
}
.overlay h2{
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    /*text-decoration: underline;*/
}
.overlay h2 span{
    color: #33cbff;
    font-weight: 800;
    text-decoration-color: #33cbff;
    position: relative;
    /*text-decoration: underline;*/
}
.overlay h2:before, .overlay h2 span:before{
    content: '';
    position: absolute;
    height: 2px;
    width:100%;
    left: 0;
    background: #fff;
    bottom: 0;
}
.overlay h2 span:before{
    bottom: 2px;
    background: #33cbff
}
.overlay p{
    color: #fff;
}
.overlay p span{
    color: #33cbff;
    font-weight: 800;
    font-size: 15px;
}
.overlay p b{
    font-weight: 800;
}
.contact-button{
    background: #c13827;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px 10px 25px;
    margin-top: 40px;
}
.btn-info{
    border-color: #fff;
}
.btn-info:hover{
    background: #489652;
    border-color: #fff;
}
.get-started-button{
    background: #304f8f;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px 10px 25px;
    margin-top: 40px;
    border: 1px solid #fff;
    margin-left: 15px;
}
.get-started-button:hover{
    background: #33cbff;
    color: #fff;
    border: 1px solid #33cbff;
}

/*it srvice section*/
.section-two{
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.section-two h2{
    text-transform: uppercase;
    color: #000;
    font-weight:300 !important;
    text-align: center;
}
.section-two img{
    display: block;
    margin: auto;
}
.it-service-bttn{
    background: #c13827;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin-top: 10px;
    border: 3px solid #4d525c;
    border-radius: 10px;
}
.it-service-bttn:hover{
    background: #c13827;
    color: #fff;
    border-radius: 10px;
}
.it-service-bttn1{
    background: none;
    color: #4d525c;
    border: 3px solid #4d525c;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    width: 90%;
    font-size: 12px;
    display: block;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
}
.btn.focus, .btn:focus{
    color: #fff;
    text-decoration: none;
    border: 3px solid #4d525c;
    border-radius: 10px;
}
.btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
    border: 3px solid #4d525c;
    border-radius: 10px;
}
.it-service-bttn1:hover{
    background: #c13827;
    color: #fff;
    border-radius: 10px;
}

/*webservice section*/
.section-three{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #f7f7f7;
    position: relative;
    color: #333;
}
.section-three img{
    /*display: block;
    margin: auto;
    width: 60%;
    float: left;
    margin-right: 10px;*/
}
/*.section-three h2{
    text-transform: uppercase;
    color: #248eb2;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

/*SECTION FOUR*/
.section-four{
    background: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 40px;
}

#gallery{
    background: #fff;

}
.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}
.info .title{
    font-weight: bold;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    text-align: center;
    background-color: #e2e3e3;
    /*border: 1px solid #fff;*/
    padding: 60px 40px 48px;
    box-shadow: 0 0px 5px 0px #263e52;
}

.card.hovercard:hover {
    box-shadow: 0 8px 30px 0px #263e52;
}

body .card.hovercard .avatar{
    border: 5px solid #2c3e50;
}
.card.hovercard:hover .icon-button{
    background: #22b4e6;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
}
.card.hovercard .avatar {
    position: relative;
    top: -80px;
    margin-bottom: -50px;
}

.card.hovercard .cardheader {
    background-size: cover;
}



.card.hovercard .avatar {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #22b4e6;
    position: absolute;
    top: -50px;
    left: 50%;
    /* margin-bottom: -50px; */
    transform: translateX(-50%);
}

.card.hovercard .avatar img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #2c3e50;
    vertical-align: middle;
}
.card.hovercard .info .title a {
    color: #2c3e50;
    font-size: 15px;
    font-weight: bold;
}
.card.hovercard .info .title a:hover {
    color: #2c3e50;
    text-decoration: none;
}
.card.hovercard .info p {
    color: #a1b1bc;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.icon-button{
    background: #fff;
    border-radius: 0;
    color: #a1b1bc;
    font-size: 13px;
    padding: 10px 25px 10px 25px;
}
.icon-button:hover{
    background: #22b4e6;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 10px 25px 10px 25px;
}

/*testimonial section*/
.testimonial{
  background: #414961;  
  display: none;
  padding-top: 30px;
  padding-bottom: 50px;
}
.testimonial h2{
    color: #fff;
    text-align: center;
}
.testimonial p{
    color: #fff;
    text-align: center;
}
.testimonial_para{
    text-align: justify !important;
    font-size: 12px;
}
.name{
    color: #1abc9c;
}
.designation{
    text-align: left !important;
}
.clients{
    background: #2b3041;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*our team*/
.team{
    padding-top: 30px;
    padding-bottom: 30px;
}
.team h2{
    text-align: center;
}
.team p{
    text-align: center;
}
/* .img-quadrata {
       border-radius:50%;
       width:200px;
       height:200px;
}*/
.img-quadrata{
    height: 80px;
}
.img-quadrata.heads{
    height: 100px;
}
#team{
    padding-top:20px;
    padding-bottom:40px;
}
.person img{
    transition: box-shadow 0.2s ease-in-out;
    border-radius: 10%;
     -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.person img:hover{    
    
          box-shadow: 3px 7px 19px rgba(0,0,0,0.4);
          -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

h4{
    	font-weight:600;
        color:#c20f16;
        font-size:1.3em;
        line-height: 25px;
}

.person h4{
    font-size:1.1em;
    line-height: 18px;
}
.person h4 small{
    font-size:.8em !important;
}
small{
        text-align:center !important;
        font-size:14px !important; 
        color:#000 !important;
}
.h4 .small, .h4 small{
    font-weight: 400;
    line-height: 1;
    color: #000;
}
.fa-twitter{
    background: #333333;
    padding: 14px;
    border-radius: 50px;
    color: #fff;
    margin: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.fa-twitter:hover{
    background: #429cd6;
    color: #fff;
}
.fa-facebook-f{
    background: #333333;
    padding: 14px;
    border-radius: 50px;
    color: #fff;
    margin: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.fa-facebook-f:hover{
    background: #3a589e;
    color: #fff;
}
.fa-google-plus-g{
    background: #333333;
    padding: 14px;
    border-radius: 50px;
    color: #fff;
    margin: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.fa-google-plus-g:hover{
    background: #df4b37;
    color: #fff;
}
.fa-linkedin-in{
    background: #333333;
    padding: 14px;
    border-radius: 50px;
    color: #fff;
    margin: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.fa-linkedin-in:hover{
    background: #0d77b7;
    color: #fff;
}

/*OUR PARTNERS*/
.our-partners{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #36508b;
}
.our-partners2{
    background: #2b3041;
}
.our-partners h2{
    color: #fff;
    text-align: center;
}

/*OUR PARTNERS*/
.our-statistics{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
}

.our-statistics h2{
    text-align: center;
}


/*
* Content & Hexagon 
* */
.content {
	/* margin: 180px auto 40px; */
	/* width: 300px; */
	/* padding-bottom: 30px; */
}
.hex{
     display: inline-block;
     position: relative;
}
.hexa{
    background: url(../img/company/amazon.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa1{
    background: url(../img/company/big-basket.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa2{
    background: url(../img/company/cocacola.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa3{
    background: url(../img/company/cocojal.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa4{
    background: url(../img/company/firstcry.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa5{
    background: url(../img/company/flipkart.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa6{
    background: url(../img/company/himalaya.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa7{
    background: url(../img/company/pamper.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa8{
    background: url(../img/company/paytm.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa-archies{
    background: url(../img/company/archies.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa9{
    background: url(../img/company/redbull.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.hexa9{
    background: url(../img/company/redbull.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}


.hexa10{
    background: url(../img/company/pegion.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa11{
    background: url(../img/company/Monster_Energy.jpg); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.hexa12{
    background: url(../img/company/Chicco_logo.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.hexa13{
    background: url(../img/company/huggies-2-logo-png-transparent.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.hexa14{
    background: url(../img/company/Ferrero.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa15{
    background: url(../img/company/funskool.png); 
    background: url(../img/company/Giggles.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa16{
    background: url(../img/company/Parle_Logo.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.hexa17{
    background: url(../img/company/Mamypoko.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa18{
    background: url(../img/company/R-for-Rabbit-logo.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa19{
    background: url(../img/company/Perfetti_Van_Melle.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa20{
    background: url(../img/company/philips.svg); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa21{
    background: url(../img/company/Johnsons.png); 
    background: url(../img/company/Johnsons_Baby.png); 
    
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa22{
    background: url(../img/company/logo.png); 
    background-size: contain;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa23{
    background: url(../img/company/Bella_logo.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa24{
    background: url(../img/company/Tong-garden.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 46%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.hexa25{
    background: url(../img/company/Stevi0cal.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.hexa26{
    background: url(../img/company/Igyne.jpg); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.SebaMed{
    background: url(../img/company/SebaMed.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.Nestle{
    background: url(../img/company/Nestle.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.Mothecare{
    background: url(../img/company/Mothecare.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.Dabur{
    background: url(../img/company/Dabur.png); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.Figaro{
    background: url(../img/company/Figaro-Pure-Olive-Oil.jpg); 
    background-size: contain;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.Fisher{
    background: url(../img/company/SuperMan-Energy-Drink.png); 
    background-size: contain;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.Mimmo{
    background: url(../img/company/Mimmo-Organics.png); 
    background-size: contain;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}

.Nykaa{
    background: url(../img/company/Nykaa.png); 
    background-size: contain;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}
.ferns{
    background: url(../img/company/ferns_n_petals_india_logo.png); 
    background-size: contain;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-48%, -50%);
}








.hex > div + div{
    left: 48%;
    top: 48%;
}



.top, .bottom {
	float: left;
	clear: left;
}

.top {
	margin-left: 48px;
	margin-top: 3px;
}

.bottom {
	margin-top: 3px;
}


/* 
* Social Icons
* */
.hex .hexagon {
    position: relative;
    display: inline-block;
    width: 100px; 
    height: 50px;
    background-color: #fff;
    margin: 60.6px 15px;
    transform: scale(1.2);
}
  
.hex .hexagon:before,
.hex .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
  
.hexagon:before {
    bottom: 100%;
    border-bottom: 30.60px solid #fff;
}
  
.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 30.60px solid #fff;
}

.icon-twitter {
  background-image: url('http://k36.kn3.net/4/F/2/D/A/7/076.png');
}

.icon-dribble {
  background-image: url('http://k44.kn3.net/5/6/B/C/E/7/D3C.png');
}
.icon-youtube {
  background-image: url('http://k38.kn3.net/8/E/F/3/0/C/662.png');
}
.icon-plixi {
  background-image: url('http://k42.kn3.net/1/C/A/4/3/4/480.png');
}
.icon-tumblr {
  background-image: url('http://k35.kn3.net/5/7/0/0/E/4/C32.png');
}


/*
* Hover
* */
.hex:hover .hexagon{
   background-color: #F5F5F5;
}

.hex:hover .hexagon:before, .hex:hover .hexagon:after {
   border-color: #F5F5F5 transparent;
} 


/*FOOTER*/
.footer{
    padding-top: 20px;
    padding-bottom: 40px;
}
/*.footer .container{border-bottom: 1px solid #b7b7b7;}*/
.logo-rss{
    background: #ffb400 !important;
    padding: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
}
.logo-facebook{
    background: #1b78c7 !important;
    padding: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    margin: 0 !important;
}
.logo-pinterest{
    background: #da421f !important;
    padding: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
}
.logo-twitter{
    background: #00bff3 !important;
    padding: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    margin: 0 !important;
}
.logo-google{
    background: #67b807 !important;
    padding: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    margin: 0 !important;
}
.logo-deribble{
    background: #bc2a83 !important;
    padding: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    margin: 0 !important;
}
.sub{
    color: #a1b1bc;
    font-weight: bold;
    
}
.find{
    color: #a1b1bc;
    line-height: 0;
    font-size: 11px;
}
.links{
    padding-top: 25px;
}
.links h2{
    font-size: 20px;
    position: relative;
    display: inline-block;
}
.links h2:before{
    content: '';
    position: absolute;
    height: 2px;
    width:100%;
    left: 0;
    background: #000;
    bottom: -3px;
}
.links ul{
    list-style-type: none;
    padding: 0;
}
.links ul li{
    padding-top: 20px;
    padding-bottom: 20px;
}
.links ul li a{
    color: #000;
    font-weight: bold;
}
.links ul li a:hover{
    text-decoration: none;
}
.contact{
    padding-top: 10px;
}
.contact h3{
    /*font-size: 20px;*/
    position: relative;
    display: inline-block;
    margin: 15px 0;
    text-decoration: underline;
        text-decoration-color: red;

}
.contact h3:before{
    content: '';
    position: absolute;
    height: 2px;
    width:100%;
    left: 0;
    /*background: #c20f16;*/
    bottom: -3px;
}
.contact h6{
    font-size: 14px;
    font-weight: 600; 
}
/*.contact p{width: 155px;}*/
hr{
    border-bottom: 1px solid #000;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.copyright{
    text-align: center;
    font-weight: bold;
}
.first-side{
    position: absolute;
    bottom: 0;
    left: 0;
}
.first-side img{
    width: 100%;
}
.second-side{
    position: absolute;
    top: 0;
    left: 0;
}
.second-side img{
    width: 100%;
}
.right-one{
    position: absolute;
    bottom: 0;
    right: 0;
}
.right-one img{
    width: 100%;
}
.right-two{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}
.right-two img{
    height: 100%;
    width: auto;
    width: 100%;
}
.line-1,.line-3{
    position: relative; 
}
.left65{
    margin-left: 0;
}
.line-top{
    margin-left: 0; 
    position: relative; 
    top:70px;
}
.line-2{
    margin-left: 0; 
    position: relative; 
    margin-top:-70px
}
.line-3{
    margin-top: -70px;
}
button{
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 1px;
}
.carousel-indicators{
    bottom: -40px;
}
@media screen and (max-width: 760px){
    .line-1{
        margin-left: 0px; 
        position: relative; 
    }
    .line-2{
        margin-left: 0px; 
        position: relative; 
        margin-top:0px
    }
}
@media screen and (max-width: 360px) {
    .card.hovercard {
    margin-top: 60px !important;
  }
  .card.hovercard1 {
    margin-top: 60px !important;
  }
  .get-started-button{
      margin-left: 0 !important;
  }
}
.overlay-green{
    background-color: rgb(72, 150, 82);   
}


.container-fluid.footer {
    background: #304f8f;
    color: #e1e1e1;
}


/*div#about-us {background: #007491;color: lavenderblush;}*/

.paras-button,.paras-button:hover{
    background: #133d81;
    color: lavenderblush;
}
.arham-button,.arham-button:hover{
    background:#008737;
    color: lavenderblush;
}
.divija-button,.divija-button:hover{
    background: #c13827;
    color: lavenderblush;
}

.form-group input, .form-group textarea,.form-group select {
    border-width: 1px;
    -webkit-appearance: none;
    border-radius: 3px;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    box-shadow: none;
    resize: none;
    height: auto;
}
.form-group input:focus,.form-group input:active, .form-group textarea:active,.form-group textarea:focus,
.form-group select:focus,.form-group select:active
{
    outline: none;
    border-color: white;
    box-shadow: none;

}
.footer.no-pad{
    padding-bottom: 0;
    background: #293042;
}
.footer.no-pad.copy{
    background: black;
}

.paras-fb a{
    color: #143e85;

}
.divija-fb a{
    color: #bf0e16;
    
}
.arham-fb a{
    color: #008737;
}

.paras-fb i{
    background: #143e85 !important;
}
.divija-fb i{
    background: #bf0e16 !important;
    background: #143e85 !important;
    
}
.arham-fb i{
    background: #008737 !important;
    background: #143e85 !important;
}
div#hiring {
    background: #f7f7f7;
}
div#hiring h2 {
    color: #333;
}

.modal-header{
    background: 0 0;
    color: #000;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    border: none;
    padding: 25px 35px;
    text-align: center;
    position: relative;

}
.modal-title{font:16px proximanova_regular;}
.modal-content button.close{color:#000}
.model-content{
        max-width: 515px;
        color: #888c90;
        border-radius: 5px; 
}
.modal-footer{
    padding: 0;
    border: none;
}
.modal-body{
    text-align: center;
    padding-bottom: 50px; 
}
.modal-body img{
    margin: 1em;
}
span.numscroller {
    font-size: 50px;
    font-weight: bold;
}
div#awards hr {
    border: none;
    border-top: 1px solid #3333331c;
    margin: 30px 0 !important;
}

#contact-us{
    padding: 20px 0 40px;
}

.team h2{
    margin-top: 5px;
}
#gallery{
    background: #e0e0e0;
    padding:20px 0 40px;
}
#gallery img{
    max-width: 100%;
}

.gallery-space {
    margin: 15px 0;
}
#gallery img{
    height: 200px;
    display: inline-block;
    text-align: center;
    margin: 5px;
}

@media screen and (max-width: 768px) {
    .mobile-view{
        width: 100%;
        top:0;
        margin-bottom: 20px;
        margin: 0;
    }
    .mobile-view .hex{
        width: 100%;
    }
    .mobile-view .hex > div + div{
        left: 50%;
        top: 50%;
    }
    .right-one,.second-side{display: none;}
    .section-three .col-sm-4{margin: 2em 0;}
    #gallery img {width: 90%;height: auto;display: block;text-align: center;margin: 1em auto;border-radius: 15px;box-shadow: 0 0 10px grey;}
    #contact-us a{display: block;}
    #contact-us a:last-child {margin-bottom: 2em;margin-top: -1em;}

}

