/*-------------------global-----------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,900,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,500,700);
body{
    background-color : #F6F6F6;
    color: #666666;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    font-weight: 300;
	font-style: normal;
    line-height: 1.375em;
    position: relative;
	padding: 0;
	margin: 0 !important;
}
#rt-showcase, #rt-top-surround{
    text-shadow: none;
}
#rt-showcase a { color:#fff; }
#rt-bottom, #rt-transition{
    background-color: #fff;
    position: relative;
}
#rt-showFull{
    background :url("../images/4.jpg") repeat scroll 50% 100% / cover  #5F5E5D;
}
#rt-transition {
  padding-top:200px;

}
a{}
a:hover {
    color: #222;
}
.color-overlay-grey {
    background-color: #5F5E5D;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}
#rt-bottom {}
#rt-maintpHeadingTwo .section-title{
    margin-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
    color: #262626;
	font-family: "museo-slab", serif;
	font-style: normal;
	font-weight: 700;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: #FFFFFF;
}
.page-header h1 {
	display: none;
}
h1 {
    font-size: 100px;
    line-height: 130px;
}
h2 {
    font-size: 2.5em !important;
    line-height: 2.5em;
	font-weight: 700 !important;
}
h3 {
    font-size: 1.25em;
    line-height: 1.25em;
	font-weight: 700 !important;
}
h4 {
    font-size: 22px;
    line-height: 34px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong, .featured h4{
    font-weight: 600;
}
div h1, div h2, div h3, div h4, div h5, div h6 {
    margin-top: 20px;
}
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
    margin-top: 0;
}
.text-center {
    text-align: center;
}
.subtitle {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-top: 5px;
}
.dark .subtitle{
  color: #666;
}
.text-light .subtitle {
    opacity: 0.9;
}
.section-title {
    margin-bottom: 100px;
    margin-top: -10px;
    text-align: center;
}
#teamstyle .section-title{
 margin-bottom: 50px;   
}
.section-title h2 {
    font-weight: 900;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.section-title .seperator {
    padding: 16px 0;
}
.seperator {
    height: 4px;
    line-height: 0;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}
.seperator span {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: 2px;
    opacity: 1;
    width: 100px;
}
.text-light .seperator span {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.2;
}
.seperator.size-full span {
    width: 100%;
}
.seperator.size-medium span {
    width: 220px;
}
.seperator.size-small span {
    width: 100px;
}
.seperator.size-mini span {
    width: 40px;
}
.seperator.height-small span {
    height: 1px;
}
.spacer {
    display: block;
    width: 100%;
}
.spacer.spacer-mini {
    height: 15px;
}
.spacer.spacer-small {
    height: 40px;
}
.spacer.spacer-medium {
    height: 60px;
}
.spacer.spacer-big {
    height: 100px;
}
.hiden {
    opacity: 0;
}
.show {
    opacity: 1;
}
/*-------------------global end-----------------*/
/*-------------------menu-----------------------*/
.gf-menu li{
border: medium none;
border-bottom: 5px solid transparent; 
    transition: all 0.6s ease;
}
.gf-menu li:hover, .gf-menu li.active:hover{
    border: none;
    border-radius: 0;
    border-bottom: 5px solid #fff;
    background: none;
    padding-top: 0;
}
.gf-menu li:hover > .item{
    color:#2377ba !important;
}
#rt-header {
    width: 100%;
    z-index: 20;
}
.gf-menu-toggle{
    z-index: 21;
}
.ha-header-large {
  position: fixed !important;
  padding: 0;
  transition: all 0.6s ease;
  background-color: rgba(255, 255, 255, 1);
}
.gf-menu.l1 > li.active{
  border: none;
  border-radius:0;
}
.ha-header-large .gf-menu.l1 > li.active{
    transition: all 0.6s ease;
    border-bottom: 5px solid #fff;
}
.gf-menu{
  float: right;
}
#rt-logo, .gf-menu{
    margin: 5px 0;
}
.logo-block{
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0 0px;
}
.gf-menu .item{
    font-family: "museo-slab", serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #2377ba;
}
.gf-menu .dropdown ul li .item {
  width: 16em;
}
@media only screen and (min-width: 768px){
	.gf-menu .dropdown ul li:hover > .item {
		border-top: 1px solid #fff;
	}
	.gf-menu .dropdown ul li:hover {
		padding-top: 0px;
	}
}
.gf-menu .dropdown {
	border-radius: 0;
	background: rgba(239, 238, 249, 0.8);
}
@media (max-width: 767px){
	.layout-mode-responsive .gf-menu {
	  max-width:200px
	}
	.gf-menu .dropdown ul li .item {
	  width: 11em;
	}
}
.ha-header-small {
  position: fixed !important;
  padding: 10px 0;
  transition: all 0.6s ease;
}
.ha-header-small-sp {
  position: fixed !important;
  padding: 10px 0;
  transition: all 0.6s ease;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.03);
}
.ha-header-small .gf-menu.l1 > li.active, .ha-header-small .gf-menu li:hover{
    transition: all 0.6s ease;
    border-bottom: 5px solid #fff;
}
.ha-header-small .gf-menu .item,.ha-header-small .gf-menu li:hover > .item{
    /*color: #F2EEEA !important;*/
}
.ha-header-small-sp .gf-menu.l1 > li.active, .ha-header-small-sp .gf-menu li:hover{
	border: none;
	border-radius: 0;
	transition: all 0.6s ease;
	border-bottom: 5px solid #2377ba;
}
.ha-header-small-sp .gf-menu .item,.ha-header-small-sp .gf-menu li:hover > .item{
    color: #2377ba !important;
}
.ha-header-large #rt-logo { background-size: 90% !important; }
.ha-header-small-sp #rt-logo { background-size: 50% !important; }
.ha-header-small-sp { height:112px; }
.notfixed{
    position: relative !important;
}
/*------------------menu end -------------------*/
/*-------------------slider----------------------*/
#rt-showcase { padding-top:200px; }
#rt-showcase .layout-showcase .sprocket-features-img-container img {
    margin: 180px 0 0 0 ;
    z-index: 1;
}
#rt-showcase .sprocket-features-content{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.sprocket-features-container .sprocket-features-title{
    color: #ffffff;
    font-size: 37.5px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.layout-showcase .rt-showcase-description{
    color: #fff;
    display: block;
    margin-bottom: 25px;
}
.layout-showcase .readon{
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
}
.layout-showcase .readon2{
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 0;
    line-height: 1.7em;
    transition: all 0.3s ease;
}
.layout-showcase .readon, .layout-showcase .readon2{
    color:#ffffff;
    font-size: 18px;
    display: inline-block;
    margin: 0 15px;
    padding: 8px 10px;
    width: 150px;
}
#rt-showcase a.readon:hover{
    color:#ffffff;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    
}
#rt-showcase a.readon2:hover{
    color:#ffffff;
    transition: all 0.3s ease;
    
}
#rt-showcase .layout-showcase .sprocket-features-arrows .next{
    background: url("../images/paddle_next_medium.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#rt-showcase .layout-showcase .sprocket-features-arrows .prev{
    background: url("../images/paddle_prev_medium.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#rt-showcase .layout-showcase .sprocket-features-arrows .arrow span {
    opacity: 0;
}
#rt-showcase .layout-showcase .sprocket-features-pagination li, #rt-showcase .layout-showcase .sprocket-features-arrows .arrow {
    background-size: 47px 94px;
    box-shadow: none;
    height: 94px;
    margin: -47px 0 0;
    width: 47px;
    background-color: none;
    border:none;
}
/*-------------------slider end------------------*/
/*------------------colors-----------------------*/
.bg_gr_beige {
    background: #ffe0a3; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffe0a3 1%, #ffd589 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#ffe0a3), color-stop(100%,#ffd589)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffe0a3 1%,#ffd589 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ffe0a3 1%,#ffd589 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ffe0a3 1%,#ffd589 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ffe0a3 1%,#ffd589 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0a3', endColorstr='#ffd589',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg_gr_liteBrown{
    background: #f2ecd9; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #f2ecd9 1%, #d0c4aa 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#f2ecd9), color-stop(100%,#d0c4aa)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #f2ecd9 1%,#d0c4aa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #f2ecd9 1%,#d0c4aa 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #f2ecd9 1%,#d0c4aa 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #f2ecd9 1%,#d0c4aa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ecd9', endColorstr='#d0c4aa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg_gr_darkBlue{
    background: #174799; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #174799 1%, #0f2f62 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#174799), color-stop(100%,#0f2f62)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #174799 1%,#0f2f62 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #174799 1%,#0f2f62 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #174799 1%,#0f2f62 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #174799 1%,#0f2f62 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174799', endColorstr='#0f2f62',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.color-brown{
    color: #2E1C1C;
}
.color-blue{
    color: #133A7C;
}
.color-lite-brown{
    color: #E2D9C3;
}
/*------------------colors end------------------*/
/*------------------services----------------------*/
#rt-utility{
 	position: relative;
	padding: 3em 0 1em;
}
.featured {
    background-color: #f2f2f2;
    cursor: pointer;
    margin-bottom: 60px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 14px 30px 0 30px;
    position: relative;
}
.featured i {
    border: 10px solid #fff;
    font-size: 50px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin: -60px 0 0 -60px !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
}
.featured:hover > i {
    animation: 0.7s ease 0s normal none  ease;
}
.featured:hover .block-readmore a{
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) ;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1) ;
} 
.featured h3{
    margin-top: 40px;
    color:#333;
    font-weight: 400;
}
.featured h4{
    margin-top: 46px;
}
.featured p{
    margin: 0;
    font-size: 18px;
}
.theme_btn {
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    padding: 22px 40px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out 0s;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05) ;
}
a.theme_btn {
    position: relative;
    top: 24px;
}
.block-readmore a:hover{
  color:#fff;
}
/*----------------services end-----------------*/
/*----------------- numbers --------------------*/
#rt-maintpHeadingOne,
#rt-maintpHeadingTwo {
    position: relative;
	height: 500px;
}
#rt-maintpHeadingOne { background:url('../images/purple-image.png') no-repeat scroll 50% 50% / cover #fff; }
#rt-maintpHeadingTwo { background:url('../images/orange-image.png') no-repeat scroll 50% 50% / cover #fff; margin-top:1em; display:none; }
.counter span{
    font-weight: 600;
}
.numbers{
    position: relative;
}
/*----------------- numbers end ----------------*/
/*----------------- prices ---------------------*/
#maintop-wrapper {
    position: relative;
    padding-top: 50px;
}
#rt-maintop {}
.simple-pricing-table a.btn:hover , .simple-pricing-table .hilighted .btn, .simple-pricing-table .btn {
    background-image : none;
    border-radius: 0;
    position: relative;
    top: 25px;
    padding: 18px 32px;
    margin-bottom: -25px;
    text-shadow: none;
    color: #fff;
    border: none;
    font-size: 16px;
}
/*----------------- prices end ---------------------*/
/*----------------- skills ---------------------*/
#rt-mainbottom{
    padding: 60px 0;
    position: relative;
    background-color: #fff;
}
#rt-mainbottom h3{
    color: #000;
}
#rt-mainbottom p{
    color: #333;
}
.about-block {
    margin-left: 30px;
}
.about-ul {
    margin-top: 36px;
}
.about-ul li {
    font-size: 14px;
    font-weight: 300;
    list-style-type: none;
    margin-top: 15px;
}
.about-ul li i {
    font-size: 16px;
    padding-right: 7px;
}
.block_skills p { 
  margin: 0;
  color: #333;
}
.progress{
    border-radius: 0;
    height: 30px;
    background-image:none;
    padding: 5px;
}
.progress-striped .bar{
    background-image: none;
}
.progress .bar, .progress{
    box-shadow: none;
    text-shadow: none;
    line-height: 29px;
}
/*----------------- skills end ---------------------*/
/*-----------------    team   ---------------------*/
#teamstyle{
    position: relative;
    background: /*url("../images/bg-sequence10.jpg") repeat 50% 100%  / cover #EA6153;*/ #f3f3f3;
    padding-bottom: 25px;
}
.img-circle{
    border-radius: 0;
}
/*----------------- team end ---------------------*/
/*----------------- portfolio ---------------------*/
#rt-bottom div.default .sp-portfolio-thumb .sp-portfolio-overlay {
    /*background: none repeat scroll 0 0 rgb(46, 204, 113);*/
    transition: opacity 400ms ease 0s;
}
#rt-bottom div.default .sp-portfolio-item-inner:hover .sp-portfolio-overlay {
    opacity: 1;
    transition: opacity 300ms ease 0s;
}
#rt-bottom  div.default ul.sp-portfolio-filter{
    margin: 0 0 40px;
    text-align: center;
    
}
.sp-portfolio-item-details{
    text-align: left;
}
.sp-portfolio-item-details .item-title a{
    color:#333;
    font-size: 20px;
    font-weight: 600;
}
.sp-portfolio-item-details .item-title{
    margin-top: 10px;
    margin-bottom: 0;
}
.sp-portfolio-item-details small{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.sp-portfolio-overlay a {
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.sp-portfolio-overlay a:hover {
    color: #fff;
}
#rt-bottom .sp-portfolio-filter li .btn {
    background-color: #262626;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 0;
    transition: all 300ms ease 0s;
    padding: 15px 20px;
}
#rt-bottom .sp-portfolio-filter li {
    margin-right: 10px;
}
#rt-bottom .sp-portfolio-thumb .sp-portfolio-preview, #rt-bottom .sp-portfolio-thumb .sp-portfolio-link {
    display: inline-block;
    opacity: 0;
    position: absolute;
    transition: all 300ms ease 0s;
    border-radius: 0;
    padding: 6px  0;
}
#rt-bottom .sp-portfolio-thumb .sp-portfolio-preview {
    left: 50%;
    margin-left: -110px;
    transition: all 300ms ease 0s;
}
#rt-bottom .sp-portfolio-thumb .sp-portfolio-link {
    margin-right: -110px;
    right: 50%;
}
#rt-bottom .sp-portfolio-item-inner:hover .sp-portfolio-preview {
    margin-left: -95px;
    opacity: 1;
    
}
#rt-bottom .sp-portfolio-item-inner:hover .sp-portfolio-link {
    margin-right: -95px;
    opacity: 1;
   
}
#rt-bottom h2.title  { padding:1em 0 .5em; }
#rt-bottom h2.title:before {}
    /*--------------------- portfolio end------------------------*/
    /*--------------------- map & contact-----------------------*/
    #rt-fullwidth{
    margin-bottom: 385px;
        position: relative;
    }
    #rt-fullwidth .rt-container{
        height:400px;
    }
    .fullWidthIsHome{
        height:400px;
    }
    #rt-fullwidth .section-title{
        margin-bottom: 0;
    }
