@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic,500italic);
@import url('https://fonts.googleapis.com/css?family=Rokkitt|Vollkorn|Yrsa');

body{
	/*font-family: 'MyriadPro-Regular', serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 18px;
	
}


 p {
    font-size: 16px;
	text-align:justify;
    font-weight: 200;
    line-height: 25px;
	margin-bottom:8px;
    font-family: 'Yrsa', serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;

}

h1{
    font-size: 26px;
    line-height: 25px;
	margin:10px 0px;
	color:#fab005;
}

h2{
    font-size: 22px;
    line-height: 24px;
 
}

h3{
    font-size: 18px;
    line-height: 24px;
  
}

h4{
    font-size: 14px;
   
}

h5{
    font-size: 10px;
   
}

a:hover{
	text-decoration: none;
}

a.link {
color:#fab005;
font-size:15px;
padding: 8px 0px;		
}

a.link:hover {
color:#b94a48;
padding: 8px 0px;	
}
section {
padding:40px 0px 0px 0px;	
}
.navbar {
margin-bottom:0px;
border: none;
background:none;
}
.navbar-brand {
    float: left;
    padding:0px;
    margin:0px;
	width:auto;
	height:auto;
}
.navbar-brand  img {
padding:5px 0px;	
}

.navbar-nav {
float:right;	
}
.navbar-nav li a {
margin:0px 5px;
padding: 32px 10px;	
font-size: 15px;
color:#777777;
}
.navbar-nav li a:hover {
	color:#fff;
}
.navbar-nav li.active {
background:#1686ef;
color:#fff;	
}
.navbar-default{
	background:none;
}
.navbar-default .navbar-nav>li>a {
    color: #0230db;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
/*-- w3layouts --*/
 -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#1686ef;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color:#fff;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before,.special-services-grid:hover .more-sub:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.banner {
	widtrh:100%;
	display:block;
	margin:0 auto;
	
}

.carousel .carousel-control {
    background: none;
    border: none;
    top: 40%;
    font-size: 70px;
    font-weight: 600;
}


/*------------------Home Page Css-------------------*/

/*----Main Section-----*/


.main h1 {
margin-top:0px;	
}

.main .main-sec {
margin:10px 0px;	
}
.about {
display:block;	
	}
/*----Main inner Section-----*/
.main-inner h1 {
text-align:center;	
}

.main-inner .box {
	width:100%;
	height:auto;
	background:#FFF;
	border:1px solid #fab005;
	padding:10px;
	margin:40px auto;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*----social Section-----*/
.social {
background:url(../images/footer-texture.jpg);
margin-top:15px;
padding: 5px 0 5px;
	
}
.social-media {
padding:10px;	
}

.social .head {
margin:10px 0px 10px;
color:#fff;
float:left;	
}

.social-icons {
display:block;
float:right;
 margin:5px 0px 5px;
}

.social-icons ul {
display:block;
margin:0px;
padding:0px;	
}

.social-icons ul li {
display:inline-block;	
}

.social-icons ul li a i {
	color: #fff;
    font-size: 18px;
    border-radius: 18px;
    background: #1487ec;
    padding: 8px;
    margin: -16px 2px;
}
.social-icons ul li a i:hover {
background:#fff;
color:#1487ec;
	
}
.social-icons ul li a .fb {
padding: 8px 11px;	
}

.copy {
color:#fff;
float:left;
    margin-top: 17px;
font-size:11px;	
}
/*------------------/Home Page Css-------------------*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1686ef;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.border {
-webkit-box-shadow: 0px 5px 19px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 19px -6px rgba(0,0,0,0.75);
box-shadow: 0px 5px 19px -6px rgba(0,0,0,0.75);	
}

/*-----------Slider Css------------*/

.slider {
	height:auto;
	width:100%;
	margin:0 auto;
	margin-top:-85px;
	z-index: -1;
	
	
}
.carousel-fade .carousel-inner .item {
  /*opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;*/
  -webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel .carousel-control {
    background: none;
    border: none;
    top: 40%;
    font-size: 70px;
    font-weight: 600;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
	margin-left: 14px;
}

.carousel-control.right span {
	padding: 15px;
	margin-right: 42px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 6%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: none;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.carousel-indicators .active {
    background-color: #2980b9;
}

/*home slider ends*/

/*welcome section*/
.welcome{
	padding:30px;
}
.welcome h1{
	color: #2374cf;
    font-size: 32px;
    text-align: center;
    line-height: 25px;
	font-family:'Vollkorn', serif;
	font-weight:400;
}
.welcome p{
	font-size:16px;
	font-weight:200;
	line-height:25px;
	font-family: 'Yrsa', serif;
}
.btn-change1{
    padding: 3px 12px;
    background: #1487ec;
    margin: 20px;
	font-size:15px;
    /*float: left;*/
	display:table;
	margin:0 auto;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #31708f inset , 0px 0px 0 0 #31708f inset;
}
 .btn-change1:hover{
    -webkit-box-shadow: 75px 0px 0 0 #31708f inset , -75px 0px 0 0 #31708f inset;
}

/*hr style*/
hr.style18 { 
    width: 100%;
    height: 7px;
    border-style: solid;
    border-color: #2374cf;
    border-width: 1px 0 0 0;
    border-radius: 20px;

} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #2374cf; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
/*hr style*/

/*-----------------About Us Page Css--------------*/

.about h1{
	color: #2374cf;
    font-size: 32px;
    line-height: 25px;
	font-family:'Vollkorn', serif;
	font-weight:400;
}

.about-img {
margin:0px 0px 18px;	
}



.vision-mission h1{
	color: #2374cf;
    font-size: 32px;
    line-height: 25px;
	font-family:'Vollkorn', serif;
	font-weight:400;
}


.serviceBox{
    text-align: center;
    padding: 30px;
    margin: 0 0px 25px;
    overflow: hidden;
    position: relative;
}
.serviceBox .service-content{
    border: 4px double rgba(255,255,255,0.6);
    padding: 40px 30px 20px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-content{
    border: 4px double rgb(255,255,255);
}
.serviceBox .service-content i{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .service-content i{
    transform: rotate(360deg);
}
.serviceBox .title{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.serviceBox .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.serviceBox .icon-bg{
    font-size: 250px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 120px;
    position: absolute;
    bottom: 0;
    right: -30px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .icon-bg{
    transform: rotate(360deg);
}
.serviceBox.grey{ background:#0e4d94; }

/*----------------Value Added Services Page css------------*/

.value h1 {
    color: #2374cf;
    font-size: 32px;
    line-height: 25px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}

.value .thead-inverse {
background:#000;	
}

.value .thead-inverse th {
color:#fff;	
}
.value tr:nth-child(2n) {
    background-color: rgba(35, 116, 207, 0.4);
    color:#000;
}

.value  td {

font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    font-family: 'Yrsa', serif;
}


.value .inline {
display:inline-block;	
}


.value .btn-change1 {
    padding: 3px 12px;
    background: #1487ec;
    margin: 20px;
    font-size: 15px;
    /* float: left; */
    display:inline-block;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #31708f inset, 0px 0px 0 0 #31708f inset;
}
.value .btn-change1 a {
   
color:#fff;

}

.value .btn-change1 a:hover {
   
color:#fff;
text-decoration:none;

}

/*----------------Contact Page css--------------*/

.contact h1 {
    color: #2374cf;
    font-size: 32px;
    line-height: 25px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}

.top-content { padding: 120px 0 130px 0; }

.top-content .text { padding-top: 120px; color: #fff; }
.top-content .text h1 { color: #fff; }

.top-content .description { margin: 20px 0 30px 0; }
.top-content .description p { opacity: 0.8; }


.r-form-1-top {
	overflow: hidden; padding: 0 25px 15px 25px; background: #444; background: rgba(0, 0, 0, 0.35); text-align: left;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}
.r-form-1-top-left { float: left; width: 75%; padding-top: 25px; }
.r-form-1-top-left h3 { margin-top: 0; color: #fff; }
.r-form-1-top-left p { opacity: 0.8; color: #fff; }
.r-form-1-top-right { float: left; width: 25%; padding-top: 5px; font-size: 66px; color: #fff; line-height: 100px; text-align: right; opacity: 0.3; }
.r-form-1-bottom {
	padding: 25px; background: #444; background: rgba(0, 0, 0, 0.3); text-align: left;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	MARGIN-BOTTOM: 27PX;
}

.contact-form .form-control {
   
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.contact-form select {
    color: #999 !important;
    height: 34px!important;
    padding: 6px !important;
    font-size: 12px !important;
}

.contact-sec i {
    margin: 0px 3px;
    color: #1686ef;
    margin-left: -21px;
}
.contact-sec p {
    text-indent: 7px;
	margin:10px 0px;	
}
.contact-sec {
	margin-left:15px;
}

/*footer*/

.footer1 {
 background:url(../images/footer1_bg.jpg);
 background-size:cover;
 background-repeat:no-repeat;
 padding:20px 0;
 border-top:2px solid #1487ec;
}
.widget h2 {
 color: #fff;
 cursor:pointer;  
 font-size:18px;
 font-weight:bold;
 font-family:'Vollkorn', serif;
 padding-bottom:5px;
}
.footer1 p{
	color: #fff;
	font-size:16px;
	font-weight:200;
	line-height:25px;
	font-family: 'Yrsa', serif;
}
.widget_content ul{
	list-style-type:none;
	text-decoration:none;
}
.widget_content li a{
	text-align:justify;
	font-size:15px;
	color:#fff;
	font-weight:200;
	line-height:25px;
	font-family: 'Yrsa', serif;
}
.widget_content li a{
	list-style-type:none;
	text-decoration:none;
}
.footer-bottom {
    background: #000000;
    padding: 10px;
    border-top: 1px solid #000;
    font-size: 13px;
    color: #fff;
}
.footer_bottom_link a{
	color:#fff;
}
.footer_bottom_link a:hover{
	list-style-type:none;
	text-decoration:none;
}

/*footer-bottom*/

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     background:none;
	 margin-top:-10px;
	 color:#fff;
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 .footer-bottom p{
	 font-size:13px;
	 text-align:center;
 }
 #social-fb {
     color: #fff;
 }
 #social-tw {
     color: #fff;
 }
 #social-gp {
     color: #fff;
 }
 #social-em {
     color: #fff;
 }

 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }




/*footer-bottom*/






  
@media only screen and (max-width: 479px) {    
     .widget_content{
        display:none;
    }
    .active .widget_content{
    	display:inline;	
    }
    .widget h2 { 
        border-bottom:1px solid #ddd;
    }   
    .widget h2:after {
        content:"\203A";
        color:white;
        width:20px;
        height:20px;
        background:#999;
        display:inline-block;
        text-align:center;
        float:right;
    }
    .widget h2:after {
        content:"\2039";    
        background:#ccc;
    }
}

/*footer*/
/*contact in welcome section*/



.welcome .panel  {
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
background: #1487ec;
}


/*property for the HTML input placeholder*/
.welcome input:focus::-webkit-input-placeholder { color:transparent; }
.welcome input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.welcome input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.welcome input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.welcome input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.welcome textarea:focus::-webkit-input-placeholder { color:transparent; font-size:13px;}
.welcome textarea:focus:-moz-placeholder { color:transparent;font-size:13px; } /* FF 4-18 */
.welcome textarea:focus::-moz-placeholder { color:transparent;font-size:13px; } /* FF 19+ */
.welcome textarea:focus::-moz-placeholder { color:transparent;font-size:13px; } /* FF 19+ */
.welcome textarea:focus:-ms-input-placeholder { color:transparent;font-size:13px; } /* IE 10+ */

/*property for reset button*/
.welcome button[type="reset"]    {
    background-color:#fff;
    border:1px solid black;
}
.welcome .btn-info {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.welcome .btn-info:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

/*Glyphicon color*/
.welcome .blue   {
    color: #009edf;
}



















.main{
 	margin:50px 15px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

hr{
	width: 10%;
	color: #fff;
}

.form-group{
	margin-bottom: 15px;
}

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
#button {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 3px 5px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}
.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 400px;
    padding: 10px 40px;
	background:#009edf;
	    color: #FFF;
    text-shadow: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}
span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}


/*contact in welcome section*/
/*welcome section*/
/*services*/
.service-button{
	margin-top:15px;
}
.services .btn-change1 {
	padding: 3px 12px;
    background: #1487ec;
    margin: 20px;
    font-size: 15px;
    /* float: left; */
    display: table;
    margin: 0 auto;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #31708f inset, 0px 0px 0 0 #31708f inset;
}
.services .btn-change1:hover {
    -webkit-box-shadow: 75px 0px 0 0 #31708f inset, -75px 0px 0 0 #31708f inset;
}
.box {
  -webkit-box-shadow: -2px 1px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -2px 1px 14px 0px rgba(0,0,0,0.75);
  box-shadow: -2px 1px 14px 0px rgba(0,0,0,0.75);
  background:rgba(5, 99, 181, 0.71);
  transition:all 0.2s ease;
  border:3px dotted #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}
.box h2{ 
color:#fff;
}
.box:hover {
  border:2px solid rgba(2, 50, 90, 0.74);
  background:rgba(2, 50, 90, 0.74);
}

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

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#fff;
  text-transform:none;
}
.services h1{
    color: #2374cf;
    font-size: 32px;
    text-align: center;
    line-height: 25px;
	font-family:'Vollkorn', serif;
	font-weight:400;
}
.services{
	padding:30px;
}
.services .btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}




/*services*/


/*------------------about Page Css-------------------*/


.vm{
	margin-bottom:25px;
}
.about h2 {
    color: #2374cf;
    font-size: 24px;
    line-height: 25px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}
.about p {
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    font-family: 'Yrsa', serif;
}

/*.services i {
font-size:12px;
vertical-align: middle;	
}*/

/*------------------/about Page Css-------------------*/

/*------------------service Page Css-------------------*/

.service1{
	margin-top:15px;
	margin-bottom:10px;
}

/*------------------service Page Css-------------------*/

/*------------------Product Page Css-------------------*/
.products img {
margin:10px 0px;	
}

/*------------------/Product Page Css-------------------*/







/*------------------Contact Page Css-------------------*/
@media screen and (max-width:992px) {
	.about {
	text-align:center;
	margin:0 auto;	
	}
	/*.map {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}*/
.navbar-nav li a {
    margin: 0px 5px;
    padding: 32px 5px;
    font-size: 15px;
    color: #777777;
}
.welcome h1{
	font-size:24px;
}
.services h1{
	font-size:24px;
}
.main-center {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 13px;
    background: #009edf;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
}
@media screen and (max-width:768px) {
	
	.welcome h1 {
    color: #2374cf;
    font-size: 21px;
    text-align: center;
    line-height: 25px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}
.services h1{
    color: #2374cf;
    font-size: 21px;
    text-align: center;
    line-height: 25px;
	font-family:'Vollkorn', serif;
	font-weight:400;
}	
	
	
	.widget h2 {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Vollkorn', serif;
    padding-bottom: 5px;
}
	.carousel-control.right span {
    display:none;
}
.carousel-control.left span {
    display:none;
}
	
	
	/*.carousel .carousel-control {
    top: 21%;
     }*/
	.navbar-nav {
	float:none;	
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#1487ec;
}
.hvr-bounce-to-bottom {
	margin:0px;
	padding:0px;
}

.welcome-image{
	display:table;
	margin:0 auto;
}
.image-wel{
	margin-top:15px;
}
.navbar-nav {
    z-index: 2;
    float: none;
    background: #fff;
}
    .navbar-toggle{
		background:#1487ec;
		border:1px solid #1487ec;
		margin-top:25px;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
	.navbar-nav li a {
	text-align:center;
    margin: 0px 5px;
    padding: 6px 10px;
    font-size: 12px;
}
/*.map {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}*/
section {
    padding:20px 0px 0px 0px;
}
h1 {
font-size:23px;	
}
h2 {
font-size:20px;	
}
h3 {
    font-size: 17px;
    
}
.products img {
    margin:0 auto;
	text-align:center;
	margin-top:10px;
}
}
@media screen and (max-width:480px) {
	section {
    padding: 14px 0px 0px 0px;
}
	.form-control {
    display:block;
    float:none;
    width: 100%;
	}
	.welcome h1 {
    color: #2374cf;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}
	.services h1{
    color: #2374cf;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
	font-family:'Vollkorn', serif;
	font-weight:400;
}	
}

@media screen and (max-width:350px) {
	/*.carousel .carousel-control {
    top: -3%;
     }*/
	 
	 .welcome h1 {
    color: #2374cf;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}
.services h1{
    color: #2374cf;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
	font-family:'Vollkorn', serif;
	font-weight:400;
}	
	 /*.map {
    width: 100%;
    height:220px;
    margin-top: 10px;
}*/
	.social .head {
	margin:0 auto;
	text-align:center;
	float:none;	
	}
	
	.btn {
	font-size:10px;
	padding: 8px 15px;
	margin-top:8px;	
	}
}