/* style */

	<style>
		@font-face {
			font-family: 'Roboto';
			font-style: normal;
			font-weight: 300;
			font-display: swap;
			src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}

		.animate {
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		.navbar-bootsnipp {
			background-color: rgb(255, 255, 255);
			border-color: rgb(95, 176, 228);
			border-radius: 0px;
			margin-bottom: 0px;
			z-index: 100;
		}

		.navbar-bootsnipp:nth-of-type(2) {
			border-top-width: 1px;
			z-index: 50
		}

		.navbar-bootsnipp.affix-top {
			position: absolute;
			top: 0px;
			width: 100%;
		}

		.navbar-bootsnipp.affix {
			top: 0px;
			width: 100%;
		}

		.navbar-bootsnipp .navbar-toggle .icon-bar {
			background-color: #f5f5f5;
		}

		.navbar-bootsnipp .navbar-brand {
			color: rgb(95, 176, 228);
			font-weight: 900;
			letter-spacing: 2px;
		}

		.navbar-bootsnipp .navbar-nav>li>a {
			border: 0px solid rgb(95, 176, 228);
			color: rgb(120, 120, 120);
			padding: 15px 14px;
		}

		.navbar-bootsnipp .navbar-nav>li>form>.input-group>input,
		.navbar-bootsnipp .navbar-nav>li>form>.input-group>.input-group-btn>.btn {
			border-radius: 0px;
		}

		.navbar-bootsnipp .navbar-nav>li:not(.disabled).open>a,
		.navbar-bootsnipp .navbar-nav>li:not(.disabled).active>a,
		.navbar-bootsnipp .navbar-nav>li:not(.disabled)>a:hover,
		.navbar-bootsnipp .navbar-nav>li:not(.disabled)>a:focus {
			border-left-width: 5px;
			color: rgb(95, 176, 228);
			padding-left: 10px;
		}

		.navbar-bootsnipp .navbar-nav>li.disabled>a {
			color: rgb(200, 200, 200);
		}

		.navbar-bootsnipp .navbar-nav>li>.dropdown-menu {
			border-radius: 0;
			margin-right: -1px;
			min-width: 220px;
			padding: 0px;
		}

		.navbar-bootsnipp .navbar-nav>li:not(.dropdown-right)>.dropdown-menu {
			left: 0px;
			margin-left: -1px;
			right: auto;
		}

		.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li>a {
			border-left: 0px solid rgb(95, 176, 228);
			color: rgb(120, 120, 120);
			font-size: 16px;
			font-weight: 400;
			padding: 10px 20px;
			white-space: nowrap;
		}

		.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li.active>a,
		.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li>a:hover,
		.navbar-bootsnipp .navbar-nav>li>.dropdown-menu>li>a:focus {
			background-color: rgb(245, 245, 245);
			border-left-width: 5px;
			padding-left: 15px;
		}

		.navbar .bootsnipp-profile>a {
			padding-bottom: 9px;
			padding-top: 9px;
		}

		.navbar .bootsnipp-profile>a>img {
			border-radius: 50%;
			width: 32px;
		}

		.navbar .bootsnipp-profile>.dropdown-menu {
			width: 320px;
		}

		.navbar .bootsnipp-profile>.dropdown-menu>li>.row {
			padding: 5px 15px;
		}

		.navbar .bootsnipp-profile>.dropdown-menu>li>.row img {
			width: 100%;
		}

		.navbar-bootsnipp .bootsnipp-search {
			display: none;
		}

		.navbar-bootsnipp .bootsnipp-search .form-control {
			background-color: rgb(235, 235, 235);
			border-radius: 0px;
			border-width: 0px;
			font-size: 24px;
			padding: 30px 0px;
		}

		.navbar-bootsnipp .bootsnipp-search .form-control {
			background-color: rgb(235, 235, 235);
			border-radius: 0px;
			border-width: 0px;
			font-size: 24px;
			padding: 25px 0px;
		}

		.navbar-bootsnipp .bootsnipp-search .form-control:focus {
			border-color: transparent;
			outline: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn {
			padding: 14px 16px;
			border-radius: 0px;
		}

		.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn.active,
		.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn:hover,
		.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn:focus {
			padding: 14px 16px 14px 15px;
		}

		.navbar-bootsnipp .bootsnipp-search .input-group-btn>.btn-default {
			background-color: rgb(245, 245, 245);
		}

		.nav-padding {
			padding-top: 61px;
		}

		@media screen and (min-width: 768px) {
			.navbar-bootsnipp .navbar-brand {
				font-size: 20px;
				height: auto;
				padding: 15px 5px;
			}

			.navbar-bootsnipp .navbar-nav>li>a {
				font-size: 16px;
				letter-spacing: 1px;
			}

			.navbar-bootsnipp .navbar-nav>li:not(.disabled).open>a,
			.navbar-bootsnipp .navbar-nav>li:not(.disabled).active>a,
			.navbar-bootsnipp .navbar-nav>li:not(.disabled)>a:hover,
			.navbar-bootsnipp .navbar-nav>li:not(.disabled)>a:focus {
				border-bottom-width: 5px;
				border-left-width: 0px;
				padding-bottom: 10px;
				padding-left: 14px;
			}

			.navbar-bootsnipp .navbar-nav>li.disabled>a {
				padding-left: 10px;
				padding-right: 10px;
			}


			.navbar-bootsnipp .bootsnipp-search {
				background-color: rgb(235, 235, 235);
				display: block;
				position: absolute;
				top: 100%;
				width: 100%;
				-webkit-transform: rotateX(-90deg);
				-moz-transform: rotateX(-90deg);
				-o-transform: rotateX(-90deg);
				-ms-transform: rotateX(-90deg);
				transform: rotateX(-90deg);
				-webkit-transform-origin: 0 0 0;
				-moz-transform-origin: 0 0 0;
				-o-transform-origin: 0 0 0;
				-ms-transform-origin: 0 0 0;
				transform-origin: 0 0 0;
				visibility: hidden;
			}

			.navbar-bootsnipp .bootsnipp-search.open {
				-webkit-transform: rotateX(0deg);
				-moz-transform: rotateX(0deg);
				-o-transform: rotateX(0deg);
				-ms-transform: rotateX(0deg);
				transform: rotateX(0deg);
				visibility: visible;
			}

			.navbar-bootsnipp .bootsnipp-search>.container {
				padding: 0px;
			}
		}

		@media (min-width: 768px) {
			.navbar-nav .open .dropdown-menu {
				position: static;
				float: none;
				width: auto;
				margin-top: 0;
				background-color: transparent;
				border: 0;
				-webkit-box-shadow: none;
				box-shadow: none;
			}

			.navbar-nav .open .dropdown-menu>li>a {
				line-height: 20px;
			}

			.navbar-nav .open .dropdown-menu>li>a,
			.navbar-nav .open .dropdown-menu .dropdown-header {
				padding: 5px 15px 5px 25px;
			}

			.dropdown-menu>li>a {
				display: block;
				padding: 3px 20px;
				clear: both;
				font-weight: normal;
				line-height: 1.42857143;
				color: #333;
				white-space: nowrap;
			}

			.navbar-header {
				float: none;
			}

			.navbar-toggle {
				display: block;

			}

			.navbar-collapse {
				border-top: 1px solid transparent;
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
			}

			.navbar-collapse.collapse {
				display: none !important;
			}

			.navbar-nav {
				float: none !important;
				/*margin: 7.5px -15px;*/
				margin: 7.5px 50px 7.5px -15px
			}

			.navbar-nav>li {
				float: none;
			}

			.navbar-nav>li>a {
				padding-top: 10px;
				padding-bottom: 10px;
			}

			.navbar-text {
				float: none;
				margin: 15px 0;
			}

			/* since 3.1.0 */
			.navbar-collapse.collapse.in {
				display: block !important;
			}

			.collapsing {
				overflow: hidden !important;
			}
		}

	/* text over img style */
		.container1 {
			position: relative;
			font-family: Roboto;
		}

		.text-block {
			position: absolute;
			width: 25%; /*changed*/
			bottom: 20px;
			right: 100px;
			background-color: #2860907a;
			color: white;
			padding-left: 20px;
			padding-right: 20px;
		}

	/* text over img style end here*/

	/* according screen size resolution */
	
		.logo img {
			width: 100% \9;
			/*Force IE10 and below to size SVG images correctly*/
			max-width: 86%;
		}

		@media (max-width:1199px) {
			.logo img {
				width: 100% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 83% !important;
			}
		}

		@media (max-width:991px) {
			.logo img {
				width: 100% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 78% !important;
			}

			.container {
				position: relative;
				font-family: Arial;
			}

			.text-block {
				position: absolute;
				width: 27%;
				bottom: 145px;
				right: 100px;
				background-color: #2860907a;
				color: white;
				padding-left: 20px;
				padding-right: 20px;
			}

			.btn_nav {
				padding-top: 15px;
				padding-bottom: 15px;
				background-color: #FF9933;
				border-radius: 50%;
				top: 20px;
			}

		}

		@media (max-width:665px) {
			.text-block {
				position: absolute;
				width: 30%;
				bottom: 145px;
				right: 100px;
				background-color: #2860907a;
				color: white;
				padding-left: 20px;
				padding-right: 20px;
			}
		}

		@media (max-width:626px) {
			.logo img {
				width: 100% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 77% !important;
			}
		}

		@media (max-width:600px) {
			.logo img {
				width: 100% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 76% !important;
			}

			.text-block {
				position: absolute;
				width: 33%;
				bottom: 145px;
				right: 100px;
				background-color: #2860907a;
				color: white;
				padding-left: 20px;
				padding-right: 20px;
			}
		}

		@media (max-width:576px) {
			.logo img {
				width: 100% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 75% !important;
			}
		}

		@media (min-width : 480px) and (max-width:554px) {
			.logo img {
				width: 70% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 74% !important;
			}
		}

		/* @media (min-width : 375px) and (max-width:667px) {
			.text-block {
				position: absolute;
				width: 33%;
				bottom: 35px;
				right: 100px;
				background-color: #2860907a;
				color: white;
				padding-left: 20px;
				padding-right: 20px;
			}
		} */

		@media (min-width : 375px) and (max-width:667px) {
			.text-block {
				position: absolute;
				width: 70%;
				bottom: 5px;
				right: 15px;
				background-color: #2860907a;
				color: white;
				padding-left: 20px;
				padding-right: 20px;
			}
		}

		@media (max-width:400px) {
			.logo img {
				width: 75% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 75%;
			}
		}

		@media (max-width:385px) {
			.logo img {
				width: 70% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 70%;
			}
		}

		@media (min-width : 375px) and (max-width:667px) {
			.logo img {
				width: 70% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 60%;
			}
		}

		@media (max-width:345px) {
			.logo img {
				width: 65% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 65%;
			}
		}

		@media (max-width:335px) {
			.logo img {
				width: 60% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 60%;
			}
		}

		@media (max-width:325px) {
			.logo img {
				width: 55% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 55%;
			}
		}

		@media (max-width:315px) {
			.logo img {
				width: 50% \9;
				/*Force IE10 and below to size SVG images correctly*/
				max-width: 50%;
			}
		}

	/* according screen size resolution end here*/

	/* img Parallax Scrolling end here*/
	
		.parallax {
			background-color: white;
			/* background-image: url("../img/modi2.jpg"); */
			margin-top: px;
			height: 100%;
			position: relative;

			/* Create the parallax scrolling effect */
			background-attachment: fixed;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			/*background-size: 100% 100%;*/

			/*following just for demo purposes to add height and top padding*/
			height: 354vh;
			padding-top: 100vh;
		}

		.parallax-curtain {
			height: 254vh;
			background: rgba(255, 255, 255, 1);
		}

		.section {
			text-align: center;
			padding: 50px 80px;
		}


		.section-dark {
			color: #ddd;
		}

		.section_chronicle {
			text-align: center;
			padding: 04px 80px;
			background: red;
		}

		.after {
			content: '';
			position: absolute;
			bottom: -145px;
			transform: translateX(-50%);
			left: 50%;
			width: 54px;
			height: 0;
			padding-top: 1px;
			background-color: #ba0c2f;
		}

		.h1 {
			position: relative;
			margin-bottom: 50px;
			text-align: center;
			font-weight: 500;
			font-size: 30px;
			color: #002f6c;
		}

		.h2 {
			position: relative;
			margin-bottom: 50px;
			text-align: left;
			font-weight: 500;
			font-size: 30px;
			color: #002f6c;
			
		}

		.h3 {
			position: relative;
			text-align: center;
			font-weight: 500;
			font-size: 30px;
			color: #002f6c;
			
		}

		.course {
			position: relative;
			margin-bottom: 50px;
			font-weight: 500;
			font-size: 30px;
			color: #002f6c;
		}

		.p1 {
			font-weight: 600;
			color: #5c5c5c;
			font-size: 17px;
		}

		.intro {
			font-weight: 600;
			color: #ba0c2f;
		}

	/* img Parallax Scrolling */

	/* carousel styling */

		#slider-text {
			padding-top: 40px;
			display: block;
		}

		#slider-text .col-md-6 {
			overflow: hidden;
		}

		#slider-text h2 {
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 400;
			font-size: 30px;
			letter-spacing: 3px;
			margin: 30px auto;
			padding-left: 40px;
		}

		#slider-text h2::after {
			border-top: 2px solid #c7c7c7;
			content: "";
			position: absolute;
			bottom: 35px;
			width: 100%;
		}

		#itemslider h4 {
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 400;
			font-size: 12px;
			margin: 10px auto 3px;
		}

		#itemslider h5 {
			font-family: 'Josefin Sans', sans-serif;
			font-weight: bold;
			font-size: 12px;
			margin: 3px auto 2px;
		}

		#itemslider h6 {
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 300;
			;
			font-size: 10px;
			margin: 2px auto 5px;
		}

		.badge {
			background: #b20c0c;
			position: absolute;
			height: 40px;
			width: 40px;
			border-radius: 50%;
			line-height: 31px;
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 300;
			font-size: 14px;
			border: 2px solid #FFF;
			box-shadow: 0 0 0 1px #b20c0c;
			top: 5px;
			right: 25%;
		}

		#slider-control img {
			padding-top: 60%;
			margin: 0 auto;
		}

		@media screen and (max-width: 992px) {
			#slider-control img {
				padding-top: 70px;
				margin: 0 auto;
			}
		}

		.carousel-showmanymoveone .carousel-control {
			width: 4%;
			background-image: none;
		}

		.carousel-showmanymoveone .carousel-control.left {
			margin-left: 5px;
		}

		.carousel-showmanymoveone .carousel-control.right {
			margin-right: 5px;
		}

		.carousel-showmanymoveone .cloneditem-1,
		.carousel-showmanymoveone .cloneditem-2,
		.carousel-showmanymoveone .cloneditem-3,
		.carousel-showmanymoveone .cloneditem-4,
		.carousel-showmanymoveone .cloneditem-5 {
			display: none;
		}

		@media all and (min-width: 768px) {

			.carousel-showmanymoveone .carousel-inner>.active.left,
			.carousel-showmanymoveone .carousel-inner>.prev {
				left: -50%;
			}

			.carousel-showmanymoveone .carousel-inner>.active.right,
			.carousel-showmanymoveone .carousel-inner>.next {
				left: 50%;
			}

			.carousel-showmanymoveone .carousel-inner>.left,
			.carousel-showmanymoveone .carousel-inner>.prev.right,
			.carousel-showmanymoveone .carousel-inner>.active {
				left: 0;
			}

			.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
				display: block;
			}
		}

		@media all and (min-width: 768px) and (transform-3d),
		all and (min-width: 768px) and (-webkit-transform-3d) {

			.carousel-showmanymoveone .carousel-inner>.item.active.right,
			.carousel-showmanymoveone .carousel-inner>.item.next {
				-webkit-transform: translate3d(50%, 0, 0);
				transform: translate3d(50%, 0, 0);
				left: 0;
			}

			.carousel-showmanymoveone .carousel-inner>.item.active.left,
			.carousel-showmanymoveone .carousel-inner>.item.prev {
				-webkit-transform: translate3d(-50%, 0, 0);
				transform: translate3d(-50%, 0, 0);
				left: 0;
			}

			.carousel-showmanymoveone .carousel-inner>.item.left,
			.carousel-showmanymoveone .carousel-inner>.item.prev.right,
			.carousel-showmanymoveone .carousel-inner>.item.active {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
				left: 0;
			}
		}

		@media all and (min-width: 992px) {

			.carousel-showmanymoveone .carousel-inner>.active.left,
			.carousel-showmanymoveone .carousel-inner>.prev {
				left: -16.666%;
			}

			.carousel-showmanymoveone .carousel-inner>.active.right,
			.carousel-showmanymoveone .carousel-inner>.next {
				left: 16.666%;
			}

			.carousel-showmanymoveone .carousel-inner>.left,
			.carousel-showmanymoveone .carousel-inner>.prev.right,
			.carousel-showmanymoveone .carousel-inner>.active {
				left: 0;
			}

			.carousel-showmanymoveone .carousel-inner .cloneditem-2,
			.carousel-showmanymoveone .carousel-inner .cloneditem-3,
			.carousel-showmanymoveone .carousel-inner .cloneditem-4,
			.carousel-showmanymoveone .carousel-inner .cloneditem-5,
			.carousel-showmanymoveone .carousel-inner .cloneditem-6 {
				display: block;
			}
		}

		@media all and (min-width: 992px) and (transform-3d),
		all and (min-width: 992px) and (-webkit-transform-3d) {

			.carousel-showmanymoveone .carousel-inner>.item.active.right,
			.carousel-showmanymoveone .carousel-inner>.item.next {
				-webkit-transform: translate3d(16.666%, 0, 0);
				transform: translate3d(16.666%, 0, 0);
				left: 0;
			}

			.carousel-showmanymoveone .carousel-inner>.item.active.left,
			.carousel-showmanymoveone .carousel-inner>.item.prev {
				-webkit-transform: translate3d(-16.666%, 0, 0);
				transform: translate3d(-16.666%, 0, 0);
				left: 0;
			}

			.carousel-showmanymoveone .carousel-inner>.item.left,
			.carousel-showmanymoveone .carousel-inner>.item.prev.right,
			.carousel-showmanymoveone .carousel-inner>.item.active {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
				left: 0;
			}
		}

	/* carousel styling */

	/* testimonial cards style */
	
		.cardOutline{
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
		}

		.card {
			margin-top: 10px;
			box-sizing: border-box;
			border-radius: 2px;
			background-clip: padding-box;
		}

		.card span.card-title {
			color: #fff;
			font-size: 24px;
			font-weight: 300;
			text-transform: uppercase;
		}

		.card span.card-title_2 {
			color: #fff;
			font-size: 24px;
			font-weight: 300;
		}

		.card .card-image {
			position: relative;
			overflow: hidden;
		}

		.card .card-image img {
			border-radius: 2px 2px 0 0;
			background-clip: padding-box;
			z-index: -1;
		}

		.card .card-image span.card-title {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 16px;
		}

		.card .card-image span.card-title2 {
			position: absolute;
			bottom: 0;
			left: 15px;
			color: black;
		}

		.card .card-image span.card-title_2 {
			position: absolute;
			bottom: 4px;
			left: 40px;
			color: black;
		}

		.card .card-content {
			padding: 16px;
			border-radius: 0 0 2px 2px;
			background-clip: padding-box;
			box-sizing: border-box;
		}

		.card .card-content p {
			margin: 0;
			color: inherit;
		}

		.card .card-content span.card-title {
			line-height: 48px;
		}

		.card .card-action {
			border-top: 1px solid rgba(160, 160, 160, 0.2);
			padding: 16px;
		}

		.card .card-action a {
			color: #ffab40;
			margin-right: 16px;
			transition: color 0.3s ease;
			text-transform: uppercase;
		}

		.card .card-action p {
			color: #ffab40;
			margin-right: 16px;
			transition: color 0.3s ease;
			text-transform: uppercase;
		}

		.card .card-action a:hover {
			color: #ffd8a6;
			text-decoration: none;
		}

	/* testimonial cards style end here*/

	/* reach us style */

		#Contact-form {
			margin: 0px;
			padding: 50px;
			width: 100%;
			background: #250e62 url(../img/indiagate1.png) center center;
			background-size: cover;
			color: white;
		}

		#fa {
			padding: 20px;
			font-size: 30px;
			width: 70px;
			text-align: center;
			text-decoration: none;
			margin: 5px 2px;
		}

		.fa:hover {
			opacity: 0.7;
		}

		.fa-facebook {
			background: #3B5998;
			color: white;
		}

		.fa-twitter {
			background: #55ACEE;
			color: white;
		}
	/* reach us style */

		.btn_nav {
			padding-top: 15px;
			padding-bottom: 15px;
			background-color: #FF9933;
			border-radius: 50%;
			top: 0px;
		}

	/* hover effect over four imgs */
		.zoom:hover {
			transform: scale(1.1);
			/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
		}
	/* hover effect over four imgs */

	/* search box nd icon style */

		/*input[type=text] {
			display: block;
			margin: 0 0 0 auto;
			width: 0px;
			box-sizing: border-box;
			border: 2px solid #ccc;
			border-radius: 25px;
			font-size: 16px;
			background-color: white;
			background-image: url('../img/search1.png');
			background-position: 10px 10px;
			background-repeat: no-repeat;
			padding: 12px 20px 12px 40px;
			-webkit-transition: width 0.4s ease-in-out;
			transition: width 0.4s ease-in-out;
		}*/
		
		
		  .text_search
		  {
			display: block;
			margin: 0 0 0 auto;
			width: ;
			box-sizing: border-box;
			border: 2px solid #ccc;
			border-radius: 25px;
			font-size: 16px;
			background-color: white;
			background-image: url('../img/search1.png');
			background-position: 10px 10px;
			background-repeat: no-repeat;
			padding: 12px 20px 12px 40px;
			-webkit-transition: width 0.4s ease-in-out;
			transition: width 0.4s ease-in-out;
		}

		input[type=text]:focus {
			width: 100%;
		}
	/* search box nd icon style */
	
	
	/* share button style */
	.mobile-social-share {
		background: none repeat scroll 0 0 #EEEEEE;
		display: block !important;
		min-height: 70px !important;
		margin: 50px 0;
	}

	.mobile-social-share h3 {
		color: inherit;
		float: left;
		font-size: 15px;
		line-height: 20px;
		margin: 25px 25px 0 25px;
	}

	.share-group {
		float: right;
		margin: 18px 25px 0 0;
	}

	.btn-group {
		display: inline-block;
		font-size: 0;
		position: relative;
		vertical-align: middle;
		white-space: nowrap;
	}

	.mobile-social-share ul {
		float: right;
		list-style: none outside none;
		margin: 0;
		min-width: 61px;
		padding: 0;
	}

	.share {
		min-width: 17px;
	}

	.mobile-social-share li {
		display: block;
		font-size: 18px;
		list-style: none outside none;
		margin-bottom: 3px;
		margin-left: 4px;
		margin-top: 3px;
	}

	.btn-share {
		background-color: #BEBEBE;
		border-color: #CCCCCC;
		color: #333333;
	}

	.btn-twitter {
		background-color: #3399CC !important;
		width: 51px;
		color: #FFFFFF !important;
	}

	.btn-facebook {
		background-color: #3D5B96 !important;
		width: 51px;
		color: #FFFFFF !important;
	}

	.caret {
		border-left: 4px solid rgba(0, 0, 0, 0);
		border-right: 4px solid rgba(0, 0, 0, 0);
		border-top: 4px solid;
		display: inline-block;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		width: 0;
	}

	#socialShare {
		max-width: 40px;
		margin-bottom: 18px;
	}

	#socialShare>a {
		padding: 6px 15px 6px 15px;
	}

	@media (max-width : 320px) {
		#socialHolder {
			padding-left: 5px;
			padding-right: 5px;
		}

		.mobile-social-share h3 {
			margin-left: 0;
			margin-right: 0;
		}

		#socialShare {
			margin-left: 5px;
			margin-right: 5px;
		}

		.mobile-social-share h3 {
			font-size: 15px;
		}
	}

	@media (max-width : 238px) {
		.mobile-social-share h3 {
			font-size: 12px;
		}
	}
	/* share button style */
	
	/* Banner caption and person name for screen 1600px and 1920px*/
	
	@media screen and (min-width: 1599px) {
		  .caption {
			font-size: 24px;
			text-align:center;
		  }
		}
		
		@media screen and (min-width: 1599px) {
		  .personName {
			font-size: 22px;
			text-align:center;
		  }
		}
		
		@media screen and (min-width: 1919px) {
		  .caption {
			font-size: 28px;
			text-align:center;
		  }
		}
		
		@media screen and (min-width: 1919px) {
		  .personName {
			font-size: 26px;
			text-align:center;
		  }
		}
	/* Banner caption and person name for screen 1600px and 1920px*/
	
	/* Banner caption and person name for screen 1366px and 768px*/
	
	@media screen and (min-width: 1365px) {
		  .caption {
			font-size: 24px;
			text-align:center;
		  }
		}
		
		@media screen and (min-width: 1365px) {
		  .personName {
			font-size: 18px;
			text-align:center;
		  }
		}
		
		@media screen and (min-width: 767px) {
		  .caption {
			font-size: 20px;
			text-align:center;
		  }
		}
		
		@media screen and (767px) {
		  .personName {
			font-size: 18px;
			text-align:center;
		  }
		}
		
	/* Banner caption and person name for screen 1366px and 768px*/

	body{padding-top:20px;}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    //background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

	</style>