#rt-contact{
    position: relative;
    background: /*url("../images/bg-sequence10.jpg") repeat scroll 50% 100% / cover  #ea6153*/ #36b496;
    padding: 70px 0;
}
    #sp_quickcontact177 input, #sp_quickcontact177 textarea#message{
        background-color: #fff;
        border: medium none;
        box-shadow: none;
        color: #444;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: bold;
        opacity: 0.9;
        padding: 15px 18px;
        text-align: left;
        width: 80%;
    
        border-radius: 0;
}
#sp_quickcontact177 textarea#message{ height:138px; }
#sp_quickcontact177 #sp_qc_submit{
	text-align: center;
	width:89%;
	opacity: 1;
	color:#fff;
}
  /*--------------------- map & contact-----------------------*/
  /*------------------------- footer---------------------------*/
  #rt-footer-surround{
    bottom: 0;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    position: fixed;
    width: 100%;
    z-index: -1;
}
#rt-copyright {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
#rt-copyright p{
    margin: 0;
}
.footer li {
    display: inline;
    margin-right: 20px;
}
#rt-copyright .footer  > li > a {
    display: inline;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}
ul.menu li a:before{
    content:"";
}
/*--------------- footer----------------------*/
[class*="decor-"] {
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}
[class*="decor-"] svg {
    height: 101%;
}
.decor-top {
    bottom: 100%;
     z-index: 4;
}
.decor-bottom {
    top: 99.9%;
    z-index: 4;
}
.decor {
    display: block;
    margin: 0 auto;
    position: relative;
	fill: #fff;
}
.swatch-white-trans .decor{
    fill:#fff;
}
   
