@charset "utf-8";

.top_bg {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+50,00d2ff+50,00d2ff+53,1e69de+53 */
background: #dcdcdc; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 50%, #2798ef 50%, #2798ef 53%, #0968b2 53%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 50%, #2798ef 50%, #2798ef 53%, #0968b2 53%);
 /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 50%, #2798ef 50%, #2798ef 53%, #0968b2 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0968b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


 }
.top_bg p { font-family:'Roboto', sans-serif; font-size:16px; color:#000; text-align:left; padding-top:5px !important;  margin-top:5px;}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    -moz-transform: translateX(1.334em) translateZ(0);
    -ms-transform: translateX(1.334em) translateZ(0);
    -o-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}

.social{ margin-top:5px; float:right;}

.social-icon {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #0a75c9;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding: 9px 0px;
  color: white;
  margin: 2px;
  /* Color each button differently */
}
.social-icon:nth-child(1) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.25s forwards;
  animation: fadeInRight 0.6s 0.25s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(1):hover, .social-icon:nth-child(1):active, .social-icon:nth-child(1):focus {
  opacity: 1;
  background-color: #007bb6;
  color:#FFF;
}
.social-icon:nth-child(2) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.5s forwards;
  animation: fadeInRight 0.6s 0.5s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(2):hover, .social-icon:nth-child(2):active, .social-icon:nth-child(2):focus {
  opacity: 1;
  background-color: #00ceff;
  color:#FFF;
}
.social-icon:nth-child(3) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.75s forwards;
  animation: fadeInRight 0.6s 0.75s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(3):hover, .social-icon:nth-child(3):active, .social-icon:nth-child(3):focus {
  opacity: 1;
  background-color: #315a9a;
  color:#FFF;
}
.social-icon:nth-child(4) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1s forwards;
  animation: fadeInRight 0.6s 1s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(4):hover, .social-icon:nth-child(4):active, .social-icon:nth-child(4):focus {
  opacity: 1;
  background-color: #8a0600;
  color:#FFF;
}
.social-icon:nth-child(5) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.25s forwards;
  animation: fadeInRight 0.6s 1.25s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(5):hover, .social-icon:nth-child(5):active, .social-icon:nth-child(5):focus {
  opacity: 1;
  background-color: #0077b2;
}
.social-icon:nth-child(6) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.5s forwards;
  animation: fadeInRight 0.6s 1.5s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(6):hover, .social-icon:nth-child(6):active, .social-icon:nth-child(6):focus {
  opacity: 1;
  background-color: #0062b2;
}
.social-icon:nth-child(7) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.75s forwards;
  animation: fadeInRight 0.6s 1.75s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(7):hover, .social-icon:nth-child(7):active, .social-icon:nth-child(7):focus {
  opacity: 1;
  background-color: #004eb2;
}
.social-icon img {
  width: 20px;
}

/* ============================ */
/* TOOLTIP                      */
/* ============================ */
[data-tooltip] {
  position: relative;
  /* tooltip arrow */
  /* tooltip box */
}
[data-tooltip]:before, [data-tooltip]:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  position: absolute;
  left: 50%;
  top: 100%;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-tooltip]:before {
  content: "";
  border-color: #323232;
  border-style: none;
  border: 5px solid transparent;
  border-bottom: 6px solid #323232;
  margin-top: -4px;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  height: 22px;
  padding: 11px 11px 0 11px;
  font-size: 13px;
  line-height: 11px;
  white-space: nowrap;
  background-color: #323232;
  color: #ecf0f1;
  margin-top: 7px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
  background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.logo { margin-top:20px;}

.header-top-bottom {
	padding: 10px 0;
	margin-top:20px;
	float:right;
}
.info-intro {
display: inline-block;
}
.info-text h5 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	color: #0968b2;
	font-weight:600;
	text-transform: capitalize;
}
.info-text a, .info-text span {
	font-size: 14px;
	color: #000;
/*	text-transform: capitalize;*/
}
.info-intro i {
	color: #0968b2;
	font-size: 26px;
	padding-top:12px;
}
.info-icon {
	display: inline-block;
	height: 55px;
	margin-right: 10px;
	position: relative;
	width: 55px;
	text-align: center;
	border: 1px solid #cecece;
	line-height: 55px;
	border-radius: 15px 0px 15px 15px;
	top: -8px;
}
.info-text {
	display: inline-block;
	text-align: left;
}
.info-intro-number span {
	color: #0968b2;
	font-size: 20px;
	font-weight: 600;
	float: right;
	margin-top: 10px;
}


