@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

 
/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #7fbcda;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #7fbcda;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  padding-top:14px;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #7fbcda;
   margin: 0 15px 0 0;
   border: 1px solid #7fbcda;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #7fbcda;
  border: 1px solid #7fbcda;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #7fbcda;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #7fbcda;
  color: #fff;
  box-shadow: inset 0 0 0 5px #7fbcda;
  -webkit-box-shadow: inset 0 0 0 5px #7fbcda;
  border: 3px solid #7fbcda;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #7fbcda;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/services/bg_services.html);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
  border-bottom:1px dotted #fff;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #7fbcda;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #7fbcda;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #7fbcda;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #7fbcda;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  /*background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;*/
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

 


.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.html) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#7fbcda;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #7fbcda transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #7fbcda transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.html");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #7fbcda;
  border: 1px solid #7fbcda;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.html");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#7fbcda;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #7fbcda;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #7fbcda;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #7fbcda;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #7fbcda !important;
  border-color: #7fbcda !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.html");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#7fbcda;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#7fbcda;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

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

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #7fbcda;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #7fbcda transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #2E2E2E;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #7fbcda;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #7fbcda;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}




.pricing-1 {
  padding: 2.16666667em 3.25em 3.25em 3.25em;
  background: #fff;
}
.pricing-1:hover {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.pricing-1 p {
  min-height: 3.25em;
}
.pricing-2 {
  padding: 2.16666667em 3.25em 3.25em 3.25em;
}
.pricing-2.pricing--emphasise {
  background: #fff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.pricing-2 p {
  min-height: 4.875em;
}
.pricing-3 img:first-child {
  margin-bottom: -1.625em;
}
.pricing-3 h5 {
  margin-top: 1.625em;
}
.pricing-3 .btn {
  margin-bottom: 1.625em;
  position: relative;
  z-index: 20;
}
.pricing-3 .pricing__body {
  background: #fff;
  padding: 0 3.25em 3.25em 3.25em;
}
.pricing-3 p {
  min-height: 3.25em;
}
.pricing-3 p:last-child {
  margin: 0;
}
.pricing-3:hover {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.pricing-4 {
  padding: 3.25em 3.25em 3.25em 3.25em;
  background: #fff;
}
.pricing-4 .pricing__price {
  margin-top: 0;
  margin-bottom: 1.625em;
}
.pricing-4 h6 {
  opacity: .5;
}
.pricing-4:hover {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.pricing-4 p {
  min-height: 4.875em;
}
@media all and (max-width: 990px) {
  .pricing-4 {
    margin-bottom: 1.625em;
  }
}
.pricing-5 {
  overflow: hidden;
}
.pricing-5 div[class*='col-'] {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  padding: 0;
}
.pricing-5 div[class*='col-'].pricing--emphasise {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.pricing-5 div[class*='col-']:not(:first-child) ul li:last-child {
  height: auto !important;
}
.pricing-5 .pricing__title {
  min-height: 144px;
  padding: 1.625em 0;
  position: relative;
}
.pricing-5 .pricing__title h6,
.pricing-5 .pricing__title h5 {
  margin: 0;
}
.pricing-5 .pricing__title h6 {
  opacity: .5;
}
.pricing-5 .pricing__price {
  margin-top: 0.8125em;
}
.pricing-5 ul {
  margin: 0;
}
.pricing-5 ul li {
  line-height: 1.625em;
  padding: 1.625em 0;
}
.pricing-5 ul li span:not(.btn__text) {
  font-style: italic;
}
.pricing-5 ul li span:not(:first-child) {
  display: inline-block;
  margin-left: 0.8125em;
  position: relative;
  bottom: 6px;
}
.pricing-5 ul li:nth-child(odd) {
  background: #f4f4f4;
}

/*
Theme Name: radiuswp
Theme URI: http://wp1.themexlab.com/m3/wp/radius/
Author: Mahfuzur Rashid
Author URI: http://themeforest.net/user/TonaTheme
Description: This is wordpress Multipurpose theme
Version: 1.0.0
License: copyright commercial
License URI: http://themeforest.net/user/TonaTheme
Text Domain: wp-radiuswp
Tags:one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two
5. Main Slider
6. Services Section / Services Section Two / Services Block Three
7. Program Section / Style Two
8. Video Section
9. Fact Counter / Style Two
10. Full width Section One / Full width Section Two
11. Expert Team Section / Style Two
12. News Blog / News Blog Two
13. Map Section
14. Footer
15. Page Title
16. BreadCrumb
17. One Item Testimonial / Three Item Testimonial
18. Tab Widget / 
19. Call To Action
20. Blog Single
21. Blog Detail

**********************************************/
/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#af1814;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Raleway', sans-serif;
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	    position: relative;
    padding: 11px 43px;
    line-height: 30px;
    text-transform: uppercase;
    background: #ffffff;
    color: #AF1814;
    border: 2px solid #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
}

.btn-style-one:hover{
	background:none;
	color:#fff !important;
}

.btn-style-two{
	position:relative;
	padding:11px 24px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	border:2px solid #ffffff;
	font-size:16px;
	font-weight:700;
}

.btn-style-two:hover{
	background:#cd0000;
	border-color: #cd0000;
	color:#ffffff !important;
}


.btn-style-three{
	position:relative;
	padding:11px 23px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#1c1c1c !important;
	border:2px solid #e4e4e4;
	font-size:16px;
	font-weight:700;
}

.btn-style-three:hover{
	background:#cd0000;
	border-color: #cd0000;
	color:#ffffff !important;
}

.theme_color{
	color:#275293;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

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

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f7f7f7 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.html);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ff7302;
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top{
	position:relative;
	font-size:14px;
	color:#ffffff;
	background:#2b2b2b;
}

.main-header .header-top.style-two{
	background-color:#144e8a;
}

.main-header .header-top .social-icon{
	position:relative;
	float:left;
}

.main-header .header-top .social-icon a{
	position:relative;
	color:#b0b0b0;
	font-size:16px;
	float:left;
	padding:10px 18px;
	display:inline-block;
	border-right:1px solid #3e3e3e;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	float:left;
	line-height:45px;
	padding-left:38px;
	font-family: 'Open Sans', sans-serif;
}

.main-header .header-top .text a{
	color:#ffffff;
	font-weight:300;
	text-decoration: underline;
}

.main-header .header-top .social-icon a:hover{
	color:#ffffff;
	border-color:#ff7709;
	background-color:#ff7709;
}

.main-header.header-style-three{
	position:absolute;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:0px;
	line-height:24px;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:14px 0px;
	line-height:24px;
}

.main-header .header-top.style-two .top-right{
	padding:0px;
}

.main-header .header-top .top-right .top-nav li{
	position:relative;
	float:left;
	margin-left:12px;
	line-height:24px;
	color:#e3e3e3;
}

.main-header .header-top .top-right .top-nav li a{
	position:relative;
	display:block;
	padding-left:12px;
	line-height:1em;
	    color: white!important;
	font-size:17px;
	font-weight:300;
	border-left:1px solid #3e3e3e;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top .top-right .top-nav li a:hover{
	color:#cd0000;	
}

.main-header .header-top .top-right .top-nav li:first-child a{
	border-left:0px;
}

.main-header .header-top .top-right .info-detail{
	position:relative;
}

.main-header .header-top .top-right .info-detail li{
	position:relative;
	padding:10px 20px;
	border-left:1px solid #245c93;
	display:inline-block;
}

.main-header .header-top .top-right .info-detail li:last-child{
	border-right:1px solid #245c93;
}

.main-header .header-top .top-right .info-detail li a{
	position:relative;
	font-weight:300;
	color:#b4c9df;
	font-size:17px;
	display:inline-block;
}

.main-header .header-top .top-right .info-detail li a span{
	font-size:17px;
	font-weight:400;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
}

.main-header .header-top a:hover{
	color:#cd0000;	
}

.main-header .header-top .top-left ul li{
	position:relative;
	float:left;
	margin-right:40px;
	line-height:24px;
	color:#e3e3e3;
}

.main-header .header-top .top-left ul li a{
	position:relative;
	display:block;
	padding:13px 0px 13px 26px;
	line-height:24px;
	color:#e3e3e3;
}

.main-header .header-top .top-left ul li .icon{
	position:absolute;
	left:0px;
	top:13px;
	line-height:24px;
	font-size:16px;
	color:#18ba60;
}

.main-header .header-top .top-left ul li a:hover{
	color:#18ba60;	
}

.main-header .header-top ul li a:hover{
	color:#cd0000;	
}


.main-header .header-top.style-two .social-icon a{
	color:#618ebc;
	border-color:#245c93;
}

.main-header .header-top.style-two .social-icon a:hover{
	color:#ffffff;
	border-color:#ff7709;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:8px 0px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	padding:16px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header.header-style-two .header-upper{
	padding:0px 0px;
}

.main-header .logo-outer{
	position:relative;
	float: left;
	z-index:25;
	padding:9px 0px;
}

.header-style-two .logo-outer{
	padding:25px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	float: right;
	padding:20px 0px 0px;
}

.header-style-two .header-upper .upper-right{
	padding:0px;
}

.header-style-three .header-upper .upper-right{
	padding-top:15px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:50px;
	margin-left:40px;
	font-size:13px;
	text-transform:capitalize;
	color:#222222;
	padding:0px 0px 0px 52px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	line-height:1em;
	color:#275293;
	font-size:36px;
	border-radius:50%;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	font-weight:300;
	margin:0px 0px;
	font-size:20px;
	color:#808080;
	text-transform:lowercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-header .info-box li a{
	color:#777777;		
}

.main-header .info-box strong{
	display:block;
	font-weight:500;
	color:#262626;
	font-size:20px;
	margin-bottom:0px;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;	
}

.main-header .upper-right .form-box{
	position:relative;
	padding-top: 3px;
	padding-left: 0px;
	width:250px;
}

.main-header .upper-right .form-box .form-group{
	position:relative;
}

.main-header .upper-right .form-box .form-group .group-inner{
	position:relative;
}

.main-header .upper-right .form-box .form-group .group-inner input{
	position:relative;
	width:100%;
	height:50px;
	font-size:14px;
	padding:8px 20px;
	border:1px solid #f0efef;
	background-color:#f4f4f4;
}

.main-header .upper-right .form-box .form-group .group-inner button{
	position:absolute;
	height:50px;
	width:50px;
	right:0px;
	top:0px;
	font-weight:500;
	font-size:20px;
	background:none;
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	z-index:5;
}

.header-style-one .nav-outer{
	position:relative;
	background: #275293;
	padding:0px 40px 0px 0px;
	margin-bottom: -32px;
}

.header-style-one .nav-outer:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:120px;
	height:100%;
	display:block;
	background-color:#cd0000;
}

.header-style-two .nav-outer{
	padding-right:150px;
}

.header-style-three .nav-outer{
	padding-right:200px;
}

.header-style-two .nav-outer .booking-btn{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-21px;
	width:150px;
}

.header-style-three .nav-outer .contact-info{
	position:absolute;
	right:0px;
	top:10px;
	color:#ffffff;
	padding-left:40px;
}

.header-style-three .nav-outer .contact-info .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	font-size:24px;
	line-height:50px;
}

.header-style-three .nav-outer .contact-info .info-title{
	font-size:14px;
	font-weight:700;
	line-height:20px;
}

.header-style-three .nav-outer .contact-info .info{
	font-size:18px;
	font-weight:700;
	line-height:30px;
}

.header-style-two .nav-outer .booking-btn .theme-btn{
	display:block;
	text-align:center;
}

.main-header .nav-outer .outer-btn{
    position: absolute;
    right: 0px;
    top: 0px;
	margin:10px;
	z-index:12;
}

.main-header .nav-outer .outer-btn .consultation {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 9px 22px;
    display: inline-block;
    background:none;
	border:1px solid #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
}

.header-style-two .main-menu .navigation > li{
	margin-right:25px;	
}

.sticky-header .main-menu .navigation > li{
	margin:0px;
}

.main-menu .navigation > li:first-child a{
	border-left:0px;
}

.main-menu .navigation > li:last-child a{
	border-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:20px 20px;
	font-size:18px;
	color:#ffffff;
	line-height:24px;
	font-weight:500;
	text-transform:capitalize;
	opacity:1;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .nav-outer{
	padding-right:30px;
}

.header-style-two .nav-outer .btn-outer{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
}

.header-style-two .nav-outer .btn-outer .search-btn{
	position:relative;
	display:block;
	line-height:120px;
	text-align:right;
	font-weight:700;
	font-size:16px;
	color:#666666;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.header-style-two .main-menu .navigation > li > a{
	border:0px;
	color:#2b2b2b;
	font-size:16px;
	font-weight:500;
	padding:48px 0px;
	padding-left:0px;
}

.header-style-three .main-menu .navigation > li > a{
	color:#ffffff;
	padding-top:8px;
	padding-bottom:8px;
}

.sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:17px 15px;
}

.main-menu .navigation > li.dropdown > a{
	padding-right:30px;
}

.header-style-two .main-menu .navigation > li.dropdown > a{
	padding-right:15px;
}

.header-style-two .main-menu .navigation > li > a:before{
	display:none;
}

.header-style-three .main-menu .navigation > li > a:before{
	border-bottom-width:3px;
	bottom:0px;
}


.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
	opacity:1;	
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:14px;
	top:50%;
	margin-top: -13px;
	width:10px;
	height:30px;
	display:block;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
}

.header-style-two .main-menu .navigation > li.dropdown > a:after{
	right:0px;	
}

.sticky-header .main-menu .navigation > li > a{
	padding: 3opx 15px !important;
	border:0px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#275293;
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#3a6ebc;
	border-top: 3px solid #cd0000;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.15);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#1850a3;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#3a6ebc;
	border-top: 3px solid #cd0000;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.15);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#1850a3;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup.popup-visible{
	top:0;
	visibility:visible;
	opacity:1;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:20px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 50px;
	padding-top:200px;
	max-width:1024px;
	margin:0 auto;	
}

.search-popup .search-form fieldset{
	position:relative;
	border:5px solid rgba(255,255,255,0.80);
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	padding:20px 10px 20px 10px;
	color:#ffffff;
	background:#144e8a;
	line-height:30px;
	height:70px;
	font-size:20px;
	text-transform:uppercase;
	-moz-border-radius:0px 7px 7px 0px;
	-ms-border-radius:0px 7px 7px 0px;
	-o-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#334551;
	color:#ffffff;
}

.search-popup h3{
	font-size:24px;
	color:#ffffff;
	margin-bottom:30px;
	text-align:center;
	letter-spacing:1px;
}

.search-popup .recent-searches{
	font-size:14px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:5px 20px;
	color:#ffffff;
	border-radius:3px;
}

.search-popup .recent-searches li a:hover{
	color:#ff7709;
	border-color:#ff7709;	
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index: 10;
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.50) !important;	
}