.swatch-white-red .decor {
    fill: #fff;
}
.swatch-white-yellow .decor {
    fill: #fff;
}
.swatch-contact{
/*    background-color: #g;    */
}
.swatch-contact .decor {
    fill:  #ecf0f1;
}
/*loader*/
#mask {
  background-color: #FFFFFF;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100000;
}
.loader {
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
/*loader ends*/
/*------------blog starts here-------------*/
/*.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active, .gkTabsWrap.vertical ol li.active:hover, .gkTabsWrap.horizontal ol li.active:hover, .gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li{
    box-shadow: none;
    border: none;
    border-radius: 0;
}
*/
#rt-mainbody-surround .title{
    position: relative;
}
.k2LatestCommentsBlock ul, .k2CategoriesListBlock ul, .k2ArchivesBlock ul{ 
margin: 0 20px 10px;
}
.itemBody .btn{
    margin-top: 10px;
}
/*==================  Edit Tabs  ================= */
.gkTabsWrap {
    border: 1px solid #eee;
}
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
    box-shadow: none;
    background: #fafafa;
    border: none;
    border-top: none;
}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.horizontal ol li.active,
.gkTabsWrap.vertical ol li:hover.active,
.gkTabsWrap.horizontal ol li:hover.active {
    color: #fff;
    box-shadow: none;
}
.gkTabsWrap.vertical ol li:hover,
.gkTabsWrap.horizontal ol li:hover {
    background: #f6f6f6;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
    background: #ddd;
}
.gkTabsButtonNext:hover,
.gkTabsButtonPrev:hover {
    background: #eee;
}
.gkTabsWrap.horizontal {
    border: 1px solid #e5e5e5;
}
.gkTabsWrap.horizontal > ol {
    background: #fff;
}
 
/* ==================  End  ===================== */
 
/* 
 * VERTICAL mode 
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap {
    margin: 0;
}
.gkTabsContainer {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gkTabsItem {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2px;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.gk-active {
    position: relative;
    top: 0;
    z-index: 1;
}
.gkTabsItem.gk-hide {
    position: absolute;
    top: 0;
    z-index: 0;
}
.gkTabsItem.gk-opacity.gk-hide {
    opacity: 0;
}
.gkTabsItem.gk-opacity.gk-active {
    opacity: 1;
}
.gkTabsItem.gk-slide_vertical.gk-hide {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.gkTabsItem.gk-slide_vertical.gk-active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.gkTabsItem.gk-slide_vertical.gk-hidden {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.gkTabsItem.gk-slide_horizontal.gk-hide {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.gkTabsItem.gk-slide_horizontal.gk-active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.gkTabsItem.gk-slide_horizontal.gk-hidden {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
/* tabs */
.gkTabsWrap.vertical ol {
    margin: 0!important;
    padding: 0 20px!important;
}
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
    cursor: pointer;
    float: left;
    list-style-type: none !important;
    padding: 8px 16px !important;
    border-radius: 0;
    margin: 14px 4px 0;
    line-height: 22px !important
}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.horizontal ol li.active,
.gkTabsWrap.vertical ol li:hover.active,
.gkTabsWrap.horizontal ol li:hover.active {
    line-height: 22px !important
}
.gkTabsWrap.vertical .gkTabsContainer + ol {
    overflow: hidden;
}
.gkTabsWrap.vertical .gkTabsContainer + ol li {
    margin: 0 4px 14px;
}
/* containers */
.gkTabsContainer,
.gkTabsContainer[style] {
    clear: both;
    overflow: hidden!important;
    overflow-x: hidden!important;
    overflow-y: hidden!important;
    position: relative;
}
/* buttons prev/next */
.gkTabsButtonNext,
.gkTabsButtonPrev {
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0;
    font: 0/0px a;
    top: 43%;
    width: 18px;
    z-index: 3;
}
.gkTabsButtonPrev {
    left: 0;
    right: inherit;
}
.gkTabsButtonNext:before,
.gkTabsButtonPrev:before {
    content: "›";
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    line-height: 17px;
    text-align: center;
    width: 18px;
}
.gkTabsButtonPrev:before {
    content: "‹";
}
/* 
 * HORIZONTAL mode 
 */
 