.button_bg{ background-color:#000; margin-top:5px !important;}

.welcome_note { margin-top:50px !important;}
.welcome_note h1 {font-family:'Lobster', sans-serif; font-size:30px; color:#0968b2; text-align:left; padding:0px;}

.welcome_note p {font-family:'Muli', sans-serif; font-size:16px; color:#000; text-align:left; padding-top:40px !important;   padding-right:30px !important; margin-top:10px; line-height:25px;}

.welcome_note h1::before {

    position: absolute;
    content: '';
    left: 16px;
    top: 72px;
    right: 0;
    margin: 0 auto 0 0;
    width: 270px;
    border-bottom: 2px solid #e4e4e4;

}

.welcome_note h1::after {

    position: absolute;
    content: '';
    left: 16px;
    right: 0;
    margin: 0 auto 0 0;
    top: 70px;
    width: 70px;
    border-bottom: 5px solid #000;
        border-bottom-color: rgb(0, 0, 0);

}

.read_more a{font-family: 'Roboto', sans-serif; font-size:18px; color:#fff; text-align:center; border:#0968b2 1px solid; padding:12px 80px 12px 80px !important; margin-top:25px!important; background:#0968b2; float:left; }

.read_more a:hover{ background:#d1d2d2; color:#0968b2; border:#d6d6d6 1px solid; transition:0.6s;}
.service {
    background: #ececec;
    padding:70px 35px 70px 35px;
    margin: 80px 0;
}
.service:hover{
	background: #0968b2;
	color:#fff;
}
.service:hover .service-icon i, .service:hover .service-text h2, .service:hover .service-text p{
	color:#fff;
}
.service-icon i{
    font-size: 45px;
    color: #0968b2;
	margin-bottom:25px;
}

.service-text h2{
	font-family: 'Roboto', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
	color: #0968b2;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-text p{
    color: #333;
	text-align:center;
}

.service-text h2::before {

    position: absolute;
    content: '';
    left: 0;
    top: 280px;
    right: 0;
    margin: 0 auto;
    width: 270px;
    border-bottom: 2px solid #ccc;

}

.service-text h2::after {

    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 278px;
    width: 70px;
    border-bottom: 5px solid #000;
        border-bottom-color: rgb(0, 0, 0);

}

.home_bg{ background-image:url(images/home_bg.jpg); background-attachment:fixed;  margin-top:50px !important; padding-bottom:50px;}

.home_bg_containe { margin-top:70px !important;}

.home_bg h1 {font-family:'Lobster', sans-serif; font-size:45px; color:#fff; text-align:center; padding:0px; padding-top:80px;}

.home_bg p {font-family:'Muli', sans-serif; font-size:21px; color:#fff; text-align:center;
 padding:20px !important; margin-top:10px; line-height:25px;}



.read_more_2 a{font-family: 'Roboto', sans-serif; font-size:18px; color:#fff; text-align:center; border:#0968b2 1px solid; padding:12px 80px 12px 80px !important; margin-top:25px!important; background:none;}

.read_more_2 a:hover{ background:#0968b2; color:#fff; border:#0968b2 1px solid; transition:0.6s;}


.slider { margin-top:50px !important;}
.slider h1 {font-family:'Lobster', sans-serif; font-size:36px; color:#0968b2; text-align:left; padding:0px;}

.slider iframe{ margin-top:10px !important;}

.slider h1::before {

    position: absolute;
    content: '';
    left: 0px;
    top: 70px;
    right: 0;
    margin: 0 auto 0 0;
    width: 270px;
    border-bottom: 2px solid #e4e4e4;

}

.slider h1::after {

    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    margin: 0 auto 0 0;
    top: 68px;
    width: 70px;
    border-bottom: 5px solid #000;
    border-bottom-color: rgb(0, 0, 0);

}

.footer{ background-color:#302e2e; margin-top:25px !important;} 
.footer_box { margin-top:100px; border-bottom:#666 thin solid; padding-bottom:50px;}
.footer h3 {font-family: 'PT Sans', sans-serif; font-size:22px; color:#fff; text-align:left; font-weight:600 ; margin:0px; padding:15px 0px 15px 0px}

.title-line {
    width: 100%;
    height: 3px;
    float: left;
    padding: 0;
    margin: 0 0 30px 0;
    background: url(images/section.png) 0px 0px no-repeat;
}
.footer p {font-family: 'Roboto', sans-serif; font-size:15px; color:#fff; text-align:justify;}
.footer ul { list-style:none; margin-left:-40px;}
.footer li{ display:block; padding-top:5px;}
.footer a{font-family: 'Roboto', sans-serif; font-size:15px; color:#ccc;  }
.footer a:hover { color:#FFF;}

.footer_bottom { margin-top:25px; border-bottom:#666 thin solid; padding-bottom:25px;}

.shreya p{ text-align:center; margin-top:10px !important;}
.shreya p a{ color:#c80000;}


.contact_div { margin-top:40px !important;}

.contact_div h1 {font-family: 'Open Sans', sans-serif; font-size:36px; color:#000; text-align:left; padding:5px 0px 4px 0px;}
.contact_div p{font-family: 'Open Sans', sans-serif; font-size:16px; color:#000; text-align:justify;} 

.contact_div h3 {font-family: 'Open Sans', sans-serif; font-size:18px; color:#054d9a; text-align:left; font-weight:bold; padding:0px; margin:0px; margin-top:10px !important;  }

/*.contact_div_img { margin-top:50px;}*/

.contact_div span.divider {
	height: 3px;
	width: 80px;
	text-align:center;
	margin: 10px 0 15px;
	border-bottom: 2px solid #0b60a9;
	position: relative;
	display: inline-block;
}

.contact_div span.divider:before {
	width: 45px;
	height: 2px;
	margin-left: 17px;
	content: "";
	display: block;
	background: #0b60a9;
	margin: 5px auto;
}


#text2 {
    border: 1px solid #000;
	margin-top:10px;
    height: 50px;
    width: 90%;
    box-shadow: 0 0 27px rgb(204, 204, 204) inset;
    transition: 500ms all ease;
    padding: 3px 3px 3px 3px;
}

#text2:hover,
#text2:focus {
    width: 90%;
    transition: 500ms all ease;
    /*
    background-size: 25px 25px;
    background-position: 96% 62%;
    padding: 3px 32px 3px 3px;*/
	box-shadow:#ccc 0 0 15px;
}


.submit { background-color:#0968b2; padding:5px 25px 5px 25px; text-align:center; color:#fff;  font-family:'Oswald', sans-serif; font-size:22px;}

.profile {
	margin-top:40px !important;
}

.profile span.divider {
	height: 3px;
	width: 80px;
	text-align:center;
	margin: 10px 0 15px;
	border-bottom: 2px solid #0b60a9;
	position: relative;
	display: inline-block;
}

.profile span.divider:before {
	width: 45px;
	height: 2px;
	margin-left: 17px;
	content: "";
	display: block;
	background: #0b60a9;
	margin: 5px auto;
}


.profile h1 {font-family: 'Open Sans', sans-serif; font-size:36px; color:#000; text-align:left; padding:5px 0px 4px 0px;}
.profile p{font-family: 'Open Sans', sans-serif; font-size:16px; color:#000; text-align:justify; line-height:24px;} 

.profile h3 {font-family: 'Open Sans', sans-serif; font-size:30px; color:#054d9a; text-align:left; font-weight:bold; }
.profile h2 {font-family: 'Open Sans', sans-serif; font-size:28px; color:#000; text-align:left; font-weight:bold; border-bottom:#999 thin solid; }
.profile ul li{font-family: 'Open Sans', sans-serif; font-size:16px; color:#000; text-align:left;}
.profile .row { margin-top:50px;}


table {margin-top:25px; width:90%;}
table td {font-family: 'Open Sans', sans-serif; font-size:15px; color:#000; text-align:left; padding:5px;}

@media screen and ( max-width:768px){
		
		.top_bg {
			
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+50,1e69de+50 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 50%, #0968b2 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 50%,#0968b2 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 50%,#0968b2 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0968b2',GradientType=0 ); /* IE6-9 */

}
.top_bg p{ font-size:16px;}
.social{float:left !important; padding-bottom:5px;}
.header-top-bottom { float:left !important;}

.slider iframe{ margin-top:30px !important;}

.row { width:90%!important;}
.row h3 { font-size:24px; padding-left:10px;}

}