/*
=========================================
DPSschool - html Template
Version: 1.0 (Initial Release)
========================================= */
/**
 * Table of Contents:
 *
 *
 *
 * 0 - COLOR CHANGES
 * 1 - VARIABLES
 * 2 - GLOBAL STYLES           
 * 3 - TOP BAR       
 * 4 - HEADER
 * 5 - MAIN MENU 
 * 6 - ABOUT US  
 * 7 - SERVICES 
 * 8 - OUR TEAM
 * 9 - LATEST NEWS
 * 10 - FOOTER
 * 11- ABOUT US PAGE
 * 12- SERVICE PAGE
 * 13- GALLERY PAGE
 * 14- PORTFOLIO  
 * 15- Our TEAM PAGE
 * 16- LATEST News PAGE
 * 17- CONTACT US PAGE
 * 
 *
 
/*---------------------------------------
   1 VARIABLES           
-----------------------------------------*/
/* Violet color scheme
@color-background-1: #fff;
@color-background-2: #f1f3f9;

@color-primary-1: #5266b2;
@color-primary-2: #2dc4ff;

@color-child-1: #45579d;
@color-child-2: #997ee6;
@color-child-3: #5266b2;
@color-child-4: #34437a;
@color-child-5: #2dc4ff;
@color-child-6: #997ee6;

@color-grey-1: #acb8bc;
@color-grey-2: #e4edee;
@color-grey-3: #becacf;

@font-color-primary: #455f68;
@font-color-primary-1: #233a46;
@font-color-primary-2: #4c7284;
*/
/* Red color scheme
@color-background-1: #fff;
@color-background-2: #f1f8f9;

@color-primary-1: #ed503f;
@color-primary-2: #ffae13;

@color-child-1: #901306;
@color-child-2: #ff9c00;
@color-child-3: #ed503f;
@color-child-4: #cb3327;
@color-child-5: #ff9c00;
@color-child-6: #f26c5d;

@color-grey-1: #acb8bc;
@color-grey-2: #e4edee;
@color-grey-3: #becacf;

@font-color-primary: #455f68;
@font-color-primary-1: #233a46;
@font-color-primary-2: #4c7284;
*/
/* Green color scheme
@color-background-1: #fff;
@color-background-2: #f8f8f8;

@color-primary-1: #36cf43;
@color-primary-2: #a5e200;

@color-child-1: #058010;
@color-child-2: #42df50;
@color-child-3: #37cd44;
@color-child-4: #24b731;
@color-child-5: #61ed6d;
@color-child-6: #42df50;

@color-grey-1: #acb8bc;
@color-grey-2: #e4edee;
@color-grey-3: #becacf;

@font-color-primary: #455f68;
@font-color-primary-1: #233a46;
@font-color-primary-2: #4c7284;
*/

/*---------------------------------------
		CHANGE COLOR
---------------------------------------*/
  /*----color change---*/
  /*----color change---*/
.wp-side-menu {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10001;
}
.wp-side-menu-item {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    transition: 400ms all linear;
    margin: 1px;
    padding: 22px 9px;
}
.wp-side-menu-item {
	width: 165px !important;
    right: 0px !important;
    background: #ea211c!important;
    color: #ffffff;
    font-size: 13px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: 4px solid #ffffff;
    font-weight: 600;
}
.wp-side-menu a:hover{
	color:#fff;
	text-decoration:none!important;
}
.bg-top-header {
    background-color: #cc0606;
}
.img-BORDER img { 
	border: 3px solid #cc0606;
    outline: 10px solid #412318;
	
}
.btn{
    color: #fff;
    background-color:#0074b9;
    border-color: #0074b9;
}
.btn:hover {
	color: #fff;
    background-color: #0074b9;
    border-color: #0074b9;
}


.title {
	color: #000;
}
.title-ser {
	color: #000;
}

span{
	color: #fff;
}
.icon-colorSET {
	color: #196db3;
    border:0.5px solid #dfe1e2;
}
.icon-colorSET  li a i{
    color: #196db3;
}
.icon-colorSET  li a i:hover{
    color:#196db3;
}
.bg-team-info:before {
	background:#000;
}
.form-bg {
    background: #4f3061;
	color:#fff;
}

