about
/* --------------------------------------------------------
Psychologist - Psychologist Practice HTML5 Template
Author: http://themeforest.net/user/rayoflightt
Website: http://rayoflightthemes.com
----------------------------------------------------------*/
/* -----------------------------------------------------------
CONTENTS:
color variables
variables
html5 and responsive content
reset
menu+ general clases
button
toptext
main columns
about - skills counter
team
banner
home blog
tabs2 - testimonials
portfolio 
services
contact
footer stick to bottom fix
twitter
inner page
accordion
blog pages
events page
timeline
------------------------------------------------------------*/
/*********** CHANGE COLOR HERE ************/
/********* variables *********/
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.borderradius0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/********* variables end *********/
/********* html5 and responsive content *********/
header,
nav,
article,
section,
aside,
footer {
  display: block;
}
img {
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}
img,
embed,
object,
video {
  max-width: 100%;
}
/********* html5 and responsive content end *********/
/********* reset *********/
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #252B3B;
}
a:link:hover,
a:visited:hover {
  outline: none;
  text-decoration: none;
  color: #ff6544;
}
ul,
ol {
  /*margin: 0 0 22px 0;*/
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
ul li,
ol li {
  margin: 0 0 11px 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #252b3b;
  font-family: "Raleway", arial, san-serif;
}
h1,
h2 {
  font-weight: 900;
  margin-bottom: 22px;
}
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h6 {
  font-size: 14px;
}
h5 {
  font-size: 18px;
}
h4 {
  font-size: 22px;
}
h3 {
  font-size: 27px;
}
h2 {
  font-size: 36px;
}
h1 {
  font-size: 44px;
}
p {
  margin: 0 0 22px 0;
  color: #555555;
  font-size: 14px;
  font-family: "Raleway", arial, san-serif;
  font-weight: 400;
  line-height: 1.6;
}
blockquote {
  margin: 0 0 22px 0;
  padding: 22px;
}
blockquote p {
  margin: 0;
}
/***bootstrap fix important***/
.row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .pull-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    position: relative!important;
  }
}
/********* reset end *********/
/********* menu + general classes *********/
html,
body {
  height: 100%;
}
body {
  height: 100%;
  line-height: 1.6;
  background: #fff;
  background-attachment: fixed;
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  color: #555555;
  overflow-x: hidden;
}
::selection {
  color: #fff;
  background: #252b3b;
}
::-moz-selection {
  color: #fff;
  background: #252b3b;
}

/*.ccus{
    position: absolute;
    width:150px;
    height:150px;
}

.cus{
    top:-10;
}
*/

#imageContainer
{
    height:100px;
    width:100px;
    position:relative;
}

#resim
{    
    position:absolute;
    left:0;
    top:0px;
}
#yazi
{
    z-index:100;
    position:absolute;    
    color:#000;
    font-size:11px;
    font-weight:bold;
    left:0px;
    top:25px;
}


