/*
*
* Write you own css.
*
*/
#imgs {
  display: block;
  padding: 0;
  width: 100%;
}

#imgs li {
  padding-right: 10px;
  display: inline-block;
 *display:inline;
}

.contact-header {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(../../../images/Contact.png);
    background-repeat:no-repeat;
    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    min-height: 70vh;
	}


.contact-header .flex-row .address .p-1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 15px;
    position: relative;
}
.contact-header .flex-row .address p, .contact-header .flex-row .address a {
    color: #fff !important;
}
.address p, .address a {
    margin: 0;
    margin-bottom: 0px;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #595959;
}

.contact-header .flex-row .address .p-4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 3px;
}







#our-team .team img {
	border:1px solid #ffc995;
	border-radius:8px;
	box-shadow:2px 0 5px #333333;
	
	text-align:center;
}
#our-team h4 {
    color: #7c7c7c;
	margin-bottom:10px;
	margin-top:10px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	
}

#our-team h2 {

text-align:center;
font-size:12px;
color: #606060;

}
.text-center {
    text-align: center;
}


.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width:20%;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #1481c0;
    padding:15px 10px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #636363;
	color:#fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
  
    width: 70%;
    border-left: none;
    height: 100%;
	text-align:center;
	
}

.boxs{

	width:80%;
	margin:3% auto;
	border:1px solid #f8395e;
	border-bottom:15px solid #f8395e;
	padding:3%;
	box-shadow:0 5px 10px;}
	
.back{
	background-color:#fff;
	padding:1.5%;
	border-redious:5px;
	}
	
