.bg-theme-color-school {
    background: #1F386B !important;
    
}
.text-red{
    color:red;
}

.text-green{
    font-size: 30px;
    color: #1f386b;
}

.serviceBox{
    padding: 130px 20px 10px;
    background: #fff;
        box-shadow: 0 16px 26px -10px rgba(0, 172, 193, 0.19), 0 4px 25px 0px rgba(0, 0, 0, 0.12) !important;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;

}


.table-bordered tr:last-child {
  border-bottom: 1px solid #eee !important;
}


.serviceBox .service-icon{
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 300px;
    border-radius: 50%;
    box-shadow: 0 0 5px #000 inset;
    background: linear-gradient(to top,#1f386b,#3b4c74 50%,#73e6ea 50%);
  
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: scale(1) translateX(-50%);
    transition: all 0.8s ease 0s;
}
.serviceBox:hover .service-icon{ font-size: 65px; }
.serviceBox .title{
    font-size: 18px;
    font-weight: 700;
        color: #e41937;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox:hover .title{ color: #1f386b; }
.serviceBox .description{
    font-size: 15px;
    color: #808080;
    line-height: 27px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.serviceBox .read-more{
    display: inline-block;
       background: linear-gradient(to top,#e41e3b,#e41937);
    padding: 5px 15px;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    
    border-radius: 10px 10px 0 0;
    transform: translateY(50px);
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{
    color: #fff;
   /* box-shadow: 0 0 5px #000;*/
}
.serviceBox:hover .read-more{ transform: translateY(0); }
.serviceBox.yellow .service-icon{ background: linear-gradient(to top,#f1b02b,#fddb18 50%,#6d6e72 50%); }
.serviceBox.yellow:hover .title{ color: #f1b02b; }
.serviceBox.yellow .read-more{ background: linear-gradient(to top,#f1b02b,#fddb18); }
.serviceBox.green .service-icon{ background: linear-gradient(to top,#50c338,#9dea28 50%,#6d6e72 50%); }
.serviceBox.green:hover .title{ color: #50c338; }
.serviceBox.green .read-more{ background: linear-gradient(to top,#50c338,#9dea28); }
.serviceBox.pink .service-icon{ background: linear-gradient(to top,#fe4090,#ff58a6 50%,#6d6e72 50%); }
.serviceBox.pink:hover .title{ color: #fe4090; }
.serviceBox.pink .read-more{ background: linear-gradient(to top,#fe4090,#ff58a6); }
@media only screen and (max-width:1200px){
    .serviceBox .service-icon{
        width: 160px;
        height: 160px;
        line-height: 240px;
        top: -80px;
    }
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
    .serviceBox .service-icon{
        width: 200px;
        height: 200px;
        line-height: 300px;
        top: -90px;
    }
}

.posts article {
    width: 50%;
    float: left;
    padding: 0 15px;
}


.posts .pic {
    float: left;
    margin-right: 30px;
    margin-top: 6px;
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #424252a6;
    opacity: .6;
}

.bg-black-222 {
    background-color: #29303e !important;
}
.bg-black-333 {
    background-color: #1f386b !important;
}

.menuzord-menu > li > a {
    padding: 8px 11px;
    border-radius: 30px;
    text-transform: uppercase;
}

.menuzord-brand img {
    max-height: 80px !important;
}

.menuzord-brand {
    margin: 0px 0px 0 0 !important;
    cursor: pointer;
}

@media only screen and (max-width: 991px){
.bg-theme-color-school {
    background: #1F386B !important;
  
}
}

.box-style_shadow {
    box-shadow: 0px 2px 7px #d4d4d4;
    padding:20px 0px;
    background: white !important;
}

.img_fitblock {
     height: 300px !important;
    width: 100% !important;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.img_fitblock .img_fitblock_res {
   max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
     /*position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px;
}

.icon-theme-colored.icon-dark a {
    background-color: #e52440 !important;
    color: #fff;
}

/*form style*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffb57a;
    text-align: center;
    background-color: #1f386b;
    border: 1px solid #1f386b;
    border-radius: 4px;
}
form label {
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 0 !important;    
}
.form-control {
    height: 30px !important;
}

.w_100 {
    width: 100%;
}
.form-group {
    margin-bottom: 5px !important;
}


.select2-container .select2-choice {
    display: block;
    height: 35px !important;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    
    white-space: nowrap;
    line-height: 32px !important;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
   
    background-image: linear-gradient(top, #fff 0%, #fff 50%);
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 38px !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #1f386b;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #1f386b !important;
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}


.select2-container .select2-choice .select2-arrow b {
    background: none !important;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    /*background: url(select2.png) no-repeat 0 1px;*/
}
.select2-container .select2-choice .select2-arrow b:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: relative;
    top: 2px;
    right: -13px;
    font-size: 18px;
    color:white !important;
}

.select2-results {
    margin: 3px 10px 10px 3px;
}

.slide-success .ios-switch .on-background {
  background-image: none;
  background-color: #1f386b !important;
}
.select2-results .select2-highlighted {
    background: #1f386b !important;
    border-radius: 3px !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #1f386b;
    border-color: #1f386b;
}

.btn-border_theam{
    color: #007948;
    background-color: #fff;
    border-color: #007948;
}
.btn-border_theam:hover, .btn-border_theam:active, .btn-border_theam:focus {
    background-color: #007948;
    border-color: #007948;
    color: #fff;
}
.w_10{
    width:10% !important;
}
.w_20{
    width:20% !important;
}
.w_30{
    width:30% !important;
}
.w_40{
    width:40% !important;
}
.w_50{
    width:50% !important;
}
.w_60{
    width:60% !important;
}
.w_70{
    width:70% !important;
}
.w_80{
    width:80% !important;
}
.w_90{
    width:90% !important;
}
.w_6{
    width:6.25% !important;
}



.main-timeline{
    padding: 50px 20px;
    overflow: hidden;
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 7px;
    height: 100%;
    background: #084772;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    padding: 20px 60px;
    border-top: 7px solid #084772;
    border-right: 7px solid #084772;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -3.5px;
}
.main-timeline .icon{
    display: block;
    width: 50px;
    height: 50px;
    line-height:50px;
    border-radius: 50%;
    background: #e52440;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #e52440;
    position: absolute;
    top: -30px;
    left: 0;
}
.main-timeline .timeline-content{
    display: block;
    padding: 30px 10px 10px;
    border-radius: 20px;
    background: #e52440;
    color: #fff;
    position: relative;
}
.main-timeline .timeline-content:hover{
    text-decoration: none;
    color: #fff;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    background: #e52440;
    border: 1px solid #fff;
    position: absolute;
    top: -35px;
    left: 50px;
}
.main-timeline .timeline-content:after{
    left: auto;
    right: 50px;
}
.main-timeline .title{
    font-size: 24px;
    margin: 0;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.main-timeline .timeline:nth-child(2n){
    border-right: none;
    border-left: 7px solid #084772;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(2){ margin-top: 130px; }
.main-timeline .timeline:nth-child(odd){ margin: -130px 0 30px 0; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 80px; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0 0 30px 0; }
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .icon{ background: #34d1d9; }
.main-timeline .timeline:nth-child(2n) .icon{ box-shadow: 0 0 0 2px #34d1d9; }
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before,
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .icon{ background: #ff9e09; }
.main-timeline .timeline:nth-child(3n) .icon{ box-shadow: 0 0 0 2px #ff9e09; }
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before,
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .icon{ background: #3ebae7; }
.main-timeline .timeline:nth-child(4n) .icon{ box-shadow: 0 0 0 2px #3ebae7; }
@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
        right: auto;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        padding: 20px 30px;
        margin: 0 0 30px 0;
        border-right: none;
        border-left: 7px solid #084772;
        border-radius: 30px 0 0 0;
        right: auto;
        left: 0;
    }
    .main-timeline .icon{
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline .title{ font-size: 18px; }
}


#theam-color_hadding thead>tr>th {
    border-bottom-width: 2px;
    background: #1F386B;
    color: #fff;
}
.bg-gray_andsmoke {
    background-color: #fbf1f1 !important;
}


.radio,
.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 22px;
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2.5px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 99px;
}
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 1px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success label:after {
  background-color: #007948;
  border: 1px solid #007948;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border: 1px solid #007948;
}
.radio.radio-primary label:after {
  background-color: #7b1fa2;
  border: 1px solid #7b1fa2;
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border: 1px solid #7b1fa2;
}
.radio.radio-info label:after {
  background-color: #1f3853;
  border: 1px solid #1f3853;
}
.radio.radio-info label input[type=radio]:checked + :before {
  border: 1px solid #1f3853;
}
.radio.radio-warning label:after {
  background-color: #fbb05e;
  border: 1px solid #fbb05e;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border: 1px solid #fbb05e;
}
.radio.radio-danger label:after {
  background-color: #F35958;
  border: 1px solid #F35958;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border: 1px solid #F35958;
}
.radio input[type=radio]:checked + label {
  color: #4d5056;
}
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
  border: 1px solid #8e9095;
}
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
  direction: ltr;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: -2px;
  top: 1.4px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0.2px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #007948;
  border: 1px solid #007948;
}
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #7b1fa2;
  border: 1px solid #7b1fa2;
}
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #1f3853;
  border: 1px solid #1f3853;
}
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #fbb05e;
  border: 1px solid #fbb05e;
}
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color: #f35958;
  border: 1px solid #f35958;
}
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
table td .checkbox label {
  padding-left: 0px;
}
table th .checkbox label {
  padding-left: 0px;
}
table.fc-border-separate {
  margin-top: 20px;
}

/*
.bg-theamcol {
    background-color: #e51a4b !important;
}*/

.menuzord-menu.menuzord-right {
    float: right;
    padding-top: 20px !important;
}