.bg-counter:before {
    background: linear-gradient(to top,#efe7e7,#f9f9f9,#e2dfd0);
}
.testimonial-title  small{ 
	color: #facd00;
}

.set-checkBOX {
    background: #facd00;
    border: 1px solid #facd00;
}
.SET-form-group label  { 
	color:#fff; 
}



.set-port-ACTIVE:active{
   background-color:#facd00;
   color:#fff;
}

/*---------------------------------------
   2 GLOBAL STYLES           
-----------------------------------------*/

body {
	background-color: #FFF;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

body a {
	outline: none !important;
}

li {
	line-height: 24px;
}
h2{
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
h3{
	font-size: 27px;
    color: #474545;
    font-weight: bold;
}
p{
    font-size: 15px;
    line-height: 25px;
}
 h4 {
    font-size: 25px;
	line-height: 25px;
}

 h5 { 
	font-size: 25px;
	line-height: 25px;
	color: #facd00;
}
a{
	color:#26a5d3;
}
 a:hover,a:focus{
	text-decoration:none;
	color:#26a5d3;
}
.title {
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.section-heading{
	padding:20px 0px;
	text-align:center;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
	background-image: none;
    background-image: none;
}
.bg-section {
	background: #f3f0f0;
	padding:50px 0px;
    color: #000;
}
p{
	text-align:justify;
}
/*---------------------------------------
   3 TOP BAR           
-----------------------------------------*/
/*.social-top li{
	float:left;
	padding:14px 0px 0px 15px;
}
.social-top li a {
	color:#196db3;
	padding:3px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.social-top li a:hover{
	color:#000;
	background:#fff;
	padding:5px 7px;
	border-radius:4px;
}*/
.quick-call a{
	color:#fff;
	font-size: 16px;
}
.quick-email a{
	color:#fff;
	font-size: 16px;
}
.quick-email i{
    margin-right: 10px;
    border: 1px solid white;
    padding: 7px;
    background: #fff;
}
.quick-call {
	float: left;
    padding: 15px 10px 0px;
    color: #b31919;
	list-style: none;
}
.quick-call i{
    margin-right: 10px;
    border: 1px solid white;
    padding: 7px;
    background: #fff;
}
.quick-email{
	float: left;
    padding: 15px 10px 0px;
    color:#b31919;
	margin-left:10px;
	list-style: none;
}
/*slider*/
.rev_slider_wrapper{
    height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    overflow:none!important;
    width: 100%!important;
    left:0px!important;
    background: #00000;
}
/*---------------------------------------
   5 MAIN MENU HEADER          
-----------------------------------------*/

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397') 50% 50% no-repeat rgb(249,249,249);
}

.mainHeader{
	background: white;
    height: 170px;
}
.mainHeader {
	background-image: linear-gradient(to right, #0096d2 , #0096d2a6),url(./images/about.jpg);
    background-size: 100% 100%;
    background-color: #eee;
}

.common-bg{
	padding: 0 41px;
}
.header {
    background:linear-gradient(to right, #0096d2 , #1889aee0);
    color: #f1f1f1;
    z-index: 9999999;
    padding: 0 40px;
   
}
.ABout-txt a{
	background: #085aab;
    border: 1px solid #eee;
    padding: 9px 20px;
    color: #fff;
}
.mainMENUset {
	background:#085aab;
    margin-bottom:-2px;
	margin-top:-1px;
}
.MENUcenter {
	width: 95%;
    margin: 0 auto;
}

.setLOGO>img {
    display: block;
    width:100%;
	z-index: 9999999;
    position: relative;
}
.set-border-mainHeader a i{
	font-size:25px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
.navbar {
    margin-bottom: 0px!important;
}

.navbar-nav>li>a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Merriweather', serif;
    background: transparent;
	background: url(images/divider.jpg) no-repeat scroll right 17px rgba(0, 0, 0, 0);
}

.nav .set-border-mainHeader a{
    text-decoration: none;
    background-color: #0074b9;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #085aab;
}
.nav>li>a:focus{
	background-color: #085aab!important;
}
.navbar-toggle {
	border: 1px solid #000;
    background: #ffff;
}
.navbar-toggle .icon-bar {
    background: #000;
}
.top-header-inner{
	margin-top: 30px;
}
/*--dropdown menu--*/
.dropbtn {
  background-color:#fff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #0074b9;
}

.set-img p {
	color:#000;
    font-weight: bold;
    font-size: 49px;
	margin-top:25px;
}
.newsrotate {
	background:#196db3;
	padding:5px 0px;
}

/*---------------------------------------
   6 ABOUT US       
-----------------------------------------*/
.abt-pic img{
	width:100%;
	margin-top:15px;
}
.abt-pg-pic img{
	width:100%;
	margin-top:15px;
	border: 5px solid #facd00;
}
.section-mainPart {
	background-image:url(./images/);
}
/*---------------------------------------
  mission-vission   
-----------------------------------------*/
.mission-vission {
	margin:20px 0px;
	box-shadow:0px 0px 3px 1px #bfbfbfdd;
	background:#fff;
}
.MISS-title {
	background:#085aab;
}
.mission-vission h5{
	color:#fff;
	padding:7px;
	text-align:center;
	margin:0px 0px 10px;
}

.MISS-text {
	text-align:justify;
	padding:15px;
}
.mission-img img{
	width:100%;
    outline: 10px solid #412318;
	height: 210px;
}
/*---------------------------------------
   principle messeges  
-----------------------------------------*/
.section-set {
	padding:50px 0px;
}
.headTitle{
	background: #085aab;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.headBox{
	border: 1px solid #eee;
    background: #fff;
    height: 300px;
    padding: 11px;
}
.message-box{
	width:65%;
	float:left;
	padding:0px 15px;
}
.message-box a {
	color: #085aab;
}
.message-box-img img{
	width: 35%;
    float: left;
    background: #fff;
    padding: 3px;
    border: 1px solid #eee;
}
.message-box h3{
	color: #085aab;
}
.messageIMG img{
	width:100%;
}
.MENUcenter:last-child li a{

}
/*---------------------------------------
   Latest news
-----------------------------------------*/

/* ===================================================================
 LATEST NEWS
 * ------------------------------------------------------------------- */
.news-set{
	background: #C68D4A;
    color: #fff;
    box-shadow:1px 2px 5px #C68D4A;
}
.setdatanews{
	padding: 18px !important;
    border: 1px solid #eee;
    box-shadow: 0px 0px 6px 1px #eee;
}
.setdatanews p{
	color:#484444;
}
.news-set{
	outline: 6px solid #eedf9e;
}
.setdatanews h3{
	margin-top: 5px;
    background: #085aab;
    text-align: center;
    padding: 10px;
	color:#fff;
}
#set-bg{
	background: #c68d4a;
}
#set-bg h1{
	color:#fff;
}
.icon-img-abt {
	background: #c68d4a;
}
.icon-img-abt span{
	color:#fff;
}
.abt-icon {
	padding:5px !important;
	margin:0px!important;
}
/*---------------------------------------
   7 Facilities      
-----------------------------------------*/
.service-section {
    background: #f3f0f0;
    margin: 30px 0px;
    color: #000;
}
.section-mainPart {
	padding:30px 0px 50px;
}
.serviceBox{
    font-family: 'K2D', sans-serif;
    text-align: center;
    padding: 20px 15px 60px;
	background: #fff;
    box-shadow: 1px 2px 3px #dedcdc;
	height: 250px;
	border-radius:10px;
}
.serviceBox .service-icon {
    font-size: 40px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
     border-radius: 50%;
    display: block;
    transition: all 0.3s;
	
}
.service-icon i{
	padding-top:24px;
	}
.serviceBox:hover .service-icon{
	background:#196db3;
    color: #fff;
    border-radius: 50%;
}
.serviceBox:hover .title{ 
	color:#196db3;
}
.serviceBox .description{
    font-size: 15px;
    text-align: justify;
    line-height: 27px;
    margin-bottom: 20px;
	color: #807f7f;
}
/*
.serviceBox .read-more {
    font-size: 15px;
    margin-bottom: -56px;
    padding: 5px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top center;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    transition: all 0.5s;
}
.serviceBox:hover .read-more{
    box-shadow: 0 0 10px #fff inset;
    transform: rotateX(0);
}
*/
/*model*/
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
  padding: 60px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

/* Aditional Styles */

.modal-trigger, button {
	padding: 5px 20px;
	background: transparent;
	color: #fff;
	border:0.5px solid #196db3;
	text-decoration: none;
	background:#196db3;
	border-radius:5px;
}

.modal-trigger {
	margin-top:25px;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: ease .2s;
}

button {
  border: 1px solid #ffff;
  outline: none;
  color: #ffff;
}

.modal-trigger:hover {
  padding: 5px 20px;
  color: #fff;
}

@media only screen and (max-width:990px){
	
}
@media only screen and (max-width:768px){

}
@media only screen and (max-width:600px){

}
@media only screen and (max-width:467px){

}
@media only screen and (max-width:320px){

}

/*---------------------------------------
   9 Contact Form         
----------------------------------------
.title-adress{
	text-align: center;
    padding-top: 20px;
}

.contact-txt {
	text-align:center;
	line-height:25px;
	padding:40px 0px;
}
.map{ padding-top: 50px;}
.tab{
    background: url("../images/img-1.jpg") no-repeat 80% 0;
    background-size: cover;
    padding: 40px 50px;
    position: relative;
}
.tab:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(#fff, #fff;);
    opacity: 0.85;
}
.tab .nav-tabs{
    border-bottom: none;
    padding: 0 20px;
    position: relative;
}
.tab .nav-tabs li{ margin: 0 30px 0 0; }
.tab .nav-tabs li a{
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
    margin-right: 0;
    border: none;
    opacity: 0.5;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{ background: transparent; }
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background: transparent;
    opacity: 1;
    border-bottom: 2px solid #eec111;
    color: #fff;
}
.tab .tab-content{
    padding: 20px 0 0 0;
    margin-top: 40px;
    background: transparent;
    z-index: 1;
    position: relative;
}
.form-bg{ background: #4f3061; }
.form-horizontal .form-group{
    margin: 0 0 15px 0;
    position: relative;
}
.form-horizontal .form-control{
    height: 40px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 20px;
    box-shadow: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    outline: 0 none;
}
.form-horizontal .form-group label{
    padding: 0 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.form-horizontal .main-checkbox{
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0 0 20px;
    position: relative;
}
.form-horizontal .main-checkbox label{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type=checkbox]{ visibility: hidden; }
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{ opacity: 1; }
.form-horizontal .text{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}
.form-horizontal .btn{
    width: 100%;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
}
.form-horizontal .btn:focus{
    background: #eec111;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.form-horizontal .forgot-pass{
    border-top: 1px solid #615f6c;
    margin: 0;
    text-align: center;
}
.form-horizontal .forgot-pass .btn{
    width: auto;
    background: transparent;
    margin: 30px 0 0 0;
    color: #615f6c;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px){
    .tab{ padding: 40px 20px; }
}

/*---------------------------------------
   10  FOOTER   
-----------------------------------------*/

.footer-bottom{
	background: #000;
    color: #a5a4a4;
    padding: 5px 0px 1px;
}
.footer-bottom p{
	text-align:center;
}
#footer {
    background: #393a39;
	padding:40px 0px 20px;
}
#newslater{
	width:20%;
	text-align:center;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #fff;
}
#footer a {
    color: #dddd;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:20px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	color: #fff;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
	color:#facd00;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color: #ffffff;
    font-size: 16px;
	padding: 0px 5px;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	border-bottom: 1px solid #085aab;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
.add-info {
	color:#fff;
	padding-left:20px;
}
.social i{
	padding-top:7px;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
/*--end footer--*/

/*---------------------------------------
   11  about us page 
-----------------------------------------*/
.abt-pg img{
	width:100%;
	margin:0px 0px;
}
.txt-abt-page p{
	padding:20px 0px 0px;
}
.abt-pg p{
	padding:20px 0px 0px;
}


/*---------------------------------------
   12  service page start
--------------------------------*/

.section-title{
	text-align:center;
	color:#000;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding:80px 30px 30px!important;
	border: none;
	margin-bottom:1rem;
	border-radius: 21px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	border: 1px solid #e4e3e3;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-bottom:30px;
    position: relative;
	text-align: center;
}
#what-we-do .card .card-block a{
	padding:10px;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
	color: #fabc00;
    left: 0;
	top: -60px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
	width:100%;
    margin:0 auto!important;
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
	width:100%;
    margin:0 auto!important;
}
#what-we-do .card .block-3:before{
    content: "\f00c";
	width:100%;
    margin:0 auto!important;
}
#what-we-do .card .block-4:before{
    content: "\f209";
	width:100%;
    margin:0 auto!important;
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
	width:100%;
	width:100%;
    margin:0 auto!important;
}
#what-we-do .card .block-6:before{
    content: "\f218";
	width:100%;
    margin:0 auto!important;
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