.gkTabsWrap.horizontal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.gkTabsWrap.horizontal > ol,
.gkTabsWrap.horizontal > .gkTabsContainer {
    display: table-cell;
    vertical-align: top;
}
.gkTabsWrap.horizontal > ol {
    border: none;
    overflow: hidden;
    margin: 0 !important;
    padding: 20px 0 20px 20px!important;
}
.gkTabsWrap.horizontal > ol {
    position: relative;
    z-index: 5;
}
/* tabs */
.gkTabsWrap.horizontal ol li {
    width: auto;
    margin: 0 0 6px !important;
}
.gkTabsWrap.horizontal ol li.active {
}
.gkTabsWrap.horizontal .gkTabsContainer + ol {
    padding: 20px 20px 20px 0!important;
}
.gkTabsWrap.horizontal .gkTabsContainer + ol li {
    float: right;
}
/*------------blog ends here-------------*/
/*----------------presets----------*/
.presets{
  position:fixed;
  left: 5px;
  top: 94px;
  width: 52px;
  height: auto;
  border-radius: 4px;
  background-color: #FFF;
  padding: 0px;
  z-index: 99;
  /* box-shadow: -3px 0px 0px 0px rgba(0,0,0,0.2); */
  border: 1px solid #eee;
	display: none;
}
a.btn-preset{
  width:30px;
  height:30px;
  border-radius:4px;
}
.presets div{
  /* text-align:center; */
  /* margin: 0 auto; */
}
div#gantry-resetsettings {
width: 100%;
display: inline-block;
text-align: center;
}

/*	custom changes	*/
.section { clear:both; padding:0; margin:0; }

.col { display:block; float:left; margin:1% 0 1% 1.6%; }
.col:first-child { margin-left:0; }

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.group { zoom:1; /* For IE 6/7 */ }

.span_6_of_6 { width:100%; }
.span_5_of_6 { width:83.06%; }
.span_4_of_6 { width:66.13%; }
.span_3_of_6 { width:49.2%; }
.span_2_of_6 { width:32.26%; }
.span_1_of_6 { width:15.33%; }
#rt-transition #rt-feature { margin:0 0 80px;}
#rt-feature { background:#fefefe; }
#rt-breadcrumbs { background:#333; color:#fff; font-size:.75em; }
#rt-footer, #rt-copyright { background:#ee7537; color:#fff !important; }
#rt-copyright { font-size:.9em; }
#rt-footer { font-size:.8em; padding-top:1.5em; }
#rt-footer a { color:#fff !important; text-transform:uppercase; }

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

div.about { width:80%; display:table; text-align:center; margin:0 auto; }
@media only screen and (max-width: 767px) and (min-width: 481px){
	div.about { width:100%; }
}
div.about div.row { display:table-row; }
div.about div.row > * { display:table-cell; padding:1em; margin:0; }
div.about div.row > img { vertical-align:bottom; }
div.about p.grey { background:#ebebeb; min-height:5.5em; font-weight:bold; padding:1em; margin:1em auto; font-family: "museo-slab", serif; }
div.about div.more { background:url('../images/more-bg.png') no-repeat 50% 1.5em; padding-top:0.8em }
div.about div.more a {
	background: #a8cb17;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "museo-slab", serif;
	padding: 1em;
}

h2.title {
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}

#rt-feature h2.title,
#rt-extension h2.title { color:#2377ba !important; margin:.5em 0; }
#rt-feature h3 { color:#2377ba; line-height:1.5em; margin-bottom:1.5em; }

#rt-maintpHeadingOne h2.title,
#rt-maintop h2.title,
#rt-extension h2.title,
#rt-contact h2.title { color:#fff; }
#map_intro h2 { color:#2377ba; text-transform:uppercase; line-height:1em; margin-bottom:.5em; }
#rt-extension h3 { font-size:1.667em; }

#rt-contact { color:#fff !important; }

.gf-menu.l1 > li > .item { font-size:1.2em; }
.gf-menu .dropdown ul li { display:inline-block !important; }
.gf-menu li.parent > .item { padding-right:0 !important; }
.gf-menu li.parent > .item:after { display:none; }

.gf-menu .dropdown ul li .dropdown { display:none; }

#home #rt-transition > .decor-top .decor { fill:#fefefe; }

#rt-maintop { color:#fff; }
#rt-maintop a { color:#fff; font-family:"museo-slab", serif; font-size:1.1em; }
#rt-maintop a:hover { color:#222; }

#rt-maintpHeadingOne .decor-bottom { position:relative; top:28.333em; }
#rt-maintpHeadingOne.swatch-secondarycolor .decor { fill:#fefefe !important; }

#rt-bottom .rt-container { width:1000px; text-align:center; }
#rt-bottom .rt-container .col > * { display:block; width:100%; }
#rt-bottom .rt-container .col:first-child { text-align:left; }
#rt-bottom .rt-container .col:last-child { text-align:left; }

#rt-breadcrumbs ul { position:relative; top:.625em; list-style:none; text-align:center; }
#rt-breadcrumbs ul li { display:inline-block; border-bottom:.1em dotted #fff; margin:0 .125em; }
#rt-breadcrumbs ul li:after { position:relative; top:.5em; right:-.3em; content:'/'; }
#rt-breadcrumbs ul li a { position:relative; top:-1.25em; left:.417em; color:#fff; font-weight:700; padding-right:1.625em; }

#rt-footer ul { list-style:none; }
#rt-footer ul li { display:inline-block; margin:0; }
#rt-footer ul li a { color:#fff; font-weight:300; }
#rt-footer ul li a:hover { background:none; }

#rt-footer .rt-block { padding:0 !important; margin:0 !important; }

img { vertical-align:baseline; }

#rt-bottom .col .rt-block { padding:0 !important; margin:0 !important; }

#rt-contact textarea, #rt-contact input[type="text"] {
	width: 50%;
	color: #999 !important;
	font-size: .9em;
	font-weight: 700;
	padding: .708em !important;
}
#rt-contact input[type="text"] { height:2.5em; }
#rt-contact textarea { height:7.045em; }
#rt-contact input[type="submit"] {
	background: #333 !important;
	color: #fff;
	font-family: "museo-slab";
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase !important;
	padding: .75em 1em;
	border: 0;
}
#rt-contact { text-align:center; }

