@import url('https://fonts.googleapis.com/css?family=Play');
@import url('https://fonts.googleapis.com/css?family=Dosis');
@media( max-width :768px ) {
.md-down-padding-sides-20{
padding-right:30px;
padding-left:30px;
}
}
.header-logo{
padding-left:25px;
}
#header{
background: rgba(10,87,167, 0.8);
}
#header > div.menu-head > div > nav > ul > li:nth-child(2) > ul{
x-overflow: none;
}
.little-head{
background: rgba(10,87,167, 1);
z-index: 999!important;
}

#menu-icon:nth-child(2){
     display: none!important;
}

#header > div.menu-head > div > nav > ul > li:nth-child(2), #header > div.menu-head > div > nav > ul > li:nth-child(3), #header > div.menu-head > div > nav > ul > li:nth-child(4),  #header > div.menu-head > div > nav > ul > li:nth-child(5){
     cursor: pointer;
}
#header > div.menu-head > div > nav > ul > li:nth-child(2) > a, #header > div.menu-head > div > nav > ul > li:nth-child(3) > a, #header > div.menu-head > div > nav > ul > li:nth-child(4) > a, #header > div.menu-head > div > nav > ul > li:nth-child(5) > a{
     pointer-events: none;
}
.course-list-footer{
background-color:rgba(10,87,167, 1);
border-radius: 0px 0px 7px 7px;
height:5px;
}
.yellowHighLight{
background-color:yellow;
}
.course-list-heading
{
background-color:rgba(10,87,167, 1);
border-radius: 7px 7px 7px 7px;
margin-bottom:10px;
}
#course-description-conetnt h3{
margin-top:30px;
margin-bottom:10px;
border-bottom:2px solid #e5e5e5;
border-bottom-style:dotted;
}
#list-body .row, .course-list-heading, .course-list-footer{
margin-left:0px;
}
@media only screen and (max-width: 767px){
.menu-head {
height: 55px;
}
}
.footerBottom .logo {
     font-family: 'Play', sans-serif;
     font-weight: 500;
     font-size: 2em;
     margin-top: 0px;
    float: left;
}
.footerBottom .Headerlogo a{
     text-decoration: none;
}
.footerBottom .Headerlogo a:hover{
     text-decoration: none;
}
.footerBottom .logo .logo-white{
     color: white;
     transition: 0.3s linear;
}
.footerBottom .logo .logo-blue{
     transition: 0.3s linear;
         font-weight: 100;
}
.footerBottom .Headerlogo a:hover .logo-white{
     color: rgb(63, 145, 203);
     font-weight: 100;
     transition: 0.3s linear;
}
.footerBottom .Headerlogo a:hover .logo-blue{
     color: white;
     font-weight: 500;
     transition: 0.3s linear;
}

.footerBottom .copyText{
    padding-left: 5px;
    position: relative;
    top: 15px;
}

#headline {
    background: #2376de url(./showImage?image=884) repeat-x scroll center;
    border-bottom: 5px solid #f3f3f3;
    height: 128px;
    line-height: 128px;
    overflow: hidden;
    padding: 12px 0;
}
#headline h1 {
    margin: 16px 0 0;
    color: #FFFFFF;
    font-size: 41px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #555555;
}

.nav-wrap1 #nav > li > a:after,#nav li.submenu:after{
     display: none;
}

.nav-wrap1 #nav > li:nth-child(2) > a:after{
    display: block !important;
}

footer .footerContactInfo .list-group-item {
    background-color: rgba(0,0,0,0) !important;
}

.banner-wrapper-fixed {
  position: relative;
  top: 0%;
  left: 0;
  width: 100%;
  height: 600px;
  background-image: url('/showImage?image=920');
  background-position: center;
  background-size: cover;
  transition: all 0.1s ease 0s;
}
.foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.banner-wrapper-fixed .foreground .text-box{
         position: relative;
         top: 30%;
         width: 100%;
         text-align: center;
}

.banner-wrapper-fixed .foreground .text-box .white-box{
    display: inline-block;
    background: #fff;
    padding: 10px;
    width: 450px;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
@media screen and (max-width: 500px){
.banner-wrapper-fixed .foreground .text-box .white-box{
    width: 90%;
}
}

.banner-wrapper-fixed .foreground .text-box .white-box p{
    margin:0px;
}

.banner-wrapper-fixed .foreground .text-box .white-box span.red{
   float: left;
    color: rgba(236, 86, 39,0.8);
    font-weight: 900;
}

.red{
    color: rgba(10,87,167, 1) !important;
}

.banner-wrapper-fixed .foreground .text-box h1 {
  color: white;
  font-size: 50px;
  padding: 0px 30px;
}

#scroll-down a {
  padding-top: 70px;
}
#scroll-down a span {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.center{
     text-align: center!important;
}

.padded{
     padding-left: 10%;
     padding-right: 10%;
     padding-top: 3%;
}

.image-wrap{
     padding: 5%;
}

.image-wrap img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 60px 135px rgba(0,0,0,0.14), 0 15px 65px rgba(0,0,0,0.14);
}

.title{
     background: none!important;
    font-weight: 500;
    color: orangered;
    letter-spacing: 0.2px;
}

.subtitle{
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 2px;
}

.heading{
    font-weight: bold;
}

.body-logo{
    padding: 5%;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 60px 135px rgba(0,0,0,0.14), 0 15px 65px rgba(0,0,0,0.14);
    border: 1px solid rgba(236, 86, 39,0.8);
}
.body-logo img{
    width: 100%;
}

.signature{
     font-family: 'Italianno', cursive;
    word-spacing: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.link-wrap{
    position: relative;
    text-decoration: inherit;
    speak: none;
}

.link-wrap:hover a{
     text-decoration: none!important;
     color: orangered !important;
}

.link-wrap:hover .circle{
     transform: scale(1.0);
}

.link-text{
    padding-right: 38px;
    position: relative;
    display: inline-block;
    color: orangered;
    font-weight: 500;
}

.contact{
    position: relative;
    z-index: 10;
}
.contact .link-text{
    padding-right: 0px!important;
    padding-left: 38px;
}

.link-wrap .circle{
    height: 27px;
    width: 27px;
    right: -1px;
    margin-top: -14px;
    background-color: orangered;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    box-shadow: 1px 5px 10px 1px rgba(236, 86, 39,0.2);
    transform: scale(0.85);
    transition: 0.2s linear;
}

.link-wrap .arrow{
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -14px;
    height: 28px;
    line-height: 28px;
    width: 24px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0px!important;
}
.link-wrap .arrow:before{
    font-family: 'Fontawesome'!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    right: -2px;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
}

.link_wrap .arrow:after {
    margin-top: -14px;
    height: 28px;
    line-height: 28px;
    width: 25px;
    padding-left: 1px;
    box-sizing: border-box;
}

.space-50{
     height: 50px;
    width: 100%;
}

.space-100{
     height: 100px;
    width: 100%;
}

.center{
    text-align: center!important;
}

/*
===========================PRIMARY MENU=====================
*/
@media only screen and (min-width: 767px){
.nav-wrap1 #nav > li:hover {
    border-top: 3px solid rgba(234, 55, 35,0.8);
}

#menu-icon:hover {
    color: rgba(234, 55, 35,0.8)!important;
}
}

@media only screen and (max-width: 767px){
#menu-icon:hover, #menu-icon:active {
    color: rgba(234, 55, 35,0.8)!important;
}
#menu-icon.active {
    color: rgba(234, 55, 35,0.8)!important;
}

#nav{
    padding-bottom: 0px;
}
}

.nav-wrap1 #nav > li:hover > a, #nav li.current ul li a:hover, nav ul li.current > a, #nav ul li:hover > a {
    color: rgba(234, 55, 35,0.8);
}

#nav ul{
border-top: 3px solid rgb(234, 55, 35);
}
/*
===========================COLOUR BOXES=====================
*/
#webnus_pricing{
display: block;
width: 940px;
padding: 12px 0;
margin: 0 auto;
border: 4px solid #d8d8d8;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
}
#webnus_pricing ul{
list-style: none;
}
#webnus_pricing .column_1,#webnus_pricing .column_2,#webnus_pricing .column_3,#webnus_pricing .column_4{
border-right: 1px solid #EDEDED!important;
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;
padding: 15px;
background: #fff;
-webkit-transition: all .0s ease;
-moz-transition: all .0s ease;
-ms-transition: all .0s ease;
-o-transition: all .0s ease;
transition: all .0s ease;
}
#webnus_pricing .column_1:hover,#webnus_pricing .column_2:hover,#webnus_pricing .column_3:hover,#webnus_pricing .column_4:hover{
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
z-index: 99;
}
#webnus_pricing .column_1:hover,#webnus_pricing .column_2:hover{
-webkit-box-shadow: 0 0 0 5px #ef7b49, 0 4px 12px #000;
-moz-box-shadow: 0 0 0 5px #ef7b49, 0 4px 12px #000;
box-shadow: 0 0 0 5px #ef7b49, 0 4px 12px #000;
}
#webnus_pricing .column_3:hover{
-webkit-box-shadow: 0 0 0 5px #19bc9b, 0 4px 12px #000;
-moz-box-shadow: 0 0 0 5px #19bc9b, 0 4px 12px #000;
box-shadow: 0 0 0 5px #19bc9b, 0 4px 12px #000;
}
#webnus_pricing .column_4:hover{
-webkit-box-shadow: 0 0 0 5px #35a4da, 0 4px 12px #000;
-moz-box-shadow: 0 0 0 5px #35a4da, 0 4px 12px #000;
box-shadow: 0 0 0 5px #35a4da, 0 4px 12px #000;
}
#webnus_pricing .row_style_1,#webnus_pricing .row_style_2,#webnus_pricing .row_style_3,#webnus_pricing .row_style_4 {
background: #fff !important;
padding: 10px 0;
margin: 0;
font-size: 13px;
font-weight: 400;
border-bottom: 1px solid #ededed;
}
#webnus_pricing .row_style_1 span,#webnus_pricing .row_style_2 span,#webnus_pricing .row_style_3 span,#webnus_pricing .row_style_4 span{
padding: 0 !important;
}
#webnus_pricing .css3_grid_row_7.footer_row,#webnus_pricing .css3_grid_row_1.header_row_2,#webnus_pricing .css3_grid_row_0.header_row_1{
background: #fff !important;
border: 0;
}