.wrapper100percent {
  float: left;
  width: 100%;
}
/*** sections ***/
.sectionwrapper {
  position: relative;
  float: left;
  margin-top: 1px;
  padding-bottom: 40px;
  width: 100%;
}
.section1 {
  padding: 0;
  background: #fff;
}
.section1a {
  padding: 120px 0 0 0;
  background: #f0f0f0 url(../images/map.png) center center no-repeat;
}
.section1b {
  padding: 0 0 60px 0;
  background: #f0f0f0;
}
.section2 {
  padding: 0 0 120px 0;
  background: #fff;
}
.section2a {
  padding: 0 0 120px 0;
  background: #252b3b;
}
.section2a .mainheadlinewrapper .mainheadline h2 {
  color: #fff;
}
.section2a .mainheadlinewrapper .mainheadline h4 {
  color: #fff;
}
.section2b {
  padding: 0;
  background: #fff;
}
.sectioncta {
  background: #ff6544;
}
.sectioncta .button1big a {
  display: block;
  width: 100%;
}
.sectioncta .button1big a:link,
.sectioncta .button1big a:visited {
  padding: 60px 0;
  text-wrap: none;
  font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  border: none;
  color: #fff;
}
.sectioncta .button1big a:hover {
  background: #f0f0f0;
  border: none;
  color: #ff6544;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section4a {
  padding: 120px 0;
  background: #f0f0f0;
}
/*** sections end ***/
.mainheadlinewrapper {
  margin-top: 0;
  margin-bottom: 66px;
  float: left;
  width: 100%;
}
.mainheadlinewrapper .mainheadline {
  text-align: center;
}
.mainheadlinewrapper .mainheadline h2 {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 36px;
  font-family: raleway;
  color: #252b3b;
}
.mainheadlinewrapper .mainheadline h2 span {
  color: #ff6544;
}
.mainheadlinewrapper .mainheadline h4 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 22px;
}
.mainheadlinewrapper .mainheadlinesmall {
  text-align: center;
}
.mainheadlinewrapper .mainheadlinesmall h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 27px;
}
.mainheadlinewrapperpage {
  margin-top: 70px;
  margin-bottom: 66px;
  padding: 44px 0;
  background: #f0f0f0;
}
.mainheadlinewrapperpage h1 {
  font-size: 35px;
  margin-bottom: 0;
}
.mainheadlinewrappersmall {
  margin-top: 0;
  margin-bottom: 44px;
  float: left;
  width: 100%;
}
.mainheadlinewrappersmall .mainheadlinesmall {
  text-align: center;
}
.mainheadlinewrappersmall .mainheadlinesmall h4 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 27px;
}
@media (max-width: 767px) {
  .mainheadlinewrapperpage {
    margin-top: 0;
    margin-bottom: 44px;
  }
}
/****** menu ******/
.navbar-toggle {
  position: relative;
  float: right;
  width: 42px;
  height: 34px;
  margin-top: 22px;
  margin-bottom: 8px;
  background-color: #252b3b;
  border: none;
  border-radius: 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ff6544;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 30000px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 30000px;
  }
}
.navbarwrapper {
  float: left;
  width: 100%;
  height: auto;
 /* background: #252b3b;*/
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.navbar {
  float: left;
  width: 100%;
  min-height: 100px;
  height: 100px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  border-radius: 0;
}
.nav > li > a:link,
.nav > li > a:visited {
  position: relative;
  display: inlne-block;
  margin-top: -1px;
  padding: 20px 15px 20px 15px;
  /*color: #f0f0f0;*/
  color:#252B3B;
  background: transparent;
  font-size: 13px;
  font-family: raleway;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav > li > a:hover,
.nav > li > a:active {
  color: #ff6544;
}
.navbar-nav > .active > a:link,
.navbar-nav > .active > a:visited,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  display: inlne-block;
  color: #ff6544;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*** for dropdown hide ***/
.navbar-top{
  padding-top: 25px;
}

.navbar-nav li ul {
  position: absolute;
  z-index: 100;
  left: -9999px;
}
.navbar-nav li:hover ul {
  left: 0;
}
.navbar-nav li:hover ul li ul {
  left: -9999px;
}
.navbar-nav li ul li ul {
  postion: absolute;
  left: -9999px;
}
.navbar-nav li ul li:hover ul {
  left: 0;
}
/*** for dropdown hide end ***/
/*** second level ***/
.navbar-nav > li > ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navbar-nav > li > ul > li {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navbar-nav > li > ul > li > a:link,
.navbar-nav > li > ul > li > a:visited {
  position: relative;
  display: block;
  padding: 7px 15px;
  width: 150px;
  margin: 0;
  background: #252b3b;
  font-weight: 700;
  color: #f0f0f0;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav > li > ul > li > a:hover {
  color: #ff6544;
}
.navbar-nav > li:hover ul {
  left: 0;
}
/*** second level end ***/
@media (max-width: 1200px) {
  .nav > li > a:link,
  .nav > li > a:visited {
    padding: 27px 12px;
  }
}
@media (max-width: 1000px) {
  .nav > li > a:link,
  .nav > li > a:visited {
    padding: 27px 4px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    margin-bottom: 5px;
  }
  .navbar-nav > li > a {
    margin-left: 0;
  }
  .navbar-nav > li > a {
    margin-right: 0;
    color: #fff;
  }
  .navbar {
    height: auto;
  }
  .nav {
    margin-top: 20px;
  }
  .nav li {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li > ul > li > a:link,
  .navbar-nav > li > ul > li > a:visited {
    width: 100%;
    text-align: center;
    display: block;
  }
  .navbar-nav li ul {
    position: relative;
    z-index: 100;
    left: 0;
  }
  .navbar-nav li:hover ul {
    left: 0;
  }
  .navbar-nav li:hover ul li ul {
    left: 0;
  }
  .navbar-nav li ul li ul {
    postion: relative;
    left: 0;
  }
  .navbar-nav li ul li:hover ul {
    left: 0;
  }
  .navbarwrapper {
    position: relative;
    z-index: 900;
  }
}
@media (max-width: 962px) {
  .nav > li > a:link,
  .nav > li > a:visited {
    padding: 8px 4px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .nav > li > a:link,
  .nav > li > a:visited {
    padding: 14px 4px;
    font-size: 13px;
  }
}
/*** menu end ***/
/********* menu + general classes end **********//********* button **********/.button1 a:link,
.button1 a:visited {
  display: inline-block;
  text-wrap: none;
  padding-top: 40px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 36px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #252b3b;
  color: #252b3b;
}
.button1 a:hover {
  color: #ff6544;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button1small a:link,
.button1small a:visited {
  display: inline-block;
  text-wrap: none;
  padding-top: 40px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #252b3b;
  color: #252b3b;
}
.button1small a:hover {
  color: #ff6544;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button1big a:link,
.button1big a:visited {
  display: inline-block;
  text-wrap: none;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 36px 10px 36px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #252b3b;
  color: #252b3b;
}
.button1big a:hover {
  color: #ff6544;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/********* button end **********//********* toptext **********//* parallax section */

@media (min-width: 1300px) {
  .sectiontop {
  margin-top: 70px;
  min-height: 900px;
  background: #ffffff url(../images/parallax.jpg) 50% 0 no-repeat fixed;
   /*background: #ffffff url(../images/parallax.jpg);*/
  }
}

@media (max-width: 1300px) {
  .sectiontop {
    margin-top: 0;
    min-height: 700px;
    background: #ffffff url(../images/parallax.jpg) 50% 0 no-repeat fixed;
  }
}
@media (max-width: 962px) {
  .sectiontop {
    margin-top: 0;
    min-height: 100px;
    background: #ffffff url(../images/parallax.jpg);
    background-size: 150%;

  }
}
@media (max-width:480px) {
  .sectiontop {
    margin-top: 0;
    min-height: 100px;
    background: #ffffff url(../images/parallax.jpg);
    background-size: 200%;
  }
}


.sectiontopinner {
  position: relative;
  width: 100%;
  float: left;
  min-height: 900px;
  padding: 0;
  /*background: rgba(255, 255, 255, 0.8);*/
}
@media (max-width: 1300px) {
  .sectiontopinner {
    margin-top: 0;
    min-height: 700px;
  }
}
@media (max-width: 962px) {
  .sectiontopinner {
    margin-top: 0;
    min-height:400px;
  }
}
@media (max-width: 480px) {
.sectiontopinner {
  margin-top: 0;
  min-height: 360px;
}
}

.toptext {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100%;
  float: left;
  text-align: center;
}
.toptext h2 {
  font-size: 44px;
  text-transform: uppercase;
  color: #ff6544;
  margin-bottom: 22px;
}
.toptext h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  text-shadow: 2px 2px 4px #000000;
}
.toptext #toplink a:link,
.toptext #toplink a:visited {
  padding-top: 50px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 36px;
  font-weight: 600;
  border: 2px solid #fff;
  color: #252b3b;
  text-shadow: 2px 2px 4px #000000;
}
.toptext #toplink a:hover {
  color: #ff6544;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .toptext h2 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .toptext {
    margin-top: -150px;
  }
}
/********* toptext end **********//********* main columns **********/.maincolumns {
  width: 100%;
  float: left;
  text-align: center;
}
.maincolumns .onecolumn {
  padding: 88px 0;
  width: 33.33%;
  float: left;
}
.maincolumns .onecolumn i {
  color: #fff;
  font-size: 88px;
  margin-bottom: 20px;
}
.maincolumns .onecolumn h3 {
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
}
.maincolumns .onecolumn p {
  color: #fff;
  margin-left: 60px;
  margin-right: 60px;
}
.maincolumns .onecolumn.onecolumn1 {
  background: #000;
}
.maincolumns .onecolumn.onecolumn2 {
  background: #fff;
}
.maincolumns .onecolumn.onecolumn2 i {
  color: #ff6544;
}
.maincolumns .onecolumn.onecolumn2 h3 {
  color: #252b3b;
}
.maincolumns .onecolumn.onecolumn2 p {
  color: #555555;
}
.maincolumns .onecolumn.onecolumn3 {
  background: #ff6544;
}
@media (max-width: 767px) {
  .maincolumns .onecolumn {
    width: 100%;
  }
}
/********* maincolumns end **********//********* about **********/.aboutimage {
  position: relative;
  /*width: 525px;*/
  height: 500px;
}
.aboutimage img {
  position: absolute;
  bottom: 0;
  /*width: 525px;*/
  height:500px;
}
@media (max-width: 767px) {
  .aboutimage {
    position: relative;
    width: auto;
    height: auto;
  }
  .aboutimage img {
    position: relative;
    bottom: auto;
    width: auto;
    height: auto;
  }
}
/*** skills ***/
.skills {
  margin-top: 22px;
  margin-bottom: 12px;
  float: left;
  width: 100%;
}
.skills_p {
  margin-left: 35px;
  margin-bottom: 5px;
  color: #252b3b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}


.skills .skillonewrapper {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}
.skills .skillonewrapper p {
  margin-bottom: 5px;
  color: #252b3b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.skills .skillonewrapper .skillone {
  width: 100%;
  height: 20px;
  background: #252b3b;
  margin-bottom: 22px;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner1 {
  /*width: 90%; */?>
  height: 20px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner2 {
  width: 88%;
  height: 20px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner3 {
  width: 84%;
  height: 20px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner4 {
  width: 94%;
  height: 20px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner5 {
  width: 50%;
  height: 20px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner6 {
  width: 40%;
  height: 25px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner7 {
  width: 30%;
  height: 20px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner8 {
  width: 20%;
  height: 20px;
  background: #ff6544;
}
.skills .skillonewrapper .skillone .skilloneinner.skilloneinner9 {
  width: 10%;
  height: 20px;
  background: #ff6544;
}
/*** skills end ***/
/*** counter ***/
.timerwrapper {
  text-align: center;
  float: left;
  width: 100%;
}
.timerwrapper .onecounter {
  padding: 10px 20px;
  margin-bottom: 3px;
  border: 1px solid #252b3b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.timerwrapper .onecounter:hover {
  border: 1px solid #ff6544;
}
.timerwrapper p {
  font-size: 27px;
  color: #ff6544;
  font-weight: 700;
}
.timerwrapper h6 {
  font-size: 14px;
  color: #252b3b;
  font-weight: 400;
  letter-spacing: 2px;
}
/*** counter end ***/
/********* about end **********//********* team *********/
.teamcolumn {
  text-align: center;
}
.teamcolumn img {
  display: block;
  margin: 0 auto;
  float: none;
  width: 350px;
}
.teamcolumn h4 {
  margin-bottom: 10px;
}
.teamcolumn p {
  color: #555555;
  letter-spacing: 2px;
}
.teamcolumn .maskinner {
  margin: 43% 0;
}
.teamcolumn .maskinner a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #555555;
  margin: 2px;
  border: 1px solid #555555;
}
.teamcolumn .maskinner a i {
  font-size: 15px;
}
.teamcolumn .maskinner a:hover i {
  color: #ff6544;
}
.teamcolumn .maskinner a.teamlink {
  display: block;
  text-align: center;
  border: none;
  margin: 11px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color: #555555;
  letter-spacing: 2px;
}
.teamcolumn .maskinner a.teamlink:hover {
  color: #ff6544;
}
.teamcolumn .maskinner a.teamlink:hover i {
  color: #ff6544;
}
@media (max-width: 767px) {
  .teamcolumn .maskinner {
    margin: 30% 0;
  }
}
.teamcolumn .view {
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 21px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.teamcolumn .view .mask,
.teamcolumn .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.teamcolumn .view .mask {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
}
.teamcolumn .view img {
  display: block;
  position: relative;
}
.teamcolumn .view-first img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teamcolumn .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teamcolumn .view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/********* team end *********/
/********* banner **********/.banner {
  width: 100%;
  float: left;
  background: #252b3b;
  max-height: 500;
}
.banner .bannerright {
  text-align: center;
  width: 100%;
  float: left;
  margin: 2% 0 0 0;
}
.banner .bannerright h2 {
  text-transform: uppercase;
  color: #ff6544;
  margin-bottom: 10px;
}
.banner .bannerright p {
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff;
}
.banner .bannerleft .flexslider {
  width: 50%;
}
@media (max-width: 962px) {
  .banner .bannerright {
    margin: 20% 0;
  }
}
/********* banner end *********/
/********* home blog *********/
.homeblog {
  margin-bottom: 66px;
}
.homeblog .homeblogrow {
  margin-bottom: 30px;
}
.homeblog .homeblogrow .homeblogtext {
  background: #f0f0f0;
  padding: 120px 60px;
  text-align: center;
}
.homeblog .homeblogrow .homeblogtext p {
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .homeblog .homeblogrow .homeblogtext {
    padding: 20px;
  }
}
/********* home blog end *********/
/********* tabs2 - testimonials *********/
.tabspanel1 .tabs2 {
  text-align: center;
}
.tabspanel1 .tabs2 li {
  float: none;
  display: inline-block;
}
.tabspanel1 .tabs2 li a {
  display: inline-block;
  margin: 0 10px;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabspanel1 .tabs2 li a img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 5px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabspanel1 .tabs2 li a img:hover {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 5px solid #ff6544;
}
.tabspanel1 .tabs2 .active img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 5px solid #ff6544;
}
.tabspanel1 .tab-content {
  text-align: center;
}
.tabspanel1 .tab-content p {
  font-size: 18px;
  color: #252b3b;
}
.tabspanel1 .tab-content cite {
  display: block;
}
.tabspanel1 .tab-content .tab-pane {
  margin: 0;
}
@media (max-width: 500px) {
  .tabs2 li a {
    width: 80px;
    height: 80px;
  }
  .tabs2 li a i {
    font-size: 27px;
  }
}
/********* tabs2 end *********/
/**** portfolio ****/
#masonrycontainer {
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
#masonrycontainer .view {
  float: left;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
#masonrycontainer .view .mask,
#masonrycontainer .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
#masonrycontainer .view .mask {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
}
#masonrycontainer .view .maskinner {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
}
#masonrycontainer .view img {
  display: block;
  position: relative;
}
#masonrycontainer .view-first img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#masonrycontainer .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#masonrycontainer .view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.element {
  width: 25%;
  margin: 0;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1000px) {
  .element {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .element {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .element {
    width: 100%;
  }
}
.maskinner h4 {
  margin-bottom: 5px;
  color: #ff6544;
}
.maskinner h6 {
  color: #252b3b;
  letter-spacing: 2px;
  font-weight: 400;
}
.maskinner a {
  color: #252b3b;
  font-size: 20px;
  margin: 0 3px 12px 3px;
}
/********** portfolio end ***********/
/********** services ***********/
.services {
  text-align: center;
}

.services  .emdr{
   min-height: 90px;
}

.services i {
  color: #252b3b;
  font-size: 44px;
  margin-bottom: 10px;
}
.services .col-md-3 {
  margin-bottom: 44px;
}
.services .col-md-3:hover i {
  color: #ff6544;
}
/********** services end ***********/
/********** contact ***********/
/* for contact form */
#main {
  padding: 66px 20px 0 30px;
  float: right;
  width: 100%;
  text-align: right;
}
#main h4 {
  margin-bottom: 66px;
  text-align: right;
  font-weight: 400;
  font-size: 27px;
}
#main h3 {
  margin-bottom: 66px;
  text-align: right;
  font-weight: 700;
  color: #ff6544;
  font-size: 27px;
}
#main p {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-weight: 400;
  color: #252b3b;
}
#main input {
  margin-top: 12px;
  padding: 0 10px;
  margin-bottom: 22px;
  width: 100%;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
#main .contact1 input {
  height: 30px;
  border: none;
  border-bottom: 1px solid #555555;
  box-shadow: none;
  outline: none;
  background: transparent;
}
#main .contact1 input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #555555;
}
#main .contact2 input {
  height: 30px;
  outline: none;
  border: none;
  border-bottom: 1px solid #555555;
  box-shadow: none;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
#main .contact2 input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #555555;
}
#main .textarea {
  width: 100%;
  padding: 10px;
  height: 70px;
  margin-bottom: 22px;
  margin-top: 12px;
  float: left;
  display: inline;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
#main .textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #555555;
}
#main .buttoncontact input {
  display: inline-block;
  text-wrap: none;
  padding-top: 40px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 36px;
  text-align: center;
  font-weight: 600;
  background: transparent;
  border: 1px solid #252b3b;
  color: #252b3b;
}
#main .buttoncontact input:hover,
#main .buttoncontact input:focus {
  background: #ff6544;
  border: 1px solid #ff6544;
  color: #fff;
}
@media (max-width: 767px) {
  #main {
    padding: 66px 20px 0 0;
  }
}
li.success {
  padding: 10px;
  margin: 22px auto;
}
li.error {
  padding: 10px;
  margin: 22px auto;
}
@media (max-width: 767px) {
  #main {
    float: none;
    margin: 22px auto;
  }
}
/* for contact form end */
.map {
  position: relative;
  margin-bottom: 22px;
}
.map iframe {
  position: relative;
  z-index: 100;
  max-width: 100%;
  width: 100%;
  min-height: 305px;
  border: none;
}
@media (max-width: 767px) {
  .map iframe {
    width: auto!important;
    height: auto;
    max-width: auto;
    float: left;
    margin-bottom: 22px;
  }
}
/** social icons **/
.socialicons li {
  margin: 0 5px 5px 0;
  display: inline-block;
  /*text-align: center;*/
}
.socialicons i {
  font-size: 18px;
  color: #252b3b;
}
ul.socialicons li a:link,
ul.socialicons li a:visited {
  display: inline-block;
  border: 1px solid #555555;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.socialicons li a:hover i {
  color: #ff6544;
}
/** social icons end **/
.copyright {
  width: 100%;
  float: left;
  margin-top: 44px;
  margin-bottom: 44px;
}
.copyright p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}
.copyright a {
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
.copyright:hover {
  color: #ff6544;
}
.maincolumnsbottom {
  margin-bottom: 66px;
}
.contactwrapper {
  padding: 88px 0;
}
@media (max-width: 767px) {
  .contactwrapper {
    padding: 0 0 88px 20px;
  }
}
footer.bottom {
  width: 100%;
  float: left;
  padding: 16px 0;
  background: #252b3b;
  text-align: center;
}
.socialicons li {
  margin: 12px 5px 5px 0;
  display: inline-block;
  text-align: center;
}
.socialicons i {
  font-size: 18px;
  color: #fff;
}
ul.socialicons li a:link,
ul.socialicons li a:visited {
  display: inline-block;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.socialicons li a:hover i {
  color: #ff6544;
}
.contactaddress {
  padding: 66px 20px 20px 0;
}
.contactaddress h4 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 66px;
}
.contactaddress ul {
  color: #555555;
}
.contactaddress ul li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.contactaddress ul li span {
  text-transform: uppercase;
}
/********* contact end *********/
/** footer stick to bottom fix **/
.bodywrapper {
  min-height: 100%;
  height: 100%;
  margin-bottom: -44px;
}
.push {
  height: 44px;
}
.bottom {
  width: 100%;
  float: left;
  min-height: 24px;
  background: #fff;
}
/** footer stick to bottom fix end **/
/********* twitter ********/
.user,
.tweet,
.timePosted {
  text-align: center;
}
.user {
  width: 100%;
}
.tweet p {
  width: 100%;
}
.twitter p {
  color: #fff;
}
.timePosted {
  width: 100%;
}
.user {
  clear: left;
}
.user a span[data-scribe="element:name"] {
  display: none;
}
.user a span[data-scribe="element:screen_name"] {
  display: block;
  margin: 22px auto;
}
.twitter a:link,
.twitter a:visited {
  letter-spacing: 2px;
}
.twitter a:hover {
  color: #ff6544;
}
.interact {
  text-align: center;
  width: 100%;
  margin-top: -7px;
}
.interact a {
  margin: 0 5px;
}
.media img {
  max-width: 250px;
  max-height: 250px;
}
/********* twitter end *********/
/********* inner page *********/
@media (min-width: 767px) {
  .leftsidebar {
    float: right;
  }
  .innerpagecontent {
    float: right;
  }
}
.widget {
  margin: 0 auto 44px auto;
}
/********** inner page end ***********/
/************ accordion ************/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none!important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-body {
  padding: 22px;
  border: none!important;
}
.panel-body ul {
  margin-bottom: 0;
  font-weight: bold;
}
.panel-body img {
  margin-bottom: 22px;
}
.panel-heading {
  padding: 0 20px;
  background-color: #f0f0f0 !important;
  border: none!important;
  color: #252b3b;
}
.panel-heading:hover,
.panel-heading:focus {
  background-color: #f0f0f0 !important;
  border-bottom: none!important;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-heading i {
  float: right;
  padding-top: 6px;
  margin: 7px;
  text-align: center;
}
.panel-heading a.panellink {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #252b3b;
  letter-spacing: 3px;
  padding: 10px 0;
  background: url(../images/plus.png) right center no-repeat;
}
.panel-heading a.panellink:hover {
  color: #ff6544;
}
.panel-heading a.panellink.activepanel {
  background: url(../images/minus.png) right center no-repeat;
}
/************ accordion end ************/
/********* blog pages *********/
.masonrycontainer2 {
  height: 100%;
}
.masonrycontainer2 img {
  margin-bottom: 10px;
}
.masonrycontainer2 .masonrys {
  margin: 0 0 44px 0;
}
p {
  display: block;
  padding-bottom: 10px;
  margin: 0;
}
.blogmeta {
  float: left;
  width: 100%;
}
.blogmeta p {
  padding-bottom: 10px;
  margin: 0;
  letter-spacing: 2px;
}
.blogmeta a {
  color: #252b3b;
  text-decoration: none;
}
.blogmeta a:hover {
  color: #ff6544;
}
.pagination {
  margin-bottom: 66px;
  float: right;
}
.pagination a:link,
.pagination a:visited {
  width: 33px;
  height: 33px;
  float: right;
  padding-top: 5px;
  margin-left: 5px;
  color: #252b3b;
  text-align: center;
  border: 1px solid #555555;
}
.pagination a:hover {
  color: #ff6544;
}
.blogpost img {
  margin-bottom: 20px;
}
.commentwrapper {
  margin: 12px 0;
  width: 100%;
  float: left;
}
.commentwrapper a {
  color: #252b3b;
  letter-spacing: 2px;
}
.commentwrapper a:hover {
  color: #ff6544;
}
/********* blog pages end *********/
/********* events page *********/
.eventspage .panel {
  margin: 20px 0;
}
.eventspage .panel .panel-heading {
  padding: 10px;
  background: #f0f0f0;
}
.eventspage .panel .panel-heading h3.panel-title {
  font-weight: 400;
  letter-spacing: 2px;
}
.eventspage .panel .panel-body {
  padding: 20px 0;
}
.eventspage .panel a {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ff6544;
}
/********* events page end *********/
/********* timeline *********/
.timeline {
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0;
  list-style-type: none;
}
.timeline .event {
  display: block;
  z-index: 15;
  position: relative;
  text-align: center;
  float: right;
  clear: right;
  width: 45%;
  margin: 44px 2.5%;
  text-decoration: none;
}
.timeline .event.featured {
  width: 95% !important;
}
.timeline .event.featured:after,
.timeline .event.featured:before {
  display: none;
}
@media all and (max-width: 767px) {
  .timeline .event {
    width: 100%;
    margin: 22px auto;
  }
}
.timeline .event.offset-first {
  margin-top: -15px !important;
}
.timeline .event:nth-of-type(2n) {
  float: left;
  clear: left;
}
@media all and (min-width: 600px) {
  .timeline .event:nth-of-type(2n) {
    margin-top: 2px;
  }
}
@media all and (min-width: 767px) {
  .timeline .event:after {
    display: block;
    content: ' ';
    height: 11px;
    width: 11px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    left: -4.6%;
    top: 15px;
    background: #fff;
  }
}
.timeline .event:nth-child(2n):after {
  right: -5%;
  left: auto;
}
.timeline li {
  margin-bottom: 44px;
  position: relative;
}
.timeline li .timeline-panel {
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid #fff;
  padding: 20px;
}
.timeline li .timeline-panel:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ff6544;
}
@media (max-width: 767px) {
  .timeline li .timeline-panel {
    width: 98%;
    width: calc(95%);
    width: -moz-calc(95%);
    width: -webkit-calc(95%);
  }
}
.timeline .tdate {
  display: block;
  clear: both;
  font-size: 27px;
  font-weight: 900;
  background: #252b3b;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.timeline .tdate:first-of-type {
  margin-top: 0 !important;
}
.timeline .t-heading h4 {
  color: #252b3b;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ff6544;
}
.timeline .t-heading p {
  color: #fff;
}
.timeline .t-body p {
  font-size: 14px;
  color: #fff;
}
.timeline .t-body a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ff6544;
  letter-spacing: 2px;
  font-weight: 400;
}
.timeline .t-body a:hover {
  color: #fff;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  left: 50%;
  background: #fff;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
}
/********* timeline end *********/

#mdr li {

}


.msg_basarili {
  width: 100%;
  line-height: 35px;
  padding: 10px 5px;
  color: #fff;
  font-weight: bold;
  background-color: green;
}

.msg_basarisiz{
  width: 100%;
  line-height: 35px;
  padding: 10px 5px;
  color: #fff;
  font-weight: bold;
  background-color: red;
}