@font-face {
 /*   font-family: 'Segoe UI';
	src:url('assets/fonts/segoeui.ttf');
    src: url('assets/fonts/segoeui/segoeui.eot');
    src: url('assets/fonts/segoeui/segoeui.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/segoeui/segoeui.woff') format('woff'),
         url('assets/fonts/segoeui/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;*/
}

body {
  margin: 0;
  padding: 0;
  position: relative;
 /* font-family:'Segoe UI' !important;*/
      font-family: 'Segoe UI',"Helvetica Neue", Helvetica, Arial, sans-serif!important;
 
  }
 
 .hmenu
 
 {
	Padding-left:0px;
	Padding-right:0px;
 }
  
h1 {
  font-size: 30px;
  text-transform: uppercase; }

h1#heading {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase; }

h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #00c8e5; }

h4, .h4 {
  text-align: center;
  font-size: 16px; }

p {
  line-height: 26px;
  color: #999999; }
.p1 {
  line-height: 26px;
  color: #000; }
.icon-box img {
  max-width: 100px;
  display: block;
  margin: 0 auto; }

hr#line {
  border-top: solid 2px #00c8e5;
  max-width: 320px;
  margin-top: 5px;
  margin-bottom: 3em; }

.leftline {
  margin-left: 0;
  max-width: 175px  !important;
  margin-bottom: 2em !important; }

.ibline {
  max-width: 388px !important;
  margin-left: 0; }

.footerline {
  margin-left: 0; }

a.navbar-brand {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px; }

section#topheader {
	height:40px;
  background: #fbfbfb;
  padding-top: 10px;
  color: #8d8d8d;
  border-bottom:1px solid #eee;
 
   }
   .mail
   {
	   text-decoration:none;
	   color:#888888;
	   }
   .mail:hover
   {
	   color:#00c8e5;
	   text-decoration:none;
	   }
  section#topheader ul.list-inline.social li a {
    color:#8d8d8d;
	border-bottom:1px solid #eee;
	}
	/*.socialfb a:hover
	{
		color:blue;
		}*/
    section#topheader ul.list-inline.social li a:hover {
      color: #00c8e5; }


  header#myheader .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
   /* position: fixed;
    z-index: 1000*/;
	position:relative;
    left: 0;
    right: 0;
    border-radius: 0;
	 }
  header#myheader .affix {
    background-color: #222 !important;
    border-color: #090909 !important; }
 /* header#myheader div*/
 #myNavbar ul#mymenu li a {
    color: #bbb;
  /*  padding: 32px 15px 0px;*/
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    text-transform: uppercase;
	font-weight:600;
	margin:20px 10px 0px;
	padding:0px 0px 0px 0px;
	

    }
	.meunheader
	{
		margin-left:0px;
		margin-right:0px;
		margin-top:4px;
		margin-bottom:10px;
		}
		@media(max-width:1200px){
		.my_menu .pull-right{float:none !important;}
		}

	#myNavbar ul li a
	{
		text-decoration:none;
		background:none;
		 
		
		}
	.navbar-nav  li a:hover{
	border-bottom:solid 1px #00c8e5 !important;
	} 
	 .active{
	
	border-bottom:#00c8e5 solid 2px !important;
	}	
	#dropdown li a
	{
		/*padding:15px 15px 5px  !important;*/
		text-align:center;
		/*padding-bottom:5px !important;*/
		}
		.navbar-header button
		{
			background-color:black !important;
			
			}
	
	/*	.mymenu
		
		{
			float:right;
			}*/	
    header#myheader div#myNavbar ul#mymenu li a:hover {
      color: #3563a9; }
  header#myheader div#myNavbar ul#mymenu li.active a {
    color:black;
    background: transparent; }

.owl-theme .owl-controls {
  margin-top: -50px;
  text-align: center; }

section#plans {
  padding-bottom: 4em;
  padding-top: 3em; }
  section#plans div#plans_box {
    padding: 46px 28px;
    text-align: center;
    border: solid 2px transparent; }

.bar1 {
	width:100%;
}

.level1 {
}
.bar2 {
	width:100%;
}

.level2 {
}
.bar3 {
	width:100%;
}

.level3 {
}

.eighty.start1 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 5s;
}
.eighty.start2 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 15s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 15s;
}

.eighty.start3 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 25s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 25s;
}

		@keyframes example {
    0%   { left:0px; top:-100px;}
    25%  { left:0px; top:0px;}
   
}

.bar4 {
	width:100%;
}

.level4 {
}



	.eighty.start4 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}
.bar5 {
	width:100%;
}

.level5 {
}



	.eighty.start5 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}