#webnus_pricing .last-row{
     margin-bottom:50px;
}

#webnus_pricing .header_row_1 .css3_grid_vertical_align,#webnus_pricing .header_row_2 .css3_grid_vertical_align,#webnus_pricing .footer_row .css3_grid_vertical_align {
text-align: center !important
}
#webnus_pricing .header_row_1 .css3_grid_vertical_align h2{
font-family: Roboto !important;
font-size: 38px !important;
font-weight: 900 !important;
letter-spacing: -2px !important;
margin: 20px 0 0 !important;
}
#webnus_pricing .header_row_1 .css3_grid_vertical_align .col1,#webnus_pricing .header_row_1 .css3_grid_vertical_align .col2{
color: #ef7b49 !important;
}
#webnus_pricing .column_1 button,#webnus_pricing .column_2 button{
    background: rgba(239, 123, 73,1) ;
    border:1px solid #ef7b49;
    transition: 0.2s linear;
    color: white;
}

#webnus_pricing .column_1 button:hover,#webnus_pricing .column_2 button:hover{
    background: rgba(239, 123, 73,0.05);
    color: #ef7b49;
}

#webnus_pricing .header_row_1 .css3_grid_vertical_align .col3{
color: #19bc9b !important;
}
#webnus_pricing .column_3 button{
background: rgba(25, 188, 155,1);
    border:1px solid rgb(25, 188, 155);
    transition: 0.2s linear;
    color: white;
}

#webnus_pricing .column_3 button:hover{
    background: rgba(25, 188, 155,0.05);
    color: #19bc9b;
}

#webnus_pricing .header_row_1 .css3_grid_vertical_align .col4{
color: #35a4da !important;
}
#webnus_pricing .column_4 button{
background: rgba(53, 164, 218,1);
    border:1px solid rgb(53, 164, 218);
    transition: 0.2s linear;
    color: white;
}

#webnus_pricing .column_4 button:hover{
    background: rgba(53, 164, 218,0.05);
    color: #35a4da;
}

#webnus_pricing .header_row_2 .css3_grid_vertical_align h2{
font-family: Roboto !important;
font-size: 28px !important;
font-weight: 900 !important;
color: #777 !important;
}
#webnus_pricing .css3_grid_vertical_align {
text-align: left
}
#webnus_pricing .icomoon-close {
color: #fe5742;
margin: 0 5px 0 8%;
}
#webnus_pricing .icomoon-checkmark {
color: #19bc9b;
margin: 0 5px 0 8%;
}
#webnus_pricing .css3_grid_vertical_align button{
  margin: auto;
  position: absolute;
left: 0; bottom: 0; right: 0;
    width: 160px;
color: #fff;
font-size: 14px;
font-family: Arial;
padding: 14px 36px;
border: none;
margin-bottom: 13px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%) !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.2)))  !important;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%)  !important;
background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%)  !important;
background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%)  !important;
background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%)  !important;
}

@media only screen and (max-width: 992px) {
	#webnus_pricing {width: 100%;}
}
@media only screen and (min-width: 767px) {
	#webnus_pricing .column_1,#webnus_pricing .column_2,#webnus_pricing .column_3,#webnus_pricing .column_4 {width: 25%;}
}
@media only screen and (max-width: 767px) {
	#webnus_pricing .column_1,#webnus_pricing .column_2,#webnus_pricing .column_3,#webnus_pricing .column_4 {width: 50%;}
}	
@media only screen and (max-width: 479px) {
	#webnus_pricing .column_1,#webnus_pricing .column_2,#webnus_pricing .column_3,#webnus_pricing .column_4 {width: 100%;}
}

.css3_grid_clearfix::after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

div.p_table_1 div.column_3,.column_4,.column_1,.column_2 {
    float: left;
}

div.p_table_1 li span.css3_grid_vertical_align_table {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

div.p_table_1 li span.css3_grid_vertical_align {
    display: table-cell;
    vertical-align: middle;
    padding: 0px !important;
}

#webnus_pricing { 
    width: 80%; 
    margin-left: 10%;
   margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

#webnus_pricing:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.p_table_1 {
			position: relative; 
			background: #eee; 
			z-index: 1; 
			width: 100%; 
		}
.p_table_1 .col { 
			position: relative; 
		}

.flex-row{
  display: flex;
  flex-direction: column;
}

.red:hover i {
    background: #ef7b49;
}

.green:hover i {
    background: #19bc9b;
}

.blue:hover i {
    background: #35a4da;
}

.red.icon-box7, .green.icon-box7, .blue.icon-box7{
    text-align: center;
}
/*
===========================END COLOUR BOXES=====================
*/

/*
===========================PROCESS STEPS=====================
*/
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    padding: 2%;
    text-align: center;
}

.tab-content > .active, .pill-content > .active {
    border: 0px solid #DDDDDD!important;
    display: block;
    border-top: none;
}

.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.design-process-content h3 span.red{
      color: rgba(236, 86, 39,0.8);
}

.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.justify{
text-align: justify;
}
.process-model li i{
  transform: scale(1);
  transition: 0.2s linear;
}
.process-model li svg{
  transform: scale(1);
  transition: 0.2s linear;
}
.process-model li:hover svg{
  transform: scale(1.1);
}
.process-model li:hover i{
  transform: scale(1.1);
}

.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: 33px;
    width: 85%;
    z-index: -1;
    transition: 0.2s linear;
}
.process-model li.visited::after {
    background: orangered;
    opacity: 0.5;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
    vertical-align: text-top;
    transition: 0.2s linear;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;
}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: orangered;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: orangered;
}

.process-model li p,
.process-model li p {
    letter-spacing: 0px;
    transition: 0.2s linear;
}
.process-model li.active p,
.process-model li.visited p {
    letter-spacing: 1px;
}

.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: orangered;
    color: rgba(236, 86, 39,0.8);
}

.process-model li svg {
    display: block;
    height: 68px;
    width: 68px!important;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    padding: 20px;
}
.process-model li.active svg, .process-model li.visited svg  {
    background: #fff;
    border-color: orangered;
    color: rgba(236, 86, 39,0.8);
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: orangered; 
}
.process-model.contact-us-tab li.visited svg {
    border-color: orangered; 
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}
@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}
/*
===========================END PROCESS STEPS=====================
*/

/*
===========================BOOTSTRAP 5 COLUMNS=====================
*/
.row{
    width: 100%!important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
  .box {
    height: auto !important;
  } 
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 1200px){
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (min-width : 768px) {
  .is-table-row {
    display: table;
  }
}

.is-table-row .box {
  background: none;
  position: static;
}
/*
===========================END BOOTSTRAP 5 COLUMNS=====================
*/

/*
===========================FONT AWESOME ICONS=====================
*/
.link-wrap .square{
    height: 27px;
    width: 27px;
    border-radius: 5px;
    left: -1px;
    margin-top: -14px;
    background-color: orangered;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    box-shadow: 1px 5px 10px 1px rgba(236, 86, 39,0.2);
    transform: scale(1);
    transition: 0.2s linear;
}
.link-wrap:hover .square{
     transform: scale(1.2);
}

.link-wrap .phone{
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    height: 30px;
    line-height: 28px;
    width: 24px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0px!important;
}
.link-wrap .phone:before{
    font-family: 'Fontawesome'!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f095";
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    right: -2px;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
}

.link_wrap .phone:after {
    margin-top: -14px;
    height: 28px;
    line-height: 28px;
    width: 25px;
    padding-left: 1px;
    box-sizing: border-box;
}

.link-wrap .mail{
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    height: 30px;
    line-height: 28px;
    width: 24px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0px!important;
}
.link-wrap .mail:before{
    font-family: 'Fontawesome'!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f0e0";
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    right: -2px;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
}

.link_wrap .mail:after {
    margin-top: -14px;
    height: 28px;
    line-height: 28px;
    width: 25px;
    padding-left: 1px;
    box-sizing: border-box;
}

.link-wrap .earth{
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    height: 30px;
    line-height: 28px;
    width: 24px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0px!important;
}
.link-wrap .earth:before{
    font-family: 'Fontawesome'!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f0ac";
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    right: -2px;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
}

.link_wrap .earth:after {
    margin-top: -14px;
    height: 28px;
    line-height: 28px;
    width: 25px;
    padding-left: 1px;
    box-sizing: border-box;
}

/*
===========================BOOTSTRAP HIDDEN RESPONSIVE=====================
*/
@media screen and (min-width: 993px){
     .md-up-hidden{
           display: none!important;
}
}

@media screen and (max-width: 992px){
     .md-down-hidden{
           display: none!important;
}
}

/*
===========================FOOTER & CONTACT FORM=====================
*/
#success_message{ display: none;}
.well{
   -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05)!important;
}

span.input-group-addon{
  background: #fff;
  min-width: 39px;
}
span.input-group-addon i{
  color: orangered;
}

form.form-horizontal input{

}

