@m@charset "utf-8";
/* CSS Document */
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, 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, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	margin: 0px;
	font-family: "Ubuntu Sans", sans-serif;
/*
    font-family: "Noto Sans Gunjala Gondi", sans-serif;
    font-family: "Open Sans", sans-serif;
*/
	font-size: 14px;
	color: #333;
	line-height: 1;
}
body, html {
    width: 100%;
    height: 100%;
}
a {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F6C;
}
a:active {
	text-decoration: none;
}
::-webkit-selection {
  color: #103166;
  background: #8dd8f8;
}

::-moz-selection {
  color: #103166;
  background: #8dd8f8;
}

::selection {
  color: #103166;
  background: #8dd8f8;
}
.tleft {
    text-align: left !Important;
}
.colmleft {
    width: 49%;
    float: left;
}
.colmright {
    width: 49%;
    float: right;
}
.labelicon {
    position: relative;
    margin-top: -15px;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 0 4px;
    background-color: #fad31c;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 4px;
   
}

.wrapperfluid {
    width: 96%;
    margin: auto;
}
.wrapper {
    max-width: 1250px;
    width: 98%;
    margin: auto;
}
.wlink {
    color: #fff;
}
:hover.wlink {
    color: rgba(255,255,255,0.8);
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.leftpanel {
    width: 75%;
    float: left;
}
.rightpanel {
    width: 24%;
    float: right;
}
.wabg {
    background-color: #1cbe58;
   font-size: 20px !important;
    font-weight: 500;
    padding: 7px 10px !important;
}
.colleft {
    width: 30%;
    float: left;
}
.colright {
    width: 68%;
    float: right;
    margin-top: -10px;
}
.split {
    clear: both;
}
.topbar {
    width: 100%;
    /*background-color: #437bcf;*/
    height: 35px;
}
.animated-gradient-bg {
  background: linear-gradient(-20deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: 400% 400%;
  animation: gradient 5s cubic-bezier(0.45,0.05,0.55,0.95) infinite;
}
@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position: 0 50%}}
.notice {
    float: left;
    font-size: 13px;
    font-family: "Noto Sans Gunjala Gondi", sans-serif;
    letter-spacing: 0.5px;
    color: #fff;
    overflow: hidden;
    height: 30px;
    width: 50%;
   
}
#news-list {
      position: relative;
    }
#news-list li {
      padding: 10px;
      height: 30px;
      box-sizing: border-box;
}
.tright {
    float: right;
    margin: 0px 0 0 0px;
}
.tright ul {
    width: auto;
}
.tright ul li {
    list-style: none;
    float: left;
}
.tright ul li span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 10px;
    display: block;
    color: #fff;
}
.tright ul li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 10px;
    color: #fff;
}
#navigation {
  z-index: 999;
  width: 100%;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
  padding: 0px 0px 10px 0px;
}
.fheader {
    background: rgba(16,49,102,0.8) !important;
    border-bottom: solid 1px #051d43 !important;
    backdrop-filter: blur(10px);
}
.fheader .logo {
    display: none;
}
.fheader .wlogo {
    display: block;
    float: left;
    width: 160px;
    margin-top: 12px;
}
.fheader .wlogo img {
    width: 100%;
}
.fheader nav ul li a {
    color: #fff;
}
.fheader nav ul li a:hover {
    color: #8dd8f8;
}
.fheader .rlink ul li a {
    color: #fff;
}
.fheader .rlink ul li a:hover {
    color: #8dd8f8;
}
header {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.wlogo {
    display: none;
}

.logo {
    float: left;
    width: 160px;
    margin-top: 12px;
}
.logo img {
    width: 100%;
}
/* Style the tab */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
    color: #666;
    letter-spacing: 0.5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #666;
    color: #fff;
    cursor: pointer;
/*
    cursor: url(../imgs/ring.svg), auto;
    -moz-cursor: url(../imgs/ring.svg), auto;
*/
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #666;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
}