.bar6 {
	width:100%;
}

.level6 {
}



	.eighty.start6 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}
.bar7 {
	width:100%;
}

.level7 {
}



	.eighty.start7 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}
.bar8 {
	width:100%;
}

.level8 {
}



	.eighty.start8 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}
.bar9 {
	width:100%;
}

.level9 {
}



	.eighty.start9 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}
.bar10 {
	width:100%;
}

.level10 {
}



	.eighty.start10 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}
.bar11 {
	width:100%;
}

.level11 {
}



	.eighty.start11 {
		
   
    position: relative;
    -webkit-animation: mymove 5s ; /* Safari 4.0 - 8.0 */
    animation: mymove 5s ;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
     0%   {top: 0px;}
    25%  {top: 100px;}
    75%  {top: 0px}
    100% {top: 0px;}

		
	}
		
		

	
    section#plans div#plans_box:hover {
      border: solid 2px #00c8e5;
      -webkit-transition: border .4s ease, color .4s ease !important;
      transition: border .4s ease, color .4s ease !important; }
    section#plans div#plans_box h4 span#one {
      color: #23527c;
      font-size: 16px;
      padding-left: 4px; }
    section#plans div#plans_box h4 span#one2 {
      font-weight: bold; }
    section#plans div#plans_box h4 span#one3 {
      font-weight: bold; }

section#ib {
  background: url(assets/images/background-1.jpg) center top no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 30px 0; }
  section#ib .container {
    position: relative; 
	}
    section#ib .container .ib-box {
      float: left;
      max-width: 400px; }
      section#ib .container .ib-box a.thm-btn {
		  
		color:#00c8e5!important;
        background: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        margin-top: 22px;
        float: left;
        border: solid 2px #00c8e5;
        -webkit-transition: background .4s ease, color .4s ease !important;
        transition: background .4s ease, color .4s ease !important; }
        section#ib .container .ib-box a.thm-btn:hover {
          background: #00c8e5;
          color: #FFFFFF!important;
		  
		   }
    section#ib .container span {
      color: #00c8e5;
      font-weight: bold;
      padding-right: 8px; }
    section#ib .container h1 {
      color: #fff; }
    section#ib .container ul {
      font-size: 18px;
      position: relative;
      color: #999999;
      line-height: 25px; }
    section#ib .container p {
      color: #999999; }

section#ib:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: .78; }

section#cashdraw ul {
  font-size: 18px; }
section#cashdraw .withdraw {
  background: #f4f2f2;
  padding: 2em; }
  section#cashdraw .withdraw:hover {
    background: #23527c;
    color: #FFFFFF;
    -webkit-transition: background .4s ease, color .4s ease !important;
    transition: background .4s ease, color .4s ease !important; }
section#cashdraw .deposit {
  background: #f7f7f7;
  padding: 2em; }
  section#cashdraw .deposit:hover {
    background: #3563a9;
    -webkit-transition: background .4s ease, color .4s ease !important;
    transition: background .4s ease, color .4s ease !important;
    color: #FFFFFF; }
section#cashdraw .deposit:hover hr#line {
  border-top: solid 2px #FFFFFF !important; }

section#ourbest {
  padding-bottom: 3em; }
  section#ourbest .container div#iconbox {
    border: 2px solid #F7F7F7;
    padding: 30px 34px;
    margin-top: 30px;
    min-height: 236px;
    -webkit-transition: border .4s ease, color .4s ease !important;
    transition: border .4s ease, color .4s ease !important; }

    section#ourbest .container div#iconbox:hover {
      border: 2px solid #00c8e5;
      color: #3563a9; }
    section#ourbest .container div#iconbox img {
      max-width: 100px;
      display: block;
      margin: 0 auto; }
    section#ourbest .container div#iconbox h3 {
      font-size: 18px;
      text-align: center; }

footer#footer {
  background: #000;
  opacity: .85;
  padding-top: 1em;
  padding-bottom: 1em; }
  footer#footer a {
	  color:#fff;
	
    text-decoration: none; }
	footer#footer a:hover {
	 color:#00c8e5; }
    footer#footer a h2 {
      text-decoration: none;
      color: #00c8e5; }
  footer#footer h2 {
    font-size: 20px;
    font-weight: normal;
    color: #fff; }
  footer#footer ul .fa {
    padding-right: 10px;
    font-size: 20px; }
  footer#footer ul li {
    display: inline-flex; }
  footer#footer ul.links li {
    display: block; }
    footer#footer ul.links li a {
      line-height: 26px;
      color: #999999;
      -webkit-transition: color .4s ease, left .4s ease;
      transition: color .4s ease, left .4s ease;
      position: relative;
      text-decoration: none;
      font-size: 16px;
      left: 0; }
      footer#footer ul.links li a:hover {
        color: #00c8e5;
        left: 10px; }

