@import url('https://fonts.googleapis.com/css2?family=Suranna&display=swap');

@font-face {
font-family: light;
src: url(../fonts/Light.woff);
}
@font-face {
font-family: regular;
src: url(../fonts/Regular.woff);
}
body{
font-family: regular;
padding-top: 80px;
}
.xf {
}
a
{
transition: all 0.3s ease;
}
a:hover
{
	
	text-decoration:none;

}
a:focus, a:hover {
    text-decoration: none!important;
    outline: none!important;
}
input:focus {transition: all 0.3s ease;}
img
{
	width:100%;
}
.col-1by5
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-inverse {
background-color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: auto;
    padding: 15px 0px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
border-bottom: solid 1px #eef1f3;
}
.navbar-brand{
    margin: 0;
    padding: 0;
    display: table;
    height: auto;
	margin-left: 0px!important;
    margin-top: 12px;
position:relative;

padding-left: 55px;


}
.navbar-brand img{
width: 283px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #262ec1;
    background-color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #262ec1;
    background-color: transparent;
}
.toptag {
font-family: 'Suranna', serif;

    font-size: 22px!important;
    color: #004b8e!important;
}
.banner {
background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

height: 100vh;	
position:relative;
}
.banner .graphix {
    width: 100%;
    display: table;
}
.banner .graphix .box {
border-right: dotted 1px #ffffff1c;
    height: 100vh;
    width: 20%;
    display: table-cell;
    position: relative;
}
.banner .graphix .box .mover {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background-color: #ffffff1c;
    z-index: 1;
}
.banner .graphix .box .mover2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background-color: #ffffff1c;
}
.banner .graphix .box:last-child {
    border:0px;
}
.banner .graphix .box:nth-child(1) .mover {
 animation: mover1 9s infinite alternate;
}
.banner .graphix .box:nth-child(2) .mover {
 animation: mover2 8s infinite alternate;
}
.banner .graphix .box:nth-child(3) .mover {
 animation: mover3 7s infinite alternate;
}
.banner .graphix .box:nth-child(4) .mover {
 animation: mover4 11s infinite alternate;
}
.banner .graphix .box:nth-child(5) .mover {
 animation: mover5 9s infinite alternate;
}
.banner .graphix .box:nth-child(5) .mover2 {
 animation: mover6 9s infinite alternate;
 right:0;
}
@keyframes mover1 {
  0%   {top: 5%;}
  100% {top: 90%;}
}
@keyframes mover2 {
  0%   {top: 90%;}
  100% {top: 5%;}
}
@keyframes mover3 {
  0%   {top: 45%;}
  50%   {top: 5%;}
  100% {top: 90%;}
}
@keyframes mover4 {
  0%   {top: 90%;}
  100% {top: 5%;}
}
@keyframes mover5 {
  0%   {top: 45%;}
  50%   {top: 5%;}
  100% {top: 90%;}
}
@keyframes mover6 {
  0%   {top: 5%;}
  100% {top: 90%;}
}
.bannerdata {
    width: 100%;
    position: absolute;
    left: 0;
    top: 4%;
}
.bannerdata .theater {
    max-width: 450px;
    position: relative;
margin-left: 270px;
margin-top: 80px;


}
.bannerdata .theater img{
border-radius: 100%;
    max-width: 100%;
    top: 0%;
	
}
.bannerdata .theater .shadow1 {
background-color: #ffffff1c;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    left: -8%;
-webkit-animation: pulse 7s linear infinite;
    animation: pulse 7s linear infinite;
}
.bannerdata .theater .shadow2 {
background-color: #ffffff1c;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    right: -16%;
	-webkit-animation: pulse 10s linear infinite;
    animation: pulse 10s linear infinite;
}
.bannerdata .theater .tagline {
font-size: 46px;
    color: #fff;
    position: absolute;
    right: -91%;
    bottom: 15%;
    z-index: 10;
    width: 100%;
    line-height: 57px;
    text-align: right;
font-family: 'Suranna', serif;


}
.bannerdata .theater .tagline span {
color: #4ccaa5;
}
.bannerdata .theater .iam {
position: absolute;
    left: -40%;
    top: 25%;
    color: #fff;
    font-size: 40px;
    letter-spacing: 4px;


}
.bannerdata .theater .iam span {
font-size: 18px;
    letter-spacing: 1px;
}
.bannerdata .theater .iam:after {
content: '';
    width: 67px;
    height: 1px;
    background-color: white;
    left: 100%;
    bottom: 13%;
    position: absolute;
}
.bannerdata .banermenu {
	padding: 0;
    margin: 0;
    display: table;
    margin: 0px auto;
	list-style:none;
	padding-top:40px;
}
.bannerdata .banermenu li {
	display: table-cell;
}
.bannerdata .banermenu li a {
color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 30px;
    font-size: 17px;
}
.bannerdata .banermenu li a:hover {
color: #ffffff91;
}
.bannerdata2 {
position: static;
    margin-top: 0;
}
.bannerdata2 .theater {
    max-width: 267px;
}
header{
}


