@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');



/* var text-decoration */
/*--
	Common Css
--*/
body {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
h3 {
  font-size: 18px;
  font-weight:normal;
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-size: 33px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color:#FFF;
}
h5 {
  font-size: 23px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.gold{
	color:#d09e57;
	font-weight:bold;
}
.italic{
	font-style:italic;
}
p {
  font-size: 15px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

/*--
	Header Start 
--*/
header {
  padding: 0 0 20px 0;
  z-index:2147483647;
  font-family: 'Open Sans', sans-serif;
}

header .navbar-brand {
  z-index:2147483647;
}
header .navbar {
	
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  margin-top:120px;
  margin-bottom:0px;
  padding-left:360px;
}
header .navbar-default .navbar-nav li {
  color: #717174;
  font-family: 'Open Sans', sans-serif;
  margin: 0px 0px;
  font-size: 23px;
  font-weight:600;
}
header .navbar-default .navbar-nav li a {
  color: #717174;
  font-family: 'Open Sans', sans-serif;
  margin: 0px 0px;
  font-size: 23px;
  font-weight:600;
}

header .navbar-default .navbar-nav li a:hover{
  color: #717174;
}

/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/

/*--
	wrapper Start 
--*/
#intro img{
	width: 100%;
	height: auto;
	
}

#title{
	background-color:#1c3855;
	width:100%;
	padding-top:3%;
	padding-bottom:3%;
	font-size:43px;
	color:#ffd71c;
	font-weight:800;
	text-align:left;
}
#main{
    
}
#main .img{
	width:100%;
	height:auto;
	margin-top:15px;
    
}
#main .title2{
	background-color:#ee2d24;
	color:#FFF;
	padding:5px;
	margin-top:40px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	border-radius:15px;
	-webkit-border-radius: 15px;   /* Firefox 1-3.6 */  
	-moz-border-radius: 15px;     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ 
}
#main .abouttext{
	font-size:16px;
	color:#000;
	padding-left:5%;
}
#main .abouttext p{
	line-height:22px;
	
}
#main .abouttext h2{
	text-transform:uppercase;
	font-size:22px;
	color:#0853a9;
	font-weight:bold;
	font-family: 'Prompt', sans-serif;
}
#main .abouttext ul{
	margin-top:40px;
	font-size:15px;
	color:#fff;
	list-style:inside;
}
#main .abouttext ul li{
	text-align:left;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
#main .servicebox{
	padding:5px 20px 5px 20px;
	margin:10px;
	font-size:16px;
	font-family: 'Prompt', sans-serif;
	border: #0853a9 solid 2px;
	border-radius:15px;
	-webkit-border-radius: 15px;   /* Firefox 1-3.6 */  
	-moz-border-radius: 15px;     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ 
}
#main .servicebox h2{
	text-transform:uppercase;
	font-size:22px;
	color:#0853a9;
	font-weight:bold;
	font-family: 'Prompt', sans-serif;
}
#main .servicebox ul{
	font-size:16px;
	color:#000;
	list-style:outside;
	margin-left:10px;
}
#main .servicebox a{
	font-size:16px;
	color:#000;
}
#main .servicebox ul li{
	text-align:left;
	font-size:16px;
	color:#000;
}
#main .right{
	text-align:center;
	color:#1c3855;
	font-size:16px;
	font-weight:600;
	font-family: 'Prompt', sans-serif;
}
#main .right .read{
	width:100%;
	color:#FFF;
	margin-bottom:20%;
	font-size:20px;
	font-weight:600;
	font-family: 'Prompt', sans-serif;
	background-color:#0853a9;
	border-radius:8px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-border-radius: 8px;   /* Firefox 1-3.6 */  
	-moz-border-radius: 8px;     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ 
}
#main .right .read:hover{
	color:#ffd71c;
	background-color:#1c3855;
}	
#main .aboutimage{
	margin-top:0px;
}
#main .formstext{
	margin-top:40px;
	font-size:17px;
	line-height:19px;
	color:#33251f;
}
#main .formstext p{
	font-size:17px;
	line-height:22px;
	color:#fff;
}
#main .formstext p ol{
	margin-top:40px;
	font-size:15px;
	color:#fff;
	list-style:outside;
}
#main .formstext ol li{
	text-align:left;
	font-size:15px;
	color:#fff;
	font-weight:normal;
}
#main .formstext a{
	color:#FFF;
}
#main .formstext a:hover{
	color:#ee2d24
}
#main .download{
	margin-top:40px;
	margin-bottom:60px;
	border: #ee2d24 solid 1px; 
	padding:10px;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:15px;
	-webkit-border-radius: 15px;   /* Firefox 1-3.6 */  
	-moz-border-radius: 15px;     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ 
}
#main .download:hover{
	opacity:.5;
}
#main .download p{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	margin-top:40px;
}
#main .title3 {
	margin-top:20px;
	color:#fff;
	padding:10px;
	text-align:center;
	border:#ee2d24 solid 2px;
	border-radius:15px;
	-webkit-border-radius: 15px;   /* Firefox 1-3.6 */  
	-moz-border-radius: 15px;     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ 
}
#main .title3 a{
	color:#ee2d24;
	text-decoration:none;
}
#main .title3 a:hover{
	color:#FFF;
}
#main .title3 .italic{
	font-style:italic;
	font-size:17px;
	font-weight:bold;
}
#main .title4 {
	margin-top:20px;
	color:#fff;
	background-color:#33251f;
	padding:10px;
	text-align:center;
	border-radius:15px;
	-webkit-border-radius: 15px;   /* Firefox 1-3.6 */  
	-moz-border-radius: 15px;     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ 
}
#main .title3 .row1{
	width:80%;
	padding-left:10%
}
#main .title3 .row2{
	width:23%;
}
#main .title4 a{
	color:#ee2d24;
	text-decoration:none;
}
#main .title4 a:hover{
	text-decoration:underline;
}

/*--
	service Start 
--*/
#service {
  text-align: center;
  padding: 0px 0;
}
#service .item img{
  padding-bottom: 10px;
  width:100%;
  height:auto;
}

/*--
	call-to-action Start 
--*/
#call-to-action {
  background-color:#d09e57;
  padding: 20px 0px;
  position: relative;
  text-align: center;
  color: #000;
}

#call-to-action h2 {
  font-size: 46px;
  font-weight: 100;
  font-family: 'Oswald', sans-serif;
}
#call-to-action h2 a{
	color:#000;
}
#call-to-action h2 a:hover{
	color:#FFF;
}
.bold {
	font-weight:bold;
	font-style:normal;
}
.blueitalic{
	font-weight:bold;
	color:#00729d;
	font-style:italic;
	font-size:16px;
}
#call-to-action p {
  font-size: 14px;
  line-height: 1.6;
}
#call-to-action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
#mainpic img{
	width:100%;
	height:auto;
	margin-top:2%;
}

/*---------------------------------------------
					Work Start 
-----------------------------------------------*/




/*--
	contact-form Start 
--*/
#contact-form {
  padding-top: 20px;
  padding-bottom: 35px;
  color:#000;
  font-family: 'Prompt', sans-serif;
}
#contact-form h3{
  font-size:22px;
  font-weight:600;
  color:#0853a9;
  font-family: 'Prompt', sans-serif;
}
#contact-form .block form .form-group {
  padding-bottom: 15px;
  margin: 0px;
  color:#717174;
  font-size:16px;
  font-weight:600;
}
#contact-form .block form .form-group .form-control {
  background: #FFF;
  height: 33px;
  border: 1px solid #005e99;
  color:#000;
  box-shadow: none;
  width: 100%;
}
#contact-form .block form .form-group .label{
  margin: 0px;
  padding:0;
  padding-bottom: 15px;
  color:#1c3855;
  font-size:16px;
  font-weight:normal;
}
#contact-form .block button {
  width: 20%;
  height: 38px;
  background: #1c3855;
  border: none;
  color: #ffd71c;
  font-size: 20px;
  font-weight:bold;
  margin-left:80%;
}
#contact-form .block button:hover {
  background: #0853a9;
  color: #FFF;
}
.red{
	color:#F00;
}
/*--
	wrapper-contact Start 
--*/
.address-block li {
  margin-bottom: 20px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
.social-icons {
  margin-top: 40px;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
}
.social-icons a {
  display: inline-block;
}
.social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}
.google-map {
  position: relative;
}
.google-map #map {
  width: 100%;
  height: 300px;
}
#contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
}
#contact-box .block img {
  width: 100%;
}
#contact-box .block h2 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Droid Serif', serif;
  font-size: 28px;
  padding-bottom: 30px;
}
#contact-box .block p {
  color: #5C5C5C;
  display: block;
}
/*--
	features-contact Start 
--*/

/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/
/*--------- Heading------------*/

/*---------------------------*/
/*--
	footer Start 
--*/
footer {
 font-family: 'Prompt', sans-serif;
 margin-top:8px;
}
footer .container {
	padding:2%;
	background-color:#fff8d6;
	 border-radius:8px;
	-webkit-border-radius: 8px;   /* Firefox 1-3.6 */  
	-moz-border-radius: 8px;     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ 
}
footer p {
	text-align:center;
  font-size: 12px;
  color: #000;
}
footer a {
  color:#717174;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul li a {
  color: #FFF;
}
footer .footer-manu ul li a:hover {
  color: #d09e57;
}