.btn{
/*! z-index: 99; */
}
.btn-accent{
 background: rgba(236, 83, 58,1);
  color: #fff;
  transition: 0.2s linear;
}
.btn-accent span{
 transform: rotate(0deg);
 margin-left: 0px;
  transition: 0.2s linear;
}
.btn-accent:hover{
 background: rgba(10,87,167,0.9);
  color: #fff;
}
.btn-accent:hover span{
 transform: rotate(45deg);
 margin-left: 10px;
}

#footer{
  background: linear-gradient(to left, rgba(10,87,167,1), rgba(10,87,167, 1));
  height: 100px;
}

#fws_5a70fd58e31f4{
    position: relative;
    z-index: 0;
}

.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom:-0%;
    height: 100%;
    position: absolute;
    z-index: 1;
  background: linear-gradient(to right, rgba(10,87,167,1), rgba(10,87,167, 1));
}

.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: rgba(255,255,255,1);
}
.nectar-shape-divider-wrap[data-position="top"] {
    transform: rotate(180deg);
}
.nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
    opacity: 0.15;
}

.nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
    opacity: 0.3;
}

/*
===========================OUR TEAM SECTION=====================
*/
.team-header i {
  position: relative;
  font-size: 50px;
  color: #ea3723;
}
.team-header i:before {
  content:'';
  height: 1px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ea3723;
}


.team-header i:after {
  content:'';
  height: 1px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  background: #ea3723;
}

.team-img {
  margin: 100px 0;
  position: relative;
}

.img-profile{
  text-align: center;
}

.img-profile:hover.img-profile:after {
  width: 100%;
} 

.img-profile:hover.img-profile:before {
  height: 110%;
} 


.img-profile:hover.img-profile span:after {
  width: 100%;
} 

.img-profile:hover.img-profile span:before {
  height: 110%;
}

.img-profile img{
  position: relative;
  height: 50%;
  width: 50%;
  border:1px solid #ea3723;
}

.team-member {
  margin: 60px 0;
}

.customised .team-member {
  margin: 0px 0px;
}

.customised .team-member:after{
    background: none!important;
}

.team-member:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background: #ea3723;
  top: 30px;
  left: -40px;
}

.team-member h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
} 

.header-hr {
  width: 30%;
  height: 1px;
  background: #ea3723;
  display: inline-block;
}

.team-member h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.team-member ul.social-icon {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}

.team-member ul.social-icon li {
  display: inline-block;
}

.team-member ul.social-icon li a {
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius:50%;
  font-size: 14px;
  line-height: 30px;
  display: block;
  text-align: center;
  transition: .3s all;
}

.team-member ul.social-icon li a:hover {
  border-color: #ea3723;
  color: #ea3723;
  transform: scale(1.2);
}

.team-member p {
  font-size: 14px;
  font-weight: 500;
}

a.view-btn {
  border: 2px solid #ea3723;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  padding: 5px;
  position: relative;
  z-index: 1;
}

a.view-btn:hover {
  text-decoration: none;
  color: #fff
}
a.view-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ea3723;
  transition: all 0.3s ease;
}

a.view-btn:hover:after {
  top: 0;
  height: 100%;
}

.hr-2 {
  width: 30px;
  height: 3px;
  background: #ea3723;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}

.hr-2:after {
  position: absolute;
  content:'';
  top: 0;
  right: -100px;
  width: 30px;
  height: 3px;
  background: #ffcc00;
  margin-right: 20px;
}


.hr-2:before {
  position: absolute;
  content:'';
  top: 0;
  left: 20px;
  width: 30px;
  height: 4px;
  background: #ffcc00;
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  .team-member {
    text-align: center;
  }
  
  .team-img {
    margin: 50px 0;
  }
}

a.white{
     color: #fff!important;
}
.little-head a.white:hover{
     text-decoration: underline;
}



html{overflow-x:hidden !important;}
.sha-link-l{
display: none;
}
@media(max-width:767px){
.seo-table-responsive{
overflow-x: scroll;
}
}
.form-control{
border: 1px solid #aaa;
}
.form-section{
padding: 20px;
background-color: #eee;
border-radius:5px;
border : #ccc 1px solid;
}
.select2-container--default .select2-selection--single{
    height: 34px !important;
    padding-top: 3px  !important;
}
.select2-selection__arrow{
padding-top: 30px;
}
body {
    color: #777777;
   /* font-family:  "Lato","Helvetica Neue","Arial","Helvetica",sans-serif;*/
    font-family: "Ciutadella";
    font-size: 14px;
    line-height: 19.5px;
}
.search-row{
margin-top:-50px;
    position: relative;
    z-index: 99;
}
.seal{
position: relative;
display:block;
z-index:999999;
bottom: 180px;
left: 385px;
}
.seal2 {
    position: relative;
    display: block;
    z-index: 1005;
    bottom: -30px;
    left: 35%;
}
.sha-link-r{
display: none;
}
@media (min-width: 1200px){
.c-cell{
float:left;
min-height:827px;
}
.sha-link-l{
position: fixed;
bottom:0px;
}
.sha-link-r{
position: fixed;
bottom:0px;
right:0px;
}
.gutter-left{
position: fixed;
top: 0px;
left:0px;
background-image: url('/showImage?image=348') ;
    background-repeat: no-repeat;
    background-position: right top;
background-size: cover;
}
.gutter-right{
position: fixed;
top: 0px;
background-image: url("/showImage?image=349");
    background-repeat: no-repeat;
    background-position: left top;
background-size: cover;
}
.apbi-container {
background-color: white;
margin-left: auto;
    margin-right: auto;
    width: 1170px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.services-jack{
height: 270px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.services-jack{
height: 370px;
}
}

@media (min-width: 768px) and (max-width: 991px){
.title-jack{
height: 150px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.title-jack{
height: 110px;
}
}
#home .main-wrapper {
    margin-top: 257px;
    padding: 0;
}
.inspector-container{
padding-right:15px; 
padding-left: 15px;
}
@media (min-width: 768px){
.inspector-container{
padding-right:17px; 
padding-left: 15px;
}
#home .main-wrapper {
    margin-top: 471px;
}
.callus{
float:right;
font-size:14px;
}

    body > div.body-wrapper > div.row > div > div:nth-child(1){
        width: auto;
        margin-left: 15px;
    }
} 
@media (min-width: 1200px) {
.inspector-container{
padding-right:1px; 
padding-left:1px;
}
.services-jack{
height: 230px;
}
.mrgn-lft {
padding-left:5%;
}
}



@media (min-width: 1200px) {
.inspector-container{
padding-right:51px; 
padding-left: 51px;
}
}
/*Inspectors'-Profiles-Slider*/
.section-title h2{
	text-align: center;
	font-size: 30px;
	line-height: 28px;
}
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
#seo-box-01 .title h1, h2, h3, h4, h5 {
font-family: "Ciutadella";
}
.section-title {
    position: relative;
    border-bottom: 0px;
    width: 500px;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.product-item {
    text-align: center;
    background: #F0F0F0;
    border: 1px solid #DEE2E4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;
    overflow: hidden;
}
.product-item .details{
height: 100px;
}
/* Inspection-Types-Title */
.icon-angle-down:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f107";}
.icon-remove:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; content:"\f00d";}
.icon-reorder:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0c9";}

.inspect-title{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; 
float:left;
position: relative;
  height: 100%;
padding:60px 0px 60px 0px;
}
.mbta-title-bg{
 background-position: 100% 0;
background-image:url("/showImage?image=525");
    background-size: cover;
    background-position: center top;
}
.title-bg{
 background-position: 100% 0;
background-image:url("/showImage?image=115");
}
.title-bg1{
background-position: 100% 0;
background-image:url("/showImage?image=115");
}
.termite-ins-title{
  background-position: 100% 0;
background-image:url("/showImage?image=107");
}
.asbestos-ins-title{
  background-position: 100% 0;
background-image:url("/showImage?image=108");
}
.bldg-ins-title{
  background-position: 100% 0;
background-image:url("/showImage?image=113");
}
.pre-sale-ins-title{
  background-position: 100% 0;
background-image:url("/showImage?image=114");
}
.stroke {
    -webkit-text-stroke: 1px #643e3d;
}

/* Inspection-Types-Our_Services*/





/*template*/
/* REG */
@font-face {font-family: "Ciutadella";
  src: url("/seo-theme-01/fonts/9eba9fd211ec90d8f4f10ee7de98cee9.eot"); 
  src: url("/seo-theme-01/fonts/9eba9fd211ec90d8f4f10ee7de98cee9.eot?#iefix") format("embedded-opentype"),
  url("/seo-theme-01/fonts/9eba9fd211ec90d8f4f10ee7de98cee9.woff2") format("woff2"), 
  url("/seo-theme-01/fonts/9eba9fd211ec90d8f4f10ee7de98cee9.woff") format("woff"), 
  url("/seo-theme-01/fonts/9eba9fd211ec90d8f4f10ee7de98cee9.ttf") format("truetype"), 
  url("/seo-theme-01/fonts/9eba9fd211ec90d8f4f10ee7de98cee9.svg#Ciutadella W04 Reg") format("svg"); 
}



@font-face {font-family: "Ciutadella-lt";
  src: url("/seo-theme-01/fonts/0d0e90eb107486ca06f62c39a3c15f4e.eot"); 
  src: url("/seo-theme-01/fonts/0d0e90eb107486ca06f62c39a3c15f4e.eot?#iefix") format("embedded-opentype"), 
  url("/seo-theme-01/fonts/0d0e90eb107486ca06f62c39a3c15f4e.woff2") format("woff2"), 
  url("/seo-theme-01/fonts/0d0e90eb107486ca06f62c39a3c15f4e.woff") format("woff"), 
  url("/seo-theme-01/fonts/0d0e90eb107486ca06f62c39a3c15f4e.ttf") format("truetype"),
  url("/seo-theme-01/fonts/0d0e90eb107486ca06f62c39a3c15f4e.svg#Ciutadella W04 Lt") format("svg");
}

 #header {
z-index:999!important;
}