.main-slider .small-title{
	line-height:1.3em;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}

.main-slider .big-title{
	font-weight:800;
	line-height:1.2em;
	color:#ffffff;
	font-size:55px;
	text-transform:capitalize;
	font-family: 'Raleway', sans-serif;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:16px;
}

.main-slider .theme-btn{
	border-width: 2px !important;
}

.main-slider .btn-style-one{
	color: #FFFFFF;
}

.main-slider .btn-style-two{
	color: #333333;
}

.tp-bullets{
	display: none !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:50px !important;
	overflow:hidden;
	margin-top:-10px !important;
	height:50px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:#ffffff;
	border:none;
	color:#333333;
	font-size:20px;
	height:50px !important;
	line-height:48px;
	width:46px !important;
	padding:0px;
	border-radius:0px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	color:#ffffff;
	background:#ff7302;
	border-color:#ff7302;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:100px 0px;
}

.sponsors-section.style-two{
	position:relative;
	padding:50px 0px;
	background-color:#062d55;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.sponsors-section.style-two:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(6,45,85,0.95);
}

.sponsors-section.style-two .auto-container{
	position:relative;
	z-index:1;	
}

.sponsors-section .image-box{
	position:relative;
	text-align:center;
}

.sponsors-section .image-box img{
	position:relative;
	display:inline-block;
	width:auto;
	max-width:100%;
	opacity:0.80;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sponsors-section .image-box img:hover{
	opacity:1;	
}

.sponsors-section .owl-theme .owl-controls,
.sponsors-section .owl-theme .owl-controls .owl-nav{
	margin:0px;
	padding:0px;
}

.sponsors-section .owl-theme .owl-controls .owl-dots{
	display:none !important;	
}

.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
	position:absolute;
	top:50%;
	padding:0px;
	margin:0px;
	margin-top:-20px;
	width:40px;
	height:40px;
	line-height:36px;
	border:2px solid #d0d0d0;
	color:#d0d0d0;
	text-align:center;
	font-size:18px;
	background:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sponsors-section.style-two .owl-theme .owl-controls .owl-nav [class*="owl-"]{
	color:#18ba60;
	border-color:#18ba60;	
}

.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
	left:-80px;
}

.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-next"]{
	right:-80px;
}

.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	background:#18ba60;
	border-color:#18ba60;
	color:#ffffff;
}

.sponsors-section.style-two .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#18ba60;
	border-color:#ffffff;
	background:#ffffff;	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:#275293;
}

.main-footer .upper-box{
	position:relative;
	padding:35px 0px 20px;
	border-bottom:1px solid #275293;
}

.main-footer .upper-box h2{
	position:relative;
	font-weight:500;
	color:#ffffff;
	font-size:30px;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}

.main-footer .widgets-section{
	position:relative;
	padding:45px 0px 0px;
	z-index:1;
}

.footer-style-two .widgets-section{
	padding:60px 0px 20px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .centered-widget{
	position:relative;
	padding:30px 0px;
	text-align:center;
}

.main-footer .centered-widget .widget-content{
	position:relative;
	max-width:700px;
	margin:0 auto;
}

.main-footer .centered-widget .logo{
	position:relative;
	margin-bottom:10px;
}

.main-footer .centered-widget .text{
	position:relative;
	line-height:1.8em;
	margin-bottom:20px;
}

.main-footer .social-links{
	position:relative;
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:13px;
	color:#d8d8d8;
	margin-right:15px;
}

.main-footer .centered-widget .social-links a{
	margin:0px 10px;
}

.main-footer .social-links a:hover{
	color:#18ba60;	
}

.main-footer .footer-column{
	margin-bottom:30px;	
}

.main-footer .footer-widget{
	position:relative;	
}

.main-footer .footer-logo-one{
	position:relative;
	margin-bottom:20px;	
}

.main-footer .footer-logo-one img{
	display:block;
	max-width:100%;	
}

.main-footer .footer-column h2,.footer-widget h2,.main-footer h2{
	font-size:28px;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:20px;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
}

.main-footer .list li{
	position:relative;
	margin-bottom:6px;
}

.main-footer  .list li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#e4e6eb;
	font-size:17px;
	font-weight:300;
	padding:4px 0px 4px 20px;
	text-transform:capitalize;	
}

