@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Myriad Pro';
src: url('font/MyriadPro-Regular.eot');
src: url('font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url('font/MyriadPro-Regular.woff2') format('woff2'),
url('font/MyriadPro-Regular.woff') format('woff'),
url('font/MyriadPro-Regular.ttf') format('truetype'),
url('font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Myriad Pro';
color: #3c3c3c !important;
margin: 0px;
padding: 0px;
}
a{
text-decoration:none;
outline: 0;
}
a:hover{
text-decoration:none;
opacity:.9;
transition:opacity .3s;
-webkit-transition:opacity .3s;
}
img{
max-width:100%;
}
.paddtb-70{
padding:70px 0px;
}
.paddt-70{
padding-top:70px;
}
.paddtb-30{
padding:30px 0px;
}
.heading{
font-size: 30px;
padding: 5px 0px 30px 0px;
}
.heading .green{
color:#f1881b;
}
.f-16{
font-size:16px;
}
#header-top{
background:#f1881b;
}
.mart-10{
margin-top:10px;
}
.marb-10{
margin-bottom:10px;
}
.marb-20{
margin-bottom:20px;
}
.mart-20{
margin-top:20px;
}
.marb-30{
margin-bottom:30px;
}
.bright-0{
border-right:0px !important;
}
.white{
color:white;
}
p, h3{
color:#333;
}
#header-top .leftcontact{
padding-top: 10px;
}
#header-top a{
color:white;
font-size:16px;
}
#header-top a .fa{
padding-right:5px;
}
#header-top .email{
padding-right: 20px;
}
#header-top .rightsocial{
text-align:right;
}
#header-top .social, #header-top .port-login{
display:inline-block;
}
#header-top .social .fa{
text-align: center;
padding-right: 5px;
background: white;
color: #f1881b;
border-radius: 50%;
padding: 6px;
width: 30px;
height: 29px;
}
#header-top .port-login{
padding:10px 20px;
background:#313131;
margin-left: 20px;
}
.navbar-menu{
padding:10px 0px !important;
border:0px !important;
margin-bottom:0px;
}
.navbar-menu, .navbar-brand{
background-color:transparent;
border-radius:0px;
min-height:auto;
height:auto;
}
.navbar-menu .navbar-brand{
padding: 0px 0px !important;
}
#myNavbar{
margin-top:13px;
}
.navbar-menu a{
font-size:16px;
padding: 10px 10px !important;
color:#3c3c3c !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
background:transparent;
color:#3c3c3c;
}
#myCarousel .item{
height:380px;
width:100%;
}
#myCarousel .item:nth-child(1) {
 background:url("../images/child-education.png") no-repeat center center;
 /*background:url("../images/slider1.png") no-repeat center center;*/
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(2) {
 background:url("../images/child-marriage.png") no-repeat center center;
 /*background:url("../images/family-image.png") no-repeat center center;*/
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(3) {
 background:url("../images/car-slider.png") no-repeat center center;
 /*background:url("../images/retirement-image.png") no-repeat center center;*/
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(4) {
 background:url("../images/vacation-slider.png") no-repeat center center;
 /*background:url("../images/child-future.png") no-repeat center center;*/
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(5) {
 background:url("../images/house-plnning.png") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(6) {
 background:url("../images/retirement-slider.png") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(7) {
 background:url("../images/self-edu.png") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .item:nth-child(8) {
 background:url("../images/other-goals.png") no-repeat center center;
 -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
#myCarousel .carousel-caption{
transform:translate(-50% , -50%);	
-webkit-transform:translate(-50% , -50%);
top:50%;
left:50%;
bottom: unset;
max-width: 860px;
width: 100%;
padding:0px 20px;
}
#myCarousel .carousel-caption .f-16{
color:white;
}
.getstarted{
background: #f1881b;
border-radius: 5px;
padding: 10px 30px;
color: white;
clear: both;
margin-top: 5px;
display: inline-block;
}
.green{
color:#62e656;
}
.getstarted:hover{
color:white;
}
#why{
background:#f9f9f9;
}
#why h3{
font-weight:bold;
font-size:22px;
}
.products-row{
background:#f1f1f1;
overflow: hidden;
width: 100%;
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
display: flex;
flex-wrap: wrap;
border-top:1px solid #dddddd;
}
.products-row .col-sm-4{
padding-top:40px;
padding-bottom:40px;
border-bottom:1px solid #dddddd;
border-right:1px solid #dddddd;
}
.products-row .icon-img{
width:77px;
float:left;
padding-left:5px;
}
.products-row img{
height: 72px;
width:72px;
}
.products-box{
width:calc(100% - 77px);
overflow:hidden;
text-align:left;
padding: 0px 20px;
}
.products-box h3{
font-size:22px;
margin-top:0px;
}
.products-box p{
margin-bottom:0px;
}
/*#investment{
 background:url("../images/investment-solutionbg.png") center center no-repeat fixed;
height: 1000px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-size:cover;
}*/
#investment
{
  background: #f5f5f5;
}
#investment img{
height:60px;
}
#invcor .invimg{
float:left;
width:56px;
}
#invcor .invtext{
float:left;
width:calc(100% - 56px);
padding-left:20px;
text-align:left;
color:#333;
}
#invcor .invtext .f-16{
font-size:16px;
font-weight: bold;
margin-bottom:5px;
line-height:16px;
}
#invcor .col-sm-4{
padding-top: 20px;
padding-bottom: 10px;
box-shadow: 0px 0px 0px 0px #dddddd;
transition: box-shadow .2s ease;
-webkit-transition: box-shadow .2s ease;
overflow: hidden;
}
#invcor .col-sm-4:hover{
background: white;
box-shadow: 0px 0px 10px 3px #dddddd;
transition: box-shadow .2s ease;
-webkit-transition: box-shadow .2s ease;
}
#sip{
 /*background:url("../images/sipbg.png") no-repeat center center /cover;*/
 background: #f5f5f5;
}
/*#testimonial{
background:#f1881b;
}*/
#testimonial img{
margin:0px auto 10px auto;
}
#testimonial .cname{
color: #000;
font-size:18px;
padding-bottom:30px;
margin-bottom:0px;
}
#testimonial .carousel-indicators{
bottom: -10px;
}
#contact{
background:#f9f9f9;
}
.conleft .fa{
font-size: 20px;
background: #f1881b;
width: 35px;
padding: 7px;
text-align: center;
color: white;
float:left;
}
.conleft  p{
width: 100%;
float: left;
}
.conleft span, .conleft a{
float:left;
width:calc(100% - 35px);
padding-left:15px;
overflow:hidden;
margin-top: 5px;
font-size: 16px;
}