nav {
    float: left;
    margin: 10px 0 0 20px;
}
nav ul {
    width: auto;
}
nav ul li {
    list-style: none;
    float: left;
}
nav ul li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 12px 10px;
}
nav ul li:hover ul {
  display: block;
}
nav ul ul {
  display: none;
 
  background: #fff;
  position: absolute;
  z-index: 99999;
  box-shadow: 0px 2px 3px #ccc;
  padding: 5px;
  box-sizing: border-box;
}
nav ul ul li {
  float: none;
  width: 100%;
}
nav ul ul li a {
  font-size: 13px;
  padding: 8px;
  display: block;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.rlink {
    float: right;
    margin: 10px 0 0 0px;
}
.rlink ul {
    width: auto;
}
.rlink ul li {
    list-style: none;
    float: left;
}
.rlink ul li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 12px 10px;
}
.rlink ul li:hover ul {
  display: block;
}
.rlink ul ul {
  display: none;
 
  background: #fff;
  position: absolute;
  z-index: 99999;
  box-shadow: 0px 2px 3px #ccc;
  padding: 5px;
  box-sizing: border-box;
}
.rlink ul ul li {
  float: none;
  width: 100%;
}
.rlink ul ul li a {
  font-size: 12px;
  padding: 8px;
  display: block;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.mainscreen {
    width: 100%;
    background-color: #000;
    height: 100%;
}

.overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
/*    display: none;*/
}
.tabbg {
   background-color: #0f306a !important;
}
.stats {
    width: 100%;
    background-color: #fdfdfd;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.stats ul {
    width: auto;
}
.stats ul li {
    width: 25%;
    float: left;
    min-height: 200px;
}
.stats ul li .nos {
    font-size: 75px;
    color: rgba(16,49,102,1);
    font-weight: 900;
    margin: 0;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    letter-spacing: -4px;
    float: left;
}
.stats ul li .nos h2 {
    margin: 20px 0 0 0px;
    font-size: 18px;
    font-style: italic;
    color: #666;
    letter-spacing: normal;
}
.stats ul li .siconone {
    float: right;
    width: 150px;
    margin: 75px 10px 0 0px;
}
.stats ul li .sicontwo {
    float: right;
    width: 120px;
    margin: 90px 10px 0 0px;
}
.stats ul li .siconthree {
    float: right;
    width: 90px;
    margin: 90px 20px 0 0px;
}
.stats ul li .siconfour {
    float: right;
    width: 135px;
    margin: 60px 20px 0 0px;
}
.bright {
    border-right: solid 1px #ddd;
    box-sizing: border-box;
}
.expertise {
    width: 100%;
    padding: 50px 0px;

}
.expertise h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px 0px;
}
.expertise h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0 0 15px 0px;
}
.expertise p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px 0px;
}
.badiff {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
    border-top: solid 1px #ccc;
}
.badiff h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 20px 0px;
}
.badiff p {
    font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 30px 0px;
    padding: 0 100px;
}
.whyusweb {
    width: 100%;
    padding: 75px 0px;
    background-color: #f7f7f7;
}
.whyusweb h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 20px 0px;
    text-align: center;
}
.whyusweb p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 10px 0px;
  text-align: center;
    padding: 0 100px;
}
.whyusweb ul {
  width: auto;
}
.whyusweb ul li {
  width: 24%;
  margin: 0.5%;
  float: left;
  background-color: #fff;
  border-radius: 100px 100px 0 0px;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
    box-shadow: 0 1px 3px #ccc;
}
.whyusweb ul li img {
  width: 50%;
    height: 300px;
 object-fit: cover;
   
}
.whyusweb ul li h3 {
  font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 10px 0px;
}
.whyusweb ul li p {
   font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px 0px;
    padding: 0px;
}
#circlecursor {
  width:15px;
  height:15px;
  background:transparent;
  border:3px solid #999;
  border-radius:50%;
  position:absolute;
  margin:0px;
  box-shadow:0px 0px 25px #ccc;
  transition: all .3s;
    z-index: 1000;
}
.workport {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    border-bottom: dotted 1px #666;
    border-top: dotted 1px #666;
}
.workport h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px 0px;
    text-align: center;
}
.htext {
    font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 40px 0px;
 text-align: center;
}
.screen {
    float: left;
    width: 50%;
}
.screen img {
    width: 100%;
}
.workinfo {
    width: 48%;
    float: right;
}
.workinfo h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0px;
}
.workinfo h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px 0px;
}
.workinfo p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0px;
    line-height: 25px;
    
}
.workinfo .prods {
    width: 100%;
}
.workinfo .prods ul {
    width: auto;
}
.workinfo .prods ul li {
    width: 20%;
    float: left;
    margin: 0.5% !important;
    list-style: none !important;
}
.workinfo .prods ul li img {
    width: 100%;
    border-radius: 100px;
}
.techicons {
    width: 100%;
    margin-bottom: 20px;
}
.techicons img {
    width: 10%;
}
.linktab {
    padding: 8px 16px;
    box-sizing: border-box;
    margin: 0px;
    box-shadow: 1px 2px 3px #ddd;
     background-color: #333;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
     border: solid 1px #333;
}
:hover.linktab {
    border: solid 1px #333;
     background-color: #fff;
    color: #333;
   
}
#close {  
  position: absolute;
  top: -15px;
  right: -25px;
  cursor: pointer;
  color: #333;
  background:  #fff;
  padding: 8px 10px 8px 10px;
  font-size: 15px;
  border-radius: 2px;
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1000000;
}
.fpic {
    width: 100%;
    margin-bottom: 5px;
}
.fullpic {
    width: 100%;
    margin-bottom: 5px;
}

#popup {
z-index: 99999999;
 
  box-sizing: border-box;
 position: fixed;
    padding: 0px;
    box-sizing: border-box;

 width: 850px;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
     display: none;
    text-align: center;
}
#popup h2 {
  font-size: 90px;
  text-transform: uppercase;
  margin-top: 0px;
  color: #fff;
  padding:  0px;
  font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
  font-weight: 900;
  letter-spacing: -2px;
}
#popup h2 span {
    color: #8cc748;
    font-size: 22px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    letter-spacing: normal;
}

#popup h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
}
#popup p {
  font-size: 14px;
  padding: 0px 30px 10px 30px;
    display: block;
  line-height: 20px;
  color: #fff;
}
#popup p a {
  font-size: 14px;

  color: #fff;
}
@media screen and (max-width: 950px) {
#popup {

  z-index: 99999999;
 padding: 0px;
  box-sizing: border-box;
 width: 90%;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 40%;  
}    
#popup .fl {
    float: none;
}
#popup .mspecial {
    width: 100%;
    text-align: center;
    margin: 0px 0px 0 0px;
}
#popup .date {
    display: block;
    font-size: 14px;
    color: #666;
    letter-spacing: 4px;
    text-align: center;
}    
}
.ipage {
    width: 100%;
    min-height: 200px;
    padding: 150px 0px 50px 0px;
}
.ipage h1 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 20px 0px;
}
.ipage h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0 0 10px 0px;
}
.ipage h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: normal;
    margin: 0 0 10px 0px;
}
.ipage h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: normal;
    margin: 0 0 10px 0px;
}
.ipage h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin: 0 0 10px 0px;
}
.ipage .rpic {
    float: right;
    width: 45%;
    margin-left: 20px;
}
.ipage .rpics {
    float: right;
    width: 33%;
    margin-left: 20px;
}
.ipage .rpicss {
    float: right;
    width: 25%;
    margin-left: 20px;
}
.ipage p {
    font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
    text-align: justify;
}
.ipage p a {
    font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0px;
}
.ipage ul {
  width: auto;
    margin: 0 0 0 20px;
}
.ipage ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 10px 0px;
  list-style: disc;
}
.ipage table {
  border-collapse: collapse;
  width: 100%;
  
}

.ipage th, td {
  text-align: left;
  padding: 12px;
}