/*---------------------------------------
   13  New gallery
-----------------------------------------*/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 0px 40px 50px;
}

.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
   background-color: rgba(250, 188, 0, 0.66);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

/*---------------------------------------
   14 Portfolio     
-----------------------------------------*/

#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
	margin:30px 0px 50px;
}
#portfolio-container .tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

#portfolio-container .scale-anm {
  transform: scale(1);
}


#portfolio-container p{ 
  padding:10px; 
  border-bottom: 1px #ccc dotted; 
  text-decoration: none; 
  font-family: lato; 
  text-transform:uppercase; 
  font-size: 12px; 
  color: #333; 
  display:block; 
  float:left;
}

#portfolio-container p:hover { 
  cursor:pointer; 
  background: #333; 
  color:#eee; }

#portfolio-container .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

#portfolio-container .btn {
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 5px 10px;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}


#portfolio-container .active {
   background-color:#facd00;
   color:#fff;
   outline: 0;
   box-shadow: none; 
}
#portfolio-container .btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}
#portfolio-container .btn:hover {
  text-decoration: none;
  color:#fff;
  background-color:#facd00;
}
/*---------------------------------------
   15  Our Team page
-----------------------------------------*/

#team .card {
    border: none;
    background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
	background: #f5f5f5;
	padding: 30px;
}
.setdatanews ul{
	color: #000000b3;
}
.backside {
    position: absolute;
    top: 0;
    left: 0;
	background: #f5f5f5;
	padding: 30px;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height:250px;
}