section.footer-bottom {
  background: #0D0D0D;
  padding: 2.5px 0; }
  section.footer-bottom p {
    margin: 0;
    color: #999999;
    line-height: 35px; }
  section.footer-bottom ul#myicons li {
    display: inline-flex;
    padding-left: 5px;
    padding-right: 5px; }
    section.footer-bottom ul#myicons li a {
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 50%;
      font-size: 14px;
      line-height: 35px;
      background: #1F2020;
      display: block;
      color: #C5C5C5;
      -webkit-transition: background .4s ease, color .4s ease;
      transition: background .4s ease, color .4s ease; }
      section.footer-bottom ul#myicons li a:hover {
        background: #00ACED;
        color: #fff; }
      section.footer-bottom ul#myicons li a .fa {
        position: relative;
        /*top: 10px;*/ }
  section.footer-bottom ul.list-inline li {
    display: inline-flex;
    padding-left: 5px;
    padding-right: 5px; }
    section.footer-bottom ul.list-inline li a {
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 50%;
      font-size: 14px;
      line-height: 35px;
      background: #1F2020;
      display: block;
      color: #C5C5C5;
      -webkit-transition: background .4s ease, color .4s ease;
      transition: background .4s ease, color .4s ease; }
      section.footer-bottom ul.list-inline li a:hover {
        background: #00ACED;
        color: #fff; }
      section.footer-bottom ul.list-inline li a .fa {
        position: relative;
        top: 10px; }

section#loginpage {
  /*padding-top: 3em;
  padding-bottom: 3em;
  min-height: 600px;
  text-align: center;*/ }

div#loginPage {
  background: #24323d;
  max-width: 400px; }
  div#loginPage h1 {
    color: #FFFFFF; }
  div#loginPage input:-webkit-autofill, div#loginPage section#contact_page .well.well-sm textarea#message:-webkit-autofill, section#contact_page .well.well-sm div#loginPage textarea#message:-webkit-autofill {
    background-color: transparent; }
  div#loginPage .login-help a {
    color: #FFFFFF; }

a#loginbtn {
  background: #23527c;
  border: solid 1px #23527c;
  padding: 6px 50px;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  top: 28px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background .4s ease, color .4s ease;
  transition: background .4s ease, color .4s ease; }
  a#loginbtn:hover {
    background: #FFFFFF;
    border: solid 1px #23527c;
    color: #000000; }

.loginmodal-container {
  margin-top: 40%; }
  .banner_1
  {
	  margin-top:20px;
	  }

section#loginbanner {
  padding-top: 4.8em; }
  section#loginbanner .container {
    width: 100%; }
    section#loginbanner .container .col-sm-12 {
      padding: 0; }
  section#loginbanner img {
    width: 100%;
    box-shadow: 1px 1px #ccc;
    max-height: 230px; }


@media (min-width: 768px) {
.container1 {	
  padding-right: 90px;
  padding-left: 90px;
  margin-right: auto;
  margin-left: auto;
  
}
 #myNavbar ul#mymenu li a {
    color: #000000;
  /*  padding: 32px 15px 0px;*/
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    text-transform: uppercase;
	font-weight:600;
	margin:20px 10px 0px;
	padding:0px 0px 0px 0px;
	

    }
}





.row1 {
  margin-right: 0px;
  margin-left: 0px;
}
.col-sm-7_1{
	position: relative;
  min-height: 1px;

}
.col-sm-5_1{
	  position: relative;
  min-height: 1px;

}