.ipage tr:nth-child(even){background-color: #f2f2f2}

.ipage th {
  background-color: #3f79d0;
  color: white;
}
.responsivetable {
    overflow-x: auto;
}
.mzero {
    margin: 0px 0 5px 0px !Important;
}
.map {
  border: solid 1px #ddd;
  padding: 5px;
}
.faqacc {
  width: 100%;    
}
.faqacc .accordion {
  background-color: #fff;
  color: #051d43;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
  font-family: "Ubuntu Sans", sans-serif;
  border-bottom: solid 1px #ddd;
}

.faqacc .active, .accordion:hover {
  background-color: #051d43;
    color: #fff;
}

.faqacc .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faqacc .active:after {
  content: "\2212";
}

.faqacc .panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 
.tcenter {
    text-align: center;
}
.faqpic {
    max-width: 500px;
    width: 100%;
    margin-bottom: 25px;
}
.fanswer {
    padding: 22px;
    box-sizing: border-box;
}
.fprop {
    width: 100%;
}
.fGroup {
    width: 100%;
    margin-bottom: 10px;
}
.fGroup p {
    margin: 0px 0 5px 0px;
}
.fGroup .ft {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ddd;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-family: "Ubuntu Sans", sans-serif;
  font-size: 14px;
  color: #333;
    background-color: #f7f7f7;
    outline: none;
}
.fGroup .fta {
  padding:10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ddd;
  box-sizing: border-box;
  resize: none;
  font-family: "Ubuntu Sans", sans-serif;
  font-size: 14px;
  color: #333;
     background-color: #f7f7f7;
    outline: none;
}
.fGroup .ftb {
  padding: 10px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: solid 1px #3f79d0;
  background-color: #3f79d0;
  color: #fff;
    font-family: "Ubuntu Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.highlightpoints {
    width: 100%;
}
.highlightpoints ul {
    width: auto;
    padding: 10px 20px;
    margin: 0px 0 10px 0px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 2px 3px #ddd;
   
}
.highlightpoints ul h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.highlightpoints ul li {
    width: 50%;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 4px 0px;
    font-size: 14px;
}
.colm2 {
    width: 49%;
    margin: 0.5%;
    float: left;
}
.colm4 {
    width: 24%;
    margin: 0.5%;
    float: left;
}
.colm1 {
    width: 99%;
    margin: 0.5%;
}
.programes {
    margin: 20px 0 10px 0px;
    overflow: hidden;
}
.programes ul {
    padding: 0px;
    margin: 0px;
    float: left;
}
.programes ul li {
    width: 100%;
    padding: 0px;
    margin: 5px 20px;
    font-size: 15px;
}
 .blubg {
    background-color: #103166;
    color: #fff !important;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0 0 0px;
    border-radius: 16px;
    overflow: hidden;
}
    
.blubg ul  {
  padding: 0px;
    margin: 0px 20px 0 20px;
    float: left;
}
.blubg ul h3 {
    color: #fff !important;
    border: none;
    margin: 0px;
    padding: 0px;
}
           
.blubg ul h4 {
    color: #fff !important;
    padding: 0px;
    margin: 0px 0 0 -20px;
    
}
.blubg ul h5 {
    color: #b5cff8 !important;
    text-transform: uppercase;
    margin-left: -20px !important;
    margin-top: 25px !important;
}
.blubg ul li i {
    color: rgba(255,255,255,0.8) !important;
    font-size: 13px;
    
}
.edurpic {
    float: right;
    max-width: 380px;
    width: 100%;
    margin: 20px 0 0 0px;
}
.highpoints {
    background-color: #f0f5fb;
    overflow: hidden;
    padding: 20px !important;
    box-sizing: border-box;
    border-radius: 16px;
    margin: 20px 0 10px 0px;
    float: none !important;
    width: 100% !important;
}
.highpoints li {
    font-size: 16px;
    margin: 10px 0px;
    color: #103166;
    font-weight: bold;
    text-transform: uppercase;
    list-style: decimal !Important;
}
.reasons {
    width: 100%;
}
.reasons ul {
    width: auto;
}
.reasons ul li {
    list-style: none;
    float: left;
    width: 49%;
    margin: 0.5%;
}
.reasons ul li h5 {
    margin-bottom: 10px;
}
.reasons ul li img {
    width: 100%;
    border: dashed 1px #ccc;
    box-sizing: border-box;
    height: 300px;
  object-fit: cover;
}
.clients {
    width: 100%;
    padding: 50px 0px;
   box-sizing: border-box;
    text-align: center;
}
.clients h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px 0px;
}
.clients p {
    font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 20px 0px;
   
}
.clients ul {
    width: auto;
}
.clients ul li {
    width: 19%;
    float: left;
    border: solid 1px #eee;
    padding: 20px;
    box-sizing: border-box;
    margin: 0.5%;
    text-align: center;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background-color: #fff;
}
.clients ul li:hover {
    transform: scale(1.1);
    box-shadow: 0px 3px 30px #ccc;
}
 
.clients ul li img {
    width: 75%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    
}
.clients ul li img:hover {
    opacity: 0.9;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
   
}
.tb_hc_text_decoration {
    line-height: 20px !important;
}

