@charset "utf-8";
/* CSS Document */
/***************** Default Css ***************/
a:focus {
    outline: 0;
}
*:focus{
    outline: none;
    outline-width: 0;
}
a{ color: #494949}
a:active,
a:hover, a:focus {
    outline: 0;    
    text-decoration: none;
    color: #494949
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{
	outline: 0;    
}
::-moz-selection {
    background: #0c6bd3;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0c6bd3;
    color: #fff;
    text-shadow: none;
}
*, *:before, *:after {
    box-sizing: border-box;
}
li{
    list-style: none;
}
/***************** Raj ***************/
.scroll-header{
    /* background: rgba(255,255,255,.75);*/
    background: #fff;
    width: 100%;
    height: 68px;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    display:none;
}
.viewMenu1 .scroll-header{
    transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transition: all ease-in .6s;
    -moz-transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
}
.viewMenu .scroll-header, .viewMenu .scroll-header , .viewMenu .scroll-header{
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all ease-in-out .99s;
    -moz-transition: all ease-in-out .99s;
    -webkit-transition: all ease-in-out .99s;
    opacity: 1;
    visibility: visible;
    display:block;
}
.scroll-header .navbar-default .navbar-nav > li > a{
    font-size: 16px;
    line-height: 34px;
    padding: 15px 28px 0;
}
header{
    background:#ffffff;   
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}
.navbar {
    margin-bottom:0;
}
.navbar-brand {    
    padding: 12px 15px;
    height: auto
}
.navbar-default .navbar-nav > li > a {
    color: #494949;
}
.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 300;
    line-height: 85px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #0c6bd3;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0c6bd3;
    background: transparent
}
.navbar-default .icon-front > li > a {
    color: #297ad3;
    font-size: 18px;
    line-height: 16px;
    padding: 0 12px;
    border-left: 1px solid;
}
.navbar-default .icon-front > li {
    display: block;
    margin: 0
}
.scroll-header .navbar-brand img{
    width: inherit
}
.scroll-header .navbar-brand{
    padding: 12px 15px
}
.navbar-right.icon-front{
    margin: 26px -10px 8px 0;
}
.icon-front li:first-child a{
    padding-left: 0;
    border: 0
}
.icon-front li:last-child a{
    padding-right: 0;
}
.navbar-default .social-icons > li > a {
    line-height: 16px;
    padding: 0 5px;
    border: 0
}
.navbar-default .social-icons > li:last-child > a {
    padding: 0 0 0 5px
}
.navbar-default .social-icons > li > a img{
    width: 30px;
    height: 30px;
}
.navbar-right.social-icons{
    margin: 0 -10px 0 0;
}
.menu-ali{
    margin-left: 5px;
}
.thumb-des{
    padding: 80px 10px;
    border: 0
}
.thumb-des img{
    padding: 10px 0
}
.thumb-des .caption{
    padding: 0;
}
.thumb-des .caption h3{
    color: #0c6bd3;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0 
}
.caption h3 a {  color: #0c6bd3; }
.thumb-des .green-cap h3{
    color: #037c06
}
.thumb-des .caption p{
    font-size: 18px;
    color: rgb(73, 73, 73);
    font-weight: 100;
    text-align: center;
}
.thumb-des .org-cap h3{
    color: #cb3200
}
.global-clients{
    background: #f5f5f5;
    border-top: 5px solid #e9d1d0;
}
.global-clients h2{
    font-size: 32px;
    color: #982621;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 0;
    padding: 25px 0
}
.global-clients ul{
    margin: 0;
    padding: 0px 0 30px 0;
    text-align: center;
}
.global-clients li{
    display: inline-block;
}
.global-clients li:nth-child(even){
    padding: 0 0px
}
.global-clients li a{
    display: block;
    text-align: center
}
.wid-80{
    width: 80%
}
.slider3-bg{
    background: url('../img/slider-bg.png') no-repeat;
    background-position: right center;
    background-size: cover;
    height: 100%;
    padding-top: 100px
}
.i-want{
    padding: 0;
    margin: 0;
}
.i-want h2{
    color: #494949;
    font-size: 66px;
    font-weight: bold;
    margin: 20px 0px 10px;
    padding: 0;
}
.i-want label{
    font-size: 38px;font-weight: 400;color: #494949; padding: 12px 0px 0px; float: left; 
}
.i-want label span{
    vertical-align: top;
    line-height: 32px;
}
.bold-within{
    font-size: 66px;
    font-weight: bold;    
}
.nl-form button.get-start{
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    background: #2a73c3;
    padding: 6px 30px;
    border-radius: 5px;
    margin:26px 0px
}
.mar-tb100{
    margin-top:100px;
    margin-bottom: 100px
}
.four-box {
    border: 1px solid #e0dbdb;
    min-height: 340px
}
.four-box figure{
    text-align: center;
    color: #fff;
    background: #022d5b;
    padding: 25px 0px 15px;
}
.four-box figure img{
    margin: auto
}
.four-box figcaption{
    font-size: 30px;
    padding-top: 10px
}
.four-box p{
    font-size: 18px;
    font-weight: 100;
    padding: 10px;
}
.org-box figure{
    background: #bc0202
}
.green-box figure{
    background: #01a40c
}
.pink-box figure{
    background: #ffc000
}
.main-bg-foot{
    background: #dcdcdc;
}
.foot-add-bg{
    background: #f9f9f9;
    border-top: 1px solid #f0eded;
    /*min-height:200px;*/
}
.flag-part{
    margin: 30px 0
}
.flag-part h3{
    color: #e53736;
    font-size: 18px;
    border-bottom: 1px solid #e6e2e2;
    padding:0px 0px 5px 36px;
    background: url('../img/svg/flag-us.svg') no-repeat;
    background-size: 25px auto;
    background-position: 0 4px
}
.flag-part h3.flag-mel{
    background: url('../img/svg/flag-aus.svg') no-repeat;
    background-size: 28px auto;
    background-position: 0 4px
}
.flag-part h3.flag-birm{
    background: url('../img/svg/flag-uk.svg') no-repeat;
    background-size: 28px auto;
    background-position: 0 4px
}
.flag-part h3.flag-social{
    padding:0px 0px 5px 0;
    background: none
}
.flag-part p{
    margin: 0 0 4px;
    white-space: nowrap
}
.flag-part p a{
    font-size: 13px;
    color: #494949    
}
.flag-part p span{
    color:#e53736;
    font-size: 16px;   
}
.social-flag-icon{
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}
.social-flag-icon li{
    display: table-cell;
    padding: 10px 0
}
.foot-dark-bg{
    background: #fff;
    border-bottom:1px solid #e53736;
    padding: 30px 10px 10px 10px;
    border-top:1px solid #f0eded;

}
.foot-menu{
    margin: 0 0 20px 0;
    padding: 0;
}
.foot-menu h3{
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0
}
.foot-menu ul{
    margin: 0;
    padding: 0
}
.foot-menu li{
    background: url('../img/svg/icon-arrow.svg') no-repeat left center;    
    border-bottom: 1px solid #4d4d4d; 
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.foot-menu li a{
    font-weight: 100;
    font-size: 14px;
    color: #fff;   
    padding: 8px 24px;
    display: inline-block;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.foot-menu li:hover{    
    background: url('../img/svg/icon-arrow.svg') no-repeat 10px center;
}
.foot-menu li:hover a{
    color: #9b9b9b;
    padding: 8px 30px
}
.foot-light-bg{
    background: #efefef;
}
.foot-light-bg p{
    font-size: 16px;
    color: #494949;
    padding: 25px 0;
    margin: 0;
    display: block;
    text-align: center
}
.foot-light-bg p a{
    color: #0C6BD3;
}
.over-hide {   
    overflow-x: hidden !important;
}
.img-fade-video {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    height: 100%;

    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    -o-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-delay:8s;
    -moz-animation-delay:8s;
    -o-animation-delay:8s;
    animation-delay:8s;
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    -o-animation-duration:3s;
    animation-duration:3s;

}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.img-fade-video-mobile {
    margin:0;
}
.video-des{
    background: #0c6bd3;
    padding: 20px;
    position: absolute;
    bottom: 35%;
    z-index: 100;
    left: 0%;
    opacity:0;

    -webkit-animation:leftIn ease-in 1;
    -moz-animation:leftIn ease-in 1;
    -o-animation:leftIn ease-in 1;
    animation:leftIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-delay:8s;
    -moz-animation-delay:8s;
    -o-animation-delay:8s;
    animation-delay:8s;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}
@-webkit-keyframes leftIn { from {opacity:0; left: 0% } to { left: 10%; opacity:1;   } }
@-moz-keyframes leftIn { from { opacity:0; left: 0% } to { left: 10%;  opacity:1;  } }
@-o-keyframes leftIn { from {opacity:0;  left: 0% } to { left: 10%; opacity:1;  } }
@keyframes leftIn { from { opacity:0; left: 0% } to { left: 10%;  opacity:1; } }
.video-des h3, .video-des-mobile h3{
    margin: 0;
    padding: 0;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.video-des p, .video-des-mobile p{
    color: #ffffff;
    font-size: 28px;
    padding: 10px 0 0;
}
.video-des p span, .video-des-mobile p span{
    color:#f5da07;
    font-weight:600;
}
.video-des-mobile {
    background: none repeat scroll 0 0 #0c6bd3;
    padding: 15px;
}
.video-des-mobile h3{
    font-size: 26px;
}
.video-des-mobile p {
    font-size: 16px;
    padding: 4px 0 0;
}
/*************** Slider Part****************/
#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: 100% 100%; 		
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav li {
    display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #3c91ee;
}
#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #3c91ee;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.fp-tooltip.right {
    right: 20px;
}
.fp-tooltip.left {
    left: 20px;
}
.slimScrollBar{
    width: 5px !important
}


/************************** Custom CSS ***********************/
/*** custom checkboxes ***/

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    border: 2px solid #00666a;
    vertical-align: top;
    line-height: 44px
}

input[type=checkbox] + label:before { content: "\f00c";  width: 46px;height: 46px;margin-right: 15px; color: transparent } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f00c"; color:#00666a  } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

/**************** Slider End *****************/
/**************************  Select Drop Down *****************************/
/* general style for the form */
.nl-form {
    width: 100%;
}

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

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nl-form input:focus {
    outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    line-height: 38px;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select  {
    line-height: inherit;
    display: inline-block;
    color: #00666a;
    border-bottom: 1px dashed #b14943;
}
.nl-field-toggle:empty{
    display: none
}
.nl-field-toggle{
    background: #eee56c;
    border: 1px dashed #00666a;
    padding: 3px 20px;
    font-size: 30px;
    color: #00666a

}
/* drop-down list / text element */
.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #76C3BD;
    left: 0%;
    top: 50%;
    font-size: 80%;
    opacity: 0;
    -webkit-transform: translateY(-40%) scale(0.9);
    -moz-transform: translateY(-40%) scale(0.9);
    transform: translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    color: #fff;
    position: relative;
}

.nl-dd ul li {
    padding:0.3em 4em 0.4em 1.5em;
    cursor: pointer;
    white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
    color: #00666a;
}

.no-touch .nl-dd ul li:hover {
    background: rgba(0,0,0,0.05);
    color: #00666a;
}

.no-touch .nl-dd ul li:hover:active {
    color: #00666a;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    font-family: FontAwesome;
}

.nl-dd ul li.nl-dd-checked:before {

    position: absolute;
    right: 1em;
    line-height: 36px;
    font-size: 26px;
}

.nl-ti-text ul {
    min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0.2em 2em 0.2em 0.5em;
    border-bottom: none;
    color: #00666a;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    width: 1.8em;
    text-align: center;
    color: transparent;
}

.nl-field-go:before {
    background:url(../img/close.png) no-repeat center;
    width: 100%;
    display: block;
    width:14px; height:14px;
    content:'';
    margin:20px auto;	
}

/* custom placeholder color */
input::-webkit-input-placeholder {
    color: rgba(0,0,0,0.8);
}

input:active::-webkit-input-placeholder ,
input:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.2);
}

input::-moz-placeholder {
    color: rgba(0,0,0,0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
    color: rgba(0,0,0,0.2);
}

input:-ms-input-placeholder {  
    color: rgba(0,0,0,0.8);
}

input:active::-ms-input-placeholder ,
input:focus::-ms-input-placeholder {
    color: rgba(0,0,0,0.2);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
    font-size: 40%;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    color: #00666a;
    border-bottom:1px dashed #00666a;
}

.nl-ti-text ul li.nl-ti-example em {
    color: #fff
}

/* submit button */
.nl-submit-wrap {
    margin-top: 0.4em;
}

.nl-form .nl-submit {
    line-height: 3;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #76C3BD;
    color: #fff;
    padding: 0 1em 0 0;
    font-size: 40%;
    font-weight: bold;
    letter-spacing: 3px;
}

.nl-submit:before {
    content: "\e001";
    color: #fff;
    float: left;
    padding: 0 0.7em;
    margin: 0 0.8em 0 0;
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.dis-block{
    display: block !important;
    width: 100% !important;

}
.mar-tb20{
    margin-top: 20px;
    margin-bottom:  20px;
}
.over-x-a{
    overflow-x: auto
}
/***************** mohan ***************/
/***************** popup ***************/
.gallery-demo {
    max-width: 610px;
    margin: 0.5em auto;
    top: 10%;
    position: absolute;
    left: 50%;
    z-index: 8;
    margin-left:-160px;
}

h1 {
    font-size: 2.7em;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}

.modal-header .close {
    color: #fff;
    font-weight:400;
    font-size: 30px;
    opacity: 0.7;
    position:absolute;
    right:10px;
    top:0;


}
.modal-body{
    padding: 0 15px
}
.modal-body input {
    margin: 18px auto;
    display: block;
    width: 100%;
    height: 44px;
    background: #f3f3f3;
    border: 0px solid #00666a;
    padding-left: 10px;
    color: #494848;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.modal-footer button, .start-btn  {
    margin: 0px auto;
    display: block;
    width: 100%;
    height: 44px;
    font-size: 20px;
    font-weight: 600;
	background: none repeat scroll 0 0 #707070;
border: medium none #505050;
}
.modal-footer button:hover, .start-btn:hover  {
 
	background: none repeat scroll 0 0 #717171;
}
.out-pop{
	display: block;
margin: 14px 0 0;
}
.or-bor{
	display: block;
margin: 28px 0;
text-align: center;
}
.or-bor span{
	border: 1px solid #303030;
border-radius: 60px;
color: #808080;
font-size: 18px;
height: 60px;
padding: 6px;
width: 60px;
}
.meet-id input{
	margin: 10px 0 0;
}

.modal-body input::-webkit-input-placeholder {
    color: #494848;
}
.modal-body input::-ms-input-placeholder {
    color: #494848;
}
.modal-body input::-moz-input-placeholder {
    color: #494848;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    background: rgb(0,0,0);
    width: 100%;
    height: 100%;
    position: inherit;

    z-index: -1;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
    box-shadow: none;
    padding: 10px;
}

.modal-header {
    border: none;
	background: #0c6bd3;
padding: 12px 0;
}
.modal-header h4{
	color:#fff
}
.modal-header { padding:0 10px; position:relative; }
.modal-title {
    text-align: left;
    color: #494848;
}
.lighterbox-close {
    font-size: 40px;
    font-weight: lighter;
    background: none;
    border: 0;
    position: absolute;
    right: 20px;
    display: block;
    top: 0;
    padding:0;
}
.modal-footer {
    border: none;
}
.loader {
    position: absolute;
    width: 90%;
    padding-top: 40%;
    display: block;
    text-align: center;
}
.thankyou {position: relative;}
.thankyou h1 { 
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    padding: 90px 0 0;
    color: rgb(144, 195, 0);
    font-size: 22px;
    font-weight: bold;

}
.thankyou p { 
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #494848;
    min-height: 140px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 55px;
}
.lighterbox-overlay{
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 3;
    left: 0;
    top: 0;
}
/***************** mohan ***************/
.nav.navbar-nav.navbar-right.icon-front.visible-lg a:hover{color:#fe2102;}

.whttext.yllw:hover{color:#d5ab03;}
.whttext.redtxt:hover{color:#016965;}

/***************** Mobile Only ***************/
@media (max-width: 767px){    

    .onepage-pagination{
        display: none
    }
    .navbar-brand {
        padding: 6px;
        height: inherit
    }
    .navbar-brand img{
        width: 110px
    }
    .navbar-toggle {
        margin-top: 16px;  
        margin-right: 5px;
    }
    .navbar-default .navbar-toggle {
        border-color: rgba(0, 0, 0, 0);
    }
    .navbar-toggle .icon-bar {
        border-radius: 0;  
        height: 3px;
        width: 26px
    }
    .navbar-nav {
        margin: 1px -10px;
    }
    .nav > li {
        border-bottom: 1px solid #f4f4f4;
    }
    .nav > li:last-child {
        border-bottom: none;
    }
    .navbar-nav > li > a {
        line-height: inherit;
        font-size: 16px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0c6bd3;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    header {        
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    }
    .thumb-des .caption h3{    
        font-size: 26px; 
    }
    .thumb-des{
        padding: 5px 10px !important; 
        margin-bottom: 0
    }
    .slider3-bg{
        padding-top: 10px;
        background-position: left center
    }
    .i-want h2 {
        font-size: 44px;       
    }
    input[type="checkbox"] + label:before {
        height: 36px;
        line-height: 34px;
        margin-right: 5px;
        width: 36px;
        text-align: right;
    }
    .i-want label {       
        font-size: 20px;        
    }
    .nl-field-toggle {
        font-size: 16px;
        padding: 3px 14px;
    }    
    .bold-within {
        font-size: 44px;  

    }
    .nl-form button.get-start {
        font-size: 24px;
    }
    /*.global-clients ul {
        display: table;
        width: 100%
    }
    .global-clients li {
        display: table-cell;
    }*/
    .global-clients ul {

    }
    .global-clients li {
        display:block;
    }

    /* drop-down list / text element */
    .nl-field ul {
        position: absolute;
        visibility: hidden;
        background: #76C3BD;
        left: 0%;
        top: 50%;
        font-size: 80%;
        opacity: 0;
        -webkit-transform: translateY(-40%) scale(0.9);
        -moz-transform: translateY(-40%) scale(0.9);
        transform: translateY(-40%) scale(0.9);
        -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
    }

    .nl-field.nl-field-open ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
        transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
    }

    .nl-field ul li {
        color: #fff;
        position: relative;
    }

    .nl-dd ul li {
        padding:0.3em 4em 0.4em 1.5em;
        cursor: pointer;
        white-space: nowrap;
    }

}
/***************** Ipad Only ***************/
@media (min-width: 768px){

    .wrapper {   
        height: 100%;    	
        overflow: hidden;
    }
    .onepage-wrapper {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        padding: 0;
    }
    .onepage-wrapper .section {
        width: 100%;
        height: 100%;
    }

    .onepage-pagination {
        position: absolute;
        right: 30px;
        top: 50%;
        z-index: 5;
        list-style: none;
        margin: -40px 0;
        padding: 0;
    }
    .onepage-pagination li {
        padding: 0;
        text-align: center;
    }
    .onepage-pagination li a{
        padding: 10px;
        width: 4px;
        height: 4px;
        display: block;

    }
    .onepage-pagination li a:before{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #3c91ee;
    }
    .onepage-pagination li a.active:before {
        background: #3c91ee;
        height: 10px;
        width: 10px;
    }   
    .page2, .page4{
        padding-top: 100px
    }

    .modal-header .close {
        font-size: 40px;
        font-weight: 300;
        line-height: 60px;
    }
    .modal-content {
        padding: 0px;
    }

    .modal-header { padding:15px; }
    .modal-dialog {
        margin: 135px auto;
        width: 500px;
    }

}
/***************** Ipad ***************/
@media (min-width: 768px) and (max-width: 991px) {
    header{
        min-height: inherit;
    }
    .navbar-right.icon-front {
        margin: 20px 0px 6px 0;
    }
    .menu-ali{
        float: right
    }
    .navbar-nav > li > a {
        font-size: 15px;
        line-height: 28px;
        padding: 4px 8px
    }
    .navbar-brand{
        width: 100%;
        height: inherit;
        padding: 8px 15px 10px 15px
    }
    .navbar-brand img{
        width: 140px;
    }
    .navbar-nav > li:last-child > a, .scroll-header .navbar-default .navbar-nav > li:last-child > a{
        padding-right: 0
    }
    .navbar-nav > li:first-child > a, .scroll-header .navbar-default .navbar-nav > li:first-child > a{
        padding-left: 0
    } 
    .scroll-header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 40px;
        padding: 15px 12px 0;
    }

}
/***************** Ipad and below ***************/
@media (max-width: 991px){  
    .four-box {
        border: 1px solid #e0dbdb;
        min-height: 300px;
        margin-bottom: 20px
    }
    .slider3-bg-mobile{
        background: url("../img/slider-bg.png") no-repeat;
        background-size: cover;
        background-position: center center; 
        height: 100%;
        padding: 50px 0;
    }
}
/***************** Ipad ***************/
@media (min-width: 992px){        
    .slider3-bg-mobile{
        background: url("../img/slider-bg.png") no-repeat;
        background-size: cover;
        background-position: center center; 
        height: 100%;
        padding: 50px 0;
    }


}
/***************** Ipad Landscape & Laptop ***************/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand img{
        width: 150px;
    }
    .navbar-right.icon-front {
        margin: 26px 0px 6px 0;
    }
    .menu-ali{
        float: right
    }
    .clear-right{
        clear: right
    }
    .navbar-nav > li > a {
        line-height: 28px;
        padding: 4px 8px
    }
    .icon-front {
        margin-top: 16px;
    }
    header{
        min-height: inherit
    }
    .navbar-brand{       
        height: inherit;        
    }
    .navbar-nav > li:last-child > a{
        padding-right: 0
    }
    .scroll-header .navbar-default .navbar-nav > li > a {
        font-size: 16px;       
        padding: 15px 25px 0;
    }
}
/***************** Desktop and Mac ***************/
@media (max-width: 1199px) {
    .thumb-des{
        padding: 15px 10px;   
    }   
    .global-clients li:nth-child(even){
        padding: 0 5px
    }
}
/***************** Desktop and Mac ***************/
@media (min-width: 1200px) {
    .navbar-default .icon-front > li{
        margin:0 0 8px 0;
    }
    header{       
        min-height: 120px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
    }
    .i-want label{
        white-space: nowrap;
    }
    .pad-flag-left{
        padding-left: 16px;/* background:url(../img/social-bg.png) no-repeat left;*/

    }
    body, html {
        margin: 0;
        /*overflow: hidden;*/
        -webkit-transition: opacity 400ms;
        -moz-transition: opacity 400ms;
        transition: opacity 400ms;
    }

    .onepage-wrapper {
        width: 100%;
        height: 100%;
        display: block;
        position: static;
        padding: 0;
    }
    .flag-part p a {
        color: #494949;
        font-size: 15px;
    }
    .img-fade-video {  
        height: auto;
    }

    .menu-ali { margin-left:40px;  }
}




















/************************** Font Awesome ***********************/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
/*mousina */
/*revenue*/
.revenue-bg { background:#274479 url(../img/revenue-bg.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.revenue-bg .mask { background-color:rgba(29, 45, 79, 0.9);  }
.revenue h2 { padding:0; margin:0; font-size:20px; line-height:24px; color:#fff; margin-bottom:10px;    } 
.silicon h2 { padding:0; margin:0; font-size:20px; line-height:24px; color:#000000; margin-bottom:10px;   } 
.silicon h2 span, .revenue h2 span { font-weight:600; } 
.revenue .mgtop { margin-top:20px; } 
.revenue p { padding:0; margin:0 0 20px 0; font-weight:300; color:#fff; font-size:14px;   }
.silicon p { padding:0; margin:0 0 20px 0; font-weight:300; color:#000; font-size:14px;  }

.revenue h2, .revenue p, .silicon h2 { opacity:1; font-weight:400;  }  
.revenue-bg2 { padding:0; background:#0acac3 url(../img/revenue-bg2.png) no-repeat center top; background-size:cover; height:100%; width:100%;  }
.revenue-bg3 { background:#d7d8cb url(../img/accelerated-bg.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.revenue-bg2 .mask { background-color:rgba(10, 202, 195, 0.9); }

.revenue-bg3 .mask {background-color:rgba(222, 221, 209, 0.9);  } 
.revenue-bg3 h2, .revenue-bg3 p { opacity:1; font-weight:400; color:#010101 !important;  } 
.acc-mgtop, .opp-mgtop, .net-mgtop, .building, .multi, .reach, .entrmgtop, .technologies, .fast-mgtop, .silicon-valley, .convert, .capture  { margin-top:20px; }
.sales-bg3 h2, .sales-bg3 p, .entrepreneurs-bg2 h2, .entrepreneurs-bg2 p { opacity:1; font-weight:400; color:#000 !important;  } 

/*Sales*/
.sales-bg1 { background:url(../img/sales-bg1.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.sales-bg2 { background:url(../img/sales-bg2.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.sales-bg3 { background:url(../img/sales-bg3.png) no-repeat 88% top; background-size:cover; height:100%; width:100%;}
.sales-bg1 .mask { background-color:rgba(187, 222, 255, 0.8);  } 
.sales-bg2 .mask { background-color:rgba(8, 7, 10, 0.7);  } 
.sales-bg3 .mask { background-color:rgba(255, 255, 255, 0.8);  } 

/*User Acquisition */
.acquisition-bg1 { background: rgba(239,240,239,1);
                   background: -moz-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,240,239,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
                   background: -webkit-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: -o-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: -ms-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: linear-gradient(to bottom, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0ef', endColorstr='#ffffff', GradientType=0 ); height:100%; width:100%;}
.acquisition h2 { padding:0; margin:0; font-size:20px; line-height:24px; color:#000; margin-bottom:10px; text-align:left;   }
.acquisition p { padding:0; margin:0 0 20px 0; font-weight:400; color:#000; font-size:14px; text-align:left;   }
.acquisition-bg2 { background: rgba(239,240,239,1);
                   background: -moz-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,240,239,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
                   background: -webkit-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: -o-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: -ms-linear-gradient(top, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   background: linear-gradient(to bottom, rgba(239,240,239,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
                   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0ef', endColorstr='#ffffff', GradientType=0 ); height:100%; width:100%;}
.customer, .customer2 { margin-top:20px; }
.aqmgbt { margin-bottom:10px; }
.acquisition-bg1 .mask { background-color:rgba(250, 240, 216, 0.8);  }

/*enterprenur*/
.entrepreneurs-bg1 { background:url(../img/entrepreneurs-bg1.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.entrepreneurs-bg1 .mask { background-color:rgba(229, 229, 229, 0.9); }
.entrepreneurs-bg2 { background:url(../img/entrepreneurs-bg2.png) no-repeat center top; background-size:cover; height:100%; width:100%;}
.entrepreneurs-bg2 .mask { background-color:rgba(232, 232, 232, 0.9); }
.entrepreneurs-title { display:block; color:#ad1300; font-size:20px; font-weight:600; border-bottom:solid 1px #a1a1a1; padding-bottom:10px; margin-top:10px; }
.spread h2, .spread p { color:#000 !important; text-align:center !important; }
.spread-mgtop, .seek-mgtop { margin-top:20px; }
.entrepreneurs-bg4 { background:url(../img/entrepreneurs-bg4.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.entrepreneurs-bg4 .mask { background-color:rgba(237, 239, 242, 0.9); }
.foot-dark-bg p { text-align:center; font-size:16px; font-weight:300; color:#000; padding:0; margin:0 0 20px 0;  }

.building h2, .building p { color:#000; }
.building p { font-weight:400; }
.building h2 span { font-weight:600;  }

/*marketing*/
.marketing-bg1 { background:#b69f7f url(../img/marketing-bg1.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.marketing-bg1 .mask { background-color:rgba(141, 112, 72, 0.8); }
.customized-bg { background-color:#fdf7f7; }
.customized h2, .customized p { color:#000 !important;  }
.marketing-bg3 { background:#b69f7f url(../img/marketing-bg3.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
.marketing-bg3 .mask { background-color:rgba(242, 246, 250, 0.9); }
.entrmgtop h2, .entrmgtop p, .leveragemtop h2, .leveragemtop p { text-align:left !important; }

/*connecting*/
.connecting-bg1 { background:url(../img/connecting-bg1.png) no-repeat 77% top; background-size:cover; height:100%; width:100%;}
.connecting-bg1 .mask { background-color:rgba(235, 242, 248, 0.9); }
.connecting-bg2 { background:url(../img/connecting-bg2.png) no-repeat center top; background-size:cover; height:100%; width:100%;}
.connecting-bg2 .mask { background-color:rgba(253, 253, 252, 0.9); border-bottom:solid 1px #eeddd1; }
.connecting-bg3 { background:url(../img/connecting-bg3.png) no-repeat 90% top; background-size:cover; height:100%; width:100%;}
.connecting-bg3 .mask { background-color:rgba(211, 211, 211, 0.9);  }

.contact-bg { background:url(../img/contact-bg.png) no-repeat center top; background-size:cover; height:100%; width:100%;}
.foot-whte-bg { background: #f0efef !important;}
.foot-whte-bg p { color:#3d3d3d !important;  }
.form-control { border: solid 1px transparent; padding:10px 16px;  background-color:rgba(255, 255, 255, 0.8); border-radius:0; height:auto; font-size:18px; font-weight:300; color:#000;  }
.form-control::-moz-placeholder { color: #000;  opacity: 1;}
.form-control:-ms-input-placeholder {  color:#000; opacity: 1;}
.form-control::-webkit-input-placeholder {  color: #000;  opacity: 1;}
/*.contact-us { height:210px; }*/
.contact-us h1 { text-align:center; padding:0;  margin:20px 0 10px 0; display:block; color:#fff; font-size:36px; font-weight:300;  }
.contact-us p { text-align:center; font-size:16px; }

.req  { background:url(../img/req.png) no-repeat right bottom;  background-color:rgba(255, 255, 255, 0.8);   }

.sub-out { margin:0 auto; }
.contact-us textarea { height:150px; }
.sub { border:0; border-radius:2px; font-size:22px; font-weight:600; text-align:center; text-transform:uppercase; padding:12px 0;  }
.btn-default {
    color: #fff;
    background-color: #0c6bd3;
    border-color: #0c6bd3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2889f3;
    border-color: #2889f3;
}
#loader { text-align: center; vertical-align:middle; padding-top:80px; height:210px;}
#success {
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    padding-top:70px; height:210px;
}
#success h1 { text-align:center; font-weight:600; padding:0; margin:0; font-size:20px;  }
#success p {  font-weight:300; font-size:16px; line-height:20px; padding-top:10px; }
.mapot { position:relative; display:block; }
.maptwitter { position:absolute; left:-43px; top:3px;  } 
.maptwitter img, .mapinsta img, .mapfacebook img, .mapgoogle img, .maplink img, .mapah img, .mapwhatsapp img, .mapyahoo img { width:40px; height:60px;  }
.mapinsta { position:absolute; left:0px; top:3px;  } 
.mapfacebook { position:absolute; left:156px; top:200px; } 
.mapgoogle { position:absolute; left:305px; top:305px; width:100%;   } 
.maplink { position:absolute; left:455px; top:304px;  width:100%;      } 
.mapah { position:absolute; left:207px; top:156px; width:100%;   } 
.mapwhatsapp { position:absolute; left:360px; top:277px; width:100%;    } 
.mapyahoo { position:absolute; left:360px; top:277px; width:100%;    } 
.maptwitter a { font-weight:400; font-size:14px; }  
.tooltip { font-weight:600 !important;  font-size:13px !important; opacity:1!important ; }
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0c6bd3;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 10px;
    color: #fff;
    background-color: #0c6bd3;
    border-radius: 4px;
}
.ftsie { font-size:14px; color:#515050; }
.team { border-top:solid 1px #e0e0e0; text-align:center; font-size:20px; padding:10px 0;  } 
.team a { color:#e53736; font-weight:500;  } 
h4.modal-title { font-size:16px; } 
.contactbg { background:#00acee; font-size:16px; color:#fff; font-weight:400; padding:10px; margin:0; text-align:center; position:relative;  }
.contactbg a {  color:#fff;  }
.contactbg span { font-weight:600; color:#fff;   }
.contactbg span a { color:#fff;  }
.nl-form input {  background: #eee56c;
                  border: 1px dashed #00666a;
                  padding: 3px 14px;
                  font-size: 16px;
                  color: #00666a; border-radius:0; }
.nl-form input[type="checkbox"] { opacity:0;  }
.whttext { color:#fff; } 
.whttext:hover { color:#fff;}
.wantinput { display:inline-block; width:101px; vertical-align:top; margin-top:15px; margin-left:10px; margin-right:10px;  }	
.wantinput input, .wantinput1 input, .wantinput2 input { width:100%; color:#00666a; }  

/* custom placeholder color */
.wantinput input::-webkit-input-placeholder, .wantinput1 input::-webkit-input-placeholder, .wantinput2 input::-webkit-input-placeholder {  color: rgba(0,102,108,1);}
.wantinput input:active::-webkit-input-placeholder , .wantinput2 input:active::-webkit-input-placeholder ,
.wantinput input:focus::-webkit-input-placeholder, .wantinput1 input:active::-webkit-input-placeholder, .wantinput1 input:focus::-webkit-input-placeholder, .wantinput2 input:focus::-webkit-input-placeholder {
    color: rgba(0,102,108,1);
}

.wantinput input::-moz-placeholder, .wantinput1 input::-moz-placeholder, .wantinput2 input::-moz-placeholder {  color: rgba(0,102,108,1);}
.wantinput input:active::-moz-placeholder, .wantinput1 input:active::-moz-placeholder, .wantinput2 input:active::-moz-placeholder,
.wantinput input:focus::-moz-placeholder, .wantinput1 input:focus::-moz-placeholder, .wantinput2 input:focus::-moz-placeholder {  color: rgba(0,102,108,1);}
.wantinput input:-ms-input-placeholder, .wantinput1 input:-ms-input-placeholder, .wantinput2 input:-ms-input-placeholder  {  color: rgba(0,102,108,1);}
.wantinput input:active::-ms-input-placeholder, .wantinput1 input:active::-ms-input-placeholder , .wantinput2 input:active::-ms-input-placeholder ,
.wantinput input:focus::-ms-input-placeholder, .wantinput1 input:focus::-ms-input-placeholder, .wantinput2 input:focus::-ms-input-placeholder { color: rgba(0,0,0,0.2);}
.wantinput1 { display:inline-block; width:100px; margin-top:15px; margin-left:10px; margin-right:10px;  }
.wantinput2 { width:80px; display:inline-block; margin-top:15px; margin-left:10px; margin-right:10px;   }
.wantcheck { width:44px; display:inline-block; }
.wantout { display:block; margin-bottom:0; } 
.wantout label { float:none; }
.custom-checkbox{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    border:solid 2px #00666a;
    vertical-align: top;
    margin-right:5px;
    cursor: pointer;
}
.custom-checkbox:hover{	border:solid 2px #00666a; width: 30px;	height: 30px;	}
.custom-checkbox.selected {	background: url("../img/checkbox-selected.png") no-repeat; background-size:cover; 	}
.custom-checkbox input[type="checkbox"]{margin: 0; position: absolute; z-index: 2;    
                                        cursor: pointer; outline: none;
                                        opacity: 0;
                                        /* CSS hacks for older browsers */
                                        _noFocusLine: expression(this.hideFocus=true); 
                                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                                        filter: alpha(opacity=0);
                                        -khtml-opacity: 0;
                                        -moz-opacity: 0;
}

.acquisition-bg1 { background:#eee4cd url(../img/acquisition-bg1.png) no-repeat center top; background-size:cover; height:100%;  width:100%;}
.acquisition-bg3 { background:#9ec8ee url(../img/acquisition-bg3.png) no-repeat center top; background-size:cover; width:100%; height:100%;}
.acquisition-bg2 { background:#585858 url(../img/acquisition-bg2.png) no-repeat center top; background-size:cover; width:100%; height:100%;}
.acquisition-bg3 .mask { background-color:rgba(160, 203, 240, 0.9);  }
.acquisition-bg2 .mask { background-color:rgba(81, 81, 81, 0.9);  }
.capture h2, .capture p { color:#fff; }
.bold-within { font-size: 34px;    }
.connect h2, .connect p { text-align:center; }  


@media (min-width: 768px){ 
    .building p { font-weight:300; } 
    .revenue-bg { background:url(../img/revenue-bg1.png) no-repeat center top; background-size:cover; height:378px; width:100%; }
    .revenue .mgtop { margin-top:25px; } 
    .silicon .mgtop { margin-top:10px; } 
    .revenue h2, .acquisition h2 { font-size:27px; line-height:30px;  font-weight:300; }
    .revenue p, .acquisition p { font-size:16px; font-weight:300; }
    .revenue-bg .mask, .revenue-bg2 .mask, .revenue-bg3 .mask, .sales-bg1 .mask, .sales-bg2 .mask, .sales-bg3 .mask, .entrepreneurs-bg1 .mask, .entrepreneurs-bg2 .mask, .entrepreneurs-bg4 .mask, .marketing-bg1 .mask, .marketing-bg3 .mask, .connecting-bg1 .mask, .connecting-bg2 .mask, .connecting-bg3 .mask, .acquisition-bg3 .mask, .acquisition-bg2 .mask    { background-color:transparent; opacity:1;   }
    .opppadleft { padding-left:30px; }
    .revenue-bg2 { background:url(../img/revenue-bg.png) no-repeat center top; background-size:cover; height:378px; width:100%;  }
    .revenue-bg3 { background-size:cover; height:376px; width:100%; }
    .acc-mgtop { margin-top:92px; }
    .opp-mgtop { margin-top:30px; }
    .sales-bg1 { background:url(../img/sales-bg1.png) no-repeat center top; background-size:cover; height:334px; width:100%; }
    .sales-bg2 { background:url(../img/sales-bg2.png) no-repeat center top; background-size:cover; height:284px; width:100%; text-align:center; }
    .sales-bg3 { background:url(../img/sales-bg3.png) no-repeat center top; background-size:cover; height:377px; width:100%;}
    .net-mgtop { margin-top:60px; }
    .netpad { padding-left:20px; }
    /*User Acquisition */
    .acquisition-bg1 {  background:#eee4cd url(../img/acquisition-bg1.png) no-repeat center top; background-size:cover; height:314px;  width:100%;}
    .acquisition-bg1 .mask { background-color:transparent; opacity:1;   }
    .acquisition-bg2 { background:#585858 url(../img/acquisition-bg2.png) no-repeat center top; background-size:cover; height:314px;   width:100%; }
    .acquisition-bg3 { background:#9ec8ee url(../img/acquisition-bg3.png) no-repeat center top; background-size:cover; height:314px; width:100%;}
    .convert { margin-top:40px; }
    .capture { margin-top:60px; }
    .customer2 { margin-top:30px; }
    .aqmgbt { margin-bottom:0; }
    .entrepreneurs-bg1 { background:url(../img/entrepreneurs-bg1.png) no-repeat center top; background-size:cover; height:320px; width:100%; }
    .building { margin-top:10px; }
    .entrepreneurs-bg2 {  background:url(../img/entrepreneurs-bg2.png) no-repeat center top; background-size:cover; height:282px; width:100%; }
    .multi { margin-top:0px; }
    .entrepreneurs-title { font-size:26px; margin-top:10px; }
    .entrepreneurs-bg4 { background:url(../img/entrepreneurs-bg4.png) no-repeat center top; background-size:cover; height:376px; width:100%;}
    .seek-mgtop { margin-top:100px; }
    .silicon h2 { font-size:24px; line-height:24px;  font-weight:300; }
    .silicon p { font-size:14px; font-weight:300; margin-bottom:10px ;  }
    .foot-dark-bg p { font-size:16px; padding:0 20px;  }
    .foot-dark-bg{ padding: 40px 0 20px 0 }
    .marketing-bg1 { background:url(../img/marketing-bg1.png) no-repeat center top; background-size:cover; height:300px; width:100%;}
    .custmtop { margin-top:70px; }
    .marketing-bg3 { background:#b69f7f url(../img/marketing-bg3.png) no-repeat left top; background-size:cover; height:284px; width:100%;}
    .entrmgtop { margin-top:10px;  }
    .leveragemtop { margin-top:20px; }
    .marketing-bg4 { background:#fafafa url(../img/marketing-bg4-2.png) no-repeat left center; background-size:100%;  height:284px; width:100%;}
    .leveragemtop h2, .leveragemtop p { text-align: center!important; }
    .connecting-bg2 {  height:350px; }
    .connecting-bg3  { height:284px;   }
    .connect { margin-top:220px;} 
    .connecting-bg1 { background:#c1def0 url(../img/connecting-bg1.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
    .connecting-bg3 { background:#e4e4de url(../img/connecting-bg3.png) no-repeat left top; background-size:cover; height:100%; width:100%;}
    .connecting-bg2 .mask { border-bottom:0; }
    .technologies { margin-top:10px;}
    .contact-us h1 { margin:20px 0 10px 0; }
    .ftsie { font-size:15px;  }
    #success, #loader  { font-size:28px; line-height:34px; padding-top:100px;  height:282px; }
    #success h1 {  font-size: 28px; line-height: 34px;  }
    #success p { font-size:16px; }
    /*.contact-us { height:282px; }*/
    .fast-mgtop { margin-top:20px; } 
    h4.modal-title { font-size:18px; }
    .dialog-wdth { width: 500px; }
    .contactbg { font-size:19px; color:#fff;   padding:10px;  }
    .silicon-valley { margin-top:10px; } 
    .nl-form input {  padding: 3px 20px;  font-size: 30px;}
    .wantinput, .wantinput2 { width:200px; }
    .wantout { margin-bottom:10px; }
    .custom-checkbox { width:50px; height:50px; margin-right: 15px; }
    .custom-checkbox:hover{	border:solid 2px #00666a; width: 50px; height: 50px;	}
    .custom-checkbox.selected{ background: url("../img/checkbox-selected.png") no-repeat;}
    .wantinput1 { width:300px; }
    .bold-within { font-size:44px;}
    .i-want label span{ line-height: 44px; }
    .marketing-bg3 .mask {
        background-color: rgba(242, 246, 250, 0.75);
    }
}

@media (min-width: 992px){ 
    .acquisition-bg1 .mask { background-color:transparent; opacity:1;   }
    .revenue-bg {height:474px; }
    .revenue .mgtop { margin-top:48px; } 
    .silicon .mgtop { margin-top:30px; } 
    .revenue h2, .acquisition h2 { font-size:36px; line-height:42px; margin-bottom:20px; }
    .revenue p, .acquisition p { font-size:18px; }
    .revenue-bg2 { height:474px; }
    .revenue-bg3 {height:474px; }
    .acc-mgtop { margin-top:198px; }
    .opp-mgtop { margin-top:100px; }
    .sales-bg1 {height:445px; }
    .sales-bg2 {height:378px; }
    .sales-bg3 { height:390px; }
    .net-mgtop { margin-top:100px; }
    .acquisition-bg1 { height:376px;  }
    .convert { margin-top:60px; }
    .acquisition-bg2 { height:376px;  }
    .capture { margin-top:80px; }
    .acquisition-bg3 { height:376px;  }
    .customer2 { margin-top:60px; }
    .entrepreneurs-bg1 {  height:428px; }
    .entrepreneurs-bg2{ height:378px; }
    .entrepreneurs-bg4 { height:500px; }
    .building { margin-top:28px; padding-left:38px  }
    .multi { margin-top:70px; }
    .entrepreneurs-title { font-size:30px; margin-top:20px;   }
    .spread-mgtop { margin-top:40px; }
    .seek-mgtop { margin-top:160px; }
    .silicon h2 { font-size:30px; line-height:42px; margin-bottom:20px; color:#000000 }
    .silicon p { font-size:16px; margin:0 0 10px 0; }
    .foot-dark-bg p { font-size:20px; margin:0 0 20px 0;  padding:0;   }
    .marketing-bg1 { height:376px; }
    .reach { margin-top:50px; }
    .custmtop { margin-top:140px; }
    .marketing-bg3 { height:378px;  }
    .entrmgtop { margin-top:20px;  }
    .leveragemtop { margin-top:80px; }
    .marketing-bg4 {height:376px;}
    .connecting-bg1, .connecting-bg2, .connecting-bg3 { height:380px; }
    .expand { padding-left:20px; margin-top:20px; }
    .connect { margin-top:240px;} 
    .connect h2 { margin-bottom:0; }
    .technologies { margin-top:20px;}
    .contact-us h1 { margin:10px 0 10px 0; }
    .sbwd270 { margin-left:33%; }
    #success, #loader { height:376px; padding-top:150px; }
    .fast-mgtop { margin-top:60px; } 
    .contactbg { font-size:24px; color:#fff;  background: url(../img/hme-cont-bg.png) no-repeat center top;  padding:24px 0 0 0; margin:30px 0 0 10px; height:86px; width:1000px; background-size: cover;  }
    .goal { margin-bottom:30px; }
    .silicon-valley { margin-top:10px; } 
    .silc-pd { padding-left:50px; }
    .bold-within { font-size:66px;    }
    .marketing-bg3 .mask { background-color: rgba(242, 246, 250, 0.5); height:380px;}

}

@media (min-width: 1200px){
    .revenue-bg {height:592px; } 
    .revenue .mgtop { margin-top:150px; } 
    .revenue-bg2 { height:594px;  } 
    .opppadleft { padding-left: inherit; }
    .revenue-bg3 {height:594px; }
    .acc-mgtop { margin-top:310px; }
    .net-mgtop { margin-top:200px; }
    .opp-mgtop { margin-top:180px; } 
    .fast-mgtop { margin-top:180px; } 
    .sales-bg1 { height:590px;  } 
    .sales-bg2  { height:590px;  }
    .sales-bg3  { height:608px;  }
    .acquisition-bg1 { height:590px;  }
    .convert { margin-top:190px; }
    .acquisition-bg2 { height:590px;  }
    .acquisition-bg3  { height:590px;  }
    .capture { margin-top:190px; }
    .customer2 { margin-top:180px; }
    .entrepreneurs-bg1 {  height:590px; }
    .building { margin-top:100px; }
    .entrepreneurs-bg2, .entrepreneurs-bg4 { height:786px;  }
    .entrepreneurs-bg2 { height:590px; }
    .multi { margin-top:200px; }
    .spread-mgtop { margin-top:70px; }
    .seek-mgtop { margin-top:320px; }
    .silicon p { font-size:18px; margin-bottom:20px; }
    .marketing-bg1 { height:590px; }
    .reach { margin-top:160px; }
    .custmtop { margin-top:200px; }
    .marketing-bg3 { height:589px;  }
    .entrmgtop { margin-top:120px; }
    .leveragemtop { margin-top:200px; }
    .marketing-bg4 {height:590px;}
    .connecting-bg1  { height:590px; }
    .connecting-bg2, .connecting-bg3, .contact-bg { height:590px; }
    .expand { padding-left:0; margin-top:120px;  }
    .connect { margin-top:410px;} 
    .technologies { margin-top:190px; margin-left:-60px; }
    .contact-us h1 { margin:70px 0 10px 0; }
    .sbwd270 { width:270px; margin-left:230px; }
    #success { margin-top:100px; }
    #success h1 {  font-size: 36px; line-height: 34px;  }
    #success p { font-size:18px; margin-top:10px; }
    #loader { vertical-align:middle; padding-top:290px; }
    h4.modal-title { font-size:20px; }
    .contactbg { background: url(../img/hme-cont-bg.png) no-repeat center top;  padding:30px 0 0 0; margin-bottom:0; height:98px; width:1140px; background-size: cover; margin:auto; margin-top:30px;  }
    .goal { margin-top:30px; margin-bottom:30px; }
    .silicon-valley { margin-top:85px; } 
    .foot-dark-bg p { line-height:32px; }
    .connect h2 { margin-bottom:20px; }
    .marketing-bg3 .mask {
        background:transparent;
        opacity:1;
    }
    .capture h2, .capture p { text-align:right;  }
} 

.convert p, .customer2 p, .capture p { font-weight:400; } 






.pop-top-ne{
    -webkit-animation:topIn ease-in 1;
    -moz-animation:topIn ease-in 1;
    -o-animation:topIn ease-in 1;
    animation:topIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-delay:8s;
    -moz-animation-delay:8s;
    -o-animation-delay:8s;
    animation-delay:8s;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}
@-webkit-keyframes topIn { from {opacity:0; top: 0% } to { top: 10%; opacity:1;   } }
@-moz-keyframes topIn { from { opacity:0; top: 0% } to { top: 10%;  opacity:1;  } }
@-o-keyframes topIn { from {opacity:0;  top: 0% } to { top: 10%; opacity:1;  } }
@keyframes topIn { from { opacity:0; top: 0% } to { top: 10%;  opacity:1; } }

.close {
    float: right;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/*xmas
.navbar-nav.home-menu > li > a{
    line-height: 30px;
}
a.navbar-brand:before {
    content: '';
    background: transparent no-repeat center / 100%;
    background-image: url(../img/santa-hat.png);
    width: 46px;
    height: 40px;
    position: absolute;
    margin-top: -12px;
    margin-left: -11px;
}

.viewMenu a.navbar-brand:before {
    margin-top: -15px;
    margin-left: -10px;
}

@media screen and (max-width: 767px) {
    a.navbar-brand:before{
        width: 31px;
        height: 25px;
        margin-top: -6px;
        margin-left: -9px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .xmas {
        display: inline-block;
        width: 30%;
        margin: 10px 15px 0;
        float: right;
    }
}
xmas*/
select.padselect{line-height:41px; text-indent:10px;     padding: 10px 0;}