.main-footer .list li a:before{
	content:'\f105';
	position:absolute;
	left:0px;
	top:2px;
	line-height:24px;
	font-size:16px;
	font-family: 'FontAwesome';
	color:#e4e6eb;	
}

.main-footer .list li a:hover,
.main-footer .list li a:hover::before{
	color:#cd0000;	
}
.recent-post-content {
    margin-left: 56px;
    margin-top: -96px;
}
.recent-post-content p{
    margin-left: 24px;
    margin-top: -19px;
}
.recent-post-content a:before{
    content:none!important;
}

.recent-posts-list li{
    border-bottom:none!important;
	margin-bottom:15px!important;
}
.main-footer .subscribe-widget{
	position:relative;	
}

.main-footer .subscribe-widget .text{
	position:relative;
	line-height:1.8em;
	margin-bottom:30px;
	color:#e4e6eb;
	font-weight:300;
}

.main-footer .subscribe-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 16px;
	height:55px;
	color:#222222;
	font-size:13px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus{
	background:#f1f1f1;	
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:55px;
	display:block;
	text-align:center;	
	background-color:#cd0000;
}

.news-widget{
	position:relative;
}

.news-widget .news-post{
	position:relative;
	margin-bottom:22px;
}

.news-widget .news-post a{
	position:relative;
	color:#e9e9e9;
	font-size:18px;
	font-weight:600;
	line-height:1.0em;
	font-family: 'Raleway', sans-serif;
}

.news-widget .news-post a:hover{
	color:#cd0000;
}

.news-widget .news-post .posted-date{
	position:relative;
	font-size:17px;
	color:#d0e0f9;
	font-weight:300;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	padding-left:40px;
	color:#e4e6eb;
	font-size:17px;
	font-weight:300;
	margin-bottom:20px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:#487dbe;
	font-size:22px;
	line-height:1em;
}

.list-style-two li{
	position:relative;
	padding-left:25px;
	color:#275293;
	font-size:18px;
	font-weight:300;
	margin-bottom:12px;
}

.list-style-two li:before{
	position:absolute;
	left:0px;
	top:0px;
	content:'\f105';
	color:#275293;
	font-size:18px;
	font-family: 'FontAwesome';
}

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	padding-left:30px;
	color:#2c2c2c;
	font-size:16px;
	font-weight:500;
	margin-bottom:12px;
}

.list-style-three li:before{
	position:absolute;
	left:0px;
	top:0px;
	content:'\f00c';
	color:#275293;
	font-size:16px;
	font-family: 'FontAwesome';
}

.main-footer a{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .footer-bottom{
	position:relative;
	font-size:14px;
	padding:18px 0px;
	line-height:24px;
	background:#000000;
	z-index:1;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:17px;
	font-weight:500;
	color:#ffffff;
	margin-top:5px;
	margin-bottom:6px;
	font-family: 'Roboto', sans-serif;
}

.main-footer .footer-bottom .copyright a{
	color:#cd0000;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:35px;
	height:35px;
	color:#6784af;
	font-size:16px;
	line-height:32px;
	text-align:center;
	display:inline-block;
	border:1px solid #6784af;
}

.social-icon-one li a:hover{
	background-color:#cd0000;
	color:#ffffff;
	border-color:#cd0000;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:35px;
	height:35px;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	text-align:center;
	display:inline-block;
	border:2px solid #4b7bc4;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	background-color:#cd0000;
	color:#ffffff;
	border-color:#cd0000;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
}

.social-icon-three li{
	position:relative;
	margin-right:6px;
	font-size:18px;
	color:#25292f;
	font-weight:500;
	display:inline-block;
}

.social-icon-three li a{
	position:relative;
	width:30px;
	height:30px;
	color:#676b71;
	font-size:16px;
	line-height:30px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-three li a:hover{
	background-color:#ff7741;
	color:#ffffff;
}

/*Social Icon Four*/

.social-icon-four{
	position:relative;
}

.social-icon-four li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.social-icon-four li a{
	position:relative;
	font-size:16px;
	text-align:center;
	display:inline-block;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-four li a:hover{
	color:#cd0000;
}

/*** 

====================================================================
	About Title
====================================================================

***/

.about-title{
	position:relative;
	padding:50px 0px 0px;
}

.about-title.style-two{
	padding:100px 0px 30px;
}

.about-title .image-box{
	position:relative;
	margin-bottom:70px;
}

.about-title .column{
	margin-bottom:30px;
}

.about-title h2{
	position:relative;
	font-size:35px;
	color:#1c1c1c;
	text-align:right;
	line-height:1.2em;
	font-family: 'Roboto', sans-serif;
}

.about-title a{
	position:relative;
	font-size:18px;
	float:right;
	color:#275293;
	font-weight:500;
	display:inline-block;
	padding-bottom:1px;
	margin-top:20px;
	text-transform:capitalize;
	border-bottom:2px solid #275293;
}

.about-title h3{
	position:relative;
	font-size:20px;
	color:#363636;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}

.about-title h3 span{
	color:#cd0000;
}

.about-title .text{
	color:#7b7a7a;
	font-size:17px;
	font-weight:300;
}



.services-section{
	position:relative;
	padding-bottom:40px;
}

.services-section.style-two{
	padding-top:80px;
	background-color:#fafafa;
}

.services-section.style-two h2{
	position:relative;
	color:#1c1c1c;
	font-size:28px;
	font-weight:400;
	text-align:center;
	margin-bottom:52px;
	font-family: 'Roboto', sans-serif;
}

.services-block{
	position:relative;
	margin-bottom:50px;
}

.services-block .inner-box{
	position:relative;
}

.services-block .inner-box .image-box{
	position:relative;
}

.services-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.services-block .inner-box .image-box .overlay-box{
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	padding:15px 0px 15px 25px;
	background-color:#275293;
}

.services-block .inner-box .image-box .overlay-box h3{
	position:relative;
	line-height:1.1em;
	width:80%;
}


.services-block .inner-box .image-box .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
}

.services-block .inner-box .image-box .overlay-box .right-arrow{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:34px;
	padding:11px 19px;
	display:inline-block;
	background-color:#cd0000;
}

/*** 

====================================================================
	Program Section
====================================================================

***/

.program-section{
	position:relative;
	padding:90px 0px 55px;
	background-color:#f9f9f9;
}

.program-section .title-box{
	position:relative;
	margin-bottom:65px;
}

.program-section .title-box h3{
	position:relative;
	font-size:32px;
	color:#1c1c1c;
	font-weight:400;
	float:left;
	font-family: 'Roboto', sans-serif;
}

.program-section .title-box.alternate h3{
	float:none;
	text-align:center;
	width:100%;
}

.program-section .title-box a{
	font-size:16px;
	color:#275293;
	float:right;
	font-weight:700;
	margin-top:12px;
	text-transform:uppercase;
	border-bottom:1px solid #275293;
	font-family: 'Roboto', sans-serif;
}

.program-block{
	position:relative;
	margin-bottom:45px;
}

.program-block .inner-box{
	position:relative;
	margin-left:40px;
	border:1px solid #eaeaea;
	padding:20px 28px 30px 62px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.program-block .inner-box:hover{
	border-color:#275293;	
}

.program-section.style-two .program-block .inner-box{
	background-color:#ffffff;
}

.program-block .inner-box .icon-box{
	position:absolute;
	left:-35px;
	top:50%;
	width:69px;
	height:30px;
	color:#ffffff;
	font-size:36px;
	margin-top:-16px;
	text-align:center;
	background-color:#cd0000;
}

.program-block .inner-box .icon-box .icon{
	position:relative;
	z-index:1;
}

.program-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:-29px;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-bottom: 30px solid #cd0000;
}

.program-block .inner-box .icon-box:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-29px;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 30px solid #cd0000;
}

.program-block .inner-box h3{
	position:relative;
	margin-bottom:10px;
	line-height:1.4em;
}

.program-block .inner-box h3 a{
	position:relative;
	color:#282828;
	font-size:22px;
	font-weight:700;
	text-transform:capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.program-block .inner-box h3 a:hover{
	color:#275293;
}

.program-block .inner-box .text{
	position:relative;
	color:#6b6b6b;
	font-size:16px;
	line-height:1.4em;
	font-weight:300;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding:90px 0px 80px 0px;
}

.video-section .play-link{
	position:relative;
	width:80px;
	height:80px;
	margin:0 auto;
	border-radius:50%;
	border:2px solid #ffffff;
	display:inline-block;
	text-align:center;
	font-size:32px;
	color:#ffffff;
	cursor:pointer;
	line-height:2.4em;
	margin-bottom:15px;
	padding-left:6px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.video-section .inner-box{
	position:relative;
	text-align:center;
}

.video-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.70);	
}

.video-section .inner-box .play-link .icon-box{
	position:relative;
	display:block;
	line-height:76px;
	margin:0 auto;
	color:#ffffff;
	font-size:70px;
	margin-bottom:12px;
}

.video-section .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
}

.video-section .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:300;
	margin-bottom:40px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding-top:75px;
}

.counter-section .image-column{
	position:relative;
}

.counter-section .image-column .image-box{
	position:relative;
	text-align:center;
}

.counter-section .image-column .image-box:before{
	position:absolute;
	content:'';
	right:-70px;
	bottom:0px;
	width:615px;
	height:519px;
	background:url(images/background/pattern.html) center bottom no-repeat;
}

.counter-section .image-column .image-box img{
	position:relative;
	max-width:100%;
	display:inline-block;
}