.clients {
	padding: 6% 0%;
}
.clients ul {
list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 50px;
}
.clients ul li{
list-style: none;
    padding: 0px;
    display: inline-block;
    margin: 0px 35px;

}
.clients ul li img{
max-width: 160px;
}
.client-slide{
height: 60px;
    background-image: url(../img/client-slide.jpg);
    background-size: 70%;
    background-repeat: repeat-x;
	margin-top: 50px;
	  -webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}
.head_main {
margin: 0px auto;
    display: table;
font-size: 30px;
    letter-spacing: 4px;
    position: relative;
font-family: 'Suranna', serif;

text-align: center;
}
.head_main span {
letter-spacing: 0;
    font-size: 21px;
    color: #38b1a1;
font-family: 'Suranna', serif;

}

.selfintro {
margin-top: 50px;
}
.selfintro .sec_a {
    display: table;
    background-color: #fff;
    width: 100%;
    position: relative;
font-family: 'Suranna', serif;

}
.selfintro .thumb {
    max-width: 276px;
    display: table;
    margin: 0px auto;
}
.selfintro .sec_a h1 {
    line-height: 45px;
    font-size: 28px;
    text-align: right;
    letter-spacing: 1px;
}
.selfintro .sec_a h1 b {
color: #ffffff;
    background-color: #4ccaa5;
    padding: 0px 25px;
    font-size: 46px;
    letter-spacing: 4px;
    font-weight: 100;

}
.selfintro .sec_a h1 .and {
font-style: inherit;
    font-size: 30px;
    text-transform: lowercase;
    letter-spacing: 0px;
}
.selfintro .sec_a h1 span {
display: block;
    font-size: 48px;
    line-height: 66px;
    padding-top: 37px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.selfintro .sec_b {
margin-top: 195px;
}
.selfintro .sec_b p {
font-size: 17px;
    line-height: 37px;
    color: #000000;
    margin-top: 20px;
    padding-left: 0%;
    width: 75%;
    letter-spacing: 0.5px;

}
.graph_repre {
    text-align: center;
    padding: 6% 0%;
    background-color: #00052a;
    background-image: url(../img/graph.svg);
    background-repeat: no-repeat;
    background-size: 100%;
	
}
.graph_repre h2 {
font-size: 40px;
    margin: 0;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0px;
font-family: 'Suranna', serif;

}
.graph_repre h2 span {
}
.graph_repre h2 .c1 {
 color: #319be3;
}
.graph_repre h2 .c2 {
}
.graph_repre h2 .c3 {
	color: #42cca2;
}

.graph_repre p {
font-size: 17px;
    padding: 2% 20%;
    line-height: 28px;
    color: #e1e4f5;
}
.graph_repre img {
max-width: 90%;
    margin-top: 40px;
	max-width:1029px;
}
.whtcani{
    background-color: #0099d5;
    margin: 50px 0px;
    padding: 6% 0%;
	background: #43cea2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #185a9d, #43cea2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #185a9d, #43cea2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.whtcani .head_main   {
color: #fff;
}
.whtcani .head_main:after {
	background-color:#fff;
}
.whtcani .thumb {}

.whtcani .shortinfo {
color: #fff;
    margin: 40px auto;
    width: 90%;
    max-width: 1000px;
    font-family: regular;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
}
.whtcani .row {
max-width: 1100px;
    margin: 0px auto;
    margin-top: 60px;
    margin-bottom: 30px;
}
.whtcani .item{
text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 23px;
    font-family: light;
}
.whtcani .item .icon{
margin-bottom: 25px;
    display: table;
    margin: 0px auto;
    border-radius: 100px;
    padding: 23px;
}
.whtcani .item .icon img{
max-width: 50px;
    margin: 0px auto;
    display: table;
}

.dms {
padding: 5% 0%;
    padding-bottom: 8%;
}
.dms .row {
max-width: 1100px;
    margin: 0px auto;
    margin-top: 70px;
}
.dms ul  {
	padding: 0;
    margin: 0;
    list-style: none;
}
.dms ul li  {
	text-align: center;
}
.dms ul li a {
line-height: 65px;
    font-size: 16px;
    color: #00052a;
    letter-spacing: 0px;

}
.dms ul li a:hover{
    color: #49b8a9;
}
.testimonials {
background-color: #f1f3fd;
    padding: 7% 0%;
    text-align: center;
}
.testimonials .testi {
text-transform: none;
    letter-spacing: 0;
    color: #00052a;
    font-size: 30px;
    margin-bottom: 90px;

}
.testimonials .testi:after {
height: 30px;
top: 60px;
}
.testimonials .carousel-indicators{
    position: static;
    display: table;
    margin: 0px auto;
    margin-top: 40px;
}
.testimonials .carousel-indicators li {
	text-indent: 0;
    padding: 0;
    line-height: 0;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    overflow: hidden;
    border:solid 5px #f1f3fd;
    margin: 0px 10px;
	transition: all 0.3s ease;
}
.testimonials .carousel-indicators .active {
    border: solid 5px #9bdfd7!important;
}
.testimonials .project_owner {
    font-size: 16px;
    letter-spacing: 1px;
}
.testimonials .project_owner span {
	letter-spacing: 1px;

    font-size: 12px;
    display: block;
    padding-top: 5px;
	color: #83858c;
}

.hww {
position: relative;
    background-color: #0099d5;
    padding: 6% 0%;
    text-align: center;
background-image: url(../img/graph.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 40px 0px;
    padding-bottom: 0;
}
.hww .rounder {
display: table;
margin: 0px auto;
    border: dashed 2px #fff;
border-radius: 100%;
-webkit-animation: spin 40s linear infinite;
animation: spin 40s linear infinite;
}
.hww .rounder .in {
    display: table;
	border: dotted 1px #fff;
    margin: 20px;
    width: 600px;
    height: 600px;
    border-radius: 100%;
}
.hww .data{
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 0% 0%;
}
.hww .title {
font-size: 36px;
    display: table;
    margin: 0px auto;
    padding: 0px 55px;
font-family: 'Suranna', serif;

    letter-spacing: 4px;
    color: #fff;
	margin-bottom: 50px;
}
.hww .person {
display: table;
    margin: 0px auto;
    max-width: 270px;
	position:relative;
}
.hww .person ul {
padding:0;
margin:0;
list-style:none;
}
.hww .person ul li {
color: #ffffff;
    font-size: 21px;
    display: block;
    margin: 30px 0px;
    font-family: regular;
    padding: 15px;
    letter-spacing: 0.5px;
    border-bottom: solid 1px #ffffff8c;
}
.hww .person .field-left {
position: absolute;
left: -280px;
top: 0;	
}
.hww .person ul li.push-left {
	    left: -40px;
		margin: 70px 0px;
    position: relative;
}
.hww .person ul li.push-right {
	    right: -40px;
		margin: 70px 0px;
    position: relative;
}
.hww .person .field-right {
position: absolute;
right: -280px;
top: 0;	
}
.bsc {
background-color: #f1f3fd;
    padding: 5% 0%;
    text-align: center;
	padding-bottom: 7%;
	}
.bsc .title {
color: #00052a;
    font-size: 35px;
font-family: 'Suranna', serif;

    letter-spacing: 4px;
}
.bsc h4 {
	    text-transform: uppercase;

    letter-spacing: 1px;
    padding: 20px 0px;
}
.bsc p {
    font-size: 16px;
    padding: 2% 0%;
    color: #6c6e82;
    font-family: regular;
    max-width: 54%;
    margin: 0px auto;
}
.bsc .bannerdata .theater .shadow1 {
	background-color: #6138b11a;
}
.bsc .bannerdata .theater .shadow2 {
	background-color: #6138b11a;
}
.bsc .bannerdata2 .theater .btn  {
    background: #43cea2;
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
    background: linear-gradient(to right, #185a9d, #43cea2);
    position: absolute;
    border: 0;
    right: -70%;
    bottom: 37%;
    border-radius: 20px;
    color: #fff;

    font-size: 20px;
    padding: 10px 30px;
    box-shadow: 0 14px 24px 0 rgba(46,45,54,.25);
}
.bsc .bannerdata2 .theater .btn:hover  {
color: #fffc;
}
footer {
padding: 5% 0%;
    background: #000428;
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    background: linear-gradient(to right, #004e92, #000428);
    margin-top: 40px;
}
footer .f_logo{
display: table;
    margin: 0px auto;
font-family: 'Suranna', serif;

    color: #fff;
    font-size: 28px;
    margin-bottom: 50px;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0px auto;
    display: table;
}
footer ul li{
	display: inline-block;
}
footer ul li a{
    color: #fff;
    margin: 0px 20px;
    font-size: 15px;
}
footer ul li a:hover{
color: #ffffffb0;
}
footer .smedia {
text-align: center;
    margin-top: 70px;
}
footer .smedia a {
text-align: center;
    color: #fff;
    border: solid 1px #f1f3fd;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    margin: 0px 20px;
}
footer .smedia a:hover {
	color: #ffffffb0;
}
footer .copy {
    text-align: center;
    margin-top: 70px;
    color: #ffffff82;
    padding-top: 34px;
}
.fixpic{
width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 100px;
    overflow: hidden;
    left: 2%;
    top: 4%;
    z-index: 100;
	display:none;
	  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  cursor:pointer;
}
.fixpic_show{
	display:block;
}
       .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
.menu_trigger {
    position: fixed;
    width: 44px;
    height: 44px;
    right: 2%;
    top: 4%;
    z-index: 500;
    background-color: white;
border-radius: 100px;
    padding-top: 5px;
cursor:pointer;
}
.menu_trigger span{
	width: 50%;
    background-color: #000;
    height: 2px;
    display: block;
    margin: 0px auto;
    margin-top: 7px;
}
.menu_trigger span:nth-child(1){}
.menu_trigger span:nth-child(2){
	width: 30%;
    margin-right: 11px;
}
.menu_trigger span:nth-child(3){}

.menu_contact_area {
width: 40px;
    height: 40px;
    display: table;
text-align: center;
    font-size: 26px;
    position: fixed;
right: 2%;
 bottom: 5%;
transition: all 1s ease;
    z-index: 500;
	    display: none;
}
.mca_fixer {

}
.callbtn {
	background-color: #4ac6a3;
    border-radius: 30px;
    padding: 14px 20px!important;
    position: relative;
    top: 3px;
    margin-left: 52px;
    color: white!important;
    text-transform: uppercase;
    letter-spacing: 2px!important;
    font-size: 14px!important;
}
.callbtn:hover {
    background-color: #65e2bf!important;
}
.menu_contact_area a {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    display: table;
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
box-shadow: 0 0px 20px 2px rgba(0,0,0,.1);
	
}
.menu_contact_area a svg {
	width:25px;
	height:25px;
	float:left;
}
.menu_contact_area a .toster {
    font-size: 15px;
    width: 140px;
    color: #000;
    margin-left: 34px;
    text-align: left;
 transition: all 0.3s ease;
 display:none;

}
.menu_contact_area a:hover {
margin-left: -140px;
padding-right:0px;
}
.menu_contact_area a:hover .toster {
 display: block;
}
.contact_us  {
  
}

.contact_us .counter {
background-color: #f1f3fd;
    text-align: center;
    color: #474646;
    margin-bottom: 0px;
    max-width: 700px;
    margin: 0px auto;
    margin-top: 0px;
}
.contact_us .counter .c_form {
    margin: 0px auto;
    display: table;
    width: 100%;
padding: 0%;
}
.contact_us .counter .c_form .title {
font-size: 20px;
    text-align: left;
    padding-left: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.contact_us .counter .form-control {
border-radius: 0px;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #7b7b7b;
    background-color: transparent;
    font-size: 15px;
    display: table;
    width: 100%;
    padding-top: 47px;
    padding-bottom: 14px;
    padding-left: 0px;
    margin-bottom: 9px;
}
.contact_us .counter .form-control:focus::placeholder{
       color:transparent;
  }

.contact_us .counter .form-control::placeholder {
color:#333;
}
.contact_us .counter .form-control.txtrea {
padding-top: 15px;
}
.contact_us .counter .btn{
    background-color: #4ccaa5;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 34px;
    margin-top: 15px;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    font-family: medium;
font-family: 'Suranna', serif;

}
.intro, .intro2{
	display:none;
}
.profile{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
	top: -3px;
}
.profile img{
    width: 100%;
}
.giftpanel{
background-color: #e2f1ff;
    text-align: center;
    padding: 60px;
}
.giftpanel h1{
	font-family: 'Suranna', serif;
	    font-size: 50px;
}
.giftpanel h4{
    font-family: regular;
    font-size: 18px;
}
.giftpanel h6{

font-size: 16px;
    text-transform: uppercase;
    border-bottom: solid 1px #002658;
    padding-bottom: 10px;
    letter-spacing: 3px;
    display: table;
    margin: 0px auto;
    margin-top: 50px;
		margin-bottom: 25px;
}
.countergift {
	background-color: #fff!important;
padding: 30px 50px;
}
.gift_thumb{
	
}
.gift_thumb img{
    max-width: 200px;
    border-radius: 100%;
    background-color: #004d91;
    border: solid 10px #fff;
	    background: #000428;
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    background: linear-gradient(to right, #004e92, #000428);
}
/* media Query */

/*custom screen media */
@media (max-width: 359px)
{
}

/* Define mobile styles */
@media (max-width: 767px)
{
	.col-1by5
	{
		width: 100%;
	}
	.giftpanel {
    padding: 30px;
}
.giftpanel h6 {
    font-size: 13px;
}
	.profile{
top: -9px;
}
.profile img{
    width: 100%!important;
}
.countergift {
    background-color: #fff!important;
    padding: 13px 26px;
}
	.banner {
    height: auto;
    overflow: hidden;
}
.bannerdata {
    width: 100%;
    position: static;
}
	.bannerdata .theater {
max-width: 80%;
    position: relative;
    margin-left: 0;
    margin-top: 20px;
    margin: 0px auto;
}
.intro {
text-align: center;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -40px;
    text-transform: uppercase;
    letter-spacing: 4px;
		display:block;
}
.intro2 {
			display:block;
margin: 0;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 0px 25px;
    padding-bottom: 15px;
    position: relative;
    top: -23px;
    line-height: 33px;
    font-family: 'Suranna', serif;
}
.intro2 span {
	color: #4ccaa5;
}
.iam, .tagline, .graphix {
display: none!important;

}
.hww .person {
    margin-left: 0;
    max-width: 100%;
    position: static;
	    display: block;
}
.hww .title {
    font-size: 29px;
    display: table;
    margin: 0px auto;
    padding: 0px 0px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}
.hww .person img {
display:none;
}
.hww .person .field-left {
    position: static;
}
.hww .person .field-right {
    position: static;
}
.hww .person ul li {
padding: 0px;
    font-size: 16px;
    margin: 20px 0px;
    padding-bottom: 14px;
	border-bottom: solid 1px #ffffff40;
}
.hww .person ul li.push-left {
    margin: 0px 0px;
    position: static;
}
.hww .person ul li.push-right {
    margin: 0px 0px;
    position: static;
}
.hww .person ul {
    padding: 0;
    max-width: 80%;
    margin: 0px auto;
}
.hww {
    padding: 40px 0%;
    margin: 15px 0px;
	padding-bottom:40px;
}
.navbar-brand img {
width: 204px;
}
.navbar-brand {
    margin-left: 16px!important;
    margin-top: 16px;

}
.navbar-inverse {
    padding: 4px 0px;
}
body {
padding-top: 57px;
}
.client-slide {
    height: 53px;
    background-size: 600px;
    margin-top: 22px;
}
.selfintro {
    margin-top: 0px;
}
.selfintro .sec_a h1 {
    line-height: 34px;
    font-size: 22px;
    text-align: center;
}
.selfintro .sec_a h1 b {
    padding: 0px 25px;
    font-size: 22px;
    letter-spacing: 4px;
}
.selfintro .thumb {
    max-width: 185px;
}
.selfintro .sec_b {
    margin-top: 0;
}
.selfintro .sec_b p {
    font-size: 17px;
    line-height: 32px;
    margin-top: 0px;
    padding-left: 0%;
    font-family: light;
    padding: 13px;
	width:100%;
}
.graph_repre {
    text-align: center;
    padding: 40px 20px;
}
.graph_repre p {
    font-size: 16px;
    padding: 21px 0px;
    line-height: 28px;
    color: #e1e4f5;
    padding-bottom: 0px;
}
.whtcani {
    background-color: #0099d5;
    margin: 16px 0px;
    padding: 40px 25px;
}
.whtcani .head_main {
    letter-spacing: 1px;
}
.whtcani .shortinfo {
    margin: 18px auto;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}
.whtcani .row {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}
.whtcani .item .icon {
    padding-bottom: 7px;
}
.whtcani .item {
    letter-spacing: 0.5px;
    font-size: 17px;
    margin-bottom: 25px;
}
.head_main {
    letter-spacing: 1px;
	margin-bottom: 25px;
	    font-size: 27px;
}
.head_main span {
    letter-spacing: 0;
    font-size: 16px;
    color: #42cca2;
    font-family: regular;
}
.dms .row {
    max-width: 100%;
    margin: 0px auto;
    margin-top: 5px;
}
.dms ul li a {
    line-height: 42px;
}
.testimonials {
    padding: 40px 25px;
}
.testimonials .testi {
    font-size: 25px;
    margin-bottom: 25px;
}
.testimonials .carousel-indicators {
    margin-top: 20px;
    width: 100%;
}
.bsc .title {
    font-size: 30px;
    letter-spacing: 2px;
}
.bsc {
    background-color: #f1f3fd;
    padding: 40px 25px;
    text-align: center;
    padding-bottom: 30px;
}
.bsc p {
    font-size: 16px;
    padding: 15px 0px;
    max-width: 100%;
    margin: 0px auto;
}
.contact_us .counter .form-control {
    border-bottom: solid 1px #c7c7c7;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 14px;
    margin-bottom: 9px;
}
.contact_us .counter .btn {
    width: 100%;
	margin-top: 0px;
}
footer {
    padding: 25px 0px;
    margin-top: 14px;
}
footer .smedia a {
    margin: 0px 5px;
}
footer .smedia {
    margin-top: 20px;
}
footer .copy {
    margin-top: 0px;
    padding-top: 34px;
}
.nav>li {
    position: relative;
    display: inline-block;
}
.firstli{
	display: block!important;
		padding-left: 15px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0.5px;
padding: 10px 8px;
}
.callbtn {
    padding: 8px 18px!important;
    top: 2px;
margin-left: 20px;
}
.navbar-nav li:nth-child(2){
	margin-left: 15px;
}
.navbar-inverse .navbar-toggle {
    border: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #195c9d;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #e8e8e8;
}
.selfintro .sec_a h1 span {
    line-height: 42px;
}
}

/* tablet screens */
@media (min-width: 768px) and (max-width: 991px)
{
	.col-1by5
	{
		width: 50%;
	}


}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px)
{
	.col-1by5
	{
		width: 20%;
	}


}
/* Large screens*/
@media (min-width: 1200px)
{
	.col-1by5
	{
		width: 20%;
	}
	.container
	{
		width:1300px;
	}


}




