html,
body {
    background-color: #ffffff;
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'open_sansregular';
    font-weight: 300;
}
/*==========================================
PRE LOADER
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/load.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.90);
  font-size: 16px;
  height: 45px;
  background: #c13e3a;
  /*background: #d9968a;*/
  border-radius: 15px 15px 15px 15px;
  color: #FFF !important;
}

input[type="email"]::-webkit-input-placeholder {
  color: #eed0ce;
}


.form-control:focus {
    border-color: #000000;
}

h1,
h2,
h3 {
    font-family: 'big_johnregular';
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    /*font-family: 'roboto', sans-serif;*/
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 25px;
    line-height: 6rem; 
    font-family: 'big_johnregular';
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;

}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}


.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 15px;
    width: 100%;
    margin: auto;
    background: url(../images/separetor3.png) no-repeat bottom center;
    display: inline-block;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #f56363;
    border-color: #f56363;
}



.btn {
    display: inline-block;
    min-width: 160px;
    padding: .8em;
    height: 50px;
    text-align: center;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    margin-top: 30px;
}
.btn:hover {
	background-color:none;
	color: #000;
	text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #ea6060;
    border-color: #ea6060;
    transition: .6s;
}

.pink-btn {
    background: #fff;
    border: 1px solid #222222;
    margin-left: 10px;
    color: #222222;
    transition: .6s;
}

.pink-btn:hover {
	background-color: #ea6060;
	color: #fff;
	text-decoration: none;
	border:1px solid #ea6060;
}

.btn-white{
	border:1px solid #fff;
	color:#fff;
	border-radius:5px;
}
.btn-white:hover{
	border:1px solid #000;
	color:#000;
}

.btn-md{
	border:1px solid #fff;
	color:#fff;
	width:162px;
	height:52px;
	background:#ea6060;
}
.btn-md:hover{
	border:1px solid #fff;
	color:#fff;
	background:#bfc2c5;
}

.btn-md2{
	border:1px solid #222222;
	color:#222222;
	width:145px;
	height:42px;
	background:#fff;
	border-radius:4px;
	padding: .6em;
}
.btn-md2:hover{
	border:1px solid #bfc2c5;
	color:#222222;
	background:#bfc2c5;
}
/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}*/

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
	color:#ffd600;
	height: 80px;

}

.main_menu_bg{
	margin-top:0px;
}
.main_menu_bg .navbar-default {
    background-color: transparent;
    border-color: transparent;
	transition:.6s;
	margin-top: 16px;
}

.main_menu_bg .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#1471b6;
	background-color:transparent;
}

.menu-scroll.main_menu_bg .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#1471b6;
	background-color:transparent;
}

.mainmenu{
  background: #FFF;
  padding: 10px;
  margin: 15px auto;
  border-radius: 30px 30px 30px 30px;
  width: 100%;
  box-shadow: 0px 7px 10px -4px #c55a3e;
}


.mainmenu .navbar-nav>li>a {
  padding-bottom: 10px;
  border-radius: 10px;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 15px;
  color: #d4211b !important;
}

.mainmenu .navbar-nav>li>a:hover {
	color:#1471b6 !important;
  border-bottom: 2px solid #d4211b;
  padding-bottom: 10px;
}

.mainmenu .navbar-nav>li>.active {
	color:#1471b6 !important;
  border-bottom: 2px solid #d4211b;
  padding-bottom: 10px;
}




.logom{
  margin-right: 60px;
  width: 90px;
  float: left;
}
.logom img{
  width: 80px;
  margin-left: 10px;
}

/* Home Section */
.home{
  /*box-shadow: 0px -5px 20px 3px #c55a3e;*/
  max-height: 270px !important;
  border-radius: 0px 0px 250px 250px;
  background: rgb(212, 31, 26);
  box-shadow: 0px 0px 10px 4px #1070b8;
  /*background: #ff7551;*/
}

.container-fluid{
}

.carousel-inner-min{
  border-radius: 50px 50px 50px 50px !important;
  width: 30% !important;
  margin: 1% auto !important;
  box-shadow:  none !important;
  background: #a91c18;
  /*box-shadow: 0px 0px 5px 1px #0f71b5 !important;*/
  max-height: 300px !important;
  height: 220px;
  float: right;
  margin-left: 24px !important;
}

.carousel-inner-min-x{
  border-radius: 30px 30px 30px 30px !important;
  width: 15% !important;
  margin: 1% auto !important;
    box-shadow: 0px 2px 0px #1070b8 !important;
    border: 2px solid;
  max-height: 110px !important;
  height: 220px;
  float: right;
  margin-left: 20px !important;
}
.carousel-inner-min-g{
  border-radius: 30px 30px 30px 30px !important;
  width: 30% !important;
  margin: 1% auto !important;
  /*box-shadow: 0px 0px 5px 1px #0f71b5 !important;*/
      box-shadow: 0px 2px 0px #1070b8 !important;
    border: 2px solid;
  
  max-height: 200px !important;
  height: 200px;
  float: right;
  margin-left: 20px !important;
}

