  body {
  font-family: 'Raleway', sans-serif  !important; 
}

/*.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
 
}*/
.hidden-desktop {
    display: none;
}
.sitelogo {
    padding-left: 0;
}
.navigationmenu {
    padding-right: 0;
}
.Navigationrightfix {
      position: absolute;
    right: 0px;
    bottom: 1%;
}
 .headernavbar {
    padding: 15px 0px;
}
.navbar .navbar-collapse {
  text-align: center;
}

 div#social ul li {
    padding: 10px 10px 0px 10px;
    margin: 0;
}
.topbar
{
	border-bottom: 1px solid #ccc;
    background-color: #0a3c8e;
}
.topbarcontactdetails li a {
    color: #fff !important; 
}
.topsocial li a {
    color: #fff !important;
}
#navbar { 
  background-color: #ffff; 
  
}
.navbar { 
    min-height: unset !important;
    margin-bottom: 0px !important; 
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative !important;
}







 
#navbar a {
      float: left;  
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    font-family: "Segoe UI",Arial,sans-serif; 
	    
}
#access .sub-menu a:after {
    content: "\f105" !important; 
    position: absolute !important;
left:unset !important; 	
    right: 10px !important; 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#access ul .menu-item-has-children a:after {
    content: "\f107";
    position: relative;
    left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0a3c8e;
}
#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  color: #8bc53f;
}

#navbar a.active {
  background-color: dodgerblue;
  color: white;
}

#navbar-right {
  float: right;
}
.media {
    margin-top: 0 !important;
}
footer {
    background: #232323;
}

dl { 
    margin-bottom: 5px !important;
}
.nopadding {
    padding: 0;
}


.toggleHeading {
	animation-delay: 2.5s;
  -webkit-animation-delay:2.5s;
     -moz-animation-delay: 2.5s;
       -o-animation-delay: 2.5s;
	   -moz-transition: none !important;
}

.toggleCaption {
	animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
     -moz-animation-delay: 2.5s;
       -o-animation-delay: 2.5s;
	   -moz-transition: none !important;
}


#topbox:hover{
    -moz-box-shadow: 0 0 10px #8bc53f;
    -webkit-box-shadow: 0 0 10px #8bc53f;
    box-shadow: 0 0 30px #aaa;
  }

.imgBox:hover
  {
    -moz-box-shadow: 0 0 10px #8bc53f;
    -webkit-box-shadow: 0 0 10px #8bc53f;
    box-shadow: 0 0 30px #aaa;
  }

#box1 {
    

    margin-top:15px;
  float:left;
    margin-right: -15px;
     margin-right: -15px;


}
#box2 {
    

    
  margin-top:15px;
   float: right;
   margin-right:-15px;
    margin-right: -15px;

}

.list li
{
  float:left;
  
}


.flip-card {
  background-color:transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  display:inline-block;


}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color:#eee;
  color: black;
  z-index: 2;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
}



 

.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}




.parallax {
  background-image: url('../images/parallax.jpg');

  height: 100%; 

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax2 {
  background-image: url('../images/parallaxlightblack.jpg');

  height: 100%; 

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  
 
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

q {font-style: italic;}

.author {color: cornflowerblue;}

.spectrum-background {
    background:
        linear-gradient(white, transparent),
        linear-gradient(to top left,#a3bae0, transparent),
        linear-gradient(to top right,#a3bae0, transparent);
    background-blend-mode: screen;
}





.bannerstrip{
    background-attachment: fixed;
  background-size: 100%;
}


.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0; 
}
.advantages h5 {
    font-family: 'Raleway', sans-serif !important;
    color: #fff;
}
.advantages ul li:before {
    content: "\f009";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5cb85c;
    font-size: 11px;
	padding-right:10px;
}
.jumbotron { 
    margin-bottom: 0; 
} 
.bgfff
{
	background: #fff;
}
.advantages ul li {
    color: #fff;
}
.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}

.aboutfeatures { 
    background-color: #0c5d75;
    background-image: url('../images/serviceslightbackground.jpg');

}
.wrap {
    display: flex;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    color: white;
}

.wrap:hover {
    color: white;
    border-radius: 0 ;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 5.5rem !important;
    color: white;
    margin: 1rem;

}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
   
    font-size: 1re

}
    #iconofservice{
       transform: rotateY(180deg);
 transition: transform 0.8s;
    }



.mbr-iconfont  {
    
          
    
    transition: all 0.4s;
}

.mbr-iconfont:hover {

 

 color: #93c71a;
    transform: rotateY(180deg);
    transition: transform 1.5s;
}



@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
html {
  background: #2F3238;
}

.feedback-button {
  height: 55px;
  border: solid 3px #CCCCCC;
  background: #009688;
  width: 140px;
  line-height: 32px;
  -webkit-transform: rotate(-90deg);
  font-weight: 600;
  color: white;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-align: center;
  font-size: 17px;
  position: fixed;
  right: -50px;
  top: 45%;
 
  z-index: 999;
}

