
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 
body
	{
 		
		font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
		/* font-family: 'Times New Roman', Times, serif; */
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */

	}
thead{
	background-color: #061046;
	color: #fff;
}
tbody{
	background-color: rgb(246, 249, 250);
}
    html{
        width:100%;
        height:100%;
    }
    body{
        width:100%;
        height:100%;
		margin: 0;
		padding: 0;
       
    }
.about-page p{
	font-size: 16px;
	text-indent: 50px;
}
.sidebar {
    height: calc(100% - (3.5rem + 1px));
    overflow-x: none;
    overflow-y: initial;
    padding-bottom: 0;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #a9a9a9 transparent;
}
.container-custom{
	margin: 0px 130px;
	background-color: #fff;
}	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}
header{
    background: #fff;
}
.app-title{
    color: #000099;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
.app-address{
    color: crimson;
    font-weight: 600;
}
/* start h2 */
h2
	{
		text-align: center;
		font-size: 26px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: crimson;
		font-weight: bold;
	}
/* end h2 */
.notification h3{
	padding: 10px;
	text-align: center;
	background-color: #061046;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
/* start about team service portfolio contact */
.about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */

.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */

#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}

/* end home */

/* start about */
.page-title h3{
    color: rgb(9, 24, 158);
    font-size: 20px;
    font-weight: 600;
   text-align: center;
   text-decoration: underline;
   text-transform: uppercase;
  
    padding-top: 10px;

    padding-bottom: 10px;
}
.fac-list li{
	list-style-type: none;
	font-size: 15px;
	line-height: 30px;
}

  
  #main #faq .card {
	margin-bottom: 10px;
	border: 0;
  }
  
  #main #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
			box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #061046;
	color: #fff;
	padding: 10px;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
	background: rgb(218, 216, 216);
	color: #000;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
  }
  
  #main #faq .card .collapsing {
	
	line-height: 30px;
  }
  
  #main #faq .card .collapse {
	border: 0;
  }
  
  #main #faq .card .collapse.show {
	
	line-height: 30px;
	color: #222;
  }
.page-box .page-title{
	background-color: #061046;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2px;
}
.page-title{
	padding: 30px 0px;
}
.page-conte p{
	line-height: 33px;
	font-size: 16px;
	/* font-family: poppins,sans-serif; */
	text-align: justify;
}
.page-content .designation{
	text-align: center;
	border: 1px solid gray;
	padding: 15px;
	color: #fff;
	background-color: #061046;
	border-radius: 10px;
}


#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		box-shadow: 2px 4px 5px rgb(184, 184, 185);
		
		
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		box-shadow: 2px 4px 5px rgb(154, 154, 156);
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */



/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