@media (max-width: 991px) {
  .carousel-inner-min{
    width: 100% !important;
  }

  .single_whatido .whao-head {
    float: none !important;
    margin-top: 20px !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
  }

  .whatido {
    padding: 300px 0px  0px !important;
  }
}

@media (max-width: 768px) {
.carousel-inner-min-g{
  width: 100% !important;
}.carousel-inner-min-x{
  width: 100% !important;
}


  .email-content{
    margin: 60px 0px 0px !important;
    padding-right: 50px !important;
    margin-left: 50px !important;
  }
  .carousel-inner-min{
    width: 100% !important;
  }

  .single_whatido .whao-head {
    float: none !important;
    margin-top: 20px !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
  }

  .whatido {
    padding: 200px 0px 0px !important;
  }
}


@media (max-width: 480px) {
  .camp-content{
      padding: 10px 45px 35px 0px;
  }
  .ikform{
    width: 80% !important;
  }
  .home{
    max-height: 330px !important;
  }
  .carousel-inner-min{
    width: 100% !important;
    float: unset;
  }

  .single_whatido .whao-head {
    float: none !important;
    margin-top: 20px !important;
    margin-left: 30px !important;
    margin-bottom: 20px !important;
  }

  .whatido {
    padding: 120px 0px 0px !important;
  }
}


@media (max-width: 400px) {
  .camp-content{
      padding: 10px 45px 35px 0px !important;
      width: 100% !important;
  }
}


.carousel-inner{
  
  border-radius: 180px 180px 180px 180px;
  width: 70%;
  z-index: 1;
  margin: 2% auto; 
  /*box-shadow: 0px 2px 0px 5px #1070b8;*/
  box-shadow: 0px 7px 10px 0px #1070b8;
  max-height: 300px;
}

.carousel-caption {
	padding-bottom: 30px;
	top: 90px;
}
.carousel-caption-min {
	padding-bottom: 30px;
	top: 0px;
}
.carousel-caption p{
  font-size: 15px;
  font-family: 'big_johnregular';
  color: #fff;
  text-shadow: 0px 2px 1px #000;
}

.carousel-caption span{
  font-size: 14px;
  font-family: 'roboto';
  color: #fff;
  text-shadow: 0px 2px 1px #000;
}

.carousel-caption .btn_bg {
    background: url(../images/separetor3.png) no-repeat center center;
    width: 65%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    height: 15px;
    padding-top: 385px;
}
.carousel-caption .btn_bg a {
    position: absolute;
    left: 33%;
    top: 136px;
    background: #fad663;
    border: 2px solid #000;
    border-radius: 15px 15px 15px 15px;
}


/* Scroll Down*/
.scrolldown {
	padding-top: 24px;
}

.home .scroll_btn {
	background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 45px;
	margin: 10px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-0-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
}

.home .scroll_btn:hover {
	background: url(../images/scroll.gif) 50% 50% no-repeat;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);

}

.scroll_btnall {
	background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 45px;
	margin: 42px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-0-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
}

.scroll_btnall:hover {
	background: url(../images/scroll.gif) 50% 50% no-repeat #000;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);

}


.text-black{
  color: #565656 !important;
}
.text-blue{
  color: #1472b5 !important;
}

/* head title */
.head_title{
    overflow:hidden;
    margin-bottom: 80px;
}

.mb-50{
margin-bottom: 50px !important;
}
.mb-0{
margin-bottom: 0px !important;
}

.head_title img{
  width: 20%;
}

/* What i do */

.whatido{
	/*background:#fef9fd;*/
	padding:250px 0px 0px;
}
.whatido .head_title h2{}

.head_title_rigth {
	margin: 40px 0px;
}
.head_title_rigth p{
	font-size:18px;
	font-family: 'open_sanslight';
	color:#000000;
  text-align: center;
}

.single_whatido .whao-head{
  float: left;
  margin-top: 50px;
  margin-left: 50px;
}
.single_whatido .whao-head img{
  width: 100px;
}
.single_whatido .whao-head p{
  margin-top: 10px;
  border: none !important;
}

.single_whatido_img{
	margin-bottom:30px;
}
.single_whatido_img img{
	width:130px;
	height:100px;
}
.single_whatido h3{
	font-size:18px;
	font-family: 'big_johnregular';
}
.single_whatido p{
	font-size:18px;
}

/* My Works Section */
.myworks{
	padding:80px 0px;
	overflow:hidden;
}
.main_myworks_content{
	margin-top:80px;
}
.single_work_colum{
	padding:0;
	border:1px solid #ddd;
}
.single_work img{
	width:100%;
}

.btn_bg {
    background: url(../images/separetor3.png) no-repeat center center;
    width: 65%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    height: 15px;
    margin-top: 60px;
}
.btn_bg a{
  position: absolute;
  left: 42%;
  top: -50px;
  /*background: #ff7551;*/
  background: rgb(212, 31, 26);
  border: 2px solid #fef9fe;
  border-radius: 15px 15px 15px 15px;
}