#feedback-main {
  display: none;
  float: left;
  padding-top: 0px;
   z-index: 999;
}

#feedback-div {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 35px;
  padding-bottom: 50px;
  width: 450px;
  float: left;
  left: 50%;
  position: absolute;
  margin-top: 30px;
  margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
   z-index: 999;
}

.feedback-input {
  color: #3c3c3c;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
}

.feedback-input:focus {
  background: #fff;
  box-shadow: 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 54px;
}


/* Icons ---------------------------------- */

#feedback-name {
  background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#feedback-name:focus {
  background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
  background-size: 30px 30px;
  background-position: 8px 5px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#feedback-email {
  background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#feedback-email:focus {
  background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#feedback-comment {
  background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#feedback-comment {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

input:hover,
#feedback-comment:hover,
input:focus,
#feedback-comment:focus {
  background-color: white;
}

#feedback-button-blue {
  font-family: "Roboto", helvetica, arial, sans-serif;
  float: left;
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor: pointer;
  background-color: #3498db;
  color: white;
  font-size: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}

#feedback-button-blue:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0493bd;
}

.feedback-button-blue:hover {
  color: #3498db;
}

.feedback-ease {
  width: 0px;
  height: 74px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.feedback-submit:hover .feedback-ease {
  width: 100%;
  background-color: white;
}





/*new half box of page start */

.home-main{
      background: #5812c5;
      color:#fff;
      padding: 13%;
      text-align: center;
    }
    .blinker{
      animation: blinker 1.5s linear infinite;
    }
    @keyframes blinker {
      50% {
      opacity: 0;
      }
    }
    .home-main button{
      background: #fff;
      color: #5812c5;
      border-radius: 0;
      font-weight: 700;
      width: 16%;
      height: 50px;
      top: 4%;
      margin-top: 3%;
    }
    .home-main button:hover{
      transition: 1s ease;
      color:#5812c5;
      width: 19%;
    }
    .content1-left{
            padding: 4% 2%;
 	color: #fff;
    }
	  
    .content1-right { 
	    padding: 0px;
    min-height: 400px;
    background-attachment: fixed;
    background-size: auto;
    background-position: right;
}
h3.subheading {
    color: #209696;
    font-size: 23px;
}



    .home-content2{
      background: #adb5bd;
      padding: 1.4%;
      text-align: center; 
    }
    .home-content2 p{
      font-size: 18px;
      line-height: 50px;
    }
    .home-content2 p span{
      font-weight: 500;

    }

.sliderafterbox h3 a 
{
	  color: #ffff !important;
}

.sliderafterbox h3 {
    font-size: 20px;
    color: #ffff !important;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sliderafterbox h3:hover>a {
    color: #29ebec;
}

.sliderafterbox h3 i {
    font-size: 2em;
    color: #29ebec !important;
    margin-right: 3%;
}
.sectionpadding {
    padding: 50px 0px;
}
.sitetitle {
    color: #0a3c8e;
    font-weight: 600;
	font-size: 3em;
	    margin: 0;
}
.twohalf {
    background: #232323;
}
.media h4 {
    color: #fff;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: bold; 
	    margin: 0px 0px 15px 0px;
}
.media h4 i {
    padding-right: 10px;
    font-size: 32px;
    color: #209696;
}
.media-body {
    color: #fff;
    text-align: justify;
}

/* Center Logo For Mobile Devices (adjust max-width accordingly) */
@media only screen and (max-width: 1366px) {
 
#access a { 
    padding: 0 12px;
    font-size: 13px;
}
.footermenu ul#menu-footer-menu li:after { 
    padding: 0px 4px; 
}
	.content1-right { 
    min-height: 420px;  
}
h1.banner-head { 
    font-size: 2em !important;
}
ul.banner-list { 
    font-size: 1.5em !important; 
}
ul.banner-list li:after { 
    margin-top: 12px !important;  
}



}
@media only screen and (max-width: 1090px) {
ul.nav.navbar-nav.pull-right {
    float: left !important;
}
#access {
    float: none !important;
}

.topinnerbannernew {  
    background-position: -180px  !important; 
}
ul.banner-list li:after { 
    width: 18px !important; 
    height: 18px !important; 
}


}	
@media only screen and (max-width: 995px) {	 
.media-left, .media>.pull-left { 
    display: block; 
	text-align: center;
}




.wrap {
    display: block;
    text-align:center;
}
.text-wrap.vcenter h2 {
    text-align: center;
}

.media-left, .media>.pull-left {
    padding-right: 0;
}
.media h4 i { 
    position: absolute !important; 
    left: 20px !important; 
}

.media h4 { 
    padding-left: 12% !important; 
	    text-align: center;
}





	#Logo {
		margin: auto;
	}
	
	.headernavbar {
    padding: 0px 0px;
}
	
	
	.sliderafterbox h3 i {
		font-size: 1em !important;
	} 
	html {
    margin-top: 0px !important;
}
.display-5 {
    font-size: 1.2rem;
}
	.content1-right { 
    background-size: auto;
    background-position: right;
}
.topinnerbannernew {
    background-position: -280px !important;
}


