/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.menuzord-menu > li > .megamenu.megamenu-bg-img {
  background-image: url('../images/megamenu/megamenu-dropdown.jpg');
}
.menuzord-menu > li > .megamenu .megamenu-row ul {
  margin-left: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row ul li {
  border: 0 none;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px 0 2px 15px;
  position: relative;
  width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row ul li a {
  display: block;
  padding: 8px 0;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.menuzord-menu > li > .megamenu .megamenu-row ul li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row ul li:hover > a {
  color: #111;
  padding-left: 5px;
}
.menuzord-menu > li > .megamenu .megamenu-row ul li a i {
  color: #444;
}
.menuzord-menu > li > .megamenu .megamenu-row ul li.active a i,
.menuzord-menu > li > .menuzord-menu > li > .megamenu .megamenu-row ul li:hover a i {
  color: #fff;
}
.menuzord-menu > li > .megamenu .megamenu-row ul.list-icon li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 10px;
}
.menuzord-menu > li > .megamenu .megamenu-row .megamenu-col-title {
  margin-bottom: 15px;
}
/*HOME*/
.applicn{
  position: fixed;
    right: 3px;
    top:35%;
    height: auto;
    width: auto;
    z-index: 1000000 !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;    
}
.applicn img:hover{
  background-color:rgba(0,52,104,0.8);
} 
.placemnt-ic{
  position: fixed;
    left: 3px;
    top:45%;
    height: auto;
    width: auto;
    z-index: 1000000 !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;    
}
.placemnt-ic img:hover{
  background-color:rgba(0,52,104,0.1);
  border-radius: 100px;
} 
.whatsapp-icon {
    position: fixed;
    right: 3px;
    bottom: 30px;
    border-radius: 50%;
    height: auto;
    width: auto;
    cursor: pointer;
    z-index: 1000000 !important;
    transition: 0.3s;
}
.aboutc1{
	font-family: 'Poppins', sans-serif;
}

#fixed_menu{
	float:left;
	position:fixed;
	right:0px;
	top:220px;
	z-index: 5;
	width:47px;
	height:200px;
}

.fixed {
	margin-bottom:2px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.fixed:hover {
  
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ptn-bg {
    position: relative;
    z-index: 1;
    background-image: url(../images/ptn-1.png);
    background-position: center center;
    background-attachment: scroll;
}
.g-bg {
    position: relative;
    z-index: 1;
    background-image: url(../images/footer-map.png);
    background-position: center center;
    background-attachment: scroll;
}
.g-bg2 {
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/bg-d1.jpg);
    background-position: center center;
    background-attachment: scroll;
}
.bg-theme-color-2, .line-bottom:after, .line-bottom-center:after {
    background: #0060af !important;
}
.rank1{color: #1ae01a;font-size: 22px;}
.rank2{color: #5ca4e2;font-size: 18px;}
.logo-cnt{font-size: 11px;display: inline-block;color: #338011;margin: 0px;padding: 0px;}
.up-pad{padding: 10px 0px !important;}

.separator {  
  margin: 10px auto !important;  
}



/*----------------------------------------*/
/*  Mobile-Version
/*----------------------------------------*/

@media screen and (max-width: 767px) {

.img-mob{
    margin: 0px auto;
    display: block;
    float: none !important;
    margin-bottom: 10px;
}


}

/*END-Home*/
.bg-nav{
	background: #eee2e2;
}
.text-blue {
	color: #0f0037 !important;
	font-weight: 500 !important;
}
.p-17 {
  padding: 17px !important;
}
.hd-top-btn {
	font-size: 13px;
    background: #122d62;
    padding: 2px 6px;
    border-bottom: 1px solid #d2d2d3;
}
.hd-border{
	border-bottom: 2px solid #ea4f59;
}
.no-pad{
  padding: 0px !important;
}
.no-mgn{
  margin: 0px !important;
}
.mt-7{margin-top: 7px;
margin-right: 5px;}
.crnt-plcmnt{
	
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	
}
.place-bottom {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.place-bottom:after {
background: #fff;	
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.sbs-updates{
  width: 90%;
  background-color: #091c42;
  font-family: 'Poppins', sans-serif;
  padding: 8px 4px 8px 25px;
  margin: 0px;
  color: #fff;
  font-size: 17px;
  position: relative;
  float: left;
}
.sbs-updates:after {
  content: " ";
  position: absolute;
  right: -15px;
  top: 7px;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid #091c42;
  border-bottom: 15px solid transparent;
}
.blinking{
	-webkit-animation: blink 2s step-end infinite;
            animation: blink 2s step-end infinite;
                color: #FFFFFF;
}
@-webkit-keyframes blink { 50% { visibility: hidden; }}
@keyframes blink { 50% { visibility: hidden; }}}
.typed-sbs {
  border-right: solid 5px rgba(255,255,255,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'Source Code Pro', monospace;  
  font-size: 28px;
/*  color: rgba(255,255,255,.70);*/
	color: #FFFFFF;
}

/* Animation */
.typed-sbs {
  animation: animated-text 4s linear 1s 1 normal both,
             animated-cursor 600ms linear infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 456px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
.about-whybg{
	width:100%;
	min-height:235px;
	float:left;
	background: rgba(237, 255, 141, 0.8);
	padding:20px 3%;
	border: 1px dashed #fff;
}
.about-howbg{
	float:right;
}
.about-whybg h4{
	font-weight: bold;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    color: #000000;
	margin-bottom: 15px;
}
.about-whybg ul {
     margin-top:5px;
     margin-left:3%;
     float:left;
	 margin-top:10px;
	 
}
.about-whybg ul li{
     list-style-image:url(../images/bullet.png);
     clear:both;
     float:left;
	 color: #000000;
	 font-size: 16px;
	 line-height:20px;
	 margin-bottom:8px;
}

.rankholder-bg{
	width:100%;
	min-height:235px;
	float:left;
	background: rgba(237, 255, 141, 0.2);
	padding:20px 3%;
	border: 1px dashed #fff;
}
.rankholder-bg img{
	
}
.rankholder-bg h4{
	font-weight: bold;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    color: #FFFFFF;
	margin-bottom: 15px;
}
.rankholder-bg ul {
     margin-top:5px;
     margin-left:3%;
     float:left;
	 margin-top:10px;
	 
}
.rankholder-bg ul li{
/*     list-style-image:url(../images/bullet.png);*/
	font-family: 'Open Sans', sans-serif;
     clear:both;
     float:left;
	 color: #FFFFFF;
	 font-size: 16px;
	 line-height:26px;
	 margin-bottom:8px;
}

/*fixed-icons-animation*/
.div-floatright {
    width: 300px;
    z-index: 1;
    height: 167px!important;
    top:355px!important;
    right: -254px;
    position: fixed;
} 
#feedback1{
      position: fixed;
      top: 58px;
      right:-362px;
      width:362px;
      -webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;
      background:#fff;
      z-index: 2;
}
#feedback1.show{right:0;}
#feedback1 div.npf_wgts{
      padding: 10px;
    }
#feedback1 a{
    background:url("../images/online-app.png") no-repeat center left transparent;
    display: block;
    width: 46px;
    height: 130px;
    float: left;
    text-indent: -9999em;
    position: absolute;
    top: 210px;
    left: -45px;
    border-radius: 5px 0px 0px 5px;
    }
.div-floatright li:first-child { 
    margin-top: 45px; 
}
.div-floatright li {
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 1px; 
   -webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;
    position: relative;
    left: 0;
    text-align: left; 
}
li.show {
    left: -115px;
}
.div-floatright li a{
  display:inline-block;
vertical-align:middle;}

.div-floatright li h4{
display:inline-block;
vertical-align:middle;
font-size: 14px;
font-weight: bold;
 }
.div-floatright1 {
    width: 300px;
    /* z-index: 99999999; */
    height: 167px!important;
    top: 225px!important;
    right: -254px;
    position: fixed;
}
img.virtual-icon {
    padding-left: 5px;
}
a.show_info {
    position: fixed;
    top: 120px;
    right: 12px;
}
.div-floatright li img {
    background-color: #2dde60;
    padding: 8px 12px;
    border-radius: 5px 0px 0px 5px;
}
/*fixed-footer*/
.sbs-footer{
        display:none;
      }
.sbs-footer li {
	font-family: 'Poppins', sans-serif;
    float: left;
    width: 33%;
    text-align: center;
    border-left: 1px solid #fff
}
.sbs-footer li a {
    display: block;
    padding: 7px;
    color: #fff
}
.sbs-footer li:first-child {
    border-left: none
}

.post .entry-content{
	height: 65px;
	color: #050235;
}

/*=====================================
   RESPONSIIVE
===================================== */

@media screen and (max-width: 480px) {

/*iframe{height: 1900px;}*/
.about-whybg{margin-bottom: 15px;}
.icon-box{margin: 5px 0px !important;}
.mb-sm-30{margin-bottom: 5px;}
.mb-30{margin-bottom: 5px !important;}
.section-title{margin-bottom: 10px !important;}
.fn-mb h2{font-size: 30px !important;}
.sbs-footer{display:table;
        width:100%;
        position:fixed;
        z-index:99999;
        bottom:0;
        background-color:#510550;
    }
.scrollToTop{display: none !important; }  
.rankholder-bg ul li{text-align: justify;}
.rank1{font-size: 18px;}
.rank2{font-size: 13px;}
.up-pad{padding: 0px 15px;}
}