.post-inner{
	padding: 10px ;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post{
	position: relative;
	padding: 0px 0px 0px 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post:last-child{
	border-bottom: none;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date{
    position: absolute;
    left: -40px;
    top: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;

}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date{
background: rgb(2,0,36);
background: -moz-linear-gradient(rgba(0,123,255,1) 100%);
background: -webkit-linear-gradient(rgba(0,123,255,1) 100%);
background: linear-gradient(rgba(0,123,255,1) 100%);
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date p{
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin:0px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date span{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
   
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box{
	position: relative;
	margin-bottom: 9px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666666 !important;
    margin-right: 10px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box p{
    position: relative;
    display: inline-block;
    margin-bottom:0px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5{
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 20px;
	
	margin-bottom: 0px;
	color: #1d165c;
	margin:0px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a{
	display: inline-block;
	color: #1d165c;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover{
	color: crimson;	
}
.carousel-inner{
	height: 350px;
}
.carousel-inner-data{
  margin:0px auto;
  height:245px;
  overflow:hidden;
}
.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
  }
  
  .marquee {
	background-color: #fff;
	border: 1px solid rgb(238, 236, 236);
	padding: 10px 0;
	color: #000;
  }
  .marquee li{
	  display: inline-block;
  }
  .latest{
	  background-color: #061046;
  }
  .latest-title{
	  color: #fff;
	  font-size: 20px;
	  text-align: center;
	  padding: 6px;
  }
.carousel-caption{
	background:rgb(63 81 181 / 68%);
	border-radius: 5px;
}
.gallery-box{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius: 10px;
}
.gallery-box img{
	border-radius: 10px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 84px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.navbar-brand{
	color: #fff !important;
}

.carousel-caption h5{
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color:#fff;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}
.widget-title{
	background-color: #061046;
    color: #fff;
    font-weight: 600;
   padding-top:0px;
   padding-bottom: 0px;
   text-align: center;
  
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}
.widget-title h3{
	font-size: 16px;
	font-weight: 600;
}


.page-sub-title{
    color: #000;
    font-size: 20px;
    font-weight: 600;
	background-color: #dddadb;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.page-box{
	
	border-radius: 20px;
	
	margin: 5px;
}
.page-box h3{
	padding: 0px 10px;
	font-size: 18px;
	font-weight: 600;
}
.page-desc{
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
	padding: 0px 10px;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
}
.active{
   border: 1px solid #fff;
  
}
.navbar-light .navbar-nav .active .nav-link {
    color: #fff !important;
    
}
.app-sub-title{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 2px 3px rgb(2,0,36);
    letter-spacing: 1px;
    text-align: center;
    padding: 40px;
	background-image: url("../images/Lab.jpg"); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 150px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.vision{
	background: linear-gradient(217deg, rgba(241, 207, 207, 0.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(190, 230, 190, 0.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(227, 227, 240, 0.8), rgba(0,0,255,0) 70.71%);
}
.about a{
	color: gray;
}
.page-image{
	margin: 10px;
	float: left;
}
.page-desc img{
	
	border:3px solid rgb(233, 227, 229);
	border-radius: 5px;
	box-shadow: 2px 4px 5px rgb(206, 206, 205);
}
.desc-title{
	padding: 10px;
	text-align: center;
	font-weight: 600;
}
.desc-name{
	color: crimson;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	text-shadow: 2px 3px 4px rgb(154, 154, 156);
}
a:hover{
	text-decoration: none;
}
#team{
    background: #fff;
}
.navbar{
    background-color: #061046 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
}
.display-1{
    font-size: 20px !important;
    text-align: center;
    color: crimson;
    font-weight: 600;
}
.carousel-inner-data ul{
  list-style:none;
  position:relative;
}
.carousel-inner-data li{
  height:auto;
}

.banner{
    background: #ffffff;
}
.team-wrapper{
	border: 1px solid rgb(206, 206, 205);
	background: #fff;
}
.team-wrapper ul li{
	list-style-type:none;

}
footer{
	background:rgb(2,0,36);
	color:#fff;
}
.team-wrapper ul li a{
	color: blue;
	text-decoration: underline;
	font-size: 12px;
}
.second-half{
	
	background: #e8f5fb;
}
.year-box{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	text-align: center;
	padding: 10px;
	color: #000099;
	font-weight: 600;
	
}
.test-box{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	
	padding: 30px;
	color: #000099;
	font-weight: 600;
	
}
.second-half {
    position: relative;
}
.second-half:after {
    content: '';
    position: absolute;
    right: 0;
    /* border-right: 1px solid #cfc7c0; */
    top: 10%;
    bottom: 10%;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: -.9rem;
    margin-left: 9rem;
    float: right;
    font-size: 0.7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: #e91e63;
 }
 
.alertify .ajs-dialog {
    max-width: 450px !important;
    min-height: 122px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 6px;
}
.alertify .ajs-header {
    color: #fff !important;
    border-bottom: 0px solid #e5e5e5 !important;
    border-radius: 6px 6px 0 0;
    background: #3f51b5 !important;
    /* font-family: Roboto, sans-serif; */
    font-size: 18px;
    padding: 0.5rem 1rem !important;
}
.alertify .ajs-body .ajs-content {
    padding: 26px 10px 23px 13px;
	font-size: 16px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color:gray !important;
    border:1px solid green !important;
    border-radius: 5px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
    color: gray !important;
    border:1px solid red !important;
    border-radius: 5px !important;
}
.alertify .ajs-footer {
    background-color: #fff;
    padding: 9px;
    border-top: 0px solid #e5e5e5 !important;
    border-radius: 0 0 6px 6px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
section{
	background-color: #fff;
}
.card-header{
	background-color: crimson;
	color: white;
}
.date-coloumn{
	margin-top: 5px;
	color: crimson;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.date-name{
	
	color: rgb(4, 16, 71);
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.premilinary-post a{
	color: blue;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: underline;
	
}
.poste-on{
	color: rgb(185, 184, 184);
	font-size: 12px;
	
}
.fa-certificate{
	color: crimson;
}

@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
#button {
	display: inline-block;
	background-color: crimson;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  .fa-arrow-up{
	  font-size: 20px;
	  margin-top: 15px;
	  color: white;
  }
  #button:hover {
	cursor: pointer;
	background-color: rgb(19, 6, 92);
  }
  #button:active {
	background-color: rgb(16, 7, 104);
  }
  #button.show {
	opacity: 1;
	visibility: visible;
  }
  
  /* Styles for the content section */
  
  .content {
	width: 77%;
	margin: 50px auto;
	/* font-family: 'Merriweather', serif; */
	font-size: 17px;
	color: #6c767a;
	line-height: 1.9;
  }
  @media (min-width: 500px) {
	.content {
	  width: 43%;
	}
	#button {
	  margin: 30px;
	}
  }
  .content h1 {
	margin-bottom: -10px;
	color: #03a9f4;
	line-height: 1.5;
  }
  .content h3 {
	font-style: italic;
	color: #96a2a7;
  }
  .front-box .card{
	  min-height: 380px !important;
  }
  .prim-title{
	  font-size: 20px;
	  font-weight: 600;
	  padding: 20px;
  }
  .prim-wrapper{
	  max-height: 600px;
	  overflow: scroll;
	  background: #fff;
  }
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

.coaching-content .coaching-title{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
}
.coaching-content p{
	font-size: 16px;
	text-indent: 50px;
	text-align: justify;
	letter-spacing: 1px;
	
}
.coaching-tabs .nav-item .active{
	background-color: #1d165c;
}
.coaching-tabs .nav-item .nav-link{
	font-size: 18px;
	font-weight: 600;
}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	.app-image{
		width: 25%;
		margin: 2px auto;
	}
	.container-custom{
		margin: 0px 0px;
	}
	.carousel-inner {
		height: 100%;
	}
	.date-coloumn {
		margin-top: -10px;
		color: crimson;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
	}
	.date-name {
		color: rgb(4, 16, 71);
		font-size: 12px;
		font-weight: 600;
		text-align: center;
	}
	.app-title {
		color: #000099;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		
	}
	.app-address{
		font-size: 10px;
		font-weight: 200;
		text-align: center;
		font-weight: 600;
		/* font-family: Georgia, 'Times New Roman', Times, serif; */
	}
	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	h2 {
		text-align: center;
		font-size: 20px;
	}
	.about, #team, #service, #portfolio, #contact {
		padding-top: 20px;
		padding-bottom: 0px; 
	}
	#team .team-wrapper {
		margin-top: 10px;
	}
	h3 {
		text-align: center;
		font-size: 20px;
		/* font-family: Georgia, 'Times New Roman', Times, serif; */
	}
	
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */
