html {
	overflow-x:hidden;
}
a {
	color:#014279;
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover {
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
input:focus,textarea:focus{
	border:none;
	outline:none !important;
}

body {
	margin:0;
	padding:0;
	color:#04223e;
	font:13px Open Sans;
	background:#dbecf9
}



h1 {
	display:inline-block;
	width:100%;
	font-size:30px;
	margin:0 0 0;
	padding:0;
	text-transform:capitalize;
        text-align:center;
}

h2 {
	display:inline-block;
	font-size:24px;
	text-transform:capitalize;
	margin:0 0 15px;
	padding:0 0;
	width:100%;
        text-align:center;
}



h3 {
	display:inline-block;
	width:100%;
	font-size:22px;
	text-transform:capitalize;
	margin:0;
	padding:0 0;
        text-align:center;
}


h4 {
	display:inline-block;
	width:100%;
	font-size:18px;
	margin:0;
	padding:0 ;
}
h5 {
	display:inline-block;
	width:100%;
	font-size:16px;
	margin:0;
	padding:0 ;
	text-transform:capitalize
}
h2,h5{
	font-weight:normal;
}
ul, ol {
	margin:0 0 0 30px;
	padding:0;
}
.alignright {
	float:right;
	margin:12px 0 30px 30px;
}
.alignleft {
	float:left;
	margin:12px 30px 10px 0;
}
.padding-bottom {
	padding-bottom:80px;
}

.iphone {
	display:none;
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 0;
    color: #fff;
    padding-bottom: 10px;
}
#backToTop a {
    display: inline-block;
    padding: 5px  10px;
    color: #014279;
    background: #fff;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
	 text-decoration:none
}
#backToTop a:hover {
    background:#014279;
				color:#fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}


/*all site use css*/


.topone {
    float: left;
    width: 100%;
				background:#014279;
				padding:10px 0;
				color:#fff
}

.topone a{
   color:#fff;
	}
	
	
	.phone_num {
    float: left;
}

.address {
    float: right;
}

.menu_top {
    display: inline-block;
    width: 100%;
    text-align: center;
				background:#5dafeb;
				border-bottom:3px solid #dbecf9;
				border-top:3px solid #dbecf9;
  position:relative;
  z-index:99
}


.big_banner {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: -5px;
}

.big_banner > img {
    width: 100%;
}
.slider_text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.contact_no {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-shadow: 3px 3px 8px #ccc;
    margin-top: 10px;
}

.contact_no a {
    color: #fff;
}

.logo {
    float:left;
    width: 100%;
}

.slider_right_text {
    float: right;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    width: 80%;
    margin-top: 30px;
}


.list_li {
    display: inline-block;
    width: 100%;
    text-align: center;
				background:#5dafeb;
				border-bottom:3px solid #dbecf9;
				border-top:3px solid #dbecf9;
				padding:10px 0
}

.list_li ul {
    margin: 0;
}

.list_li li {
    display: inline-block;
    width: 9%;
    vertical-align: top;
    margin:0 10px
}

.list_li li .round_img {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #000;
    width: 90px;
    height: 90px;
					transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.list_li li .round_img img {
    width: 100%;
}

.list_title {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 10px;
					transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	font-size:17px
}

.list_li li:hover .round_img{
  border-color:#fff;
			transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
.list_li li:hover .list_title{
   color:#014279;
				transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.paralax {
    display: inline-block;
    background: url(../../images/paralx.jpg) no-repeat;
    background-attachment: fixed;
    padding: 50px 0;
				width:100%;
    background-size:cover;
}

.contact_form {
    display: inline-block;
    width: 100%;
    text-align: center;
				background:#5dafeb;
				border-bottom:3px solid #dbecf9;
				border-top:3px solid #dbecf9;
				padding:20px 0;
				color:#fff
}

.contact_form h1,.contact_form h5{
color:#fff;
}


.cont_li {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.cont_li ul {
    margin: 0;
}

.cont_li li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding-top: 28px;
    text-align: center;
}

.cont_li li:nth-child(3) {
    width: 100%;
}

.cont_li li span {
    display: inline-block;
    width: 100%;
    font-size: 26px;
				margin-top:5px;
}

.img_li {
    display: inline-block;
    width: 30%;
}

.textright {
    display: inline-block;
    width: 60%;
}

.repaet_field {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.repaet_field label {
    font-weight: 600;
    color: #04223e;
}

.repaet_field input {
    width: 96%;
    padding: 0 2%;
    border: 2px solid #054e88;
    height: 30px;
   -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.repaet_field textarea {
    width: 96%;
    padding: 0 2%;
    border: 2px solid #054e88;
    height: 80px;
   -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}


.contact_form input[type="submit"]{
     background:#054e88;
     color:#fff;
     float: left;
     border: 1px solid #fff;
     text-transform: capitalize;
     padding: 5px 30px;
     -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
     -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
     box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.contact_text {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    font-size: 29px;
}

.contact_text span {
    color: #f07818;
}

.contact_text strong {
    font-size: 33px;
}


.last_three {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.last_three ul {
    margin: 0;
    padding: 0;
}

.last_three li {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin: 0 25px;
}

.box_round {
    background: #000;
    display: block;
    border-radius: 20px;
}

.white_box {
    display: block;
    padding: 10px;
    background: #fff;
    min-height: 190px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
				color:#000
}

.black_box {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 21px;
}

.last_three li:nth-child(1) .white_box {
    padding-top: 50px;
    min-height: 152px;
    font-size: 19px;
}

.last_three li:nth-child(2) .white_box {
    padding: 20px 0;
    min-height: 120px;
}


#slider1{
	margin:0;
	padding:0;
}

.container-slider ul{
	margin:0;
	padding:0;
}
.container-slider li {
    width: 100%;
	display:inline-block
}
.container-slider{
	float:left;
	width:100%;
}

.mid_white {
    display: inline-block;
    padding: 34px 5%;
    background: rgba(255,255,255,.8);
    width: 90%;
    border-radius: 20px;
}

.mid_white h5 {
    font-weight: 600;
    font-style: italic;
}




.copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 12px 0 0;
    background: #014279;
    padding: 10px 0;
    color: #fff;
}
.copyright a {
    color: #0089d2;
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: none;
}


/*blog page css*/

.inner-page {
    float: left;
    width: 100%;
    margin: 60px 0 10px;
}

.blog-div {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.blog-img {
	float: left;
	width: 30%;
}
.blog-img img {
	width:90%;
	border:2px solid #fff
}
.blog-text {
	float: left;
	width:70%;
}
.blog-title{
	display:inline-block;
	width:100%;
	font-size:22px;
	color:#cccc33;
	text-transform:capitalize;
}

.blog-title a{
	color:#cccc33;
	text-decoration:none
}

.read-more {
	display: block;
	text-transform: capitalize;
	font-size:13px;
	margin-top:10px;
	color:#cccc33;
	text-decoration:none
}






 @media(max-width:1200px) {

#cssmenu > ul > li > a {
    padding: 10px 20px !important;
    font-size: 13px !important; 
}

}
