@charset "utf-8";

body{
  	font-family: "Raleway", sans-serif;
  	font-size: 15px;
  	overflow-x: hidden;
}


/*##########################################################
                        HEADER
############################################################ */
.headerTop{
	background-color: #253059;
	text-align: center;
}
.info,
.info a,
.info div{
  	font-size: 13px;
  	color: rgb(255, 255, 255);
}
.headerTop ul{
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    float: none;
    margin: 0px;
  	margin-bottom: -5px;
}
.headerTop ul li{
    color: #FFF;
    float: left;
  	font-size: 13px;
  	margin-right: 20px;
  	padding-right: 10px;
  	padding-top: 13px;
  	padding-bottom: 13px;
}
.headerTop ul li .fa{
    margin-right: 10px;
    font-size: 16px;
}
.headerTop ul li{
    border-right: 1px solid rgba(204, 204, 204,0.2);
}
.headerTop ul li:nth-child(3){
    border:none;
}
@media (max-width: 767px){
  .headerTop{
    display: none;
  }
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 12;
}
@media (min-width:768px){
  .dl-menuwrapper{
    text-align: center;
    background-color: #FFF;
  }
  .logo{
    width: 126px;
    height: auto;
    display: block;
    float: left;
    position: absolute;
    top:8px;
  }
  .logo img{
    width: 100%;
  }
  .dl-trigger{
    display: none;
  }
  .dl-menu{
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    float: none;
    position: relative;
    padding-top: 25px;
    margin-left: 67px;
    margin-bottom: 0px;
  }

  .dl-menu li .sub-menu{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.2s;
    top: 39px;
    min-width: 220px;
  }
  .dl-menu li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  .dl-menu li .sub-menu a{
    display: block;
    text-align: left;
  }
  .dl-menu li .sub-menu a:hover{
    background-color: #253059;
    color: #fff;
  }

  .dl-menu .fa{
    display: none;
  }
  .dl-menu li a{
    color:#000;
    font-size: 14px;
    padding: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-decoration: none;
    position: relative;
    color: rgb(34, 37, 51);
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
  .dl-menu li{
    position: relative;
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
  }
  .dl-menu  > li > a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    background-color: #253059;
    -webkit-transition: left 0.3s ease-out, right 0.3s ease-out;
    -moz-transition: left 0.3s ease-out, right 0.3s ease-out;
    -ms-transition: left 0.3s ease-out, right 0.3s ease-out;
    -o-transition: left 0.3s ease-out, right 0.3s ease-out;
    transition: left 0.3s ease-out, right 0.3s ease-out;
  }
  .dl-menu  > li > a:hover::after {
    left: 0;
    right: 0;
  }
  .dl-submenu{
    list-style-type: none;
    padding: 0px;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: 15px;
    width: 126px;
    text-align: left;
  }
  .dropdown-content a {
      color: black;
      text-decoration: none;
      display: block;
  }
  .dropdown-content li a{
    padding: 8px;
    font-size:13px;
    color:#333;
  }
  .dropdown-content li{
    width: 100%;
    text-align: left;
    float: none;
    padding-bottom: 0px;
  }
  .dropdown-content li{
    float: none;
  }
  .dropdown-content a:hover {background-color: #f1f1f1}
  .dropdown:hover .dropdown-content {
      display: block;
  }
  .dl-back,
  .dropdown-content li:nth-child(1){
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
  .headerTop ul li{
    font-size: 10px;
  }
  .dl-menu li a{
    font-size: 14px;
    padding: 6px;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .headerBottom{
    background-color: #FFF;
  }
  .logo{
    width: 100px;
    top: 18px;
  }
  .headerTop ul li:nth-child(1){
    display: none;
  }
  .dl-menu{
    padding-top: 22px;
    margin-left: 106px;
  }
  .dl-menu li a{
    padding: 5px;
    padding-left: 8px;
    font-size: 11px;
  }
}
@media (max-width: 1200px){
  .header > .container{
    width: 100%;
  }
}
.teklif{
  background-color: #cccccc;
  width: 150px;
  height: 65px;
  float: right;
  position: relative;
  z-index: 10;
  margin-top: -20px;
  padding: 8px;
}
.teklifKutu{
  background-color: #FFF;
  height: 69px;
  margin-top: -20px;
  text-align: center;
  transition: all 0.3s;
}
.teklifKutu a{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  color: rgb(37, 48, 89);
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
}
.teklifKutu img{
  display: block;
  width: 37px;
  margin: 0px auto;
  margin-top: -7px;
  margin-bottom: 2px;
}
.teklifKutu:hover{
  background-color: #253059;
}
.teklifKutu:hover a{
  color: #FFF;
}
.teklifKutu:hover img{
  -webkit-filter:brightness(15);
  -moz-filter:brightness(15);
  -o-filter:brightness(15);
  -ms-filter:brightness(15);
  filter:brightness(15);
}
@media (min-width: 768px) and (max-width: 992px){
  .teklif{
    width: 120px;
    height: 60px;
    margin-top: -12px;
  }
  .teklifKutu{
    height: 65px;
  }
  .teklifKutu a{
    font-size: 11px;
  }
  .teklifKutu img{
    width: 32px;
  }
}
@media (max-width: 767px){
  .header{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 66px;
   background-color: rgba(255, 255, 255, 0.9);
  }
  .dl-menuwrapper .container{
    padding: 10px;
  }
  .logo{
    width: 70px;
    margin: 0px auto;
    position: relative;
    z-index: 20;
    margin-top: -6px;
  }
  .logo img{
    width: 100%;
  }
  .teklif{
    background-color: transparent;
    height: initial;
    width: 60px;
    margin-top: -60px;
    padding: initial;
  }
  .teklifKutu{
    background-color: transparent;
    height: initial;
    margin-top: initial;
  }
  .teklifKutu a{
    font-size: 8px;
  }
  .teklifKutu img{
    margin-top: 8px;
  }
  .dl-menuwrapper button {
    position: absolute !important;
    top: 0px;
  }
  .dropdown-content .dl-menuwrapper li a{
    line-height: 10px;
  }
  .dl-submenu.dropdown-content{
    max-height: 480px;
    padding-bottom: 50%;
    overflow: auto;
  }
}


/*##########################################################
                        ANA SAYFA
############################################################ */
.homeContent,
.subContent{
  padding-top: 106px;
}
@media (max-width: 768px){
  .homeContent,
  .subContent{
    padding-top: 63px;
  }
}
/*##########################################################
                          SLİDER
############################################################ */
.slider img{
  height: 452px;
}
.sliderLogo{
  background-image: url('../img/sliderLogo.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 170px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 35%;
}
.slider .whcr-item-header,
.slider .whcr-item-description{
	position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  color: #FFF;
  text-shadow: 1px 1px 1px #000000;
}
.slider .whcr-item-header{
	bottom: 43%;
	font-size: 70px;
	font-weight: 600;
}
.slider .whcr-item-description{
	font-size: 22px;
	font-weight: 600;
	bottom: 36%;
}
@media (max-width: 570px){
  .slider .whcr-item-description,
  .slider .whcr-item-header{
    display: none;
  }
}
@media (max-width: 480px){
  .slider img{
    height: 275px;
  }
  .sliderLogo{
    display: none;
  }
}
/*##########################################################
                    ANA SAYFA ABOUT US
############################################################ */
.aboutUs{
	background-color: #f8f8f8;
	margin-top: 15px;
}
.imageGrid img{
	height: 350px;
}
.image img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.imageGrid figcaption{
	background-color: rgba(37, 48, 89,0.9);
	top: 0px;
	left:0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.imageGrid figcaption p{
	color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 170px;
}
.imageGrid figcaption p:before{
	content: url('../img/icon/line.png');
  display: block;
  position: absolute;
  top: 117px;
  width: 100%;
}
@media (max-width: 767px){
  .imageGrid img{
    height: 175px;
  }
  .imageGrid figcaption p{
    margin-top: 75px;
  }
  .imageGrid figcaption p:before{
    top: 23px;
  }
}
.aboutUs .aciklama{
	padding-top: 20px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 1200px){
  .aboutUs .aciklama{
    padding-top: 15px;
    padding-left: 0px;
  }
}
@media (max-width: 767px){
  .aboutUs .aciklama{
    height: initial;
    padding-top: 25px;
    padding-left: initial;
  }
}
.aciklama{
	font-size: 13px;
	color: rgb(81, 109, 129);
	line-height: 2;
	text-align: left;
}
.aciklama .container{
	width: 100%;
}
.video img{
	height: 350px;
}
.intro-play-button{
	display:inline-block;
	vertical-align:middle;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-bottom:1px;
	height:107px;
	width:107px;
	background-image:url(../img/video.png);
	background-position: -4px -168px;
	position: absolute;
    top: 40%;
    left: 39%;
}
.intro-play-button:after{
	position:absolute;
	content:"";
	border:4px solid #FFF;
	border-radius:50%;
	width:auto;
	height:auto;
	transition:left .3s cubic-bezier(.175,.885,.32,1.275),top .3s cubic-bezier(.175,.885,.32,1.275),right .3s cubic-bezier(.175,.885,.32,1.275),bottom .3s cubic-bezier(.175,.885,.32,1.275);
	transition-delay:.1s;
	left:4px;
	top:4px;
	right:4px;
	bottom:4px
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:144dpi),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){
	.intro-play-button{
		background-image:url(../img/video.png);
		background-position:0 -153.5px;
		background-size:132px auto
	}
}
@media screen and (max-width:767px),screen and (max-height:500px){
	.intro-play-button{
		display:inline-block;
		vertical-align: middle;
		height:70px;
		width:70px;
		background-image:url(../img/video.png);
		background-repeat:no-repeat;
	}
}
@media screen and (max-width:767px){
  .video img{
    height: 235px;
  }
	.intro-play-button{
		background-image:url(../img/video.png);
		background-position:6px -286px;
		background-size:131px auto;
	}
}
.intro-play-button:hover:after{
	left:-8px;
	top:-8px;
	right:-8px;
	bottom:-8px;
}

/*##########################################################
                    ANA SAYFA HİZMETLER
############################################################ */
.services{
	margin-top: 15px;
	background-color: #eaeaea;
}
.services .footerLink{
  color: #FFF;
  text-decoration: none;
  background-color: #253059;
  padding: 5px;
}
.services .footerLink:hover{
  background-color: rgba(37, 48, 89, 0.71);
}
.otherImage{
	padding-left: 10px;
}
.otherImage img{
	background-color: #FFF;
	padding: 0px 10px;
}
.services .otherImage img{
	height: 475px;
}
.icon{
	width: 100px;
	height: 100px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
  margin-top: -65px;
  margin-left: 60px;
  padding-top: 18px;
  padding-left: 17px;
}
.icon a{
	width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #253059;
  position: absolute;
  text-align: center;
  padding-top: 15px;
}
.icon img{
	height: 35px;
}
.services-collapse{
	margin-left: 95px;
  margin-top: 40px;
  margin-right: 95px;
  height: 385px;
  overflow-x: hidden;
  overflow-y: auto;
}
.services-collapse h2{
  font-size: 30px;
  color: rgb(37, 48, 89);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.accordion-toggle{
  background:rgb(248, 251, 252);
}
.accordion-toggle:hover{
	text-decoration: none;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.selectStyle{
	width:46%; 
	float: left;
	margin-right: 8%;
}
.accordion-group{
	margin-bottom:20px;
}
.accordion-toggle{
	border-radius: 5px;
  background-color: rgb(37, 48, 89);
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
}
.accordion-toggle:hover,
.accordion-toggle:focus{
	color:#FFF;
}
.accordion-toggle .fa{
	font-size: 16px;
	margin-right: 25px;
}
.accordion-toggle .fa:before {
	content: "\f068";
}
.accordion-toggle.collapsed .fa:before {
    content: "\f067";
}
.accordion-inner{
  font-size: 13px;
  /*font-family: "Myriad Pro";*/
  color: rgb(0, 0, 0);
  line-height: 1.7;
  text-align: left;
  padding-top: 15px;
}
@media (max-width: 992px){
  .icon{
    display: none;
  }
}
@media (max-width: 767px){
  .otherImage,
  .icon{
    display: none;
  }
  .services-collapse{
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
    height: initial;
  }
}

/*##########################################################
                    GENEL AYARLAR
############################################################ */
.padding{
	padding: 0px;
}
.paddingRight{
	padding-right: 0px;
}
.paddingLeft{
	padding-left: 0px;
}

/*##########################################################
               ANA SAYFA DİĞER HİZMETLER
############################################################ */
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 100%;
  list-style: none;
  text-align: center;
}
.grid .service-image {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  height: 425px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.grid .service-image img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.service-image:hover{
  background: #253059;
}
.service-image:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-title{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 35%;
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 0px 29px rgba(0, 0, 0, 0.004);
}
.service-image a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.box{
  border:3px solid #FFF;
  width: 250px;
  margin: 0px auto;
  padding: 25px;
}
.detail{
  font-size: 18px;
  color: rgb(37, 48, 89);
  font-weight: bold;
  line-height: 1.7;
}
.detail:before{
  content: ' ';
  height: 2px;
  width: 110px;
  background-color: rgb(37, 48, 89);
  display: block;
  margin: 5px auto;
}
@media (max-width: 767px){
  .grid .service-image{
    height: 235px;
  }
  .service-title{
    top: 17%;
  }
}
/*##########################################################
                    ALT SAYFA
############################################################ */
.duyurular-kismi{
  list-style: none;
  padding: 0px;
  margin: 0px;
  height: 280px;
  overflow-y: auto;
}
.duyurular-kismi li{
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(37, 48, 89, 0.46);
  margin-bottom: 5px;
  transition: all 0.2s;
}
.duyurular-kismi li:last-child{
  border-bottom: 0px;
}
.duyurular-kismi li a{
  text-decoration: none;
  color: inherit;
  display: block;
}
.duyurular-kismi li:hover{
  padding-left: 5px;
}
.duyurular-kismi li a span{
  display: inline-block;
  color: #d82232;
  margin-left: 5px;
  font-size: 13px;
}
.pageHead{
  height: 318px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 35px;
}
@media (max-width: 480px){
  .pageHead{
    height: 275px;
  }
}
.leftSidebar img{
  height: 850px;
  max-height: 850px;
}
.leftSidebar .imageGrid figcaption p{
  margin-top: 395px;
  font-size: 40px;
}
.imageGrid a{
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
}
.leftSidebar .imageGrid figcaption p:before,
.leftSidebar .imageGrid figcaption p:after{
  display: block;
  position: absolute;
  width: 100%;
  content: ' ';
  width: 2px;
  height: 110px;
  background-color: #FFF;
  left: 50%;
}
.leftSidebar .imageGrid figcaption p:before{
  top: 280px;
}
.leftSidebar .imageGrid figcaption p:after{
  top: 444px;
}
.rightSidebar .aciklama{
  font-size: 16px;
  color: rgb(37, 48, 89);
  line-height: 2;
  text-align: left;
  padding: 50px;
  padding-left: 35px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto; 
  max-height: 850px;
}
.sayfaAdi{
  color: #FFF;
  margin-top: 25px;
  font-size: 40px;
  text-align: center;
}
.sayfaLink{
  padding-left: 75px;
  margin-top: 50px;
}
.sayfaLink ul{
  padding: 0px;
  text-align: left;
  list-style-type: none;
}
.sayfaLink li:before{
	content: "\f101";
    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: #FFF;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    margin-left: 10px;
}
.sayfaLink li a{
  color: #FFF;
  text-decoration: none;
  width: 100%;
  display: block;
}
.sayfaLink li a:after{
	content: ' ';
    border-bottom: 1px solid rgb(70, 81, 92);
    display: block;
    width: 245px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.sayfaLink li a:hover{
  color:#000;
  font-weight: bold;
}
@media (max-width: 767px){
  .leftSidebar img,
  .sayfaLink{
    display: none;
  }
  .leftSidebar .imageGrid figcaption p:before{
    content: ' ';
  }
  .leftSidebar .imageGrid figcaption p,
  .sayfaAdi{
    font-size: 37px;
    margin-top: -190px;
  }
  .leftSidebar .imageGrid figcaption{
    background-color: transparent;
  }
  .rightSidebar .aciklama{
    padding: initial;
    padding-left: initial;
    max-height: initial;
  }
}
/*##########################################################
                    FOOTER
############################################################ */

.footer{
  background-image: url('../img/footer.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 378px;
  margin-top: 60px;
}
.footerLogo{
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -43px;
}
.footerTop{
  background-color: rgba(37, 48, 89, 0.9);
  padding-top: 50px;
  padding-bottom: 50px;
}
.footerBaslik{
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.footerBaslik:after{
  content: ' ';
  background-color: rgb(130, 132, 138);
  width: 66px;
  height: 3px;
  display: block;
}
.top{
  margin-top: 40px;
}
.footerAciklama {
  font-weight: 100;
}
.footerAciklama h5{
  color: #FFF;
  font-weight: 600;
}
.footerAciklama h5,
.footerAciklama h6{
  font-size: 14px;
  line-height: 1.5;
}
.footerAciklama h6{
  color: rgb(161, 177, 188);
}
.footerTop hr{
  border-color: rgba(70, 81, 92, 0.6);
}
.shortDesc{
  font-size: 14px;
  color: rgb(161, 177, 188);
  line-height: 1.7;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.footerLink{
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.7;
}

.info{
  width: 100%;
  display: block;
}
.info div{
  color: rgb(255, 255, 255);
  text-decoration: none;
  width: 90%;
}
.info .fa{
  font-size: 20px;
  width: 10%;
  float: left;
}
.linkler{
  padding: 0px;
  list-style-type: none;
}
.linkler li{
  display: block;
  width: 100%;
}
.linkler li a{
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.linkler li:after{
  content: ' ';
  display: block;
  height: 1px;
  width: 50%;
  background-color: rgba(70, 81, 92, 0.6);
  margin-top: 3px;
  margin-bottom: 3px;
}
.linkler li:after:nth-child(2){
  border:none;
}

.footerBottom{
  background-color: #FFF;
  padding-top: 8px;
  padding-bottom: 5px;
}
.sosyal .fa{
  color: #313b62;
  font-size: 20px;
  margin-right: 10px;
}
.cpy,
.cpy a{
  color: rgb(37, 48, 89);
  line-height: 1.6;
  text-align: center;
}
.tasarim .a360-icon{
  height: 16px;
  float: right;
} 
.tasarim .a360-icon.a360-light-grey .a360-icon-card-container .a360-icon-back > div{
  -webkit-filter:brightness(0.2);
  -moz-filter:brightness(0.2);
  -o-filter:brightness(0.2);
  -ms-filter:brightness(0.2);
  filter:brightness(0.2);
}
@media (max-width: 767px){
  .footer{
    min-height: 235px;
  }
  .footer .info{
    float: left;
    margin-bottom: 15px;
  }
  .info div{
    float: left;
  }
  .footerTop{
    padding-bottom: 0px;
  }
  .footerAbout,
  .footerServices{
    display: none;
  }
  .footerTop hr{
    display: none;
  }
  .adres{
    margin-top: 0px;
  }
  .cpy{
    display: none;
  }
}


.subContent .formify-form{
  max-width: 100%;
}
.subContent .formify-form input[type="text"], 
.subContent .formify-form input[type="email"], 
.subContent .formify-form input[type="tel"], 
.subContent .formify-form input[type="number"], 
.subContent .formify-form input[type="search"], 
.subContent .formify-form input[type="url"], 
.subContent .formify-form input[type="password"],
.subContent .formify-form textarea{
  width: 100%;
  border: solid 1px rgb(37, 48, 89);
}
.subContent .formify-form .formify-field-container{
  margin:0px;
}
.subContent .formify-form label, .formify-form div.formify-legend{
  color: rgb(34, 37, 51);
  font-weight: 600;
  font-size: 14px;
}
.subContent .formify-form input[type="submit"]{
  background-color: #253059;
  margin-top: 25px;
}
.subContent .formify-form input[type="submit"]:hover{
  background-color: rgba(37, 48, 89, 0.69);
}

::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(165,165,165,0.8);}
::-webkit-scrollbar-thumb{background:rgba(165,165,165, 0.8);}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(165,165,165,0.4);}





.fb-title{
    background: #ffffff;
    transform: rotate(-90deg);
    padding: 10px;
    height: 40px;
    width: 175px;
    z-index: 10;
    color: #253059;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-right: -67px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.fb-plugin{
    float: left;    
    margin-top: -68px;
}
.fb-sidebar{
    transition: all 0.3s;
    z-index: 10;
    padding: 15px;
    position: absolute;
    right: -367px;
    top: 50%;
}
body.open .fb-sidebar{
    right: -15px;
}