.counter-section .content-column{
	position:relative;
	padding-left:130px;
	padding-top:50px;
	margin-bottom:50px;
}

.counter-section .content-column .inner-box{
	position:relative;
}

.counter-section .content-column .inner-box h2{
	position:relative;
	font-size:40px;
	color:#1c1c1c;
	font-weight:400;
	line-height:1.2em;
	font-family: 'Roboto', sans-serif;
}

.counter-section .content-column .inner-box .style-text{
    position: relative;
    font-size: 22px;
    color: #cd0000;
    /* font-style: italic; */
    font-weight: 300;
    margin-top: 17px;
    font-family: 'Raleway', sans-serif;
}
.counter-section .content-column .inner-box .text{
	color:#6b6b6b;
	font-size:18px;
	font-weight:300;
	margin-top:29px;
}



.fact-counter{
	position:relative;
	margin-top:42px;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:left;
	padding-right:38px;
	display:inline-block;
	border-right:1px solid #e8e8e8;
}

.fact-counter .column:last-child .inner{
	border:0px;
	padding-right:0px;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:6px;
	padding-right:10px;
    color: #fde535;
	line-height:1em;
	font-size:54px;
    font-weight: 300;
	display:inline-block;
}

.fact-counter .column .inner .icon-box span{
	font-size:36px;
}

.fact-counter .count-outer{
	position:relative;
	font-size:50px;
	line-height:1em;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:300;
	display:inline-block;
	color:#cd0000;
	font-size:55px;
}

.fact-counter .count-outer .year{
	color:#b1b1b1;
	font-size:20px;
	font-weight:300;
}

.fact-counter .count-outer .plus-icon{
	color:#ff7709;
	font-weight:300;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:22px;
	font-weight:400;
	color:#1c1c1c;
	line-height:1em;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	Fullwidth Section One
====================================================================

***/

.fullwidth-section-one{
	position:relative;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.fullwidth-section-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.90);
}

.fullwidth-section-one:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background: #f9f9f9;
}

.fullwidth-section-one .outer-box{
	position:relative;
	z-index:1;
}

.fullwidth-section-one .outer-box .left-column{
	position:relative;
	width:50%;
	float:left;
}

.fullwidth-section-one .outer-box .left-column .content-box{
    position: relative;
    float: right;
	width:100%;
    max-width: 600px;
    padding: 107px 70px 80px 20px;
}

.fullwidth-section-one .outer-box .left-column h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:36px;
	margin-bottom:3px;
	text-transform:uppercase;
}

.fullwidth-section-one .outer-box .left-column h4{
	position:relative;
	color:#cd0000;
	font-weight:400;
	font-size:22px;
	margin-bottom:22px;
}

.fullwidth-section-one .outer-box .left-column .text{
	font-size:17px;
	color:#c5c5c5;
	font-weight:300;
	margin-bottom:33px;
}

.fullwidth-section-one .outer-box .right-column{
    position: relative;
    float: left;
    width: 50%;
    background: #f9f9f9;
}

.fullwidth-section-one .outer-box .right-column .services-outer{
	position: relative;
    /*float: left;
    max-width: 700px;*/
    padding: 80px 140px 40px 115px;
}

.services-block-two{
	position:relative;
	margin-bottom:40px;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .icon-box{
	position:relative;
	color:#cd0000;
	font-size:40px;
	line-height:1em;
	margin-bottom:14px;
}

.services-block-two .inner-box h3{
	position:relative;
	color:#AF1814;
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
}

/*** 

====================================================================
	Experts Section
====================================================================

***/

.team-section{
	position:relative;
	padding:90px 0px 25px;
}

.team-section h2{
	position:relative;
	color:#1c1c1c;
	font-size:36px;
	font-weight:700;
	margin-bottom:34px;
	text-transform:uppercase;
}

.team-member{
	position:relative;
	margin-bottom:65px;
}

.team-member .inner-box{
	position:relative;
}

.team-member .inner-box .image-box{
	position:relative;
	overflow:hidden;
}

.team-member .inner-box:hover .image-box .overlay-box{
	bottom:0px;
}

.team-member .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-80px;
	width:100%;
	display:block;
	padding:18px 0px;
	text-align:center;
	background-color:rgba(27,86,176,0.90);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.team-member .inner-box .lower-content{
	position:relative;
	padding-top:24px;
}

.team-member .inner-box .lower-content h3{
	position:relative;
	line-height:1em;
}

.team-member .inner-box .lower-content h3 a{
	color:#1c1c1c;
	font-size:22px;
	font-weight:700;
	text-transform:capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member .inner-box .lower-content h3 a:hover{
	color:#275293;
}

.team-member .inner-box .lower-content .designation{
	position:relative;
	font-size:17px;
	color:#b2b2b2;
	font-style:italic;
	font-weight:300;
}

.team-member .inner-box .lower-content .text{
	position:relative;
	font-size:17px;
	font-weight:300;
	color:#6b6b6b;
	margin-top:13px;
	margin-bottom:12px;
}

.team-member .inner-box .lower-content .see-profile{
	position:relative;
	color:#275293;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:1px solid #275293;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member .inner-box .lower-content .see-profile:hover{
	border:0px;
}

.team-section .owl-controls{
	margin:0px !important;	
}

.team-section .owl-controls .owl-dots{
	display:none !important;	
}

.team-section .owl-controls .owl-nav{
	margin:0px !important;
	position:absolute;
	right:0px;
	top:-72px;
}

.team-section .owl-controls .owl-nav [class*="owl-"]{
	position:relative;
	display:inline-block;
	margin:0px 0px 0px 6px ;
	width:32px ;
	height:32px ;
	padding:0px ;
	border:1px solid #e8e8e8;
	color:#bcbcbc;
	font-size:24px ;
	line-height:28px ;
	text-align:center ;
	border-radius:0px ;
	background:none !important;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-section .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#1c1c1c ;
	border-color:#888888 ;	
}

/*** 

====================================================================
	Fullwidth Section Two
====================================================================

***/

.fullwidth-section-two{
	position:relative;
}

.fullwidth-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background:#275293;
}

.fullwidth-section-two:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background: #f9f9f9;
}

.fullwidth-section-two .outer-box{
	position:relative;
	z-index:1;
}

.fullwidth-section-two .outer-box .left-column{
	position:relative;
	width:50%;
	float:left;
}

.fullwidth-section-two .outer-box .left-column .content-box{
    position: relative;
    float: right;
	width:100%;
    max-width: 600px;
    padding: 70px 70px 140px 20px;
}

.fullwidth-section-two .outer-box .left-column .content-box .inner-box{
	position:relative;
}

.fullwidth-section-two .outer-box .left-column .content-box .inner-box:before{
	position:absolute;
	content:'\f14e';
	left:0px;
	top:0px;
	font-size:100px;
	color:#1f4c8f;
	font-family: "Flaticon";
}

.fullwidth-section-two .outer-box .left-column h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:36px;
	margin-bottom:3px;
	text-transform:uppercase;
}

.fullwidth-section-two .outer-box .left-column h3{
	position:relative;
	color:#cd0000;
	font-style:italic;
	font-weight:500;
	font-size:20px;
	margin-bottom:22px;
}

/*Testimonial Block*/

.testimonial-block{
	position:relative;
}

.testimonial-block .inner{
	position:relative;
}

.testimonial-block .inner .text{
	position:relative;
	color:#e2e2e2;
	font-size:17px;
	font-weight:300;
}

.testimonial-block .inner .client-info{
	position:relative;
	padding-left:90px;
	margin-top:30px;
	min-height:70px;
}