.Sub-Banner{
background-image:url("/showImage?image=69");
padding: 30px 0px 30px 0px;
}

.row-responsive-3col{
padding: 30px 0px 30px 0px;
}

.btn-login{
    padding: 5px 10px 5px 10px;
margin-left=-3px;
color:#fff;
background-color:#555;
border: none;
}
.btn-login:hover{
color:white;
}
.seo-btn-group{
display: inline-block;
margin-top:10px;
}
.callus{
color:#fff;
font-family: "Lato","Helvetica Neue","Arial","Helvetica",sans-serif;
margin-top:3px;
margin-bottom: -10px;
}
.callus p{
text-align:center;
}
.callus a{
color:#fff;
font-family: "Lato","Helvetica Neue","Arial","Helvetica",sans-serif;
}
.little-head {
z-index:1000;
}
.seo-btn{
    background: rgba(10,87,167, 1);
    color: #fff;
font-weight: 600;
border: 2px solid rgba(10,87,167, 1);
padding : 7px;
}
.seo-btn:hover { 
  background-color: #fff; 
color:rgba(10,87,167, 1);
}

.search-heading{
margin-top: -100px;
z-index: 999;
background-color:  #fafafa;
}

.search-heading h1{
color:#003372;
font-family: "Ciutadella";
padding-top: 14px;
}

.gray-bg{
     background: linear-gradient(to bottom, rgba(211, 209, 209,1), rgba(255, 255, 3255, 1));;
}

.search-row{
background-color:  #fafafa;
border-bottom:1px #cccccc solid;
padding-top: 40px;
padding-bottom: 10px;
}
.search-row .md-search{
margin: 0px 27px 0px 27px;
}
.sticky .logo img {
 width: 200px;
 margin-left: 50px;
}

.sticky{
     margin-top: 0px!important;
     top: 0px;
}

.modal .fade .booking{
z-index: 1000000;
}

.modal-lg{
width:80%;
}
#mobilepro {
left:47%;
}

.sf-menu {
   background: rgba(0,0,0,0.8);
}

@media (min-width: 768px){
.sf-menu {
    background: none;
}
} 
.sf-menu li { 
font-family:"Ciutadella";
}

.sf-menu ul { 
font-family:"Ciutadella";
width: 200px;
}





.sf-menu ul li { 
font-family:"Ciutadella";
color: inherit;
}

.sf-menu ul li span { 
	color: inherit;
margin:3px  -18px 0px 0px;
}


.sf-menu ul li:hover { 
	background: rgba(51,51,51,0.8); 
}
.sf-menu ul li a:hover {
color: #fff;
}
ul.sf-menu li li.sfHover ul{left:320px;top:-1px !important;padding:0;}
/* SEO BOX */
#seo-box-01{
height: 100%;
margin: 0px 25px 0px 25px;
}
#seo-box-01 .title{
color: #fff;
 background-color:#907473;
padding: 10px 20px 10px 20px;
}
#seo-box-01 .title h1, h2, h3, h4, h5{
color: #fff;
font-family:"Ciutadella";
}

#seo-box-01 .box-body{
background-color: #fff;
height: 100%;
padding: 20px;
}

#seo-box-01 ul
{
padding-left:0px;
list-style-type: none;
}

#seo-box-01 ul li
{
padding:10px 0px 10px 0px;
}

/*SABA*/

.services{
margin-bottom: 40px;
}
.home-page-service h3{
text-align:center;
margin-top:15px;
font-weight: 900;
}
.price-tag{
font-weight:500px;
background: rgba(10,87,167, 1);
border-radius: 10px;
font-size: 18px;
font-weight:600;
padding:10px;
margin:20px auto;
width: 140px;
color:#fff;
}

.white-link a:link {
    color: #fff !important;
     -webkit-text-stroke: 1px #fff;

}
.white-link a:visited {
    color: #fff !important;
    -webkit-text-stroke: 1px #fff;

}

.white-link a:hover {
    color: #fff !important;
    -webkit-text-stroke: 1px #fff;

}

.white-link a:active {
    color: #fff !important;
    -webkit-text-stroke: 1px #fff;

}
.search-input{
	border: 1px solid #ccc;
	padding:9px;
	font-size:16px;
	font-weight:500px;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
width:100%;
padding-left:30px;
background: url('/images/location.png') no-repeat scroll 5px 7px ;
background-size: 22px;
padding-left:30px;
}
.text-input{
	border: 1px solid #ccc;
	padding:9px;
	font-size:16px;
	font-weight:500px;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
width:100%;
padding-left:10px;
background-size: 22px;
}
#ins_price,#start-date{
background:none;
}
.search-input-indicator{
background: url('/images/giphy.gif') no-repeat scroll -23px -21px;
background-size: 80px 80px;
}

.text-bold{
	font-weight:bold;
}


.text-gray{
	color: #5d5a5a;
}

.dark-green{
	color:rgba(10,87,167, 1);
}

.med-green{
	color: #1a5195;
}
.black{
	color:#000;
}

.third-color{
	color:#a47d20;
}
.blue{
	color:#008bcd;
}
.white{
	color:#fff;
}
.dark-blue-4{
	color: #033275;
} 

.med-blue{
	color: #3498db;
}

.blue-3{
	color:#01579b;
}

h4{
	margin:0px;
}

h3{
	margin:0px;
}

.text-center{
	text-align:center;
}

.sr-only{
	width: 100%;
}

.white-bg{
	background-color: white;
}

.med-green-bg{
	background-color:  #3f8e8e;
}

.green-bg{
	background-color:#333;
}
.center-algmnt{
	margin: 0 auto;
}

.p-top{
	padding-top: 30px;
}

.p-bottom{
	padding-bottom: 30px;
}

.map-row .container{
	width: 100%;
}

.youtube{
	position:relative;
	overflow:hidden;
	width:700px;
}

/* SELECTFX */
/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 1000;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color:#555;
	font-family: "Ciutadella";
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:7px 3px 7px 10px;

}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 1001;
	border: 1px solid #ccc;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
	overflow: auto;
	max-height: 200px;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;

}

.cs-select li.cs-optgroup > span {
	cursor: default;
font-weight: 600px;
background-color:#f5f5f5;
}

/*  BORDER  */
@font-face {
	font-family: 'icomoon';
	src:url('../assets/vendor/fonts/icomoon/icomoon.eot?-rdnm34');
	src:url('../assets/vendor/fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
		url('../assets/vendor/fonts/icomoon/icomoon.woff?-rdnm34') format('woff'),
		url('../assets/vendor/fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'),
		url('../assets/vendor/fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.cs-skin-border {
	font-size: 16px;
	font-weight: 500;
	max-width: 100%;
}

@media screen and (max-width: 30em) {
	div.cs-skin-border { font-size: 1em; }
}

.cs-skin-border > span {
	border: 1px solid #ccc;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	font-family: 'icomoon';
	content: '\e000';
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {
	content: '\e00e';
	color: #555;
	font-size: 1.5em;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
	background: #fff;
	border-color: #fff;
	color: #555;
}

.cs-skin-border .cs-options {
	color: #01579b;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	border: 1px solid #ccc;
}

.cs-skin-border ul span {
	padding: 1em 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
padding-left:5px;
padding-right:5px;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	background: #f5f3ec;
}


/*WIZARD*/
.wizard {
    margin: 50px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*STICKY SOCIAL MEDIA */
/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
#sticky-social a { 
   text-decoration: none;
}
#sticky-social ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 400px; z-index: 999999;
}
#sticky-social a {
   background: #333;
   color: white;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;



}
#sticky-social a span{
   transition: 0.2s linear;
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #042a51; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #17416e; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #444e5a; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #7c7c80; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #585862; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #46525b; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #384148; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #2a3035; }

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; } 


/*FAQ*/
.faqHeader {
        margin: 20px;
    }

.panel-heading [data-toggle="collapse"]:after {
display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; content:"\f04b";
        float: right;
        color: ##2f76b8;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #00337;
    }

.callout{
border-radius: 10px;
padding:25px;
padding-bottom: 45px;
}


.section-title-suburb {
    position: relative;
    border-bottom: 0px;
    width: 340px;
    margin: 0 auto;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.suburb .carousel-post li.post-item {
    background: #FFF;
width: 84%;
    padding: 0;
}
.suburb .jcarousel-container .jcarousel-prev,  .suburb .jcarousel-container .jcarousel-next {
top:500px;
}
.suburb .carousel-post-container .scroll-post{
height:540px;
}

.suburb .scroll-post li {
    float: left;
    margin-right: 0px;
}


/*Localised-SEO-Page*/
.suburb-profile tr td h1,h4{
color:white;
    font-family: "Ciutadella";
}
.suburb-profile tr td h1{
color:white;
padding: 10px 40px 0px 40px;

}
.suburb-profile tr td h4{
color:white;
padding: 0px 40px 20px 50px;
}
.suburb-profile {
background: rgba(50,50,50,0.8); 
margin-top: 150px;
margin-bottom: 100px;
}

.border-top-gray{
border-top: 1px solid #eee;
}


/*SHARE BTNS*/

.mobile-social-share {
    display: block !important;
    min-height: 70px !important;
}
.btn-info {
    color: #ffffff;
    background-color: #a47d20;
    border-color: #674903;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #003372;
    border-color: #407cc7;
}
.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px;
}
.share-group {
    float: right;
    margin: 17px 5px 17px 0;
}