.blogmain {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}
.blogmain h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px 0px;
}
.blogmain p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 20px 0px;
}
.bbox {
  position: relative;
  width: 49%;
    margin: 0.5%;
    float: left;
}
.bpic {
  display: block;
  width: 100%;
  height: auto;
}
.overlaypicleft {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(64,121,208,0.9);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.bbox:hover .overlaypicleft {
    width: 100%;
}
.overlaypicright {    
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background: rgba(16,49,102,0.9);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.bbox:hover .overlaypicright {
  width: 100%;
  left: 0;
}
.text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
    text-align: center;
}
.text h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  margin:  0 0 10px 0px;
}
.text h4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 200;
  margin:  0 0 5px 0px;
}
.rot {
 animation: 2s threed;
 animation-iteration-count: infinite;
}
.rot1 {
 animation: 2s threed;
 animation-iteration-count: infinite;
    animation-delay: 1s;
}
.rot2 {
 animation: 2s threed;
 animation-iteration-count: infinite;
    animation-delay: 2s;
}
.rot3 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 3s;
}
.rot4 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 4s;
}
.rot5 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 5s;
}
.rot6 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 6s;
}
.rot7 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 7s;
}
.rot8 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 8s;
}
.rot9 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 9s;
}
.rot10 {
 animation: 2s threed;
 animation-iteration-count: infinite;
  animation-delay: 10s;
}
.rot11 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 11s;
}
.rot12 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 12s;
}
.rot13 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 13s;
}
.rot14 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 14s;
}
.rot15 {
 animation: 2s threed;
 animation-iteration-count: infinite;
    animation-delay: 15s;
}
.rot16 {
 animation: 2s threed;
 animation-iteration-count: infinite;
    animation-delay: 16s;
}
.rot17 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 17s;
}
.rot18 {
 animation: 2s threed;
 animation-iteration-count: infinite;
 animation-delay: 18s;
}
@keyframes threed {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
       
	}
	100% {
		transform: scale(1);
	}
}
.color {
 animation: 2s coloract;
 animation-iteration-count: infinite;
}
.color1 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 1s;    
}
.color2 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 2s;    
}
.color3 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 3s;    
}
.color4 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 4s;    
}
.color5 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 5s;    
}
.color6 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 6s;    
}
.color7 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 7s;    
}
.color8 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 8s;    
}
.color9 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 9s;    
}
.color10 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 10s;    
}
.color11 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 11s;    
}
.color12 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 12s;    
}
.color13 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 13s;    
}
.color14 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 14s;    
}
.color15 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 15s;    
}
.color16 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 16s;    
}
.color17 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 17s;    
}
.color18 {
 animation: 2s coloract;
 animation-iteration-count: infinite;
animation-delay: 18s;    
}
@keyframes coloract {
	0% {
		opacity: 0.5;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
	}
	50% {
		opacity: 1;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
       
	}
	100% {
		opacity: 0.5;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
	}
}
.newsletter {
    width: 100%;
    background-color: #f1f1f1;
    height: 100px;
} 
.subscribe {
    float: left;
    margin: 33px 0 0 0px;
}
.subscribe h3 {
    font-size: 18px;
    float: left;
    margin-right: 8px;
    line-height: 36px;
}
.nlfg {
    float: left;
    margin: -6px 0 0 6px;
}
.nlfg input[type="text"] {
    padding: 8px;
    box-sizing: border-box;
    margin: 0px;
    box-shadow: 1px 2px 3px #ddd;
    border: none;
    outline: none;
    width: 260px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.nlfg input[type="text"]:hover {
    box-shadow: 0px 1px 2px #999;
    border: none;
    outline: none;
}
.nlfg input[type="text"]:focus {
    box-shadow: 1px 2px 3px #ccc;
    background-color: #f9f9f9;
    border: none;
    outline: none;
}
.nlfg input[type="email"] {
    padding: 8px;
    box-sizing: border-box;
    margin: 0px;
    box-shadow: 1px 2px 3px #ddd;
    border: none;
    outline: none;
    width: 260px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.nlfg input[type="email"]:hover {
    box-shadow: 0px 1px 2px #999;
    border: none;
    outline: none;
}
.nlfg input[type="email"]:focus {
    box-shadow: 1px 2px 3px #ccc;
    background-color: #f9f9f9;
    border: none;
    outline: none;
}
.nlfg button {
    padding: 8px 32px;
    box-sizing: border-box;
    margin: 0px;
    box-shadow: 1px 2px 3px #ddd;
    border: none;
    outline: none;
     background-color: #333;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    cursor: pointer;
}
.nlfg button:hover {
    box-shadow: 1px 2px 3px #ddd;
    background-color: #fff;
    color: #000;
}
.testi {
    width: 100%;
    padding: 50px 0px;
}
.testi h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px 0px;
    text-align: center;
}
.testi p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 20px 0px;
}
footer {
    width: 100%;
    padding: 30px 0px 15px 0px;
    min-height: 400px;
    
}
.botlinks {
    width: 100%;
}
.botlinks ul {
    width: 24%;
    margin: 0.5%;
    float: left;
}
.botlinks ul h3 {
    font-size: 25px;
    font-weight: 900;
    margin: 0 0 20px 0px;
    text-transform: uppercase;
    letter-spacing: -1px
}
.botlinks ul h3 a {
    font-size: 25px;
   
}
.botlinks ul li {
    width: auto;
    margin: 25px 0px;
}
.botlinks ul li a {
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.botlinks ul li span {
    font-size: 20px;
    padding: 5px 0px;
    font-weight: 300;
}
.hline {
    border-top: dotted 1px #666;
    margin-bottom: 30px;
}
.botlogo {
    width: 260px;
    float: left;
}
.botlogo img {
    width: 100%;
}
.addsocial {
    float: left;
    margin: 10px 0 0 20px;
}
.add {
    width: 100%;
    margin:  0 0 15px 0px;
}
.social {
    width: 100%;
}
.social a {
    padding: 0px 5px;
}
.copyright {
    float: left;
    margin:  0 0 0 10px;
}
.brochoure {
    float: right;
    width: 160px;
    z-index: 777;
}
.brochoure img {
    width: 100%;
    animation: tilt-shaking 2s infinite;
    
}
.technologieslogos {
    width: 100%;
/*    background: rgba(0,0,0,0.3);*/
    position: absolute;
    bottom: 0px;
    height: 90px;
    z-index: 777;
}
.itechnologieslogos {
    width: 100%;
/*    background: rgba(0,0,0,0.3);*/
    position: relative;
    height: 90px;
    margin-top: 15px;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(5deg); }
  20% { transform: rotate(0deg); }
  30% { transform: rotate(-5deg); }
  40% { transform: rotate(0deg); }
  50% { transform: rotate(0deg); }
  60% { transform: rotate(0deg); } 
  70% { transform: rotate(0deg); }
  80% { transform: rotate(0deg); }
  90% { transform: rotate(0deg); }    
  100% { transform: rotate(0deg); } 
}
.bdark {
    display: none;
}
.mob {
    display: none;
}  
.fheader .mob {
    display: none;
}

@media screen and (max-width: 1440px) {  
.logo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 12px;
}
.fheader .wlogo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 6px;
  
}    

nav {
  float: left;
  margin: 10px 0 0 0px;
   
}    
nav ul li {
  float: left;
}    
nav ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
}    
.rlink {
  float: right;
  margin: 10px 0 0 0px;
      
}    
.rlink ul li {
  float: left;
}
.rlink ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
}    
       
}