#myNavbar ul li:hover {
    border-bottom: 3px solid #f58220;
}


.conleft a{
color:#3c3c3c;
}
#contact .form-control{
height:40px;
}
.login_btn{
padding: 10px 40px;
background:#5f5a5b;
color:white;
font-size:16px;
}
.login_btn:hover{
background:#5f5a5b;
color:white;
}
.partner-img ul li {
display: inline-block;
}
.footet-top{
background:#f58220;
width:100%;
float:left;
color:white;
padding:20px 0px 40px 0px;
}
.footet-top .fheading{
margin-top:30px;
color:white;
font-size:22px;
font-weight:bold;
float:left;
width:100%;
}
.footet-top  .flink a{
width:100%;
float:left;
color:white;
margin-top:10px;
}
.fbottom{
background:#f58220;
width:100%;
float:left;
color:white;
padding:20px 0px 20px 0px;
text-align:center;
border-top: 1px solid #fff;
border-bottom: 9px solid #b35e16;
}
.fbottom .uselink{
margin-bottom:10px;
}
.fbottom .uselink a{
color: white;
padding: 0px 5px;
}
.con-heading  ul , .con-heading  ul li a{
font-size:22px;
font-weight:bold;
color:#333;
font-style:italic;
}
.con-heading  ul li .active{
color:#f1881b;
}
.tab .nav-pills>li+li{
margin-left:0px !important;
}
.tab .nav-pills{
background:#f1881b;
margin-bottom:30px;
}
.tab .nav-pills li{
border-bottom:1px solid white;
}
.tab .nav-pills>li.active>a{
background-color: #313131 !important;
}
.tab .nav>li>a:focus, .tab .nav>li>a:hover{
background-color: #313131 !important;
}
.tab .nav-pills li, .tab .nav-pills li a{
width:100%;
float:left;
border-radius:0px !important;
color:white;
font-size:16px;
}
.list-inline{
margin-left:0px;
margin-bottom:0px;
}
.tab .ab-content {
margin-bottom:30px
}
.down-form{
background: #ededed;
padding: 30px;
}
.down-form table{
margin-bottom:5px;
}
.modal-content{
background:#f1881b;
}
.modal-title{
color:white;
}
.box_content {
    background-color: #FFFFFF;
    border: 2px solid #AE6948;
    left: 35%;
    overflow:hidden;
    padding: 15px;
    position: fixed;
    top: 25%;
    width:430px;
    z-index: 1056;
	height:240px;
}