.frontside .card .card-title,
.backside .card .card-title {
   color: #0e0e0e!important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
/*---------------------------------------
   16   Facility Section
-----------------------------------------*/
.setTileTitle{
	color: #130707;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin: 20px 0;
}
.facilityMar{
	width:100%;
}
.setTileImg{
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 4px 1px #585858a6;
    border-radius: 8px;
    margin-bottom: 20px;
}
.setTileDivBg{
	text-align:center;
}
.nav .open>a{
    background-color: #085aab!important;
    border-color: #337ab7!important;
}
.ABout-txt h1{
	color: #000;
}
.setdatanews span{
	color:#085aab;
}
/*---------------------------------------
   16  Inner Pages
-----------------------------------------*/
.Page-Title h1{
	margin: 0;
    background: #2da7d8;
    text-align: center;
    padding: 8px;
    margin-top: 10px;
    color: #fff;
}
.pagePading{
	padding-top: 50px;
    padding-bottom: 100px;
}
input[type=submit]{
	background: #085aab;
    border: none;
    color: #fff;
    padding: 8px 24px;
}
.contactpageAddr p{
	background: #b1e4f9;
    padding: 25px;
    color: #085aab;
    font-size: 17px;
}
.activityBox{
	border: 1px solid #eee;
    padding: 20px;
    height: 470px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px 3px #eeeeeede;
}
.activityBox h3{
	text-align: center;
    font-size: 20px;
    background: #085aab;
    padding: 5px;
    color: #fff;
}
.activityBox ul{
	padding:0px;
	list-style: none;
}
.activityBox li{
	margin-bottom: 4px;
    font-size: 15px;
}
.staffBox{
	border: 1px solid #f3f3f3;
    text-align: center;
    background: #8a231c;
    box-shadow: 0px 0px 5px 0px #eee;
	margin-bottom: 25px;
}
.staffBox p{
	text-align: center;
	color: #fff;
}
.staffBox h5{
	font-size: 16px;
    color: #fffeff;
    text-transform: uppercase;
    font-weight: 700;
}
.pageTitleWidget h3{
	background: #2eabc62b;
    padding: 10px;
	font-size: 21px;
	text-align: center;
}
.table-bordered>tbody>tr>td{
	border: 1px solid #174675!important;
	font-size: 15px!important;
}
.collapse .collapseNav{
	display:block !important;
}
.dropdown-menu{
	padding:0px;
}
.dropdown-menu>li>a{
	padding: 6px 10px!important;
    border-bottom: 1px solid #eee;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.facilityTitle{
    text-align: center;
    margin-bottom: 26px;
    background: #085aab;
    color: #eee;
    padding: 10px;
}
.dirctorpageImg img{
    border: 1px solid #eee;
    width: 100%;
    box-shadow: 0px 0px 6px 1px #eee;
}
.tp-bgimg{
	background-size: 100% 100%!important;
}
.pageTitleWidget h6{
	font-size: 18px;
}
.pageTitleWidget ul{
	font-size: 17px;
}
.pageTitleWidget li{
	margin-bottom:10px;
}
.staffBox img{
	height:250px;
}
.staffTable td img{
	width: 100px!important;
    height: 100px!important;
    padding: 7px!important;
}
.staffTable td{
	text-align:center!important;
}
.staffTable td strong{
	padding:10px !important;
}
.ptaTable td{
    padding:10px;
    text-align:center;
}
.ptaTable table{
    width:100%;
}
#footer p{
	color:#fff;
}
.pageTitleWidget img{
	height:250px
}
.img-pro img{
	width:100%;
}
/*---------------------------------------
   16   Responsive
-----------------------------------------*/
@media only screen and (max-width:768px) {
	#quick-contact li:first-child {
	   display:none;
	}
	.common-bg {
		padding: 0 0px;
	}
	#myHeader {
	   padding: 0 0px; 
	}
	.MENUcenter {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.section-mainPart {
		padding: 10px 0px ;
	}
	.bg-section {
		margin: 0px 0px;
		padding: 15px 0px;
	}
	.mission-vission h3 {
		font-size: 20px;
	}
	.message-box h3 {
		font-size: 20px;
	}
	.message {
		height: 185px;
	}
	.message-box-img img {
	   height: 185px;
	}
	.section-heading {
		padding: 0px 0px;
	}
	.title-ser {
		font-size: 30px;
	}
	.serviceBox {
		padding: 20px 15px 0px;
		margin-bottom: 20px;
	}
	.setLOGO img{
		width:70%;
	}
	#footer{
		text-align: center;
	}
	.ABout-txt{
		text-align: center;
	}
	.dropdown-menu{
		text-align: center;
	}
	.dropdown-menu li a{
		color:#fff!important;
	}
	.quick-email {
		display: none;
	}
	#forcefullwidth_wrapper_tp_banner {
		height: 300px!important;
	}
	.rev_slider_wrapper{
		height: 250px!important;
	}
	
	#revolutionSlider{
		height: 250px!important;
	}
	.tp-fullwidth-forcer{
		height: 250px!important;
	}
	
}
@media only screen and (max-width:600px){
	.mainHeader {
		height: 130px;
	}
}
@media only screen and (max-width: 464px){
	.mainHeader {
		height: 100px;
	}
}
@media only screen and (max-width: 400px){
	.mainHeader {
		height: 90px;
	}
}
@media only screen and (max-width: 320px){
	.mainHeader {
		height: 100px;
	}
	.setLOGO img {
		width: 100%;
	}
}




@media only screen and (max-width:1199px){
    .setTileTitle{
        white-space:normal;
        font-size:11px;
    }
    .setTileDivBg{
        height: 147px;
    }
    .navbar-nav>li>a{
        font-size: 13px; 
    }
    .nav>li>a{
       padding: 14px 11px;
    }
    .headBox{
      height: 320px;
    }
}