section#singup_page {
  padding-top: 2em;
  padding-bottom: 3em; }
  section#singup_page h1 {
    text-align: center; }
  section#singup_page div#mypanel {
    background: #24323d;
    padding-bottom: 1em;
    line-height: 64px !important;
    padding-left: 1em !important;
    padding-right: 1em !important; }
    section#singup_page div#mypanel input, section#singup_page div#mypanel section#contact_page .well.well-sm textarea#message, section#contact_page .well.well-sm section#singup_page div#mypanel textarea#message {
      background-color: transparent;
      border-radius: 0;
      height: 40px;
      color: #fff; }
    section#singup_page div#mypanel .panel-heading {
      color: #fff;
      background-color: transparent;
      border-color: transparent; }
    section#singup_page div#mypanel .btn-group {
      width: 100%;
      text-align: center;
      padding-top: 3em;
      padding-bottom: 1em; }
      section#singup_page div#mypanel .btn-group button {
        padding: 10px 50px;
        float: none; }
    section#singup_page div#mypanel input.btn.btn-info.btn-block, section#singup_page div#mypanel section#contact_page .well.well-sm textarea.btn.btn-info.btn-block#message, section#contact_page .well.well-sm section#singup_page div#mypanel textarea.btn.btn-info.btn-block#message {
      background: #3563a9 !important;
      -webkit-transition: background .4s ease, color .4s ease;
      transition: background .4s ease, color .4s ease;
      border: solid #3563a9; }
      section#singup_page div#mypanel input.btn.btn-info.btn-block:hover, section#singup_page div#mypanel section#contact_page .well.well-sm textarea.btn.btn-info.btn-block#message:hover, section#contact_page .well.well-sm section#singup_page div#mypanel textarea.btn.btn-info.btn-block#message:hover {
        background: #FFFFFF !important;
        color: #3563a9; }

section#faq_page {
  padding-top: 2em;
  padding-bottom: 3em; }
  section#faq_page h1 {
    text-align: center; }
  section#faq_page h4.panel-title {
    text-align: left; }
  section#faq_page a.collapsed {
    background-color: #eee !important;
    color: #333 !important; }
  section#faq_page .fancy-collapse-panel .panel-heading a {
    background-color: #ccc;
    color: #333; }

section#contact_page {
  padding-top: 5em;
  padding-bottom: 3em; }
  section#contact_page h1 {
    text-align: center; }
  section#contact_page .well.well-sm {
    background: #24323d;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em; }
    section#contact_page .well.well-sm input, section#contact_page .well.well-sm textarea#message {
      background-color: transparent;
      border-radius: 0;
      color: #fff; }
    section#contact_page .well.well-sm button#contat_btn {
      background: #3563a9 !important;
      -webkit-transition: background .4s ease, color .4s ease;
      transition: background .4s ease, color .4s ease;
      border: solid #3563a9;
      width: 100%;
      border-radius: 0; }
      section#contact_page .well.well-sm button#contat_btn:hover {
        background: #FFFFFF !important;
        color: #3563a9; }
  section#contact_page div#contact-box2 {
    background: #f7f7f7;
    padding: 2em;
    min-height: 369px; }
    section#contact_page div#contact-box2 ul.contact-info {
      font-size: 18px; }
      section#contact_page div#contact-box2 ul.contact-info .fa {
        padding-right: 10px;
        font-size: 26px; }
      section#contact_page div#contact-box2 ul.contact-info li {
        display: inline-flex;
        width: 100%; }
    section#contact_page div#contact-box2 .social {
      float: none !important;
      padding-left: 3em; }
      section#contact_page div#contact-box2 .social ul li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px; }
        section#contact_page div#contact-box2 .social ul li a {
          width: 35px;
          height: 35px;
          text-align: center;
          border-radius: 50%;
          font-size: 14px;
          line-height: 35px;
          background: #1F2020;
          display: block;
          color: #C5C5C5;
          -webkit-transition: background .4s ease, color .4s ease;
          transition: background .4s ease, color .4s ease; }
          section#contact_page div#contact-box2 .social ul li a:hover {
            background: #00ACED;
            color: #fff; }
          section#contact_page div#contact-box2 .social ul li a .fa {
            top: 10px;
            position: relative; }

form#aboutform {
  padding: 1em 2em; }
  form#aboutform input, form#aboutform section#contact_page .well.well-sm textarea#message, section#contact_page .well.well-sm form#aboutform textarea#message {
    height: 40px;
    border-radius: 0; }
  form#aboutform input#about_btn {
    background: #3563a9 !important;
    -webkit-transition: background .4s ease, color .4s ease;
    transition: background .4s ease, color .4s ease;
    border: solid #3563a9; }
    form#aboutform input#about_btn:hover {
      background: #FFFFFF !important;
      color: #3563a9; }
  form#aboutform select.form-control {
    border-radius: 0; }

ul#sidemenu {
  border: solid 1px #eee; }
  ul#sidemenu li {
    border-top: solid 1px #eee;
    margin-top: 0; }
    ul#sidemenu li a:hover {
      border-radius: 0; }

div#mytable {
  padding: 1em 2em; }

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important; }

.navbar {
  margin-bottom: 0px; 
  border:none !important;
  }

.affix ~ .container-fluid {
  position: relative;
  top: 50px; }

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto; }