table#samrudiyatra {
    width: 50%;
    border: 1px solid #f58220;
}

table#samrudiyatra th {
    background-color: #e24549;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
}

table#samrudiyatra th b {
    font-size: 19px;
}

table#samrudiyatra td {
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

table#samrudiyatra td {
    padding: 5px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #f58220;
    border-right: 1px solid #f58220;
        font-weight: bold;
}


table#samrudiyatra td span {
  color: #f58220;
  margin-left: 10px;
  }



.grayBox{
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1055;
-moz-opacity: 0.7;
opacity:0.7;
filter: alpha(opacity=70);
}
.imgs{
top: 25%;
left: 63%;
position:fixed;}

img#cross {
position: relative;
float: right;
top: -29px;
left: 24px;
}
#myModal .login_btn{
padding: 8px 40px;
background: #5f5a5b;
color: white;
font-size: 16px;
border: 0px;
border-radius: 5px;
margin-bottom: 5px;
}
.carousel-control.left{
 background:none;
 opacity:1;	
}
.carousel-control.right{
 background:none;
  opacity:1;	
}
.carousel-control.right:hover{
 background:none;
  opacity:1;
  color:#f1881b;	
}
.carousel-control.left:hover{
 background:none;
  opacity:1;
  color:#f1881b;	
}
.signup-form #contact-form
{
  padding: 0px;
  box-shadow: none;
}
.signup-form , #contact-form{
    box-shadow: 2px 1px 1px 2px #f1881b;
    padding: 25px 40px;
    /*background: #f1881b;*/
}
.login-form {
    /*background: #f1881b;*/
    box-shadow: 2px 1px 1px 2px #f1881b;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-body .input {
    text-align: center;
}
.input-in {
    display: inline-block;
    margin: 0 18px 10px;
}
.input-fld input 
{
  border: medium none;
  box-shadow: 1px 1px 5px #999;
  color: #777373;
  font-family: OpenSans-Regular;
  height: 35px;
  margin: 10px;
  padding: 5px;
  width: 70%;
  border-bottom: 2px solid #ccc;
  box-shadow: inset 0 0px 0px
  rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}
.modal-footer {
    border-top: none;
    text-align: center;
}
.modal-footer .login_btn {
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    padding: 5px 15px;
}
.login-text {
    color: #f1881b;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight:bold;
}
.login-page {
  /*background: url(../images/pattern.jpg)no-repeat scroll center center/cover;*/
	/*padding:20px 0;*/
}
.products-box p{
 text-align:justify;	
}

.owl-buttons {
    display: none !important;
}
@media (max-width: 1460px){
  #why .container::after 
  {
    right: -61px !important;
  }
  #invcor .container::before
  {
    right: 24px !important;
  }
  #investment .container::before
  {
    left: -61px !important;
  }
}
@media (max-width: 1250px){
  #why .container::after 
  {
    right: -41px !important;
    background-size: 65% !important;
  }
  #invcor .container::before
  {
    right: -41px !important;
    background-size: 65% !important;
  }
  #investment .container::before
  {
    left: -9px !important;
    background-size: 65% !important;
  }
}
@media (max-width: 1199px){
.navbar-brand>img {
max-width: 250px;
}
.navbar-menu a{
padding:10px 5px !important;
}
#myCarousel .item{
height:450px;
width:100%;
}
#myNavbar{
margin-top:10px;
}
}


