@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(https://fonts.googleapis.com/css?family=Oswald);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
::selection {
  background: #ffff00; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffff00; /* Gecko Browsers */
}
body			{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	background-color: rgb(255,255,255);
	margin: 0px;
	padding: 0px;
}
p				{
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 12px;
}
.container		{	max-width:1170px;margin:auto;	}
a,a:link,a:visited	{
	color: #333333;
	text-decoration: none;
}
a:hover		{	text-decoration: none;}
h1 {
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	color: #0D5795;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	color: rgb(51,51,51);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	color: rgb(51,51,51);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
h4 {
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	color: rgb(255,204,0);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0px;
}

h6 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: rgb(255,0,0);
}
.callnow {
	font-size: 140%;
	font-weight: bold;
	padding: 0px;
	color: #0D5795;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
    text-align:center;
}
.colorRed {
	color: rgb(255,0,0);
}
.colorBlack {
	color: rgb(0,0,0);
}
blockquote {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}
.div50 { width:48%; float: left; margin-left:0px; margin-right: 0px;}
.div48 {
	width: 48%;
	float: left;
	display: block;
}
.div40 { width:40%; float:left;}
.div30 { width:30%; float:left;}
.div25 { width:25%; float:left;}
.div20 { width:20%; float:left;}
.div16 { width:16%;	float: left; font-size: 80%;}
.div04 { width: 4%;	float: left;}
/*.colum6 {
	font-size: 80%;
	float: left;
	width: 16%;
}
*/


.left { float:left;}
.right { float:right;}
.center { margin-left:auto; margin-right:auto;}
.container ul, .container ol {
	margin-left: 15px;
	list-style-position: outside;
}
.container ul.ulNoLink {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 24px;
}
.container ul.ulNoLink li  {
	text-decoration: none;
	display: block;
	color: rgb(51,51,51);
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/bb1.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

header		{
	width: 100%;
	background-color: #fdfdfd;
	padding: 0px;
	position: relative;
   color:#000000;
	z-index: 99;
	top: 0px;
	left: 0px;
	margin: 0px;
}
.content		{
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
}


.logo-container	{
	float: left;
	width: 321px;
	padding: 0px;
	cursor: pointer;
	z-index: 10;
	margin: 0%;
}
.ToptechAddress {
	float: right;
	width: 600px;
	color: #706F70;
	margin-top: 18px;
	font-weight: bold;
    text-align:right;
    padding-right:21px;
    color: #706F70;
    font-size: 18px;
    line-height: 1.3em;
}

.button-holder .button,
.button-holder .button:hover,
.button-holder .button:visited {
	float: right;
	background-color: #E33A0C;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	padding: 8px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.container {
	max-width: 100%;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
	font-size: 90%;
	line-height: 25px;
}

.mainContent {
	float: left;
	width: 71%;
	font-size: 95%;
}
.faquestion {
	font-weight: bold;
	color: rgb(102,102,102);
	padding-right: 20px;
	font-size: 120%;
}

.caseheading {
	font-weight: bold;
	color: rgb(102,102,102);
}

.sideBar {
	float: right;
	width:26%;
	margin-top: 10px;
    min-width:250px;
}
.sideBar .sidebarTop {
	background-image: url(../images/sidebartop.png);
	background-repeat: repeat-x;
	background-position: left center;
	color: #034ea2;
	text-align: center;
	height: 50px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 27px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.sideBar .sideBarContent {
	background-color: #f5842f;
	font-size: 90%;
	line-height: 16px;
	padding: 15px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
    margin-bottom:50px;
    color:#ffffff;
}
.sideBar .sideBarContent p {
	line-height: 18px;
}
.sideBar .sideBarContent a:hover {
	color:#ffffff;
}



footer {
	background-color: #222222;
	position: relative;
	clear: both;
	color: rgb(224,224,224);
	font-size: 90%;
	padding: 20px;
	margin-bottom: 30px;
	-moz-box-shadow: -1px 0px 8px #000;
	-webkit-box-shadow: -1px 0px 8px #000;
	box-shadow: -1px 0px 8px #000;
}
footer p a:link, footer p a:visited {
	color:rgb(204,204,204);
	text-decoration: none;
}
.footerColum .footerTitle {
	padding: 0px;
	margin-bottom: 10px;
	color: rgb(204,153,51);
	font-size: 110%;
	text-align: left;
	font-weight: bold;
}
footer .footerColum {
	float: left;
	width: 450px;
	margin-bottom: 0px;
}
.footerColum ul {
	margin-left: 20px;
	list-style-type: circle;
}
.footerColum ul li {
	list-style-type: circle;
	color: rgb(204,204,204);
}
.footerColum ul li:hover {
	list-style-type: circle;
	color: rgb(255,255,255);
}
.footerColum ul li a:link, .footerColum ul li a:visited {
	color: rgb(204,204,204);
	text-decoration: none;
	display: block;
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footerColum ul li a:hover {
	color: rgb(255,0,0);
}
.footerColum a {
	color: rgb(204,204,204);
	text-decoration: none;
}
span.reference{
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: rgb(3, 78, 162);
	width: 100%;
	font-size: 80%;
	text-align: center;
	-moz-box-shadow: -1px 0px 8px #000;
	-webkit-box-shadow: -1px 0px 8px #000;
	box-shadow: -1px 0px 8px #000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #ffffff;
	z-index: 100;
	font-weight: bold;
}
span.reference a{
	color: #FFF;
	text-decoration: none;
}
span.reference a:hover{
	color: #ED8408;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear			{	clear:both;}
.float-left	{	float:left;}
.float-right	{	float:right;}
.fltrt {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.fltlft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}



@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 1200px) 
{ 

.mainContent {
  float: left;
  width: 100%;
  font-size: 95%;
}

.sideBar {
  float: left;
  width: 100%;
  margin-top: 10px;
}

footer .footerColum{
width:100% !important;
}

}


@media screen
and (min-width : 360px) 
and (max-width : 1024px) 
{ 

.mainContent {
  float: left;
  width: 100%;
  font-size: 95%;
}

.sideBar {
  float: left;
  width: 100%;
  margin-top: 10px;
}

footer .footerColum{
width:100% !important;
}

}

@media only screen and (max-width: 1000px)
{
#payment {float:left !important;}
#pp1{width:90% !important;}
#pp2{width:90% !important;}
#pho{float:none !important;}
.logo-container {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}
#opensource{float:none !important;text-align:center !important;}
.ToptechAddress {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
	display:none;
}
.mainContent {
    float: none !important;
    width: 100% !important;
    margin-right: 40px !important;
    font-size: 95%;
}
}

@media screen and (max-width: 480px){
#payment {float:left !important;}
.logo-container {
    float: none !important;
    width: 95% !important;
    text-align: center !important;
}
#opensource{float:none !important;text-align:center !important;}
.ToptechAddress {
    float: none !important;
    width: 95% !important;
    text-align: center !important;
display:none;
}
.mainContent {
    float: none !important;
    width: 100% !important;
    margin-right: 40px !important;
    font-size: 95%;
}
}

.pro {
    border: 1px solid #DDD;
    margin: 10px;
    padding: 15px;
    background: white;
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99999;
}

.sticky + .content {
  padding-top: 102px;
}
@keyframes typewriter {
  0%, 100% {
    width: 0;
  }
  20%, 80% {
    width: 22em;
  }
}

@keyframes caret {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.twenty {
  overflow: hidden;
  white-space: nowrap;
  animation: typewriter;
  display: inline-block;
  position: relative;
  animation-duration: 10s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
  color:#ED8A26;
}


.twenty::after {
  content: "|";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
  color:#ED8A26;
}
 /* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 40px;
          right: 40px;
          background-color: #25d366;
          color: #ffffff !important;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }
      .whatsapp_float:hover {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 40px;
          right: 40px;
          background-color: #25d366;
          color: #000000 !important;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }

      /* for mobile */
      @media screen and (max-width: 1600px) {
      .whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 55px;
          right: 10px;
          background-color: #25d366;
          color: #ffffff !important;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
          }
          #services{column-count: 1 !important;}
      }