.back h4{
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:18px;
		margin:0;
		padding:0;
		color:#45ace7;}
		
.back h3{
		font-family:"Raleway", sans-serif;
		font-size:26px;
		margin:0;
		padding:0;
		color:#45ace7;
		}
		
@media only screen and ( max-width:450px){
	.boxs{
	width:90%;
	margin:3% auto;
	border:1px solid #f8395e;
	border-bottom:15px solid #f8395e;
	padding:2%;
	box-shadow:0 5px 10px;}
	
.back{
	background-color:#fff;
	padding:1.5%;
	border-redious:5px;
	}
	
.back h4{
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:14px;
		margin:0;
		padding:0;
		color:#45ace7;}
		
.back h3{
		font-family:"Raleway", sans-serif;
		font-size:18px;
		margin:0;
		padding:0;
		color:#45ace7;}
	}


.headline{
	color:#0681ca;
	font-size:24px;
	font-weight:700;
}

.headline1{
	text-transform:uppercase;
	color:#0681ca;
	font-size:24px;
	font-weight:700;
}



.headline2{
	text-transform:uppercase;
	color:#46ace7;
	font-size:18px;
	}

.headline3{
	text-transform:uppercase;
	color:#46ace7;
	font-size:24px;
	font-weight:700;
}

.headline4{
	text-transform:uppercase;
	color:#46ace7;
	font-size:14px;
}

.box2{
	 background-color:#FFF;
     margin-top:20px; 
     text-align:center; 
     margin-bottom:20px;
     border:1px solid #46ace7;
	 border-bottom: 12px solid #46ace7;
	 width:99%;
     float:left; 
     margin-right:1%;
     border-radius:15px; 
 }

.box3{
	 background-color:#FFF;
     margin-top:20px;
	 padding:20px; 
     text-align:center; 
     margin-bottom:20px;
    
	 border-bottom: 12px solid #46ace7;
	 width:99%;
     float:left; 
     margin-right:1%;
     border-radius:15px; 
 }

.box1  {
	background-color:#f0eeee;
	border:2px solid #46ace7;
	border-bottom: 12px solid #46ace7;
	color:#333;
	padding:20px;
	border-radius:15px;
	
 }
.table1 {
	background-color:#FFF;
	border:2px solid #46ace7;
	border-bottom: 12px solid #46ace7;
	color:#333;
	padding:20px;
	box-shadow:8px 5px 10px #ccc; padding:6px;
 } 
 

 

 .b1  {
	 margin-left:70px;
	 margin-right:70px;
	 margin-top:30px;
	
 }
 
 
.read-more-btn {
	  color:#000;
	 font-size:12px;
	 margin-top:10px;
	 max-width:80px;
	 max-height:40px;
	 
	
}

.icon1{ 
       font-size:24px;
}

.line{ 
     border-bottom: 3px solid #46ace7;
	 padding:5px;
}


.line1{
	height:20px;
	margin-bottom:30px;
}

.list li{
	text-align:justify;
}

.mar{
	height:20px;
}

.mar1{
	height:208px;
}

.mar2{
	height:10px;
}

.mar3{
	padding-bottom:12%;
}



.mar5{
	height:208px;
}

.center-part1  {
	 background-color:#FFF;
     margin-top:20px;	
     margin-bottom:20px;
     border:2px solid #46ace7;
	 border-bottom: 12px solid #46ace7;
	 display:inline-block;
	 width:90%;
	 margin-left:5%; 
     border-radius:6px; 
     box-shadow:8px 5px 10px #ccc; padding:6px;
	
}

.box{
	 background-color:#FFF;
     margin-top:20px; 
     text-align:center; 
     margin-bottom:20px;
	 border:2px solid #46ace7;    
	 width:99%;
     float:left; 
     margin-right:1%;
   
 }
 
.widget-title{
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:500;
	color:#FFF;
	background-color:#46ace7;
	font-size:24px; 
	padding:10px;
}

.date1{
	background-color:#46ace7;
	border-left:5px solid #46ace7;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	padding:10px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	width:65%;	
}

.date3{
	background-color:#46ace7;
	border-left:5px solid #46ace7;
	margin-top:20px;
	margin-left:8%;
	margin-bottom:20px;
	padding:10px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	width:80%;	
}

.widget-title1{
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:500;
	color:#FFF;
	background-color:#46ace7;
	font-size:34px; 
	padding:10px;
}

.date2{
	background-color:#46ace7;
	border-left:5px solid #46ace7;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	width:30%;
		
}
.img{
	margin-bottom:30px;
}

.t1{
	margin-bottom:30px;
}


.images-more-btn{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#46ace7;
	border-radius:10px;
	padding:10px;
	margin-bottom:10px;
}

.read-more-btn{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#46ace7;
	border-radius:10px;
	padding:10px;
	margin-bottom:10px;
}


.rpwwt-post-excerpt{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	
}


.box3{
	 background-color:#FFF;
     margin-top:20px; 
     text-align:center; 
     margin-bottom:20px;
	 padding:20px;
	 
	 width:99%;
     float:left; 
     margin-right:1%;
   
 }

.name{
	float:right;

	margin-top:20px;
}

.boxx{
	margin-top:20px;
	margin-left:15%;
	width:99%;
}

.box4{
	 background-color:#FFF;
     margin-top:20px; 
     text-align:center; 
     margin-bottom:20px;
	 border:2px solid #46ace7;    
	 width:90%;
	 padding:20px;
     border-bottom: 12px solid #46ace7;
	 border-radius:15px; 
    
   
 }
 

/* ----- Registration Form ----- */


.register form {
    padding: 20px 50px 40px 50px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align:left;
	 border:1px solid #46ace7;

	
	}

.register form h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    background: url(../img/pencil.png) 70px 6px no-repeat;
    border-bottom: 2px dotted #bbb;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.register form input {
    width: 95%;
    height: 30px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
}

.register form input:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register form label {
    margin: 7px 0 10px 5px;
    font-size: 16px;
    text-align: left;
}

.register form label span {
    font-style: italic;
}

.register form input:-moz-placeholder { color: #aaa; }
.register form input:-ms-input-placeholder { color: #aaa; }
.register form input::-webkit-input-placeholder { color: #aaa; }

.register form button {
    cursor: pointer;
    width: 60%;
    height: 42px;
    margin-top: 25px;
    padding: 0;
    background: #46ace7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.register form button:hover {
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.register form button:active {
    -moz-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
}


/* ----- Media queries ----- */

@media (max-width: 1200px) {

    .register form h2 { background: url(../img/pencil.png) 20px 6px no-repeat; }

}

@media (min-width: 768px) and (max-width: 979px) {

    .register form h2 { background: none; }

}

@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo, .links { text-align: center; }

    .links { padding-bottom: 5px; }

    .logo h1 { padding-left: 0; }

    .links a.home { margin-left: 0; }

    .links a.blog { margin-right: 0; }

    .register-container { padding-left: 20px; padding-right: 20px; }

    .register form h2 { background: none; }

    .iphone img { display: none; }

}

@media (max-width: 480px) {

    .register form button { width: 97%;}
	.box1{margin-bottom:20px;}
	.date2{width:80%;}
	.n{margin-left:0 auto;}
	.m{margin-left:0 auto;}
	.headline3{ font-size:18px; text-align:justify; margin:0 auto;}
	.b1{margin-left:10px; margin-right:10px;}
	.table1{ width:200px;}
	.tab{width:90%; margin:10px;}
	.t{font-size:20px;}
}