@media (max-width: 991px){
  #products
  {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  #products h3
  {
    padding-top: 0px !important;
  }
  #myNavbar ul li.dropdown:hover .dropdown-menu
  {

    height: auto !important;
  }
  #why .col-md-3.text-center
  {
    margin-bottom: 20px;
  }
  #why .container::after 
  {
    right: 20px !important;
    background-size: 58% !important;
  }
  #invcor .container::before
  {
    right: 20px !important;
    background-size: 58% !important;
  }
  #investment .container::before
  {
    left: 20px !important;
    background-size: 58% !important;
  }

#header-top .email, #header-top .port-login{
padding-right:14px;
}
#header-top .port-login{
padding: 10px 15px;
background: #313131;
margin-left: 14px;
}
.navbar-header, .navbar-brand{
text-align:center;
width:100%;
}
.navbar-brand>img{
margin:auto;
}
#myCarousel .item{
height:350px;
width:100%;
}
}
#investment .col-sm-3
{
    width: 20%;
}
@media (max-width: 767px){
#investment .col-sm-3
{
  width: 100%;
  margin-bottom: 20px;
}
#why .col-md-3.text-center
{
  margin-bottom: 20px;
}
#why .container::after 
{
  bottom: -160px;
  position: absolute;
  width: 150px;
  height: 150px;
}
#invcor .container::before
{
  bottom: -160px;
  position: absolute;
  width: 150px;
  height: 150px;
  display: none;
}
#header-top{
padding:10px 0px;
}
#header-top .leftcontact, #header-top .rightsocial{
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-header, .navbar-brand{
width:auto;
}
.navbar-brand>img{
margin-left:15px;
}
.navbar-inverse .navbar-toggle{
border-color: #f1881b !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #f1881b;
}
#myCarousel .item{
height:300px;
width:100%;
}
#myCarousel .carousel-caption h2{
font-size:25px;
margin-top:0px;
}
#myCarousel  .f-16{
font-size:14px;
}
#myCarousel  .carousel-indicators{
bottom: 0px;
}
#why .col-sm-4, #investment .col-sm-4{
margin-bottom:20px;
}
#investment .mart-20{
margin-top:0px;
}
.products-row .col-sm-4{
border-right:0px !important;
}

#contact-form {
    clear: both;
    position: relative;
    top: 25px;
}

}

@media (max-width: 480px){
#header-top .social {
width: 100%;
padding-bottom: 15px;
}
#header-top .port-login {
margin-left: 0px;
}
.navbar-brand>img {
    max-width: 230px;
}
}
.vertical-text 
{
  float: right;
  z-index: 9;
  /*background: #f58220;*/
  position: fixed;
  right: 0px;
  top: 70%;
}
.new-client
{
    /*background: #f1881b;*/
    margin-top: 5px;
}
.new-client p a
{
    padding-bottom: 78px;
    display: block;
    text-align: center;
    /*color: #fff;*/
    font-size: 16px;
}
.new-client p
{
    margin-bottom: 0px;
}
.navbar-menu a.portfolio
{
    background: #f58220;
    color: #fff !important;
    border-radius: 3px;
}

#myNavbar ul {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

#myNavbar ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.5em;
}
#myNavbar ul li a {
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}

#myNavbar ul * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#myNavbar ul li a:before,
#myNavbar ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

ul.dropdown-menu li {
    display: block !important;
}

/*

#myNavbar ul li a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  display: block;
  content: attr(data-hover);
  color: #000;
  white-space: nowrap;
  margin: 0 0.5em;
  right: 0;
}
#myNavbar ul li:hover a
{
  transform: translateY(100%);
}*/
.text-center-box
{
    background: #e8e8e8;
    padding: 20px;
    box-shadow: -3px -3px 5px 1px #cacaca;
    position: relative;
}
#investment .text-center-before .text-center a
{
    position: absolute;
    top: 0;
    width: 100%;
    left: -13px;
    display: block;
    height: 100%;
}
.text-center-box img
{
    height: 50px;
}
#why
{
    background: url(../images/circle-top.png) no-repeat;
    background-size: 11%;
    /*padding-bottom: 0px;*/
    /*content: "";
    display: block;
    width: 250px;
    height: 250px;
    right: 0;
    bottom: 0;*/
}
#why .container::after 
{
    background: url(../images/bits.png) no-repeat;
   /* background-size: 11%;
    padding-bottom: 0px;
    content: "";
    display: block;*/
    width: 122px;
    height: 211px;
    right: -135px;
    bottom: 0;
    position: absolute;
    top: 45px;
    animation: shake 6s;  
    animation-iteration-count: infinite; 
}
#invcor .container::before
{
 background: url(../images/bits.png) no-repeat;
    width: 122px;
    height: 211px;
    right: -135px;
    bottom: 0;
    position: absolute;
    top: 45px;
    animation: shake 6s;  
    animation-iteration-count: infinite; 
    display: none;
}
@keyframes shake 
{
  0% { transform: translate(1px, 1px) rotate(0deg); }
  100% { transform: translate(1px, 1px) rotate(0.5deg); }
}
#why .container 
{
    position: relative;
}
#invcor
{
position: relative;
}
#products h3 , #invcor h3
{
    text-align: left;
    color: #fff;
    font-size: 4rem;
}
#products p , #invcor p
{
    text-align: justify;
    color: #fff;
    font-size: 19px;
    padding: 20px 0px;
}
#products ul
{
    padding-left: 0px;
    text-align: left;
}
#products ul li
{
    display: inline-block;
}