.btn-group-share {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}

.share {
    min-width: 17px;
}

.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-pinterest {
    background-color: #CC1E2D !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color:#FFFFFF!important;
}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

#socialShare {
    max-width:59px;
    margin-bottom:18px;
}

#socialShare > a{
    padding: 6px 10px 6px 10px;
}

@media (max-width : 320px) {
    #socialHolder{
        padding-left:5px;
        padding-right:5px;
    }
    
    .mobile-social-share h3 {
        margin-left: 0;
        margin-right: 0;
    }
    
    #socialShare{
        margin-left:5px;
        margin-right:5px;
    }
    
    .mobile-social-share h3 {
        font-size: 15px;
    }
}

@media (max-width : 238px) {
    .mobile-social-share h3 {
        font-size: 12px;
    }
}
.btn i {
    padding-right: 0px;
}







/*SIDEBAR MAP*/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media( min-width :769px ) {
.hidden-sm-up{
display:none;
}
}


.search-heading h4{
color:#643e3d;
font-family: "Ciutadella";
padding-top: 14px;
}
@media( max-width :768px ) {
.sf-menu li li{
padding-right:10px;
}
.hidden-sm-down{
display:none;
}
.slider-1 , .seo-btn-group{
display: none;
}
#home .main-wrapper {
    margin-top:50px;
}
.search-heading{
     margin-top:-35px;
}
.jack-sm-down-15px{
height: 15px;
}
.btn-login{
display: block;
width: 100%;
text-align:center;
}

.top-banner .col-xs-6{
     text-align: center!important;
}
}
@media( max-width :544px ) {
#home .main-wrapper {
    margin-top:0px;
}
.section-title {
width:100%
}
#quotes .pager {
left: 34% !important;
}
}
@media( max-width :767px ) {
.title-bg1 {
    background-image: none;
}
.des-responive{
display: none;
}
.inspect-title{
padding: 0px;
}
.wizard{
margin: 10px auto 50px auto;
}
.wizard .nav-tabs{
margin-top: -35px;
}
#mobilepro{
left:84%;
top:4px;
}
.callus{
position: relative;
display:inline-block;
}
.menu-head .container{
margin-top:-30px;
}
.header-contact{
margin-top:-5px;
margin-bottom:5px;
}
.td-left{
text-align:right;
padding-right:5px;
}
.td-right{
text-align:left;
padding-left:5px;
}
}

#search-location-00 {
margin: 0 auto;
width: 95%;
}
#quotes .pager {
    left: 45%;
}
#mobilepro{
z-index: 2002;
}
.sf-menu {
z-index: 2003;
}





/*FOOTER*/
.footer-icon {
    width: 25px;
    font-size: 17px;
}
.footer-logo {
	width:83%;
}
.small-about {
    border-right: 1px solid #DEE3E4;
    margin-top: 0px;
}
#main-footer h2.widget-title {
    color: #EEEEEE;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 600;
}
@media (max-width: 767px) {
.small-about {
    border-right: 0px;
    margin-top: 0px;
}
}




.raq-btn {
    background: #555;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #555;
    padding: 7px;
margin: 5px 0 5px 0;
}
.raq-btn:hover { 
  background-color: #fff; 
border: 2px solid #555;
color:#555;
}
#table-heading td{
background-color: inherit;
}
#table-heading tr{
color: white;
}
.table-title{
margin: 34px 0 10px 0;
}
.color-1{	
color: rgba(10,87,167, 1);
}
.color-2{	
color: #1a5195;
}
.color-3{	
color: #4276b3;
}

#header-info a{
font-size:14px;	
}
#main-footer {
    background: linear-gradient(to left, rgba(10,87,167,1), rgba(10,87,167, 1));
    color: #fff !important;
    border-top: rgba(10,87,167,1);
    border-bottom: 1px solid #000;
    padding: 40px 0 50px 0;
}



#bottom-footer {
    background: #fff;
    border-top: 0px solid #3C4852; */
}

#bottom-footer .totop i {
    font-size: 30px;
    line-height: 22px;
    color: #666666;
}
#bottom-footer .totop{
    border: 1px solid #ccc;
}

#bottom-footer .totop:hover{
    background:  rgba(10,87,167, 1) !important;
}
#bottom-footer .totop:hover i{
    color:  #fff !important;
}

/*LOCATIONS PAGE ARTICLE*/
.img-bg{
  background-position: 100% 0;
background-image:url("/showImage?image=195");
background-attachment: fixed;
}
ul.tabs li.active a {
    background: rgba(04, 67, 136, 0.7);
    color: #fff;
}
ul.tabs li a {
    color: #FFF;
    background: rgba(04, 67, 136, 1);
    border-right: 1px solid #444;
}
.tab_container {
    width: 100%;
    height: auto;
    margin: 0px 0px 12px 0px;
    border-top: none;
    clear: both;
    background: rgba(10,87,167, 0.8);
    border: 0;
    position: relative;
    float: left;
    padding: 20px 20px 15px 20px;
}




/*____________________START_MBTA_TRAINERS_CAROUSEL____________________*/
/* carousel */
.media-carousel {
  margin-bottom: 0;
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #1a5195;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 55px
}
/* Next button  */
.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #1a5195;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 55px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* here is custom styling */
.web_disigner {
height: 360px;
 }
.web_disigner .web_disigner_contain {
    padding: 34px 0px;
 }
.web_disigner .parent_circle {
    background: #888 none repeat scroll 0 0;
    border: 10px solid #003372;
    border-radius: 50%;
    height: 190px;
    width: 190px;
    display: table;
    position: relative; 
}
.web_disigner .parent_circle .parent_circle_contain {
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      text-align: center;
      font-weight: 600; 
}
.web_disigner .parent_circle .child_round_circle {
      border: 5px solid #4276b3;
      border-radius: 50%;
      height: 140px;
      left: 135px;
      position: absolute;
      top: -25px;
      width: 140px; 
}
.web_disigner .parent_circle .child_round_circle_img1 {
      background: url("/showImage?image=776");
      background-size: 100%; }
 .web_disigner .parent_circle .child_round_circle_img2 {
background: transparent url("/showImage?image=781") repeat scroll 0 -11px/100% auto; 
background-position:top;    
}
.web_disigner .parent_circle .child_round_circle_img3 {
      background: url("/showImage?image=783");
      background-size: 100%; 
}
.web_disigner .parent_circle .child_round_circle_img4 {
      background: url("/showImage?image=429");
      background-size: 100%;
 }
.web_disigner .parent_circle .child_round_circle_img5 {
      background: url("/showImage?image=433");
      background-size: 100%; 
}
.web_disigner .parent_circle .child_round_circle_img6 {
      background: url("/showImage?image=426");
      background-size: 100%;
 }
.padtop30 {
  padding-top: 30px; }
#media .carousel-inner{
    position: relative;
    width: 100%;
    overflow: visible;
}
#media .item{
    transition: 0.1s linear;
    margin: 0px auto;
}
/* Responsive css */
@media only screen and (max-width: 360px) {
 .web_disigner .parent_circle .child_round_circle {
    border: 10px solid #4276b3;
    border-radius: 50%;
    height: 100px;
    left: 100px;
    position: absolute;
    top: -38px;
    width: 100px;
}
}
@media (max-width: 992px) {
.web_disigner {
 overflow:visible;
}
}
/*
.media-carousel .carousel-control.left{
margin-top: 90px;  
}
.media-carousel .carousel-control.right{
margin-top: 90px;  
}
*/


/*NEW-ONE*/
.carousel-showthreemoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showthreemoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showthreemoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showthreemoveone .cloneditem-1,
.carousel-showthreemoveone .cloneditem-2,
.carousel-showthreemoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showthreemoveone .carousel-inner > .active.left,
  .carousel-showthreemoveone .carousel-inner > .prev {
    left: -33.333%;
  }
  .carousel-showthreemoveone .carousel-inner > .active.right,
  .carousel-showthreemoveone .carousel-inner > .next {
    left: 33.333%;
  }
  .carousel-showthreemoveone .carousel-inner > .left,
  .carousel-showthreemoveone .carousel-inner > .prev.right,
  .carousel-showthreemoveone .carousel-inner > .active {
    left: 0;
  }

  .carousel-showthreemoveone .carousel-inner .cloneditem-1,
  .carousel-showthreemoveone .carousel-inner .cloneditem-2 {
    display: none;
  }

}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showthreemoveone .carousel-inner > .item.active.right,
  .carousel-showthreemoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
            transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .carousel-showthreemoveone .carousel-inner > .item.active.left,
  .carousel-showthreemoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .carousel-showthreemoveone .carousel-inner > .item.left,
  .carousel-showthreemoveone .carousel-inner > .item.prev.right,
  .carousel-showthreemoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showthreemoveone .carousel-inner > .active.left,
  .carousel-showthreemoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showthreemoveone .carousel-inner > .active.right,
  .carousel-showthreemoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showthreemoveone .carousel-inner > .left,
  .carousel-showthreemoveone .carousel-inner > .prev.right,
  .carousel-showthreemoveone .carousel-inner > .active {
    left: 0;
  }

/*
.carousel-showthreemoveone .carousel-inner .cloneditem-1{
 display:block;
*/

  .carousel-showthreemoveone .carousel-inner .cloneditem-1,
  .carousel-showthreemoveone .carousel-inner .cloneditem-2 {
    display: block;
  }