.testimonial-block .inner .client-info .image{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block .inner .client-info .image img{
	border-radius:50%;
}

.testimonial-block .inner .client-info h4{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
}

.testimonial-block .inner .client-info .designation{
	color:#7d91b0;
	font-size:16px;
	font-style:italic;
}

.fullwidth-section-two .left-column .owl-controls{
	margin:0px !important;	
}

.fullwidth-section-two .left-column .owl-controls .owl-dots{
	display:none !important;	
}

.fullwidth-section-two .left-column .owl-controls .owl-nav{
	margin:0px !important;
	position:absolute;
	left:0px;
	bottom:-68px;
	text-align:left;
}

.fullwidth-section-two .left-column .owl-controls .owl-nav [class*="owl-"]{
	position:relative;
	display:inline-block;
	margin-right:3px;
	width:32px;
	height:32px ;
	padding:0px ;
	border:1px solid #395d95 ;
	color:#395d95 ;
	font-size:26px ;
	line-height:28px ;
	text-align:center ;
	border-radius:0px ;
	background:none !important;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fullwidth-section-two .left-column .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#ffffff ;
	border-color:#ffffff ;	
}

/*Form Column*/

.fullwidth-section-two .right-column{
    position: relative;
    float: left;
    width: 50%;
}

.fullwidth-section-two .right-column .form-outer{
	position: relative;
    float: left;
    max-width: 600px;
    padding: 70px 15px 40px 70px;
}

.fullwidth-section-two .right-column .form-outer h2{
	position:relative;
	color:#1c1c1c;
	font-size:36px;
	font-weight:700;
	margin-bottom:25px;
	text-transform:uppercase;
}

.fullwidth-section-two .right-column .form-outer .form-group{
	padding:0px 7px;
}

.fullwidth-section-two .right-column .form-outer .default-form .row{
	margin:0px -7px;
}

/*Default Form*/

.default-form{
	position: relative;
}

.default-form .form-group{
	position: relative;
	margin-bottom: 15px;
}

.default-form .form-group .group-inner{
	position: relative;
}

.default-form .form-group .group-inner input{
	position: relative;
	height: 55px;
	width: 100%;
	line-height: 28px;
	padding: 12px 20px;
	border-radius: 2px;
	border:1px solid #eeeeee;
	background-color: #ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.default-form .form-group .group-inner textarea{
	position: relative;
	padding: 10px 20px;
	height: 130px;
	width: 100%;
	resize: none;
	border:1px solid #eeeeee;
	background-color: #ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.default-form .form-group .group-inner input:focus,
.default-form .form-group .group-inner textarea:focus{
	border-color:#cd0000;
}


.default-form .form-group .group-inner button{
	margin-top: 10px;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*News Section*/

.news-section{
	position:relative;
	padding:110px 0px 80px;
}

.news-section .title-box{
	position:relative;
	margin-bottom:50px;
	border-bottom:1px solid #f2f2f2;
}

.news-section .title-box h2{
	font-size:36px;
	color:#1c1c1c;
	font-weight:700;
	padding-bottom:12px;
	text-transform:uppercase;
}

.news-section .left-column,
.news-section .two-item-carousel{
	position:static;
}

.news-block{
	position:relative;
	margin-bottom:60px;
}

.news-section .auto-container{
	position:relative;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image-box{
	position:relative;
}

.news-block .inner-box .image-box img{
	position:relative;
	max-width:100%;
	display:block;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:22px;
}

.news-block .inner-box .lower-content blockquote{
	position:relative;
	border:0px;
	color:#5a5a5a;
	font-size:20px;
	margin-top:30px;
	margin-bottom:35px;
	font-style:italic;
	background-color:#f9f9f9;
	padding:30px 20px 30px 45px;
	font-family: 'Raleway', sans-serif;
}

.news-block .inner-box .lower-content .date{
	position:relative;
	font-size:17px;
	font-weight:300;
	color:#3a3a3a;
	margin-bottom:12px;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	line-height:1.2em;
	font-size:24px;
	color:#25292f;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	font-size:24px;
	color:#25292f;
	font-weight:700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#275293;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#6b6b6b;
	font-size:17px;
	font-weight:300;
	margin-top:15px;
	margin-bottom:15px;
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	font-weight:700;
	color:#275293;
	font-size:16px;
	border-bottom:1px solid #275293;
	text-transform:uppercase;
}

.news-block .inner-box .lower-content .two-column{
	margin-top:30px;
}

.news-block .inner-box .lower-content .column figure img{
	width:100%;
	display:block;
	margin-bottom:20px;
}

.news-block .inner-box .lower-content .column .text{
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
}

.news-block .inner-box .lower-content .column .text p{
	position:relative;
	color:#6b6b6b;
	font-size:17px;
	font-weight:300;
	margin-bottom:22px;
}

.news-block .inner-box .lower-content .column .text p:last-child{
	margin-bottom:0px;
}

.news-section .right-column{
	position:relative;
	/*padding-left:50px;*/
}

/*Post Meta*/

.post-option{
	padding:12px 20px 0px;
	margin-top:50px;
	background-color:#f3f3f3;
}

.post-option strong{
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	color:#121212;
	padding-right:10px;	
}

.post-option .tags{
	position:relative;
	margin-bottom:12px;
}

.post-option .tags li{
	display:inline-block;
}

.post-option .tags li a,.post-option .tags a{
	color:#ffffff;
	font-size:15px;
	font-weight:400;
	padding:2px 10px;
	margin-right:2px;
	display:inline-block;
	background-color:#275293;
	margin: 2px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.post-option .tags li a:hover,.post-option .tags a:hover{
	background-color:#cd0000;
}

.post-option .share-post{
	margin-bottom:12px!important;
}
/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:-10px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:35px;
}

.sidebar-page-container .group-title h2{
	font-size:30px;
	color:#1d3a53;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.sidebar-page-container .comments-area .comment-box,.m-comment-box{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1),.m-comment-box:nth-child(1){
	padding-top:0px;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment .content-box,{
	padding:0px 0px 25px;
	border-bottom:1px solid #ebebeb;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:90px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	border-radius:50%;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:6px;
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	font-weight:500;
	color:#25292f;
	font-family:'Roboto',sans-serif;
	display:inline-block;
	line-height:1em;
	margin-right:20px;
	text-transform:uppercase;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#6b6b6b;
	font-size:17px;
	font-weight:300;
	margin-top:15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:17px;
	color:#b6b6b6;
	font-weight:300;
	font-family:'Roboto',sans-serif;
}

.sidebar-page-container .comments-area .comment-box .reply-btn,.reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	color:#3f3e3e;
	font-size:14px;
	font-weight:700;
	padding:2px 10px;
	border-radius:4px;
	background-color:#f4f4f4;
	text-transform:uppercase;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover,.reply-btn:hover{
	color:#ffffff;
	background-color:#275293;
}

.sidebar-page-container .comments-area .comment-box:last-child,.comment-box:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	comment Form
====================================================================

***/

.comment-form{
	position:relative;
}

.comment-form .comment-title{
	position:relative;
	margin-top:40px;
	margin-bottom:25px;
}

.comment-form .comment-title h2{
	position:relative;
	color:#25292f;
	font-size:30px;
	font-weight:700;
}

.comment-form .comment-title .text{
	position:relative;
	color:#6b6b6b;
	font-size:18px;
	font-weight:300;
	margin-top:5px;
}

.comment-form .form-group{
	padding:0px 12px;
	margin-bottom:18px;
}

.comment-form .form-group button{
	margin-top:10px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px !important;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form input[type="number"],
.comment-form select,
.comment-form textarea{
	display:block;
	width:100%;
	line-height:20px;
	height:60px;
	font-size:14px;
	border:1px solid #f4f4f4;
	background-color:#f7fafa;
	color:#222222;
	padding:10px 20px;
	font-weight:400;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;	
}

.comment-form .form-group textarea{
    position: relative;
    height: 230px;
    resize: none;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus{
	border-color:#275293;
}

.news-block-two{
	position:relative;
	margin-bottom:20px;
}

.news-block-two .inner-box{
	position:relative;
	padding-left:105px;
}

.news-block-two .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:75px;
}

.news-block-two .inner-box h3{
	position:relative;
	line-height:1.0em;
	top:-4px;
	margin-bottom:4px;
}

.news-block-two .inner-box h3 a{
	color:#1c1c1c;
	font-size:20px;
	font-weight:700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box h3 a:hover{
	color:#275293;
}

.news-block-two .inner-box .date{
	position:relative;
	color:#b2b2b2;
	font-size:17px;
	font-weight:300;
}

.news-block-two .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:25px;
	z-index:1;
	display:none;
	min-height:170px;
	background-color:#414141;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-section .owl-controls{
	margin:0px !important;	
}

.news-section .owl-controls .owl-dots{
	display:none !important;	
}

.news-section .owl-controls .owl-nav{
	margin:0px !important;
	position:absolute;
    right: 15px;
    top: 0px;
}

.news-section .owl-controls .owl-nav [class*="owl-"]{
	position:relative;
	display:inline-block;
	margin:0px 0px 0px 6px ;
	width:32px ;
	height:32px ;
	padding:0px ;
	border:1px solid #e8e8e8;
	color:#bcbcbc;
	font-size:24px ;
	line-height:28px ;
	text-align:center ;
	border-radius:0px ;
	background:none !important;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-section .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#ffffff ;
	border-color:#275293 !important;
	background-color:#275293 !important;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:100px 0px 40px;
}

.services-block-three{
	position:relative;
	margin-bottom:50px;
}

.services-block-three .inner-box{
	position:relative;
}

.services-block-three .inner-box .image-box{
	position:relative;
}

.services-block-three .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-three .inner-box .lower-box{
	position:relative;
}

.services-block-three .inner-box .lower-box .title-box{
	position:relative;
	padding:35px 0px 0px;
}

.services-block-three .inner-box .lower-box .title-box h3{
	position:relative;
	top:-5px;
	line-height:1.2em;
	font-weight:700;
	width:85%;
}

.services-block-three .inner-box .lower-box .title-box h3 a{
	position:relative;
	color:#282828;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box .lower-box .title-box h3 a:hover{
	color:#275293;
}

.services-block-three .inner-box .lower-box .title-box .arrow{
	position: absolute;
    right: 32px;
    top: 35px;
    color: #ffffff;
    font-size: 34px;
    padding:9px 16px;
    display: inline-block;
    background-color: #275293;
}

.services-block-three .inner-box .lower-box .text{
	position:relative;
	color:#6b6b6b;
	font-size:17px;
	font-weight:300;
	margin-top:15px;
	margin-bottom:16px;
}

.services-block-three .inner-box .lower-box .read-more{
	position:relative;
	font-size:17px;
	color:#275293;
	font-weight:500;
	padding-bottom:4px;
	border-bottom:1px solid #275293;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

/*Services Block Four*/

.services-block-four{
	position:relative;
	margin-bottom:50px;
}

.services-block-four .inner-box{
	position:relative;
}

.services-block-four .inner-box .image-box{
	position:relative;
}

.services-block-four .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-four .inner-box .lower-box{
	position:relative;
	border:1px solid #e6e6e6;
}

.services-block-four .inner-box .lower-box .title-box{
	position:relative;
	padding:17px 45px 20px 25px;
}

.services-block-four .inner-box .lower-box .title-box h3{
	position:relative;
	line-height:1.4em;
	font-weight:500;
	font-size:22px;
	padding-right:50px;
	font-family: 'Roboto', sans-serif;
}

.services-block-four .inner-box .lower-box .title-box h3 a{
	position:relative;
	color:#282828;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-four .inner-box .lower-box .title-box h3 a:hover{
	color:#275293;
}

.services-block-four .inner-box .lower-box .title-box .arrow{
	position: absolute;
    right: 0px;
    bottom: 25px;
    color: #ffffff;
    font-size: 34px;
    padding:9px 16px;
    display: inline-block;
    background-color: #275293;
}

.services-block-four .inner-box .lower-box .text{
	position:relative;
	color:#6b6b6b;
	font-size:17px;
	font-weight:300;
	margin-bottom:10px;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:85px 0px 30px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.80);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:45px;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:20px;
	line-height:1.5em;
}

/*** 

====================================================================
	Page Info
====================================================================

***/

.page-info{
	position:relative;
	background-color:#f7f7f7;
}

.page-info .bread-crumb{
	position:relative;
	padding:15px 0px;
}

.page-info .bread-crumb li{
	position:relative;
	float:left;
	color:#2b2b2b;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	margin-right:23px;
}

.page-info .bread-crumb li:after{
	content:'/';
	position:absolute;
	color:#b5b5b5;
	font-size:18px;
	right:-15px;
	top:1px;	
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	position:relative;
	font-size:16px;
	color:#b5b5b5;
	line-height:24px;
	text-transform:capitalize;
	font-weight:400;
}

.page-info .bread-crumb li a:hover{
	color:#275293;
}

.page-info .share-link{
	position:relative;
}

.page-info .share-link a{
	position:relative;
	color:#262626;
	font-size:18px;
	font-weight:500;
	padding:17px 32px;
	display:inline-block;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-info .share-link a:hover{
	color:#cd0000;
}

.page-info .share-link a .icon{
	margin-right:3px;
}

/*** 

====================================================================
	Featured Services
====================================================================

***/

.featured-section{
	position:relative;
	padding:85px 0px 50px;
}

.featured-block{
	position:relative;
	margin-bottom:40px;
}

.featured-block .inner-box{
	position:relative;
}

.featured-block .inner-box h3 a{
	position:relative;
	line-height:1em;
	color:#2b2b2b;
	font-weight:700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-block .inner-box h3 a:hover{
	color:#275293;
}

.featured-block .inner-box .text{
	position:relative;
	font-size:17px;
	font-weight:300;
	color:#6b6b6b;
	margin-top:8px;
}

.default-two-column{
	position:relative;
	padding-bottom:60px;
}

.default-two-column.style-two{
	padding-top:100px;
}

.default-two-column .image-column{
	position:relative;
	margin-bottom:40px;
	padding-right:30px;
}

.default-two-column .image-column .image-box img{
	width:100%;
}

.default-two-column .content-column{
	position:relative;
	padding-left:30px;
}

.default-two-column .content-column .inner-box{
	position:relative;
}

.default-two-column .content-column .inner-box h3{
	position:relative;
	font-size:40px;
	color:#1c1c1c;
	line-height:1.2em;
	font-family: 'Roboto', sans-serif;
}

.default-two-column .content-column .inner-box .style-text{
	position:relative;
	font-size:21px;
	font-style:italic;
	color:#b6b6b6;
	margin-top:15px;
	font-family: 'Raleway', sans-serif;
}

.default-two-column .content-column .inner-box .text{
	position:relative;
	margin-top:30px;
}

.default-two-column .content-column .inner-box .text p{
	position:relative;
	font-size:17px;
	color:#6b6b6b;
	font-weight:300;
	margin-bottom:20px;
}

.fact-counter-section{
	position:relative;
	padding:50px 0px 30px;
}

.fact-counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);
}

.fact-counter.style-two .column{
	margin-bottom:50px;
}

.fun-fact-section.style-two .fact-counter .column{
	padding-left:0px;	
}

.fact-counter.style-two .column .inner{
	text-align:center;
	padding-right: 0px;
    border: 0px;
    display: block;
}

.fact-counter.style-two .count-outer{
	position:relative;
	font-size:50px;
	line-height:1em;
	font-weight:600;
	margin:0px 0px;
}

.fact-counter.style-two .count-outer .count-text{
	position:relative;
	font-weight:300;
	color:#cd0000;
	font-size:55px;
	font-family: 'Roboto', sans-serif;
}

.fact-counter.style-two .column .counter-title{
	font-size:24px;
	font-weight:300;
	color:#ffffff;
	margin-top:12px;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:100px 0px 80px;
}

.testimonial-section-two .sec-title{
	position:relative;
	text-align:center;
	margin-bottom:70px;
}

.testimonial-section-two .sec-title h2{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#1c1c1c;
	text-transform:uppercase;
}

.testimonial-section-two .sec-title .style-text{
	color:#b6b6b6;
	font-size:20px;
	font-style:italic;
	margin-top:10px;
	font-family: 'Raleway', sans-serif;
}

.testimonial-section-two .owl-controls{
	display:none !important;
}

.testimonial-block-two{
	position:relative;
	margin-bottom:50px;
}

.testimonial-block-two .inner-box{
	position:relative;
}

.testimonial-block-two .inner-box .user-info{
	position:relative;
	padding-left:105px;
	margin-bottom:30px;
}

.testimonial-block-two .inner-box .user-info .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block-two .inner-box .user-info .image-box img{
	border-radius:50%;
}

.testimonial-block-two .inner-box .user-info h3{
	position:relative;
	font-size:20px;
	color:#1c1c1c;
	font-weight:600;
	line-height:1em;
	padding-top:10px;
}

.testimonial-block-two .inner-box .user-info .designation{
	position:relative;
	color:#c1c1c1;
	font-style:italic;
	margin-top:4px;
	font-family: 'Raleway', sans-serif;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#6c6969;
	font-size:17px;
	font-weight:300;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	text-align:center;
	padding:60px 0px 60px;
}

.call-to-action h2{
	position:relative;
	font-size:45px;
	font-weight:300;
	color:#282828;
	font-family: 'Roboto', sans-serif;
}

.call-to-action h3{
	position:relative;
	color:#adadad;
	font-size:28px;
	font-weight:300;
	margin-top:5px;
	margin-bottom:35px;
	font-family: 'Roboto', sans-serif;
}

.call-to-action h3 span{
	color:#cd0000;
	font-weight:400;
}
.call-to-action h3 a{
	color:#cd0000;
	font-weight:400;
}
/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 25px;
}

.sidebar-page-container .blog-news-section{
	margin-bottom:40px;
}

.sidebar-page-container.sidebar-left .sidebar{
	position:relative;
	padding-right:20px;
}

.sidebar-page-container.sidebar-right .sidebar{
	position:relative;
	padding-left:20px;
}

.sidebar-page-container.sidebar-right{
	padding-bottom:100px;
}

.sidebar-page-container .program-detail{
	position:relative;
	margin-bottom:50px;
}

.sidebar-page-container .program-detail .program-images .row{
	margin:0px -7px;
}

.sidebar-page-container .program-detail .image-column{
	padding:0px 7px;
	margin-bottom:14px;
}

/*** 

====================================================================
	Sidebar Widgets
====================================================================

***/

.sidebar .sidebar-widget,.sidebar .widget{
    position: relative;
    margin-bottom: 42px;
}

.sidebar .sidebar-widget h2,.sidebar .widget h2{
	position:relative;
	color:#262626;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
}

.sidebar .tabbed-links,.widget .menu{
	position:relative;
	border:1px solid #ececec;
}
.widget_nav_menu .menu li a {
    width: 100%!important;
}
.sidebar .tabbed-nav li,.widget .menu li{
	position:relative;
	border-bottom:1px solid #ececec;
}

.sidebar .tabbed-nav li:last-child,.widget .menu li:last-child{
	border:0px;	
}

.sidebar .tabbed-nav li a,.widget .menu li a{
	position:relative;
	display:block;
	color:#275293;
	font-size:15px;
	font-weight:500;
	line-height:24px;
	padding:18px 40px;
	padding-left:15px;
	text-transform:uppercase;
	border-left:5px solid transparent;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.sidebar .tabbed-nav li a:after,.widget .menu li a:after{
	position:absolute;
	content:'\f105';
	right:20px;
	top:18px;
	color:#275293;
	font-size:26px;
	font-family: 'FontAwesome';
}

.sidebar .tabbed-nav li a:hover::after,
.sidebar .tabbed-nav li.current a::after{
	color:#ffffff;
}

.sidebar .tabbed-nav li:hover a,
.sidebar .tabbed-nav li.current a,.widget .menu li:hover a{
	border-left-color:#cd0000;
	color:#ffffff;
	background-color:#275293;
}
.widget .menu .current-menu-item a{
	border-left-color:#cd0000!important;
	color:#ffffff!important;
	background-color:#275293!important;
}
/*** 

====================================================================
	Brochure Widget
====================================================================

***/

.brochure-widget{
	position:relative;
}

.brochure-widget .inner-box{
	position:relative;
}

.brochure-widget .inner-box .text{
	position:relative;
	color:#777777;
	font-size:17px;
	font-weight:300;
	margin-top:4px;
	margin-bottom:22px;
}

.brochure-widget .inner-box .pdf-file{
	position:relative;
	padding:18px 22px;
	padding-left:60px;
	color:#262626;
	font-size:18px;
	font-weight:500;
	display:block;
	border:1px solid #eaeaea;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f5f5f5 100%);
}

.brochure-widget .inner-box .pdf-file:hover{
	background-image: -ms-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-20, #FFFFFF), color-stop(100, #F5F5F5));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF -20%, #F5F5F5 100%);
	background-image: linear-gradient(to top, #FFFFFF -20%, #F5F5F5 100%);
}

.brochure-widget .inner-box .pdf-file .icon{
	position:absolute;
	left:22px;
	top:16px;
	color:#262626;
	font-size:20px;
}

/*Info Widget*/

.info-widget{
	position:relative;
	padding:20px 15px;
	text-align:center;
	border:1px solid #eaeaea;
}

.info-widget{
	position:relative;
}

.info-widget h3{
	position:relative;
	color:#717171;
	font-size:22px;
	font-weight:300;
	line-height:1.6em;
}

.info-widget h4{
	position:relative;
	color:#262626;
	font-size:24px;
	font-weight:400;
	line-height:1em;
	margin-top:10px;
	margin-bottom:12px;
	font-family: 'Roboto', sans-serif;
}

.info-widget .detail{
	position:relative;
	color:#717171;
	font-size:20px;
	font-weight:300;
}

.search-box .form-group{
	position:relative;
	margin:0px;	
}

.search-box .form-group input[type="text"],.search-box .form-group input[type="search"],.main-footer .form-group input[type="search"],.main-footer .form-group input[type="text"]{
	position:relative;
	line-height:28px;
	padding:14px 50px 12px 20px;
	border:1px solid #eaeaea;
	height:55px;
	background:#ffffff;
	color:#444444;
	display:block;
	width:100%;
	font-size:14px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.search-box .form-group input:focus{
	border-color:#ff8420;	
}

.search-box .form-group button,.main-footer .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	width:65px;
	line-height:50px;
	text-align:center;
	display:block;
	font-size:18px;
	color:#ffffff;
	background:#cd0000;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.search-box .form-group button span,.main-footer .form-group button span{
	padding-right:0px;
}

.search-box .form-group button:before,.main-footer .form-group button:before{
	display:none;
}

.search-box .form-group input:focus + button,
.search-box .form-group button:hover{
	color:#ffffff;
	background:#ff8420;	
}

/*Category List*/

.category-widget ul,.sidebar .widget ul{
	position:relative;
}

.category-widget ul li,.sidebar .widget ul li{
	position:relative;
	border-bottom:1px solid #efefef;
	
}
.sidebar .widget .sub-menu li{
	margin-left: 0px!important;
}
.category-widget ul li a,.sidebar .widget ul li a{
	position:relative;
	font-size:17px;
	color:#030104;
	padding:16px 0px;
	padding-left:24px;
	display:block;
	font-weight:300;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.recentcomments a:before{
	position:absolute;
	content:none!important;
}
.category-widget ul li a:before,.sidebar .widget ul li a:before{
	position:absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	left:5px;
	font-size:14px;
	top:50%;
	line-height:24px;
	margin-top:-12px;
	display:inline-block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.recentcomments a:before{
	position:absolute;
	content:none!important;
}
.category-widget ul li a:hover,.sidebar .widget ul li a:hover{
	color:#275293;
	font-weight:500;
}

/*Twitter Feed*/

.sidebar .twitter-feed .feed{
	position:relative;
	font-size:15px;
	line-height:2em;
	margin-bottom:15px;
}

.sidebar .twitter-feed .feed:last-child{
	margin-bottom:0px;
}

.sidebar .twitter-feed .feed .month{
	color:#b2b2b2;
	font-size:17px;
	font-weight:300;
}

.sidebar .twitter-feed .feed .month a{
	position:relative;
	color:#d8d8d8;
	font-size:14px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .twitter-feed .feed .month a:hover{
	color:#153e4d;
}

.sidebar .twitter-feed .feed .text a{
	margin-bottom:0px;
	line-height:1.4em;
	color:#275293;
	font-size:18px;
	font-weight:500;
	display:inline-block;
}

/*Popular Tags*/

.sidebar .popular-tags a,.tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 20px;
	margin:0px 8px 12px 0px;
	color:#ffffff;
	text-align:center;
	font-size:15px!important;
	background-color:#275293;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover,.tagcloud a:hover{
	background-color:#ff7741;
	color:#ffffff;	
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 2px 10px;	
}

.styled-pagination li a,.styled-pagination li span{
	position:relative;
	display:block;
	line-height:24px;
	padding:6px 5px;
	text-transform:uppercase;
	min-width:40px;
	border:2px solid #efefef;
	background:#ffffff;
	color:#3c3c3c;
	font-size:18px;
	font-weight:500;
	text-align:center;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next{
	position:relative;
	background-color:#275293;
	border-color:#275293;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	padding:6px 15px;	
}

.styled-pagination li a:hover,
.styled-pagination li a.active,.page-numbers.current{
	color:#ffffff;
	background:#ff7741;
	border-color:#ff7741;	
}

/*Program Detail*/

.program-detail{
	position:relative;
	margin-bottom:120px;
}

.program-detail .program-images{
	position:relative;
}

.program-detail .image-box{
	position:relative;
}

.program-detail .image-box img{
	position:relative;
	width:100%;
	display:block;
    margin-bottom: 25px;
}

.program-detail .lower-content{
	position:relative;
}

.program-detail .lower-content .title-box{
	position:relative;
	margin-bottom:35px;
	padding:28px 0px 22px;
	border-bottom:1px solid #efefef;
}

.program-detail .lower-content .title-box h2{
	position:relative;
	line-height:1em;
	font-weight:700;
}

.program-detail .lower-content .title-box h2 a{
	position:relative;
	font-size:28px;
	color:#262626;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.program-detail .lower-content .title-box .sub-title{
	position:relative;
	font-size:22px;
	color:#969696;
	font-weight:300;
	margin-top:10px;
	font-family: 'Raleway', sans-serif;
}

.program-detail .lower-content .title-box.title-single{
	padding-bottom:0px;
	border:0px;
	margin-bottom:20px;
}

.program-detail .lower-content .title-box.title-single h4{
	color:#363636;
	font-size:20px;
	font-weight:400;
	margin-top:20px;
	font-family: 'Roboto', sans-serif;
}

.program-detail .lower-content .text{
	position:relative;
	font-size:17px;
	font-weight:300;
	color:#7b7a7a;
}

.program-detail .lower-content .text p{
	position:relative;
	font-size:17px;
	font-weight:300;
	color:#7b7a7a;
	margin-bottom:20px;
	line-height:1.6em;
}

.program-detail .lower-content .text strong{
	position:relative;
	color:#2c2c2c;
	font-size:16px;
	font-weight:400;
	top:-8px;
}

.program-detail h3{
	position:relative;
	color:#262626;
	font-size:24px;
	font-weight:700;
	margin-top:35px;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
}

.program-detail .list-style-two{
	margin-top:30px;
}

.program-detail .text-column{
	position:relative;
}

.program-detail .text-column .text{
	position:relative;
}

.program-detail .text-column .text p{
	position:relative;
	color:#7b7a7a;
	font-size:17px;
	font-weight:300;
	line-height:1.6em;
	font-family: 'Roboto', sans-serif;
}

.program-detail .consulting-box{
	position:relative;
	padding:32px 20px 22px; 
	margin-top:48px;
	background-color:#275293;
}

.program-detail .consulting-box .column{
	margin-bottom:10px;	
}

.program-detail .consulting-box h2{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.program-detail .consulting-box .text{
	position:relative;
	color:#dbe7fa;
	font-size:17px;
	font-weight:300;
	font-family: 'Raleway', sans-serif;
}

.program-detail .consulting-box a{
	padding:16px 11px;
}

.program-detail .consulting-box.style-two{
	border:1px solid #f5f5f5;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f5f5f5 100%);
}

.program-detail .consulting-box.style-two h2{
	color:#275293;
}

.program-detail .consulting-box.style-two .text{
	color:#a0a0a0;
	font-size:17px;
}

.program-detail .styled-text{
	position:relative;
	color:#777777;
	font-size:20px;
	font-style:italic;
	font-weight:300;
	margin-bottom:50px;
	font-family: 'Raleway', sans-serif;
}

.program-detail .chalenge-box{
	position:relative;
	padding-top:30px;
	margin-top:35px;
	border-top:1px solid #eaeaea;
}

.program-detail .chalenge-box h2{
	position:relative;
	font-size:24px;
	color:#2c2c2c;
	font-weight:700;
	margin-bottom:25px;
	font-family: 'Roboto', sans-serif;
}

.program-detail .chalenge-box .challange-list{
	position:relative;
	margin-top:40px;
}

.program-detail .chalenge-box .challange-list .chalenge-block{
	position:relative;
	padding-bottom:25px;
}

.program-detail .chalenge-box .challange-list .chalenge-block:last-child::after{
	display:none;
}

.program-detail .chalenge-box .challange-list .chalenge-block .inner-box{
	position:relative;
	padding-left:30px;
}

.program-detail .chalenge-box .challange-list .chalenge-block:before{
	position:absolute;
	content:'';
	left:0px;
	top:4px;
	width:10px;
	height:10px;
	z-index:1;
	border-radius:50%;
	display:inline-block;
	background-color:#275293;
}

.program-detail .chalenge-box .challange-list .chalenge-block:after{
	position:absolute;
	content:'';
	left:4px;
	top:6px;
	width:1px;
	height:100%;
	display:block;
	background-color:#eaeaea;
}

.program-detail .chalenge-box .challange-list .chalenge-block h4{
	position:relative;
	font-size:18px;
	color:#2c2c2c;
	font-weight:500;
	line-height:1.4em;
	padding-bottom:15px;
	font-family: 'Roboto', sans-serif;
}

.program-detail .two-column{
	position:relative;
	margin-top:40px;
}

.program-detail .two-column figure{
	margin-bottom:10px;	
}

.program-detail .two-column h3{
	position:relative;
	margin-top:-6px;
	margin-bottom:15px;
}

.accordion-box{
	position:relative;
	border:1px solid #e9e9e9;
}

.accordion-box .block{
	position:relative;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box .block:last-child{
	border-bottom:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:30px;
	padding:20px 55px 20px 25px;
	overflow:hidden;
	color:#262626;
	font-weight:500;
	background-color:#f9f9f9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	text-align:center;
	font-size:16px;
	color:#262626;
	background:#ffffff;
	border:1px solid #f4f3f3;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-16px;
	width:100%;
	height:30px;
	line-height:33px;
	text-align:center;
	font-size:16px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	background:#275293;
	color:#ffffff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	background-color:#f9f9f9;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:0px 20px 25px;
	background-color:#f9f9f9;
}

.accordion-box .block .content p{
	margin-bottom:20px;
	line-height:1.8em;
	color:#7b7a7a;
	font-size:16px;
	font-weight:300;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:100px 0px 20px;
}

.contact-detail{
	position:relative;
	padding:0px 19px;
	margin-bottom:40px;
}

.contact-detail .inner-box{
	position:relative;
	padding:25px 50px;
	background-color:#275293;
}

.contact-detail .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}

.contact-detail .inner-box .text{
	font-size:17px;
	color:#ccd7e7;
	font-weight:300;
	margin-top:5px;
	margin-bottom:16px;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section{
	position:relative;
	padding:10px 0px 55px;
}

.contact-form-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.contact-form-section .content-column h2{
	position:relative;
	color:#25292f;
	font-size:36px;
	font-weight:400;
	line-height:1.4em;
	font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
}

.contact-form-section .content-column .text{
	position:relative;
}

.contact-form-section .content-column .text p{
	position:relative;
	color:#818181;
	font-size:20px;
	font-weight:300;
	line-height:1.6em;
	margin-bottom:25px;
}

.contact-form-section .content-column .text p strong,
.contact-form-section .content-column .text p span{
	color:#25292f;
}

.contact-form-section .contact-form-column h2{
	position:relative;
	color:#25292f;
	font-size:36px;
	font-weight:400;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif;
}

.contact-form .form-group .group-inner input{
	border:1px solid #e9e9e9;
}

.contact-form .form-group .group-inner textarea{
	height:196px;
}

.contact-form .form-group .group-inner input:focus,
.contact-form .form-group .group-inner textarea:focus{
	border-color:#cd0000;
}

.contact-form .form-group button{
	padding:11px 34px;
}

/*** 

====================================================================
	Portfolio Gallery
====================================================================

***/

.portfolio-gallery{
	position:relative;
	padding:100px 0px 100px;
}

.portfolio-gallery .outer-box{
	position:relative;	
}

.portfolio-gallery .filters{
	position:relative;
	text-align:center;
	margin-bottom:70px;
}

.portfolio-gallery .filters .filter-tabs{
	display:inline-block;
	border:1px solid #ebebeb;
}

.portfolio-gallery .filters li{
	position:relative;
	float:left;
	padding:12px 15px;
	line-height:24px;
	color:#363636;
	cursor:pointer;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	border-right:1px solid #ebebeb;
	font-family: 'Roboto', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.portfolio-gallery .filters .filter.active,
.portfolio-gallery .filters .filter:hover{
	color:#ffffff;
	background-color:#cd0000;
}

.portfolio-gallery .filters li:last-child{
	border-right:0px;
}

.portfolio-gallery .services-block-four.mix{
	display:none;
}
/*==========================================================End faq-default.html.html page css===========================*/
/*==========================================================Start coming-soon.html page css==============================*/
.coming-soon-content-area {
  padding-bottom: 180px;
  padding-top: 150px;
  background: #444444;
}
.coming-soon-content-area .logo {
  padding-bottom: 146px;
  text-align: center;
}
.coming-soon-content-area h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 98px;
  text-align: center;
  text-transform: uppercase;
}
.launch-date {
  margin: 0 32px;
  overflow: hidden;
}
.launch-date ul {
}
.launch-date ul li {
  border: 12px solid #ba9ed3;
  border-radius: 50%;
  float: left;
  height: 189px;
  margin-left: 70px;
  text-align: center;
  width: 189px;
  padding: 40px 0;
}
.launch-date ul li h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: "montserrat_light",sans-serif;
  margin: 0 0 0px;
}
.launch-date ul li p {
  color: #ffffff;
  font-size: 18px;
  font-family: "montserrat_light",sans-serif;
}
.coming-soon-content-area .contact-address {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  margin: 110px 15px 0;
  overflow: hidden;
  padding-top: 0;
}
.coming-soon-content-area .contact-address .single-item {
  border-right: 2px solid #ddd;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 31px;
}
.coming-soon-content-area .contact-address .single-item.middle {
  padding-left: 65px;
}
.coming-soon-content-area .contact-address .single-item.last-child {
  border-right: 0 none;
  padding-left: 70px;
}
.coming-soon-content-area .contact-address .single-item .icon-holder {
  float: left;
  margin-left: 5px;
  margin-right: 40px;
  padding-top: 29px;
}
.coming-soon-content-area .contact-address .single-item .content {
  float: left;
}
.coming-soon-content-area .contact-address .single-item .content h4 {
  color: #fff;
  font-family: "montserratregular",sans-serif;
  font-size: 16px;
  margin: 0 0 15px;
}
.coming-soon-content-area .contact-address .single-item .content p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.coming-soon-bottom p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 52px 125px 53px;
  text-align: center;
}
.coming-soon-bottom .mail-submit-form input {
  border: medium none;
  color: #d0d0d0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 42px;
  padding-left: 15px;
  padding-right: 20px;
  width: 355px;
}
.coming-soon-bottom .mail-submit-form button:hover {
  background: #0d96ab;
}
.coming-soon-bottom .mail-submit-form button {
  transition: all .3s ease;
  ouline: none;
  background: #0cb4ce none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 42px;
  margin-left: -6px;
  text-transform: uppercase;
  width: 133px;
  font-family: "montserratregular",sans-serif;
}

.coming-soon-bottom .social-link {
  padding-top: 35px;
}
.coming-soon-bottom .social-link a i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  height: 32px;
  margin: 0 5px;
  padding: 8px;
  width: 32px;
  transition: all 0.3s ease 0s;
}
.coming-soon-bottom .social-link a i:hover{
  background: #000;
  color: #fff;
  transform: rotate(360deg);
  border: 1px solid #333;
}
.coming-soon-footer {
  background: rgba(0, 0, 0, 0) url("img/coming-soon-page/content-bg.html") no-repeat scroll 0 0 / cover ;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.coming-soon-footer::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.coming-soon-footer .copy-right-text p {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "montserratregular",sans-serif;
}
.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5)!important;
}
.logged-in.admin-bar .main-header.header-fixed .header-lower {
    margin-top: 32px!important;
}
#google-map-area {
  height:450px;
}
#google-map {
  height:100%;
  width:100%;
}
.main-footer a {
    color: #fff;
}
.single-footer-widget ul li{color:#fff; }
.right-column .news-block-two .image a img{height:65px!important}
.coming-soon-bottom .mail-submit-form button {
    margin-top: 10px!important;
}
.sticky{
    background: whitesmoke!important;
    padding: 10px!important;
}
.logged-in.admin-bar .sticky-header{
    margin-top: 32px!important;
}
.sticky-header .logo {
    padding: 8px 0px;
}
.sticky-header img {
    display: inline-block;
    max-width: 67%;
    height: auto;
    width: 280px;
}


@media (max-width:1070px) {
#esconde_botao {display:none;}
#mostra_botao{display:block!important;} 
	#escondeitem{display:none}
	#mostraitem{display:block!important;}
}

@media (min-width: 1400px) and (max-width: 1800px) {
#escondebanner{display:none;}
#mostrabanner{display:block!important;}
}

@media (min-width:1024px) and (max-width: 1399px) {
#escondebanner2{display:none;}
#mostrabanner2{display:block!important;}
#mostrabanner{display:none!important;}
#escondebanner{display:none!important;}
}

@media (min-width:768px) and (max-width: 1023px) {
#escondebanner3{display:none;}
#mostrabanner3{display:block!important;}
#mostrabanner{display:none!important;}
#escondebanner{display:none!important;}
#mostrabanner2{display:none!important;}
#escondebanner2{display:none!important;}
}

@media (min-width:400px) and (max-width: 767px) {
#escondebanner4{display:none;}
#mostrabanner4{display:block!important;}
#mostrabanner{display:none!important;}
#escondebanner{display:none!important;}
#mostrabanner2{display:none!important;}
#escondebanner2{display:none!important;}
#mostrabanner3{display:none!important;}
#escondebanner3{display:none!important;}
.carousel-caption .btn {
    text-shadow: none;
display: none;}
}

@media (min-width:100px) and (max-width: 399px) {
#escondebanner5{display:none;}
#mostrabanner5{display:block!important;}
#mostrabanner{display:none!important;}
#escondebanner{display:none!important;}
#mostrabanner2{display:none!important;}
#escondebanner2{display:none!important;}
#mostrabanner3{display:none!important;}
#escondebanner3{display:none!important;}
#mostrabanner4{display:none!important;}
#escondebanner4{display:none!important;}

}

@media (max-width:320px) {
	.carousel-caption .btn {
    text-shadow: none!important;
display: none!important}
}
.carousel-caption .btn {
    text-shadow: none;
	display: none!important;
}