#investment .container::before
{
    background: url(../images/bits-right.png) no-repeat;
   /* background-size: 11%;
    padding-bottom: 0px;
    content: "";
    display: block;*/
    width: 122px;
    height: 211px;
    left: -76px;
    bottom: 0;
    position: absolute;
    top: 45px;
    animation: shake 6s;  
    animation-iteration-count: infinite; 
    z-index: 9;
}
#investment .container
{
    position: relative;
}
#testimonial
{
    position: relative;
}
#testimonial
{
    /*background-image: url(../images/bg-right.png) , url(../images/bg-right.png);*/
    background-image: url(../images/bg-right.png) , url(../images/bg-left.png);
    /*background-size: 11%;
    background-position: right bottom;*/
    background-position:
   /* top 10px left 10px,
    top 10px right 10px,*/
    bottom 0px right 0px,
    bottom 0px left 0px;
    background-size: 11%;
    background-repeat: no-repeat;
}
.footet-top ul
{
    float: left;
    padding-left: 2px;
}
.footet-top ul li
{
    list-style-type: none;
    margin-top: 10px;
}
.footet-top ul li img
{
    padding-right: 10px;
}
section.tab h3
{
  margin-top: 0px;
}
#contact-form .form-group .form-control
{
  border: 0px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}
.vertical-text ul
{
  padding: 0px;
  margin-bottom: 0;
  -webkit-transform: translate(236px, 0);
  -moz-transform: translate(236px, 0);
  -ms-transform: translate(236px, 0);
  -o-transform: translate(236px, 0);
  transform: translate(236px, 0);
}
.vertical-text ul li
{
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.vertical-text ul li:hover {
  -webkit-transform: translate(-199px, 0);
  -moz-transform: translate(-199px, 0);
  -ms-transform: translate(-199px, 0);
  -o-transform: translate(-199px, 0);
  transform: translate(-199px, 0);
  background: #f58220ba;
}
.vertical-text ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.vertical-text ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-table;
  margin-right: 20px;
}
.vertical-text ul li a
{
  color: #fff;
  font-size: 17px;
}
.btn.login_btn , .login_btn
{
  background: #f58220;
  font-size: 14px !important;
  padding: 10px 22px !important;
  opacity: 1;
  margin: 0px auto;
  display: block;
  border: 0px;
  border-radius: 2px;
}
.fbottom .social a i
{ 
  background: #9d5315;
  padding: 12px;
  border-radius: 6px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.fbottom .social a:hover i
{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#invcor #contact-form
{
  box-shadow: 2px 1px 1px 2px #f1881b00;
  padding: 0px;
}
#chart_div
{
  overflow: auto;
}
.navbar-collapse.collapse.in ul li
{
  display: block !important;
}
#login-page
{
  position: relative;
}
#login-page .container::after
{
  background: url(../images/bits.png) no-repeat;
  width: 63px;
  height: 94px;
  right: 105px;
  bottom: 0;
  position: absolute;
  top: 8px;
  animation: shake 6s;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
  background-size: 73%;
}
.socil-list
{
  float: left;
  width: 100%;
  padding: 0px;
}
.socil-list li
{
  list-style-type: none;
  display: inline-block;
}
.socil-list li a
{
  padding-left: 15px;
  float: none;
}
#products
{
  padding-bottom: 70px;
}
#products h3 a
{
  text-align: center;
  color: #fff;
  display: block;
}
/*#myNavbar ul li:hover a.dropdown-toggle , #myNavbar ul li:hover .dropdown-menu li a
{
  transform: translateY(0%);
}*/
#myNavbar ul li.dropdown:hover .dropdown-menu
{
    display: block;
    float: none;
    position: absolute;
    top: 30px;
    left: 0px;
    min-width: 200px;
}
.dropdown-menu li a
{
  padding: 4px !important;
}
.dropdown-menu
{
  padding: 2px 10px;
}
#invcor
{
  background-image: url(../images/call-back-new.png);
  background-size: cover;
}
#products
{
  background: url('../images/products.jpg');
  background-size: cover;
  padding-bottom: 10px;

}
#products h3
{
  opacity: 0;
  padding-top: 307px;
} 
#products h3 a
{
  padding: 24px 0px;
}
.social .footer-list
{
  margin: 20px 0px 1px;
  padding-left: 0px;
}
.social .footer-list li
{
  display: inline-block;
}
.footet-top ul li h3
{
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
#about-img
{
  width: 280px;
/*max-width: 50%;*/
height: 368px;
}
.navbar-brand img
{
	margin: 0px auto;
}
.navbar-brand span
{
    font-size: 12px;
}
.disclosure p , .disclosure a
{
	color: #fff;
}