.carousel-showthreemoveone .carousel-inner .cloneditem-3,
  .carousel-showthreemoveone .carousel-inner .cloneditem-4,
  .carousel-showthreemoveone .carousel-inner .cloneditem-5 {
    display: none;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showthreemoveone .carousel-inner > .item.active.right,
  .carousel-showthreemoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
            transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .carousel-showthreemoveone .carousel-inner > .item.active.left,
  .carousel-showthreemoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .carousel-showthreemoveone .carousel-inner > .item.left,
  .carousel-showthreemoveone .carousel-inner > .item.prev.right,
  .carousel-showthreemoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/*____________________END_MBTA_TRAINERS_CAROUSEL____________________*/


/* Course Booking */
.course-details{
margin-top:0px;
}
.course-details-container{
padding: 10px;
}
.privacy-container{
margin-top:10px;
    border: 2px solid #eee;
    background-color: #f5f5f5;
padding: 10px;
}
.privacy-container h1,h3,h5 {
color: #092d59;
}
.privacy-content{
margin-top:45px;
max-height: 200px;
overflow-y: scroll;
}
.form-explanation{
color: #777777;
}
.form-check-label{
padding:5px;
}
/*End  Course Booking */



/*
/*START-COURSE-TILES*/
    .dynamicTile .col-sm-2.col-xs-4 {
        padding: 5px;
    }
    .bigicon {
        font-size: 67px;
        color: white;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .bigicondark {
        font-size: 67px;
        color: black;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .icontextdark {
        color: black;
        font-size: 27px;
    }
    .dynamicTile .col-sm-4.col-xs-8 {
        padding: 5px;
    }
    #tile1 {
        background: #7C91C7;
    }
    #tile2 {
        background: #3B579D;
    }
    #tile3 {
        background: #a47d20;
    }
    #tile4 {
        background: #815d09;
    }
    #tile5 {
        background: #333;
    }
    #tile6 {
        background: #555;
    }
    #tile7 {
        background: white;
    }
    #tile8 {
        background: #03133C;
    }
    #tile9 {
        background: #282e3b;
    }
    #tile10 {
        background: #07112d;
    }
    .tilecaption {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0!important;
        text-align: center;
        color: white;
        font-family: Segoe UI;
        font-weight: lighter;
    }
/*END OF COURSE TILES*/
*/

/*==========================================START- TEAM-TILES==========================================*/

    .dynamicTile .col-sm-2.col-xs-4 {
        padding: 5px;
    }
    .bigicon {
        font-size: 18px;
        color: white;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .bigicondark {
        font-size: 18px;
        color: black;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .icontextdark {
        color: black;
        font-size: 18px;
    }
    .dynamicTile .col-sm-4.col-xs-8 {
        padding: 5px;
    }
    #tile1 {
        background: #555;
    }
    #tile2 {
        background: #555;
    }
    #tile3 {
        background: #555;
    }
    #tile4 {
        background: #555;
    }
    #tile5 {
        background: #555;
    }
    #tile6 {
        background: #555;
    }
    #tile7 {
        background: #555;
    }
    #tile8 {
        background: #555;
    }
    #tile9 {
        background: #555;
    }
    #tile10 {
        background: #555;
    }
    #tile11 {
        background: #555;
    }
    #tile12 {
        background: #555;
    }
    #tile13 {
        background: #555;
    }
    #tile14 {
        background: #555;
    }
    #tile15 {
        background: #555;
    }
    #tile16 {
        background: #555;
    }
    .tilecaption {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0!important;
        text-align: center;
        color: white;
        font-family: Segoe UI;
        font-weight: lighter;
    }
/*******/
@media( max-width :768px ) {
.tiles-btn{
display:none;
}
}

@media(max-width:768px){
.icontext {
        color: white;
        font-size: 12px;
}
.alumni-btn{
        color: white;
        font-size: 18px;
padding-left:20px; 
padding-right:20px;
}
}
@media (min-width: 769px){
.icontext {
        color: white;
        font-size: 16px;
}
.alumni-btn{
        color: white;
        font-size: 18px;
padding-left:30px; 
padding-right:30px;
}
} 
/*==========================================END- TEAM-TILES==========================================*/



/*CONTACT+MAP*/
@media (min-width: 992px){
.adjst{
   border: 1px solid  #e3e3e3 !important;
    height: 530px !important;
}
}
 .map {
        min-width: 300px;
        min-height: 300px;
        width: 100%;
        height: 100%;
    }
.contact{
    background-color: #F5F5F5;
    color: rgba(10,87,167, 1);
    height: 60px;
    font-size: 27px;
    padding: 15px;
}
.btn-contact{
    background: rgba(10,87,167, 1);
    color: #fff;
    font-weight: 600;
    border: 2px solid rgba(10,87,167, 1);
}

.btn-contact:hover{
    background: rgba(10,87,167, 0);
    color: rgba(10,87,167, 1);
}
/*END-OF-CONTACT+MAP*/




/*BLOG-LIST*/
.blogicon {
    font-size: 217px;
    color:#5CB85C;
}
.ratetext {
    font-size: 37px;
    text-decoration: underline;
    padding-bottom: 10px;
}
.votes {
    font-size: 47px;
    padding-right: 20px;
    color:#197BB5;
}
a.list-group-item {
    height: auto;
    min-height: 277px;
}
a.list-group-item:hover, a.list-group-item:focus {
    border-left:10px solid #5CB85C;
    border-right:10px solid #5CB85C;
}
a.list-group-item {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
/*END OF BLOG LIST*/




/*SUMMARY+IMG*/
    .summary
    {
        overflow: hidden;
        padding: 34px 0px 17px 0px;
    }
    .summary-image.pull-left
    {
        margin-right: 40px;
    }
    .summary-image.pull-right
    {
        margin-left: 40px;
    }
.section-heading{
background: rgb(10,87,167); 
color: white;
padding: 5px 10px 5px 15px;
margin-bottom:0px;
border-radius: 5px;
}
.content-title {
    background-color: #002655;
    display: inline-block;
    min-height: 42px;
    color: white;
    width: 100%;
    padding: 5px 15px 5px 15px;
    margin-top: 0px;
    display: flex;
    align-items: center;
}
.trainer-image{
    margin: auto;
    display: block;
    width:100%;
    height:auto;
}
.trainer-info{
    font-size: 14px;
    text-align: justify;
    font-family: Ciutadella;
    padding: 17px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: scroll;
}
.fb-page {
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
}
.panel-cstmzd{
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 0.5px solid #999;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#sidebar .seo-btn{
    background: rgba(10,87,167, 1);
    color: #ffffff;
font-weight: 600;
border: 2px solid rgba(10,87,167, 1);
padding : 7px;
}
#sidebar .seo-btn:hover { 
  background-color: #fff; 
color:rgba(10,87,167, 1);
}

a{
     color: rgba(10,87,167, 1);
}


/*-----------------------START- ALUMNI PAGE-----------------------*/
@media(max-width:991px){
.icontext {
        color: white;
        font-size: 16px;
}
.alumni-btn{
        color: white;
        font-size: 18px;
padding-left:20px; 
padding-right:20px;
}
}
@media (min-width: 992px){
.icontext {
        color: white;
        font-size: 18px;
}
.alumni-btn{
        color: white;
        font-size: 27px;
padding-left:30px; 
padding-right:30px;
}
} 
.spotlight-top .acm-spotlight .module-wrap > div + div.acm-hero {
    margin-top: 44px;
}