@media screen and (max-width: 1366px) {   
.topbar {
  height: auto;
}    
.notice {
  float: left;
  height: 35px;
  width: auto;
}    
.tright {
  float: right;
  margin: 0px 0 0 0px;
 
}    
.disabled {
  pointer-events: none;
  cursor: default;
} 
.logo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 12px;
}
.fheader .wlogo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 6px;
  
}    

nav {
  float: left;
  margin: 10px 0 0 0px;
   
}    
nav ul li {
  float: left;
}    
nav ul li a {
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
}    
.rlink {
  float: right;
  margin: 10px 0 0 0px;
      
}    
.rlink ul li {
  float: left;
}
.rlink ul li a {
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
}    
   
.stats ul li .nos {
  font-size: 55px;
  color: #eee;
  font-weight: 900;
  margin: 0;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  letter-spacing: -4px;
  float: left;
}
    
.colleft {
  width: 100%;
  float: none;
  text-align: center;
}    
.expertise {
  width: 100%;
  padding: 40px 0px 10px 0px;
}    
.expertise h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.expertise p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px 0px;
}   
.colright {
  width: 100%;
  float: none;
  margin-top: 40px;
}    
.badiff {
  width: 100%;
  padding: 40px 0px 10px 0px;
  text-align: center;
  border-top: solid 1px #ccc;
}    
.badiff h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.badiff p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}    
.whyusweb {
  width: 100%;
  padding: 40px 0px 10px 0px;
  background-color: #f7f7f7;
}    
.whyusweb h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
  text-align: center;
}    
.whyusweb p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}   
.whyusweb ul li {
  width: 24%;
  margin: 0.5%;
  float: left;
  border-radius: 50px 50px 0 0px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 1px 3px #ccc;
}
.whyusweb ul li img {
  width: 50%;
  height: 200px;
  object-fit: cover;
}    
.whyusweb ul li p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  margin:0 0 10px 0px;
  padding: 0px;
}    
.blogmain {
  width: 100%;
  padding: 40px 0px 40px 0px;
  text-align: center;
}    
.blogmain h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.blogmain p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
    padding:  0 25px;
}    
.bbox {
  position: relative;
  width: 49%;
  margin: 0.5%;
  float: left;
}    
.workport {
  width: 100%;
  padding: 40px 25px 40px 25px;
  box-sizing: border-box;
  border-bottom: dotted 1px #666;
  border-top: dotted 1px #666;
 
}    
.workport h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  
}    
.htext {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 40px 0px;
  text-align: center;
}    
.screen {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}    
.workinfo {
  width: 49%;
  float: right;
}    
.workinfo .prods ul li {
  width: 10%;
  float: none;
  margin: 0.5% !important;
  list-style: none !important;
  display: inline-block;
  text-align: left;
}    
.workinfo p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0px;
  line-height: 24px;
}    
.techicons img {
  width: 10%;
}    
.clients {
  width: 100%;
  padding: 40px 20px 10px 20px;
  box-sizing: border-box;
  text-align: center;
}    
.clients h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.clients p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
}    
    
.testi {
  width: 100%;
  padding: 40px 0px 40px 0px;
}    
.testi h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  text-align: center;
}    
.newsletter {
  width: 100%;
  background-color: #f1f1f1;
  height: auto;
  text-align: center;
  padding-bottom: 10px;
    padding-top: 10px;
}    
.subscribe {
  float: left;
  margin: 35px 0 0 0px;
}    
.subscribe h3 {
  font-size: 14px;
  float: left;
  margin-right: 8px;
}
.nlfg {
  float: left;
  margin: -6px 0 0 6px;
}   
.nlfg input[type="text"] {
  padding: 6px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 120px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}   
.nlfg input[type="email"] {
  padding: 6px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 120px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}     
.nlfg button {
  padding: 6px 12px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  letter-spacing: 0.5px;
  font-size: 14px;
}    
.brochoure {
  float: right;
  width: 120px;
  z-index: 777;
}    
    
.botlinks {
  width: 100%;
  text-align: left;
}    
.botlinks ul {
  width: 24%;
  margin: 0.5%;
  float: left;
}    
.botlogo {
  width: 120px;
  float: left;
}    
.addsocial {
  float: none;
  margin: 10px 0 10px 0px;
}    
.add {
  width: 100%;
  margin: 0 0 15px 0px;
  line-height: 22px;
}    
.social {
  width: 100%;
  line-height: 22px;
}    
.ipage {
  width: 100%;
  min-height: 200px;
  padding: 125px 10px 50px 10px;
  box-sizing: border-box;
}    
.ipage h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.ipage .rpic {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.ipage .rpics {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.leftpanel {
  width: 100%;
  float: none;
}    
.rightpanel {
  width: 100%;
  float: none;
}    
.ipage p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
  text-align: justify;
}    
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.5px;
  width: 100%;
}
.ipage ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 10px 0px;
  list-style: disc;
    float: none !important;
    width: 100% !important;
}    
.colm2 {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.colm4 {
  width: 49%;
  margin: 0.5%;
  float: left;
}    
#popup h3 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}   
#close {
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
  color: #333;
  background: #fff;
  padding: 6px 8px 6px 8px;
  font-size: 15px;
  border-radius: 2px;
}       
}



@media screen and (max-width: 1280px) {   
.topbar {
  height: auto;
}    
.notice {
  float: left;
  height: 35px;
  width: auto;
}    
.tright {
  float: right;
  margin: 0px 0 0 0px;
 
}    
.disabled {
  pointer-events: none;
  cursor: default;
} 
.logo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 12px;
}
.fheader .wlogo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 6px;
  
}    