/*//// Start media queries ////////////////
////////////////////*/

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 19px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media screen and (max-width: 768px)  {
 /* ul#mymenu {
    background:#333;
    text-align: center;
	
	
	}*/
	 #myNavbar ul#mymenu li a {
    color: #bbb;
  /*  padding: 32px 15px 0px;*/
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    text-transform: uppercase;
	font-weight:600;
	margin:20px 10px 0px;
	padding:0px 0px 0px 0px;
	

    }
	 }
	 @media screen and (max-width: 768px)  {
  ul#mymenu {
    background:#2a2a2a;
    text-align: center;
	
	
	}
	 }
@media screen and (max-width: 600px) {
	
  .social.pull-right {
    float: none !important;
    text-align: center;
    margin-top: 38px; }

  footer#footer h2 {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
.numbr-head h1{
	font-weight: 600;
	text-align:center;
	color:#black;
	margin-top:100px;
	margin-bottom:40px;

}
.numbr-head p{
	margin-top:50px;
	text-align:center;
	font-family: Lora;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	color: #b8b1aa;
	font-size: 16px; 
}
.numbr h1
{	  
	color:#06C;
	text-align:center;
	font-size:36px;
}
.number_1
{

margin-bottom:60px;

	}


#shiva
{
  width: 170px;
    height: 170px;
 /*   background: black;*/
	border:8px solid #333;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 100px;
  /*float:left;*/
  margin:5px;
  
  /* text-align:center;*/
  
}
#shiva:hover
{
	-moz-box-shadow: 0 0 5px 5px #00c8e5;
-webkit-box-shadow: 0 0 5px 5px#00c8e5;
box-shadow: 0 0 5px 5px #00c8e5;
	}
.count
{
  line-height: 147px;
  color:#00c8e5;
 /* margin-left:30px;*/
  font-size:40px;
  text-align:center;
  border-bottom:2px solid #00c8e5;
 
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}
.videoset
{
	width:100%;
	height:auto;
}
.vedo
{
	    padding-left: 0px;
    padding-right: 0px;
    margin-top: 8px;
}
	
	.remore 
  {
	  color:black;
	  text-decoration:none;
	  }
	  
#return-to-top {
	z-index:500;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9); }

#return-to-top:hover i {
  color: #fff;
  top: 5px; }
/*
@media(m-height: 700px) 
{
  #return-to-top
	{
	display:none !important;	} 
}*/

/*@media screen and (max-width: 768px) and (max-width: 767px) {
	body{
	font-family:'Segoe UI';

	 }
}*/

/*started the about us page*/
	.taxbox
{
	background-color:#eee;
	padding-left: 0px;
   padding-right: 0px;
  
}
.taxbox_2
{
	padding-left:0px;
}

.taxbox ul li 
{    
     line-height:40px;
	list-style-type:none;
	font-size:15px;
	color:#02365e;
    font-weight: 600;
	border-bottom: 1px solid white;
	text-align:left;
	padding-left:15px;
}
.taxbox ul li a
{
	text-decoration:none;
	display:block;
	padding-left:15px;
	color:#333333;
	}
.taxbox ul li:hover
{
	background-color:#00c8e5;
	
	
	}
	.taxbox ul li a:hover
	{
		color:#FFF!important;
		}
		#headline
		{
			text-align:center;
			margin-top:20px;
			}
			.clint {
				
  text-align: center !important;
  margin-top:30px;
   }
   
   
   
   /*started of contactus page*/
   .banner_img_1
   {
	   padding-left:0px;
	   padding-right:0px;
	   }
 form {
  border: 0px solid #f1f1f1; }

div#formbx {
  width: 100%;
  font-size: 14px;
  padding: 15px; }

input[type=text], input[type=password] {
  width: 100%;
  padding: 4px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }

.sbmtbtn {
  background-color: #00c8e5;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%; }

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f27d30; }

.imgcontainer {
  text-align: center;
  margin: 0px 0 12px 0; }

img.avatar {
  width: 40%;
  border-radius: 50%; }

/*.container {
  padding: 16px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }*/

span.psw {
  float: right;
  padding-top: 16px; }

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none; }

  .cancelbtn {
    width: 100%; } }
	#clintform {
  max-width: 360px;
  margin: 0 auto; }
  .clint {
  text-align: center !important; }
	
/* shcssstyles*/
	
.mybox{
	border:#eee solid 0px;
	display:block;
	margin-bottom:20px;
}
.mybox h3{
	color:#333;
}
.mybox h3 a{
	color:#333;
	text-decoration:none;
}
.mybox h3 a{
	color:#333;
	text-decoration:none;
}
.mybox h3 a:hover{
	color:#337ab7;
	text-decoration:underline;
}
.mybox p{
	
	color:#333;
}