#map_intro p { font-size:90%; line-height:1.75em; margin-bottom:1em !important; }

.cat-list-row0 { background-color:#fcfcfc !important; }

.about-move { position:relative; top:-20px; }
.nmtf-move { position:relative; top:-29px; }

.embed-container { position:relative; padding-bottom:76.25%; height:0; max-width:100%; overflow:hidden; }
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width:100% !important; }

#wds-header { background:#2377BA; color:#fff; }
#wds-twitter-icon { display:none; }
#wds-tweets { background:url('../images/twitter.png') no-repeat 100% 100%; }
.wds-display-name, .wds-screen-name { color:#fff !important; font-weight:700; }
.wds-tweet-container a { color:#333 !important; font-weight:700; }
.wds-display-name:after { content:"\A"; white-space:pre; }
.wds-tweet-container { color:#333; }
.wds-tweet-container:nth-child(even) { background:rgba(35, 119, 186, .2); opacity:1; }
.wds-tweet-container:nth-child(odd) { background:rgba(255, 255, 255, .8); opacity:1; }
.wds-tweet > a:first-child { display:none; }
.wds-tweet-data > a { padding-left:2em; }
.wds-tweet-data > a:nth-child(1) { background:url('../images/tweet_time.png') no-repeat 0 50% !important; }
.wds-tweet-data > a:nth-child(2) { background:url('../images/tweet_reply.png') no-repeat 0 50% !important; }
.wds-tweet-data > a:nth-child(3) { background:url('../images/tweet_retweet.png') no-repeat 0 50% !important; }
.wds-tweet-data > a:nth-child(4) { background:url('../images/tweet_favourite.png') no-repeat 0 50% !important; }
.wds-copyright, .Sponsor, div.pvs { display:none !important; visibility:hidden !important; }

.ui-widget-content a { color:#2698de; }
.ui-widget-content a:hover { color:#333; }

#gkSocialAPI { display: none; }

.g-recaptcha { transform:scale(0.66);transform-origin:0 0; }
.g-recaptcha > * { position:absolute; left:100%; }

a#rt-logo { background:url('/images/m4m-logo_desktop.png') 0 0 no-repeat !important; }
#case_studies_map ul, #case_studies_map ol {
    padding: 0;
    margin: 0 0 0 0;
}
#teamstyle.fullheight {
	height:620px;
}
@media only screen and (max-width: 1024px) {
	.embed-container { overflow-y:scroll; -webkit-overflow-scrolling:touch; }
}

@media only screen and (max-width: 1000px) {
	#rt-bottom .rt-container { width:100%; }
}

@media only screen and (max-width: 960px) {
	#rt-maintpHeadingOne {display: none;}
	#case_studies_map #the_map { display:block; }
	
}
@media only screen and (max-width: 1200px){
	#case_studies_map #map_intro.vis {
		max-width: 485px !important;
	}
	.map-text p{ display:block;}
}
@media only screen and (max-width: 768px) {
	#the_map .map_marker {position: relative;}
	.col
	{ margin:1% 0 1% 0%; }

	.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6
	{ width:100%; }
	
	.col
	{ margin:1% 0 1% 1.6%; }
	
	.rt-showcase-pattern { display:none; }
	
	#rt-bottom .span_6_of_6 { width:100%; }
	#rt-bottom .span_5_of_6 { width:83.06%; }
	#rt-bottom .span_4_of_6 { width:66.13%; }
	#rt-bottom .span_3_of_6 { width:49.2%; }
	#rt-bottom .span_2_of_6 { width:32.26%; }
	#rt-bottom .span_1_of_6 { width:15.33%; }
	
	.gf-menu .item { color:#333; }
	
	#rt-contact .col, #rt-footer, #rt-footer .col { text-align:center; }

	#rt-breadcrumbs ul li { display:block; border:0; }
	#rt-breadcrumbs ul li:after { content:""; }

	.nmtf-move { top:0; }
	
	#fb-root { display: none; }
	
	a#rt-logo { background:url('/images/m4m-logo_small.png') 0 0 no-repeat !important; }
	
	.g-recaptcha { transform:scale(.9);transform-origin:0 0; }
	.g-recaptcha > * { position:relative; left:25%; }
}

@media screen and (max-width: 580px) {
	.col
	{ margin:1% 0 1% 0%; }

	#rt-bottom .span_6_of_6, #rt-bottom #rt-bottom .span_5_of_6, #rt-bottom .span_4_of_6, #rt-bottom .span_3_of_6, #rt-bottom .span_2_of_6, #rt-bottom .span_1_of_6
	{ width:100%; }

	#rt-bottom .rt-container img { display:none !important; }
	#teamstyle.fullheight {height:1300px;}
	#case_studies_map #the_map {width:100% !important; background-size: contain;}
	#the_map .map_marker {position: absolute; height:40px;}
	#the_map #marker_1 {margin: 0; top: 120px; left: 195px;}
	
#the_map #marker_2 {
    margin: 0;
    position: absolute;
    top: 205px;
    left: 115px;
}
#the_map #marker_3 {
    margin: 0;
    position: absolute;
    top: 190px;
    left: 265px;
}
#the_map #marker_4 {
    margin: 0;
    position: absolute;
    top: 240px;
    left: 240px;
}
#the_map #marker_5 {
    margin: 0;
    position: absolute;
    top: 255px;
    left: 290px;
}
#the_map #marker_6 {
    margin: 0;
    position: absolute;
    top: 330px;
    left: 215px;
}
#the_map #marker_7 {
    margin: 0;
    position: absolute;
    lefT: 265px;
    top: 320px;
}
#the_map #marker_8 {
    margin: 0;
    position: absolute;
    top: 305px;
    left: 305px;
}
#the_map #marker_9 {
    margin: 0;
    position: absolute;
    top: 325px;
    left: 345px;
}
#the_map #marker_10 {
    margin: 0;
    position: absolute;
    top: 405px;
    left: 200px;
}
#the_map #marker_11 {
    margin: 0;
    position: absolute;
    top: 392px;
    left: 340px;
}
#the_map #marker_12 {
    margin: 0;
    position: absolute;
    top: 365px;
    left: 300px;
}
	
}
.column .l2 li:first-child {
	display: none !important;
}
#rev_slider_1_1_wrapper {
	z-index:0;
}
#rev_slider_1_1 {
	/*display: inline-block !important;*/
}
#rev_slider_1_1 > ul {display: block; overflow: hidden; width: 100%; height: 100%; max-height: 540px;}
.tp-bullets {bottom:50px !important;}
@media screen and (max-width: 400px) {
#the_map .map_marker {
    position: absolute;
    height: 40px;
    width: 25px;
    background-size: contain;
}	
#the_map #marker_1 {
    margin: 0;
    top: 90px;
    left: 155px;
}
#the_map #marker_2 {
    margin: 0;
    position: absolute;
    top: 165px;
    left: 100px;
}
#the_map #marker_3 {
    margin: 0;
    position: absolute;
    top: 145px;
    left: 215px;
}
#the_map #marker_4 {
    margin: 0;
    position: absolute;
    top: 195px;
    left: 195px;
}
#the_map #marker_5 {
    margin: 0;
    position: absolute;
    top: 205px;
    left: 230px;
}
#the_map #marker_6 {
    margin: 0;
    position: absolute;
    top: 265px;
    left: 180px;
}
#the_map #marker_7 {
    margin: 0;
    position: absolute;
    lefT: 220px;
    top: 260px;
}
#the_map #marker_8 {
    margin: 0;
    position: absolute;
    top: 250px;
    left: 250px;
}
#the_map #marker_9 {
    margin: 0;
    position: absolute;
    top: 265px;
    left: 280px;
}
#the_map #marker_10 {
    margin: 0;
    position: absolute;
    top: 320px;
    left: 165px;
}
#the_map #marker_11 {
    margin: 0;
    position: absolute;
    top: 310px;
    left: 285px;
}
#the_map #marker_12 {
    margin: 0;
    position: absolute;
    top: 300px;
    left: 250px;
}
}
/* Acordeon styles */
#newfaqaccordion a {
	color:#ffffff;
}
#newfaqaccordion a:hover {
	color:#ffffff;
	text-decoration: underline;
}
#newfaqaccordion .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
#newfaqaccordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#newfaqaccordion .tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #2377ba;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
#newfaqaccordion .blue label {
  background: #2980b9;
}
#newfaqaccordion .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #2377ba;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
#newfaqaccordion .blue .tab-content {
  background: #3498db;
}
#newfaqaccordion .tab-content p {
  margin: 1em;
}
/* :checked */
#newfaqaccordion .tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
#newfaqaccordion .tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
#newfaqaccordion .tab input[type=checkbox] + label::after {
  content: "+";
}
#newfaqaccordion .tab input[type=radio] + label::after {
  content: "\25BC";
}
#newfaqaccordion .tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
#newfaqaccordion .tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