nav {
  float: left;
  margin: 10px 0 0 0px;
   
}    
nav ul li {
  float: left;
}    
nav ul li a {
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
}    
.rlink {
  float: right;
  margin: 10px 0 0 0px;
      
}    
.rlink ul li {
  float: left;
}
.rlink ul li a {
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
}    
.stats {
  width: 100%;
  background-color: #fdfdfd;
  border-bottom: solid 1px #ddd;
 
  margin-top: 0px;
}    
.stats ul li {
  width: 50%;
  float: left;
  min-height: 200px;
}    
.bright {
  border-right: solid 1px #ddd;
  border-bottom: none;    
  box-sizing: border-box;
}    
.colleft {
  width: 100%;
  float: none;
  text-align: center;
}    
.expertise {
  width: 100%;
  padding: 40px 0px 10px 0px;
}    
.expertise h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.expertise p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px 0px;
}   
.colright {
  width: 100%;
  float: none;
  margin-top: 40px;
}    
.badiff {
  width: 100%;
  padding: 40px 0px 10px 0px;
  text-align: center;
  border-top: solid 1px #ccc;
}    
.badiff h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.badiff p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}    
.whyusweb {
  width: 100%;
  padding: 40px 0px 10px 0px;
  background-color: #f7f7f7;
}    
.whyusweb h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
  text-align: center;
}    
.whyusweb p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}   
.whyusweb ul li {
  width: 49%;
  margin: 0.5%;
  float: left;
  border-radius: 50px 50px 0 0px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 1px 3px #ccc;
}
.whyusweb ul li p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  margin:0 0 10px 0px;
  padding: 0px;
}    
.blogmain {
  width: 100%;
  padding: 40px 0px 40px 0px;
  text-align: center;
}    
.blogmain h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.blogmain p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
    padding:  0 25px;
}    
.bbox {
  position: relative;
  width: 49%;
  margin: 0.5%;
  float: left;
}    
.workport {
  width: 100%;
  padding: 40px 25px 40px 25px;
  box-sizing: border-box;
  border-bottom: dotted 1px #666;
  border-top: dotted 1px #666;
 
}    
.workport h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  
}    
.htext {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 40px 0px;
  text-align: center;
}    
.screen {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}    
.workinfo {
  width: 49%;
  float: right;
}    
.workinfo .prods ul li {
  width: 10%;
  float: none;
  margin: 0.5% !important;
  list-style: none !important;
  display: inline-block;
  text-align: left;
}    
.workinfo p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0px;
  line-height: 24px;
}    
.techicons img {
  width: 10%;
}    
.clients {
  width: 100%;
  padding: 40px 20px 10px 20px;
  box-sizing: border-box;
  text-align: center;
}    
.clients h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.clients p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
}    
.clients ul li {
  width: 24%;
  float: left;
  border: solid 1px #eee;
  padding: 15px;
  box-sizing: border-box;
  margin: 1.5% 0.5%;
  text-align: center;
  background-color: #fff;
}    
.testi {
  width: 100%;
  padding: 40px 0px 40px 0px;
}    
.testi h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  text-align: center;
}    
.newsletter {
  width: 100%;
  background-color: #f1f1f1;
  height: auto;
  text-align: center;
  padding-bottom: 10px;
    padding-top: 10px;
}    
.subscribe {
  float: left;
  margin: 35px 0 0 0px;
}    
.subscribe h3 {
  font-size: 14px;
  float: left;
  margin-right: 8px;
}
.nlfg {
  float: left;
  margin: -6px 0 0 6px;
}   
.nlfg input[type="text"] {
  padding: 6px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 120px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}   
.nlfg input[type="email"] {
  padding: 6px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 120px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}     
.nlfg button {
  padding: 6px 12px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  letter-spacing: 0.5px;
  font-size: 14px;
}    
.brochoure {
  float: right;
  width: 120px;
  z-index: 777;
}    
    
.botlinks {
  width: 100%;
  text-align: left;
}    
.botlinks ul {
  width: 24%;
  margin: 0.5%;
  float: left;
}    
.botlogo {
  width: 120px;
  float: left;
}    
.addsocial {
  float: none;
  margin: 10px 0 10px 0px;
}    
.add {
  width: 100%;
  margin: 0 0 15px 0px;
  line-height: 22px;
}    
.social {
  width: 100%;
  line-height: 22px;
}    
.ipage {
  width: 100%;
  min-height: 200px;
  padding: 125px 10px 50px 10px;
  box-sizing: border-box;
}    
.ipage h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.ipage .rpic {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.ipage .rpics {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.leftpanel {
  width: 100%;
  float: none;
}    
.rightpanel {
  width: 100%;
  float: none;
}    
.ipage p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
  text-align: justify;
}    
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.5px;
  width: 100%;
}
.ipage ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 10px 0px;
  list-style: disc;
    float: none !important;
    width: 100% !important;
}    
.colm2 {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.colm4 {
  width: 49%;
  margin: 0.5%;
  float: left;
}    
#popup h3 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}   
#close {
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
  color: #333;
  background: #fff;
  padding: 6px 8px 6px 8px;
  font-size: 15px;
  border-radius: 2px;
}       
}


@media screen and (max-width: 1024px) {  
.mainscreen {
    display: none;
}    
.topbar {
  height: auto;
}    
.notice {
  float: none;
  height: 35px;
  width: 100%;
}    
.tright {
  float: none;
  margin: 0px 0 0 0px;
  display: none;
}    
.disabled {
  pointer-events: none;
  cursor: default;
} 
.logo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 12px;
}
.fheader .wlogo {
  float: left;
  width: 160px;
  margin: auto;
  margin-top: 6px;
  
}    
.mob {
    float: right;    
    margin: 9px 0px 0 0px;
    display: block;
    text-align: right;
    width: 50%;
    
}  
.fheader .mob {
    float: none;
    margin: 9px 0px 0 0px;
    display: block;
    text-align: right;
    width: 100%;
}    
.mbicon {
    font-size: 20px;
    margin: 0.5%;
    color: #333;
    border: dotted 1px #999;
    
    display: inline-block;
    padding: 8px 8px;
    box-sizing: border-box;
    text-align: right;
}  
.fheader .mbicon {
    font-size: 20px;
    margin: 0.5%;
    color: #fff;
    border: dotted 1px #999;
    
    display: inline-block;
    padding: 8px 8px;
    box-sizing: border-box;
    text-align: right;
    
}    
.callicon {
    color: #437bcf;
}    
.whatsapp {
    color: #05a511;
}    
.email {
    color: #0f306a;
}    
.location {
    color: #f42525;
}        
.msplit {
    clear: both;
}    
nav {
  float: none;
  margin: 10px 0 0 0px;
  display: none;    
}    
nav ul li {
  float: none;
}    
.rlink {
  float: none;
  margin: 10px 0 0 0px;
  display: none;       
  padding-top: 10px;
  border-top: dotted 1px #999;
}    
.rlink ul li {
  float: none;
}
.stats {
  width: 100%;
  background-color: #fdfdfd;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  margin-top: 90px;
}    
.stats ul li {
  width: 50%;
  float: left;
  min-height: 200px;
}    
.bright {
  border-right: solid 1px #ddd;
  border-bottom: none;    
  box-sizing: border-box;
}    
.colleft {
  width: 100%;
  float: none;
  text-align: center;
}    
.expertise {
  width: 100%;
  padding: 40px 0px 10px 0px;
}    
.expertise h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.expertise p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px 0px;
}   
.colright {
  width: 100%;
  float: none;
  margin-top: 40px;
}    
.badiff {
  width: 100%;
  padding: 40px 0px 10px 0px;
  text-align: center;
  border-top: solid 1px #ccc;
}    
.badiff h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.badiff p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}    
.whyusweb {
  width: 100%;
  padding: 40px 0px 10px 0px;
  background-color: #f7f7f7;
}    
.whyusweb h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
  text-align: center;
}    
.whyusweb p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}   
.whyusweb ul li {
  width: 49%;
  margin: 0.5%;
  float: left;
  border-radius: 50px 50px 0 0px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 1px 3px #ccc;
}
.whyusweb ul li p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  margin:0 0 10px 0px;
  padding: 0px;
}    
.blogmain {
  width: 100%;
  padding: 40px 0px 40px 0px;
  text-align: center;
}    
.blogmain h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.blogmain p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
    padding:  0 25px;
}    
.bbox {
  position: relative;
  width: 49%;
  margin: 0.5%;
  float: left;
}    
.workport {
  width: 100%;
  padding: 40px 25px 40px 25px;
  box-sizing: border-box;
  border-bottom: dotted 1px #666;
  border-top: dotted 1px #666;
 text-align: center;
}    
.workport h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  text-align: center;
}    
.htext {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 40px 0px;
  text-align: center;
}    
.screen {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}    
.workinfo {
  width: 100%;
  float: none;
     text-align: center !Important;
}    
.workinfo .prods ul li {
  width: 20% !Important;
  float: none;
  margin: 0.5% !important;
  list-style: none !important;
    display: inline-block !Important;
    text-align: center !Important;
}    
.techicons img {
  width: 15%;
}    
.clients {
  width: 100%;
  padding: 40px 20px 10px 20px;
  box-sizing: border-box;
  text-align: center;
}    
.clients h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.clients p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
}    
.clients ul li {
  width: 24%;
  float: left;
  border: solid 1px #eee;
  padding: 15px;
  box-sizing: border-box;
  margin: 1.5% 0.5%;
  text-align: center;
  background-color: #fff;
}    
.testi {
  width: 100%;
  padding: 40px 0px 40px 0px;
}    
.testi h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  text-align: center;
}    
.newsletter {
  width: 100%;
  background-color: #f1f1f1;
  height: auto;
  text-align: center;
  padding-bottom: 10px;
    padding-top: 10px;
}    
.subscribe {
  float: left;
  margin: 35px 0 0 0px;
}    
.subscribe h3 {
  font-size: 14px;
  float: left;
  margin-right: 8px;
}
.nlfg {
  float: left;
  margin: -6px 0 0 6px;
}   
.nlfg input[type="text"] {
  padding: 6px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 120px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}   
.nlfg input[type="email"] {
  padding: 6px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 120px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}     
.nlfg button {
  padding: 6px 12px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  letter-spacing: 0.5px;
  font-size: 14px;
}    
.brochoure {
  float: right;
  width: 120px;
  z-index: 777;
}    
    
.botlinks {
  width: 100%;
  text-align: left;
}    
.botlinks ul {
  width: 49%;
  margin: 0.5%;
  float: left;
}    
.botlogo {
  width: 200px;
  float: none;
  margin: auto;
}    
.addsocial {
  float: none;
  margin: 10px 0 10px 0px;
}    
.add {
  width: 100%;
  margin: 0 0 15px 0px;
  line-height: 22px;
}    
.social {
  width: 100%;
  line-height: 22px;
}    
.ipage {
  width: 100%;
  min-height: 200px;
  padding: 125px 10px 50px 10px;
  box-sizing: border-box;
}    
.ipage h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.ipage .rpic {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.ipage .rpics {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.leftpanel {
  width: 100%;
  float: none;
}    
.rightpanel {
  width: 100%;
  float: none;
}    
.ipage p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
  text-align: justify;
}    
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.5px;
  width: 100%;
}
.ipage ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 10px 0px;
  list-style: disc;
    float: none !important;
    width: 100% !important;
}    
.colm2 {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.colm4 {
  width: 49%;
  margin: 0.5%;
  float: left;
}    
#popup h3 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}   
#close {
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
  color: #333;
  background: #fff;
  padding: 6px 8px 6px 8px;
  font-size: 15px;
  border-radius: 2px;
}       
}

@media screen and (max-width: 650px) {  
.colmleft {
    width: 100%;
    float: none;
}
.colmright {
    width: 100%;
    float: none;
}    
.mainscreen {
    display: none;
}     
.topbar {
  height: auto;
}    
.notice {
  float: none;
  height: 35px;
  width: 100%;
  text-align: center;
}    
.tright {
  float: none;
  margin: 0px 0 0 0px;
  display: none;
}    
.disabled {
  pointer-events: none;
  cursor: default;
} 
.logo {
  float: none;
  width: 222px;
  margin: auto;
  margin-top: 12px;
}
.fheader .wlogo {
  display: block;
  float: none;
  width: 111px;
  margin: auto;
  margin-top: 12px;
  display: none;
}    
.mob {
    float: none;    
    margin: 18px 0px 0 0px;
    display: block;
    text-align: right;
    width: 100%
    
}  
.fheader .mob {
    float: none;
    margin: 9px 0px 0 0px;
    display: block;
    text-align: right;
    width: 100%;
}    
.mbicon {
    font-size: 20px;
    margin: 0.5%;
    color: #333;
    border: dotted 1px #999;
    width: 19%;
    float: left;
    padding: 8px 8px;
    box-sizing: border-box;
    text-align: center;
}  
.fheader .mbicon {
    font-size: 20px;
    margin: 0.5%;
    font-size: 20px;
    color: #fff;
    border: dotted 1px #ccc;
    width: 19%;
    float: left;
    padding: 8px 8px;
    box-sizing: border-box;
    text-align: center;
    
}    
.callicon {
    color: #437bcf;
}    
.whatsapp {
    color: #05a511;
}    
.email {
    color: #0f306a;
}    
.location {
    color: #f42525;
}        
.msplit {
    clear: both;
}    
nav {
  float: none;
  margin: 10px 0 0 0px;
  display: none;    
}    
nav ul li {
  float: none;
}   
nav ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
}    
.rlink {
  float: none;
  margin: 10px 0 0 0px;
  display: none;       
  padding-top: 10px;
  border-top: dotted 1px #999;
}    
.rlink ul li {
  float: none;
}
.rlink ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 12px 8px;
  }    
.stats {
    width: 100%;
    background-color: #fdfdfd;
    border-bottom:solid 1px #ddd;
    border-top:solid 1px #ddd;
    margin-top: 0px;
  }
.stats ul li {
  width: 100%;
  float: none;
  min-height: 200px;
}    
.bright {
  border-right: none;
  border-bottom: solid 1px #ddd;    
  box-sizing: border-box;
}    
.colleft {
  width: 100%;
  float: none;
  text-align: center;
}    
.expertise {
  width: 100%;
  padding: 40px 0px 10px 0px;
}    
.expertise h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.expertise p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px 0px;
}   
.colright {
  width: 100%;
  float: none;
  margin-top: 125px;
}    
.badiff {
  width: 100%;
  padding: 40px 0px 10px 0px;
  text-align: center;
  border-top: solid 1px #ccc;
  display: none;
}    
.badiff h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.badiff p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}    
.whyusweb {
  width: 100%;
  padding: 40px 0px 10px 0px;
  background-color: #f7f7f7;
}    
.whyusweb h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
  text-align: center;
}    
.whyusweb p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 30px 0px;
  padding: 0 50px;
}   
.whyusweb ul li {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
  border-radius: 50px 50px 0 0px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 0 1px 3px #ccc;
}
.blogmain {
  width: 100%;
  padding: 40px 0px 40px 0px;
  text-align: center;
}    
.blogmain h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.blogmain p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
    padding:  0 25px;
}    
.bbox {
  position: relative;
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.workport {
  width: 100%;
  padding: 40px 25px 40px 25px;
  box-sizing: border-box;
  border-bottom: dotted 1px #666;
  border-top: dotted 1px #666;
 text-align: center;
}    
.workport h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  text-align: center;
}    
.htext {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 40px 0px;
  text-align: center;
}    
.screen {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}    
.workinfo {
  width: 100%;
  float: none;
    text-align: center !Important;
}    
.workinfo .prods ul li {
  width: 20% !Important;
  float: none;
  margin: 0.5% !important;
  list-style: none !important;
    display: inline-block !Important;
    text-align: center !Important;
}    
.techicons img {
  width: 15%;
}    
.clients {
  width: 100%;
  padding: 40px 20px 10px 20px;
  box-sizing: border-box;
  text-align: center;
}    
.clients h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
}    
.clients p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
}    
.clients ul li {
  width: 49%;
  float: left;
  border: solid 1px #eee;
  padding: 15px;
  box-sizing: border-box;
  margin: 1.5% 0.5%;
  text-align: center;
  background-color: #fff;
}    
.testi {
  width: 100%;
  padding: 40px 0px 40px 0px;
}    
.testi h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0px;
  text-align: center;
}    
.newsletter {
  width: 100%;
  background-color: #f1f1f1;
  height: auto;
  text-align: center;
  padding-bottom: 40px;
    padding-top: 40px;
}    
.subscribe {
  float: none;
  margin: 0px 0 0 0px;
  padding: 20px 0px;
  width: 100%;
  text-align: center;
}    
.subscribe h3 {
  font-size: 22px;
  float: none;
  margin-right: 0px;
  margin-bottom: 12px;
}
.nlfg {
  float: none;
  margin: 6px 0 6px 0px;
}    
.nlfg input[type="text"] {
  padding: 8px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 95%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.nlfg input[type="email"] {
  padding: 8px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  width: 95%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.nlfg button {
  padding: 8px 32px;
  box-sizing: border-box;
  margin: 0px;
  box-shadow: 1px 2px 3px #ddd;
  border: none;
  outline: none;
  background-color: #333;
  width: 95%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  cursor: pointer;
}
.brochoure {
  float: none;
  width: 250px;
  margin: auto;
  z-index: 777;
}    
.botlinks {
  width: 100%;
  text-align: center;
}    
.botlinks ul {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.botlogo {
  width: 200px;
  float: none;
  margin: auto;
}    
.addsocial {
  float: none;
  margin: 10px 0 10px 0px;
}    
.add {
  width: 100%;
  margin: 0 0 15px 0px;
  line-height: 22px;
}    
.social {
  width: 100%;
  line-height: 22px;
}    
.ipage {
  width: 100%;
  min-height: 200px;
  padding: 185px 10px 50px 10px;
  box-sizing: border-box;
}    
.ipage h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0px;
}    
.ipage .rpic {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.ipage .rpics {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.ipage .rpicss {
    float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 15px;
}    
.leftpanel {
  width: 100%;
  float: none;
}    
.rightpanel {
  width: 100%;
  float: none;
}    
.ipage p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 20px 0px;
  text-align: justify;
}    
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.5px;
  width: 100%;
}
.ipage ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 10px 0px;
  list-style: disc;
    float: none !important;
    width: 100% !important;
}    
.colm2 {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.colm4 {
  width: 49%;
  margin: 0.5%;
  float: left;
}    
#popup h3 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}   
#close {
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
  color: #333;
  background: #fff;
  padding: 6px 8px 6px 8px;
  font-size: 15px;
  border-radius: 2px;
}  
.mobt {
  display: none !Important;
}
sr7-row-con {
  width: 100%;
  display: table;
  position: relative;
  box-sizing: border-box;
  margin-top: -190px !important;
}
.singlecol {
    width: 100% !important;
    float: none !important;
    margin-bottom: 25px !important;
}
}