/* about Section */

.about{
	overflow:hidden;
	padding:80px 0px;
}

.single_about{
	margin-top: 50px;
}
.single_about_img{
	margin-bottom:30px;
}
.single_about h3{
    font-size: 18px;
    font-family: 'big_johnregular';
    line-height: 50px;
}
.single_about h3 span{
	font-size:48px;
	display:block;


}
.single_about p{
	font-size:18px;
}

/* contact section */
.contact{
    padding: 80px 0px 20px 0px;
	background:#d2eae3;
}

.contact_socail_bookmark{
	margin-top:80px;
}
.contact_adress{
	margin-top:50px;
	margin-bottom:35px;
}
.contact_socail_bookmark_area{
	margin-left:20px;
}
.contact_socail_bookmark_area h3{
	font-size:18px;
	font-family: 'big_johnregular';
}
.contact_socail_bookmark_area span{
	display:block;
	font-size:18px;
}
.contact_socail_bookmark a img{
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.contact_adress{
	margin-left:10px;
}
.single_contact_phone{
	margin-left:10px;
}

.contact_message{
	margin-top:145px;
}
.message_btn{
	width:100%;
	display:block;
}
.contact .btn_bg {
    background: url(../images/separetor2.png) no-repeat center center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    height: 15px;
    margin-top: 60px;
}
.contact .btn_bg a{
    position: absolute;
    left: 35%;
    top: -50px;
    background: #fad663;
    border: 2px solid #000;
    border-radius: 15px 15px 15px 15px;
}



.footer_copyright{

	overflow:hidden;
	margin-top:110px;
}

.single_copyirgth ul{
	margin:0;
	padding:0;
	list-style:none;
  float: right;
}
.single_copyirgth ul li{
	display:inline-block;
}
.single_copyirgth ul li a{
  display: block;
  margin-top: 14px;
  color: #FFF;
  font-size: 13px;
  transition: 0.5s;
  font-family: Roboto;
  text-transform: uppercase;
}
.single_copyirgth ul li a:hover{
	color:#c55a3e;
}

.single_copyirgth p{
	margin-top:10px;
  font-size: 13px;
}


/* scrollup */

.scrollup{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: #222;
	opacity: 1;
}

.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}


.footer_copyright{
  /*background: #ff7551;*/
  background: rgb(212, 31, 26);
  padding: 20px;
  color: #FFF;
  border-radius: 70px 70px 0px 0px;
  box-shadow: 0px 0px 8px 0px #c55a3e;
}

.camp-content{
 /*box-shadow: 0px 10px 0px #1070b8;*/
/*border: 3px solid #1070b8;*/
box-shadow: 0px 7px 10px 0px #1070b8;
border-radius: 130px 130px 129px;
padding: 10px 60px 10px 30px;
width: 80%;
margin: 0 auto;
display: inline-block;
background: #d4211b;
}
.camp-content-x{
  border-radius: 50px 50px 50px;
  padding: 0px 30px 0px 30px;
  margin-top: 80px;
  width: 80%;
  display: block;
  margin-left: 5%;
}
.camp-content-g{
  border-radius: 50px 50px 50px;
  padding: 0px 30px 0px 30px;
  margin-top: 80px;
  width: 80%;
  display: block;
  margin-left: 9%;
}

.whao{
  font-size: 20px !important;
  color: #ffffff !important;
  line-height: 25px !important;
  text-align: center !important;
}

.whao-min{
  font-size: 12px !important;
  text-shadow: none !important;
  color: #ffffff !important;
}
.whao-min-text{
  font-size: 12px !important;
  text-shadow: none !important;
  display: block;
  color: #ffffff ;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.whao-min img{ 
  width: 35% !important;
  margin: 13px auto;
  display: block;
  float: initial;
}

.whao-min-t img{
  margin: 13px auto;
  display: block;
  float: initial;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.whao-x{
  border-bottom: 1px solid #ffffff;
  width: 80%;
  margin: 0 auto;
}

.carousel-dotted-right{
  position: absolute;
  margin-bottom: 0px;
  width: 50px;
  left: 100%;
}

.carousel-dotted-right>li{
  border: 1px solid #bc6956 !important;
}


.email-content{
  margin: 150px;
}

.hakkimizda-content{
  margin-top: 70px;
}

.float-left{
  float: left;
}

.contact_adress{
  width: 100%;
}
.contact_adress>h3{
  text-align: left;
}

.contact_adress>.text{
  text-align: left;
  margin: 0 auto;
}

.text-red{
  color: #c13f3b;
}

.ikform{
  margin: 0 auto;
    width: 40%;
}

.text-center{
  text-align: center;
}
/*
light
*/
#lightboxx {
    z-index: 99999;
    position:fixed;
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(overlay.png) repeat; 
    text-align:center;
}

#lightboxx button {
    position: absolute;
    border: none;
    background: #d4211b;
    color: #FFF; 
}

#lightboxx img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width: 940px;
    height: 100%;

}