.spotlight-top .acm-spotlight .module-wrap > div + div {
    margin-top: 32px;
}
.acm-hero {
    margin-top: 44px;
    padding: 44px 0 88px;
    border-top: 1px solid #eeeeee;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
Inherited from body.has-slideshow
body {
    font-family: "Libre Franklin",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    background-color: #ffffff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
Pseudo ::before element
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Pseudo ::after element
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hilite-box {
    background-color: #333333;
    margin-top: 22px;
    margin-bottom: 44px;
    overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div {
    display: block;
}

body {
    font-family: "Libre Franklin",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    background-color: #ffffff;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
element.style {
    background-image: url(/images/joomlart/hero/background.png);
}


.spotlight-top .acm-spotlight .module-wrap > div + div.acm-hero {
    margin-top: 44px;
}
.spotlight-top .acm-spotlight .module-wrap > div + div {
    margin-top: 32px;
}
body {
    font-family: "Libre Franklin",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    background-color: #ffffff;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
Pseudo ::before element
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Pseudo ::after element
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*-------------------------------END -ALUMNI-PAGE------------------------------*/
/* ------------------------START-TEST-STATE-COURSE--------------------------*/


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}


.container-gallery {
	padding-top: 30px;
	padding-bottom: 30px;
}

.container-gallery .mix {
	display: none;
	margin-top: 30px;
}

.container-gallery .filter {
	color: #fff;
	border: solid 3px #003372;
}
.container-gallery .filter.active {
	background-color: #a47d20;
	color: white;
	border: solid 2px #a47d20;
}

.container-gallery .img-wrapper {
	outline: 0;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.text-success {
  color: #003372;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff;
}
.btn-success {
  color: #003372;
  background-color: #003372;
  border-color: #a47d20;
margin:5px;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #003372;
  border-color: #a47d20;
}
.btn-success:hover {
  color: #a47d20;
  background-color: #003372;
  border-color: #a47d20;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #003372;
  background-color: #003372;
  border-color: #a47d20;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.mix img {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.mix img:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
} 
/* Create three equal columns that floats next to each other */
@media (min-width: 992px){
.column {
    float: left;
    width: 33.33%;
    display: none; /* Hide columns by default */
}
}
@media(max-width:991px){
.column{
    float: left;
    width: 50%;
    }
 }
/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Content */
.content {
    background-color: white;
    padding: 10px;
}
/* The "show" class is added to the filtered elements */
.show {
    display: block;
}
/* ------------------------END-TEST-STATE-COURSE--------------------------*/




/*-- --------------------------------------START-ALUMNI-STATS---------------------------------------*/
.spotlight-top .acm-spotlight .module-wrap > div + div.acm-hero {
    margin-top: 51px;
}
.spotlight-top .acm-spotlight .module-wrap > div + div {
    margin-top: 37px;
}
.acm-hero {
    background-position: right bottom;
    background-repeat: no-repeat;
}
.acm-hero {
    margin-top: 34px;
    padding: 34px 0 85px;
    border-top: 1px solid #eeeeee;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.acm-stats.style-1 {
    background: #003372;
    color: #ffffff;
}
.acm-stats.style-1 ul {
    padding: 0;
    list-style: none;
}
.acm-stats.style-1 ul .stats-asset {
    padding: 68px;
    text-align: center;
}
.acm-stats.style-1 ul .stats-asset + li {
    border-top: 1px solid rgba(255,255,255,0.1);
}
@media (min-width: 992px)
.acm-spotlight > .container > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.acm-hero .hero-content {
    z-index: 2;
    position: relative;
}
.acm-hero .hero-heading {
    color: #222222;
    margin-bottom: 17px;
    position: relative;
    line-height: 1.4;
}
@media(min-width: 480px){
.acm-hero .hero-intro {
    width: 50%;
}
}
.acm-hero .hero-intro {
    margin-bottom: 34px;
    color: #555555;
}
.acm-stats.style-1 ul h1.stats-item-counter {
    font-weight: 700;
    font-size: 60px;
    margin: 0;
    color: #a47d20;
}
.acm-stats.style-1 ul span.stats-subject {
    font-family: "Frank Ruhl Libre","Times New Roman",Times,serif;
    font-weight: 700;
    display: block;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-bottom: 17px;
}
.acm-stats.style-1 ul span.stats-description {
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 13px;
}
/*-- --------------------------------------END-ALUMNI-STATS---------------------------------------*/

/*-- --------------------------------------START-NEWS---------------------------------------*/
.blogicon {
    font-size: 217px;
    color: #003372;
}

/*-- --------------------------------------END-NEWS---------------------------------------*/

/*-- --------------------------------------START-OUR-TEAM---------------------------------------*/
.at-section__title {
  margin: 0 0 70px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2.625rem;
  text-align: center;
}
.at-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #E2E9ED;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  min-width: 14.2857142857%;
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  min-width: 11.1111111111%;
  -ms-flex-preferred-size: 11.1111111111%;
      flex-basis: 11.1111111111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 1px #E2E9ED;
          box-shadow: 0 0 0 1px #E2E9ED;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: z-index 0s 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: z-index 0s 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  -webkit-box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: z-index 0s 0s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: z-index 0s 0s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}

@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

@media screen and (min-width: 1200px){
     .at-column:hover .at-user{
         top: 45%;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__avatar{
         width: 0px;
         height: 0px;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__name {
  color: #b02c1f;
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: 700;
     }
     .at-column:hover .at-user__title{
          font-size: 1.3rem;
          color: #b02c1f;
          opacity: 0.8;
     }
}

@media screen and (min-width: 992px){
     .at-column:hover .at-user{
         top: 45%;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__avatar{
         width: 0px;
         height: 0px;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__name {
  color: #b02c1f;
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: 700;
     }
     .at-column:hover .at-user__title{
          font-size: 1.3rem;
          color: #b02c1f;
          opacity: 0.8;
     }
}

@media screen and (min-width: 801px) and (max-width: 991px){
     .at-column{
     width: 50%!important;
    max-width: 50%!important;
    min-width: 50%!important;
    -ms-flex-preferred-size: 50%!important;
    flex-basis: 50%!important;
    }
     .at-column:hover .at-user{
         top: 45%;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__avatar{
         width: 0px;
         height: 0px;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__name {
  color: #b02c1f;
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: 700;
     }
     .at-column:hover .at-user__title{
          font-size: 1.3rem;
          color: #b02c1f;
          opacity: 0.8;
     }
}

@media screen and (max-width: 800px){
     .at-column:hover .at-user{
         top: 45%;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__avatar{
         width: 0px;
         height: 0px;
  transition: 0.2s ease-out;
     }
     .at-column:hover .at-user__name {
  color: #b02c1f;
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: 700;
     }
     .at-column:hover .at-user__title{
          font-size: 1.3rem;
          color: #b02c1f;
          opacity: 0.8;
     }
}

.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  transition: 0.2s ease-out;
}

.at-user__avatar {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
  color: #313435;
  font-family: 'Roboto', sans-serif;
  text-align: center !important;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.625rem;
  transition: 0.2s linear;
}
.at-user__title {
  color: #6F808A;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 2.375rem;
  transition: 0.2s linear;
}
.at-social {
  margin: 0 0 -18px;
  opacity: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;
  padding-left:0px !important;
}

.at-social.bio-text{
     display: none;
    font-size: 12px;
}
.at-column:hover .at-social.bio-text{
     display: inline-block;
    margin-top: 2px;
}

.at-social__item {
  display: inline-block;
  margin: 0 10px;
}
.at-social__item a {
  display: block;
}
.at-social__item svg {
  color: #515F65;
  display: block;
  height: 18px;
  transform: scale(1);
  transition: 0.2s linear;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.at-social__item svg:hover{
  transform: scale(1.2);
  color: rgba(10,87,167, 1);
}
.at-social__item svg:hover {
  fill: #788D96;
}

/*-- --------------------------------------END-OUR-TEAM---------------------------------------*/

ul.facilities li{
     background: none;
    padding-left: 0px;
}

ul.fa-ul.white li svg, ul.facilities li svg{
     margin-right: 5px;
}

@media screen and (max-width: 768px){
     .row{
        margin-right: 0px !important;
       margin-left: 0px !important;
     }
     .col-xs-12{
        padding-right: 0px !important;
        padding-left: 0px !important;
     }
     .container{
        width: 100%;
     }
     .green-bg{
        padding-right: 20px !important;
       padding-left: 20px !important;
     }
     .img-bg .container{
       width: 90%;
     } 
    .img-responsive{
          margin: 0px auto;
     }
}

.top-banner .col-md-3{
     text-align: right;
}
.top-banner div[class*="col"]{
     padding-left: 0px;
     padding-right: 0px;
}

.body-wrapper > div.row{
     margin-left: 0px;
    margin-right: 0px;
}

#home > div.row{
    z-index: 999999;
    background: white;
    position: relative;
}

/*-- --------------------------------------GOOGLE MAP---------------------------------------*/
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 400px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(211, 104, 104, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}

/*-- --------------------------------------COURSE VIEW REVIEW---------------------------------------*/

.text-title {
    background-color: #555;
    color: White;
    padding: 10px;
    border-radius: 5px;
}

.text-border {
    border: solid 2px #555;
    border-radius: 8px;
    margin-top: 30px;
}

svg.hidden {
  display: none;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-grow: 1;
  width: 33%;
}

.review-container {
  margin: 15px;
}
.review-details {
  background: #fafafa;
  padding: 5px;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin: 2px;
  padding: 20px 15px;
  font-family: Roboto, helvetica, serif;
  font-size: 15px;
  color: #777;
  position: relative;
}

.review-details:before {
  position: absolute;
  bottom: -7px;
  left: 35px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ededed;
  border-top: none;
  border-left: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.review-rating {
  padding-right: 15px;
  float: left;
}
.rating-star:before {
  font-size: 16px;
  line-height: 16px;
  color: rgb(231, 113, 27);
  letter-spacing: -2px;
  content: "<i class="fa fa-facebook"></i>";
}

.review-link {
  color: #136aaf;
  text-decoration: underline;
}

.review-meta {
  margin: 15px 0 0 26px;
}

.author-icon {
  height: 40px;
  width: 40px;
  background: grey;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}

.author-icon img{
    width: 100%;
}

.author-name {
  padding: 2px;
  color: #427fed;
  font-weight: bold;
  line-height: 1em;
}

.source-logo {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.Google-logo {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4px;
}

.Facebook-logo {
  background: #3c5b9b;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4px;
}

p.fullwidth-btn a.btn{
    text-transform: uppercase;
    letter-spacing: 2px;
}

.social a svg {
    padding: 6px 1px 5px 0;
    display: block;
    margin: 0px auto;
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 36px!important;
    height: 36px;
    border-radius: 100% !important;
}

#home > div.little-head > div > div > div{
     width: 100%!important;
}


.btn-primary {
    background: rgba(10,87,167, 1) !important;
    border-color: rgba(10,87,167, 1) !important;
}

.btn-primary:hover {
    color: rgba(10,87,167, 1) !important;
    background: rgba(10,87,167, 0) !important;
    border-color: rgba(10,87,167, 1) !important;
}

#header > div.menu-head > div > nav > div.callus > p{
     font-size: 0px!important;
}




.trainer-img{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 3px solid rgba(10,87,167, 0.5) !important;
}

.trainer-img img{
     width: 100%;
    border: 2px solid white;
}

.Google-logo{
color: #ea3723;
}

.space-30{
     display: block;
    width: 100%;
    height: 30px;
}

.course-note{
background: rgba(255,255,255,0.4);
    border-radius: 30px;
    padding: 10px 30px;
    border: 2px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 992px){
.nectar-shape-divider-wrap{
     height: 200px!important;
}
}

@media screen and (max-width: 768px){
.nectar-shape-divider-wrap{
     height: 200px!important;
}

.fb-page.fb_iframe_widget{
    display: none!important;
}
}

@media screen and (max-width: 476px){
#main-footer .col-xs-6{
    width: 100%!important;
    margin-left: 10px;
}

.nectar-shape-divider-wrap{
     height: 150px!important;
}
}

#content > strong > div:nth-child(1) > div > div{
     font-weight: normal;
}
.valign{
vertical-align: middle;
}







/*CLIENTS-ROW*/
@media (max-width: 991px){
.client-h {
    height: 60px;
}
}
@media (min-width: 992px) {
.client-h {
    height: 70px;
}
}
@media (min-width: 1200px){
.client-h {
    height: 60px;
}
}

@media (max-width: 991px){
.client-p {
    height: 100px;
}
}
@media (min-width: 992px) {
.client-p {
    height: 180px;
}
}
@media (min-width: 1200px){
.client-p {
    height: 150px;
}
}
.icon-box {
    background-color: #666;
    vertical-align: baseline;
    border-radius: 5px;
    padding: 10px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hvr-float-shadow {
    width: 100%;
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    background-image: linear-gradient(top, #f4f1ee, #fff);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
    transition: .3s ease-in-out;   
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    max-width: none;
}
.icon-box a.seo-btn {
    padding: 6px 16px 6px 28px;
    margin-bottom: 15px;
    font-weight: bold;
}
.icon-box h5 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #555;
}
.icon-box p {
    margin-bottom:15px;
    letter-spacing: 0px;
    color: #fff;
    padding: 5px 5px;
    font-family: Ciutadella;
}

.height-300{
height:300px;
}


.sca-title{
background-position: 100% 0;
background-image:url("/showImage?image=1072");
}


/*
=====================INSPECTOR CAROUSEL=====================
*/

pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.wrapper {
    max-width: 620px;
    padding: 0 20px 40px 20px;
    margin: auto;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 5px solid #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
background-color:#fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
background-color:#fff;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 100%;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
z-index:20;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 4px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev:hover {
    text-decoration:none;
    color:#002655  !important;
    background-color: rgba(255,255,255,0.5) !important;
}

.jcarousel-control-next:hover {
    text-decoration:none;
    color:#002655 !important;
    background-color: rgba(255,255,255,0.5) !important;
}

.jcarousel-control-prev:focus {
    text-decoration:none;
    color:white;
}

.jcarousel-control-next:focus {
    text-decoration:none;
    color:white;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;

    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.pdng-lft-rgt-49{
padding-right:49px; 
padding-left: 49px;
}

.scroll-post li {
    margin-right: 25px;
    float: left;
}
/*
=====================END INSPECTOR CAROUSEL=====================
*/

/*
=====================SERVICES CAROUSEL=====================
*/
#content > div.apbi-container > div > div > div > div > a.jcarousel-control-prev{
    left: -35px;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    padding-left: 25px;
    background-color: rgba(1,62,64,0.5) !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition:0.3s ease-in-out;
}

#content > div.apbi-container > div > div > div > div > a.jcarousel-control-next{
    right: -35px;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    padding-right: 25px;
    background-color: rgba(1,62,64,0.5) !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition:0.3s ease-in-out;
}

#content > div.apbi-container > div > div > div > div > a.jcarousel-control-prev:hover{
    background: rgba(1,62,64,0.5) !important;
    border-right: 6px solid rgba(0,0,0,0.5);
}

#content > div.apbi-container > div > div > div > div > a.jcarousel-control-next:hover{
    background: rgba(1,62,64,0.5) !important;
    border-left: 6px solid rgba(0,0,0,0.5);
}
.title-jack{
height: 40px;
}
/*
=====================END SERVICES CAROUSEL=====================
*/


/*==============GOOGLE REVIEWS===================*/
.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 20%;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media (max-width: 768px) {
  .review-box-ext {
    margin-top: 0px !important;
  }
}
@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text { color: #58595b;font-family: 'arapey';font-size: 16px;font-style: italic;line-height: 23px; text-align:centert; max-width:32em; margin:auto;}

 

.review-stars ul {
display: inline-block;
list-style: none !important;
margin:0; padding:0;
    width: inherit;
}

.review-stars ul li {
float: left;
list-style: none !important;
margin-right: 1px;
line-height:1;
    width: inherit;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }

.custom-next{
    right: -35px;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    padding-right: 25px;
    background-color: rgba(1,62,64,0.5) !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.custom-prev{
left: -35px;
width: 70px;
height: 70px;
padding-top: 20px;
padding-left: 25px;
background-color: rgba(1,62,64,0.5) !important;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
transition: 0.3s ease-in-out;
}

/*--------------------Start SEO-INST Bootstrap Grid--------------------*/
.table-container{
margin:0px 0px 0px 15px;
}
.table-header-c1{
Color:white;
background-color:#002655;
padding: 10px 0px 10px 0px;
}
.table-row-even-c1{
Color:#5D5A5A;
background-color:white;
padding: 5px 0px 5px 0px;
}
.table-row-odd-c1{
Color:#5D5A5A;
background-color:#DEEAF6;
padding: 5px 0px 5px 0px;
}
.table-footer-c1{
Color:white;
background-color:#595959;
}
.table-header-c2{
Color:black;
background-color:#FEC200;
padding: 10px 0px 10px 0px;
}
.table-row-even-c2{
Color:black;
background-color:white;
padding: 5px 0px 5px 0px;
}
.table-row-odd-c2{
Color:black;
background-color:#FFF2CC;
padding: 5px 0px 5px 0px;
}
.table-footer-c2{
Color:white;
background-color:#002655;
}
/*---Course-List...*/
@media(min-width:992px){
.course-date{
width: 30%;
}
.course-location{
width: 45%;
}
}

/*-------------------------Plan Comparison-----------------------*/
.table-list{
list-style-type: none;
padding-left:0px;
}

.pricing-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
    font-size: 0.6em;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    width: 960px;
    margin: 0px auto 0;
margin-bottom: 50px;
}

.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 220px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.pricing-title {
    color: #FFF;
    background: #e95846;
    padding: 20px 0;
    font-size: 1.6em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table.recommended .pricing-title {
    background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
    background: #2db3cb;
}

.pricing-table.recommended-best .pricing-title {
    background: #27ae60;
}

.pricing-table.recommended-best .pricing-action {
    background: #27ae60;
}
.pricing-table .price {
    background: #403e3d;
    font-size: 2.6em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
}

.table-list li {
    font-size: 1.0em;
    font-weight: 700;
    padding: 12px 8px;
}

.table-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
} 

.table-list li span {
    font-weight: 400;
}
.table-list .crossed:before{
content:none;
}
.table-list .crossed span{
text-decoration: line-through red;
color: #ccc;
}
.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}


.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    float: right;
    color: #FFF;
    background: #e95846;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
    background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
    background: #228799;    
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }

    .pricing-table {
        width: 236px;
    }
    
    .table-list li {
        font-size: 1.3em;
    }

 }

 @media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
 }
.d-none{
display: none;
}
@media only screen and (max-width: 479px) {
.d-sm-visible{
display: block;
}

    .pricing-wrapper {
        width: 300px;
    }
} 

.search-input-indicator{
background: url('/images/indic.gif') no-repeat scroll 290px 7px !important;
background-size: 25px 25px !important;
}

.select2{
width:100% !important;
}


.seo-dataGrid{
width:100%;
    border-collapse: separate;
}
.seo-dataGrid thead tr{
Color:black;
background:#FEC200;
}
.seo-dataGrid thead tr th{
padding: 10px 5px 10px 5px;
}
.seo-dataGrid tbody tr{
text-align:left;
}
.seo-dataGrid tbody tr td{
padding: 10px 5px 10px 5px;
vertical-align: text-top;
}

.table-grid-row-even-c1{
Color:black;
background-color:white;
}
.table-grid-row-odd-c1{
Color:black;
background-color:#FFF2CC;
}



.select2-container .select2-selection--single{
height:50px !important;
border-radius: 0px;
border: 1px solid rgba(10,87,167, 1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
vertical-align: middle;
line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: 48px;
}
.select2-container--default .select2-results>.select2-results__options{
max-height:400px;
}
#select2-course-select-results > li:nth-child(2) > strong{
Color: White;
background-Color: rgb(10,87,167);
}
#select2-course-select-results > li:nth-child(3) > strong{
Color: White;
background-Color: rgb(176,44,31);
}
#select2-course-select-results > li:nth-child(4) > strong{
Color: White;
background-Color: #555652;
}
#select2-course-select-results > li:nth-child(5) > strong{
Color: White;
background-Color: rgb(46,139,87);
}
#select2-course-select-results > li:nth-child(6) > strong{
Color: White;
background-Color: rgb(75,30,7);
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background-color: #ccc;
color:black;
}
.select2-results__options .select2-results__options--nested > li:hover{
background-color: unset;
background:unset;
}
.select2-results__options .select2-results__options--nested > li:nth-child(1) {
background-color: #DEEAF6 ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(3) {
background-color: #DEEAF6 ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(5) {
background-color: #DEEAF6 ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(7) {
background-color: #DEEAF6 ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(9) {
background-color: #DEEAF6 ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(2) {
background-color: #f6fbff ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(4) {
background-color: #f6fbff ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(6) {
background-color: #f6fbff ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(8) {
background-color: #f6fbff ;
}
.select2-results__options .select2-results__options--nested > li:nth-child(10) {
background-color: #f6fbff;
}

.select2-results__options > li:nth-child(odd){
background-color: #DEEAF6 ;
}
.select2-results__options > li:nth-child(even){
background-color: #fcfdff ;
}


.select2-results__options > li:nth-child(odd):hover{
background-color: #DEEAF6 ;
}
.select2-results__options > li:nth-child(even):hover{
background-color: #fcfdff ;
}


.row-yellow-hover:hover{
background-color:#ffffed !important;
}