.footermenu ul#menu-footer-menu {
    display: block !important;
    width: 100% !important;
    margin: auto !important;
    text-align: center !important;
}
.footermenu ul#menu-footer-menu li {
    width: max-content;
    float: left;
}
.content1-right {
    background-size: inherit;
    background-position: left;
}


  #Logo {    
    float: none;    
    display: block;    
    text-align: center;  
    max-width: none;

  }
  .scroller_anchor {
    /*height: 75px !important;*/
	visibility:hidden!important;
	display:none;
}
 
 .sitelogo {
    text-align: center !important;
}
.sitelogo a{
    text-align: center !important;
	    float: none !important;
}
section.topmobilemenusmall {
    color: #fff;
    background: black;
    padding: 2%;
	 display: block !important;
	     text-align: center;
}
section.topmobilemenusmall span a {
    text-align: center !important;
    float: none !important;
}
.sectionpadding {
    padding: 20px 10px !important;
}


.contentleftmiddle {
    min-height: unset !important;
}



}

@media only screen and (max-width: 810px) {
	
h1.banner-head {
    font-size: 1.6em !important;
    font-weight: bold;
}
ul.banner-list {
    font-size: 1.3em !important;
}	
}	
	
@media only screen and (max-width: 768px) {
   
 .sliderafterbox h3 i {
        font-size: 20px !important;
}
.sliderafterbox h3 {
    font-size: 16px;
}
.sitetitle { 
    font-size: 2em !important;
}
.headernavbar {
    padding: 0px 0px;
}
.hamburger-box {
    width: 10px !important;
    height: 10px !important;
}
.hamburger--slider .hamburger-inner {
    top: -4px !important;
    left: -9px !important;
}
div#wprmenu_bar { 
    top: 5px !important; 
}
}

@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  .hidden-desktop {
    display: block;
}

  
  .navbar-toggle {
    position: absolute; 
    right: 0;
    top: 5px;
}
h1.banner-head {
    font-size: 1.4em !important; 
}



}



@media only screen and (max-width: 610px) {
	
	.topmobilemenusmall span i {
    display: block !important;
}
section.topmobilemenusmall span a{
    text-align: center !important;
}

div#mainlogo a img {
    margin: auto;
}
#navbar a {
    float: unset !important; 
    text-align: center  !important; 
}
div#mainlogo a img {
    margin: auto !important; 
}
div#wprmenu_bar { 
    right: 50px !important; 
}

.sliderafterbox h3 i {
    font-size: 20px !important; 
}
.content1-right {
    display: none;
}
.services {
    padding: 30px 25px !important;
}

 section.topinnerbannernew { 
    padding: 0 !important;
}
.topbannercontent
{
	    background: #093c8d85;
    padding-top: 30px  !important;
    padding-bottom: 30px !important;
}
ul.banner-list li:after {
    width: 16px !important;
    height: 16px !important;
}
ul.banner-list li:after {
    margin-top: 9px !important;
    margin-left: 9px !important;
}

}
@media only screen and (max-width: 580px) {
	.hidden-desktop { 
    padding: 0px 0px;
}
.sitetitle { 
    font-size: 1.5em !important;
}
	  
	   #feedback-div {
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  #navbar {
    padding: 0px !important;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
  
  	#navbar a { 
    font-size: 12px !important;
}
.scroller_anchor {
    /*height: 112px !important;*/
	visibility:hidden!important;
	display:none;
} 
 





html body div#wprmenu_bar {
    height: 32px !important;
}
 div#wprmenu_bar { 
    top: 10px !important;
    right: 30px !important; 
} 
    #wprmenu_bar { 
    padding: 8px 12px !important; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px !important;
    height: 3px !important;
}
.hamburger--slider .hamburger-inner {
    top: -4px !important;
    left: -5px !important;
}
.hamburger--slider .hamburger-inner::before {
    top: 7px !important;
}
.hamburger--slider .hamburger-inner::after {
    top: 14px !important;
}
.scroller_anchor {
   /* height: 105px !important;*/
	visibility:hidden!important;
	display:none;
}
.navbar-default {
    border-color: #e7e7e700;
}

section.topinnerbannernew { 
    background-size: cover !important;
}
 button#responsive-menu-button {
    width: 45px !important;
    height: 45px !important;
}


}
 


@media only screen and (max-width: 480px) {
	.scroller_anchor {
    /*height: 100px !important;*/
	visibility:hidden!important;
	display:none;
}

	
}



@media only screen and (max-width: 390px) {
h1.banner-head {
    font-size: 1.3em !important;
}
ul.banner-list {
    font-size: 1.2em !important;
}




}



 
   
  