body,
p {
	font-family: 'Roboto', sans-serif;
	letter-spacing:0;
	font-size:18px;
	line-height: 1.6;
	color: #6B747A;
}

p {
	line-height: 32px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	text-transform:capitalize;
	letter-spacing:0;
	font-weight:700;
    /*color: #19262d;*/
	color: #4A545A;
	margin-top:0;
}

h1 {
	/*font-size: 54px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 70px;*/
	font-size: 46px;
    margin-bottom: 25px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
}

h2 {
	font-size:30px;
    margin-bottom: 20px;
}

h3 {
	font-size:26px;
	margin-bottom: 25px;
}

h4 {
	font-size:22px;
	margin-bottom: 20px;
}

h5 {
	font-size:20px;
	margin-bottom:16px;
}

h2,
h3,
h4, 
h5 {
	position: relative;
    /*display: inline-block;*/
}

h2:after,
h3:after,
h4:after, 
h5:after {
	content: '/';
    font-size: 110%;
    color: #33b26e;
    font-weight: 400;
    margin-left: 10px;
}

a.reverse {
	border-bottom: 2px solid #89beb0;
}

a.reverse:hover {
	color: #333;
}

p.lead {
	font-size:18px;
	/*line-height:30px;*/
	line-height:34px;
	margin-bottom:30px;
}

iframe {
	width:100%;
	border:0;
	outline:none;
}

.fw-normal {
	font-weight:normal;
}

[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
	margin-right: 10px;
    margin-left: 0px;
}

/* Top Bottom Section Spacing */
.seperator {
    padding-bottom: 50px;
    margin-top: 20px;
    border-top: 1px solid #DADADA;
}

.seperator-full {
	padding-bottom:50px;
	margin-top:50px;
	border-top: 1px solid #DADADA;
}

section {
	background:transparent;
	padding:80px 0;
}

.section-pad0 {
	padding:0;
}

.section-bottom50 {
	padding-bottom:50px;
}

.section-bottom40 {
	padding-bottom:40px;
}

.section-bottom30 {
	padding-bottom:30px;
}

.section-bottom20 {
	padding-bottom:20px;
}

.section-bottom10 {
	padding-bottom:10px;
}

.section-bottom0 {
	padding-bottom:0px;
}

.greybg {
	background:rgba(227, 227, 227, 0.5);
}

.darkbg {
	background: #2c3e50;
}

.icon-big:before {
    font-size: 60px;
    margin-bottom: 30px;
    margin-left: 0;
    color: #32b06d;
}

.left-content {
	text-align:left;
}

.right-content {
	text-align:right;
}

.transparent-heading {
	color:rgba(74, 84, 90, .1);
}

.content-overlay #galleryss {
    position: static;
}

nav.navbar.navbar-default .nav > li > a {
    color: #19262d;
}

.about-box-big.media-left {
    padding: 30px;
}

.border-box {
    border: 6px solid #333;
}

.about-box-big {
    width: 36%;
}

.about-icons {
    color: #33b26e;
	font-size: 26px;
	margin-right:10px;
}

#owl-demo .owl-item img:hover {
    cursor: e-resize;
}

/* List Type */
.list-type1 li {
	padding:12px 0;
	border-bottom:1px solid #ddd;
	font-weight: 500;
	display:table;
	width:100%;
	font-size:17px;
}

.list-type1 li:first-child {
	padding-top:0;
}

/*.list-type1 li:last-child {
	padding-bottom:0;
}*/

.list-type1 li:before {
	content:"\f11d";
	font-family:'Flaticon';
	padding-right:10px;
	display:table-cell;
	color:#33B26E;
	width:30px;
}

.list-border-bottom-none li {
	border-bottom:0;
}
/* List Type */
.award-list li {
	vertical-align:top;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
	display:table;
}

.award-list li:before {
    margin-left: 0;
    padding-right: 15px;
    content: "\f11d";
    font-family: Flaticon;
    font-size: 24px;
    color: #33B26E;
    display: table-cell;
	vertical-align: top;
}

.row-gutter {
	margin-left:0;
	margin-right:0;
}

.row-gutter [class*='col-']{
    padding-right:0px;
    padding-left:0px;
}

.row-gutter [class*='col-'].gutter-none {
    padding-right: 15px;
    padding-left: 15px;
}

.row-gutter figure {
    margin: 3px 3px;
}

figure.caption-bottom-strip figcaption {
	background:rgba(51, 178, 110, .8);
	color:#fff;
	padding:10px;
	text-align:left;
	text-transform:capitalize;
	transform: translateY(100%);
	transition:.5s;
	top: auto;
}

figure.caption-bottom-strip:hover figcaption {
    transform: translateY(0);
}

figure figcaption {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(30,43,65,.8);
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	opacity:0;
}

figure:hover figcaption {
	opacity:1;
}

figcaption h4,
figcaption p {
	color:#fff;
}

.text-normal {
	font-size:18px;
	line-height: 30px;
}

.text-big p:first-child {
    font-size: 26px;
    line-height: 44px;
	font-weight:300;
}

*[class*="quotes"] { 
	quotes: '\201c' '\201d'; 
	display: table;
}

*[class*="quotes"]::before {
    content: open-quote;
	padding-right:5px;
}

*[class*="quotes"]::before {
	content: "\f157";
    font-family: flaticon;
	display: table-cell;
	font-size: 30px;
    color: #33b26e;
    line-height: .1em;
    vertical-align: -.4em;
    padding-right: 10px;
}

.quotes.single-quotes-big:after {
	display:none;
}

.quotes-big:before {
    /*color: #33b26e;*/
    font-size: 100px;
}


.single-quote-content {
	font-size: 43px;
    line-height: 1.2;
    font-weight: 400;
}

.single-quote-content:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #333;
    bottom: 0;
    width: 40px;
}

.single-quotes-big h3 {
	line-height: 36px;
	letter-spacing:1.5px;
}

.vision-mission-img {
	background:url(../img/architect/01.jpg);
}

.testimonial-mission-img {
	background:url(../img/architect/architect.jpg) top right;
	min-height: 650px;
}

.three-item .owl-controls {
	margin-top:50px;
}

@media (max-width : 767px) {
.about-box-big {
    width: 100%;
    display: block;
}
}

/* Sub Page Images */
.skills-image {
	background:url(../img/architect/sub-page-image/01.jpg) right;
	background-size: cover;
}

.resume-image {
	background:url(../img/architect/sub-page-image/02.jpg) center;
	background-size: cover;
}

.request-quote-image {
	background:url(../img/architect/sub-page-image/03.jpg);
	background-size: cover;
}

/* Team */
.team-leader {
	background:url(../img/ozkanoglu.jpg) left;
}
.vizyon {
	background:url(../img/ozkanogluinsaat.com.jpg.jpg) left;
}
.misyon {
	background:url(../img/ozkanoglu-insaat.jpg) left;
}
.hak {
	background:url(../img/ozkanoglu.jpg) left;
}
.gelistirme {
	background:url(../img/ozkanoglu.jpg) left;
}

	.taahut {
	background:url(../img/ozkanoglu.jpg) left;
}

.team-member-01 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-01.jpg) left;
}

.team-member-02 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-02.jpg) left;
}

.team-member-03 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-01.jpg) left;
}

.team-member-04 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-04.jpg) left;
}

.team-member-05 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-03.jpg) left;
}

.team-member-06 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-01.jpg) left;
}

.team-member-07 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-04.jpg) left;
}

.team-member-08 {
	background:url(http://ozkanogluinsaat.com/assets/img/team-bg-02.jpg) left;
}

.team-box .label-default {
    font-size: 70%;
}

.team-sub-content .team-sub-content-section {
	display:none;
}

.team-content small {
	font-style:italic;
	font-size:90%;
}
/* // Team */

/* Menu */
.navbar-inverse {
    background: rgba(28, 28, 28, 0.95);
}

nav.navbar .nav > li > a, 
.navbar .dropdown-menu > li > a {
	font-family: 'Roboto', sans-serif;
	color:#7D838B;
    font-size: 14px;
    font-weight: 500;
}

.navbar .dropdown-menu > li > a {
	color:#f4f4f4;
}

nav.navbar .nav > li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    border-right: 1px solid #323e4a;
    transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
    height: 65%;
}

nav.navbar.navbar-fixed-bottom .nav > li:after {
	top: auto;
    bottom: 0;
}

nav.navbar-default .nav > li:after {
	    border-right: 1px solid #cccccc;
}
/* // Menu */

.footer {
    z-index: 98;
	background:rgba(31,38,44,.8);
}

/* Services */
.architect-service {
    background: #E2E2E2;
    padding: 20px;
    /*margin-bottom: 30px;*/
    display: block;
	min-height:300px;
	cursor:pointer;
	position: relative;
}

.architect-service:hover {
	background: rgba(243,42,42,.8);
	color:#fff;
}

.architect-service:hover a {
	color:#fff;
}

.architect-service i {
    font-size: 24px;
    color: #D2D2D2;
}

.architect-service h2,
.architect-service h3,
.architect-service p {
	color:#818181;
	transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
}

.architect-service:hover h2,
.architect-service:hover h3,
.architect-service:hover p,
.architect-service:hover h2:after {
	color:#fff;
}

.architect-service h2:after {
	transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
}

.service-icons:before {
    font-size: 42px;
}
.architect-service:hover .service-icons:before {
    color:#fff;
}

.architect-service h2 {
	margin-right:12%;
}

.architect-service:before {
	color: #adaaaa;
    font-size: 60px;
    line-height: 60px;
    right: 20px;
    top: 20px;
	font-family: "Flaticon";
    position: absolute;
	transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
}

.architect-service:hover:before {
	color:#333;
}

.service-icon {
    text-align: right;
    z-index: 0;
    display: block;
}

/* Services */

/* Heading */

[class*="heading-separator"] {
	position:relative;
	display:inline-block;
    z-index: 0;
}

.heading .heading-separator {
	margin-bottom:70px;
}

.heading-separator:before {
	content: '/';
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    bottom: -10px;
    font-size: 75%;
    line-height: inherit;
    left: 0;
    width: 100%;
    color: #33b26e;
    font-weight: 300;
}

.heading .heading-separator-line {
	margin-bottom:30px;
	font-size: 40px;
    line-height: 54px;
}

.heading .heading-separator-line:after {
content: '/';
    font-size: 110%;
    color: #33b26e;
    font-weight: 400;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    top: 0;
}

.heading-separator-line .service-icon:before {
    font-size: 250%;
	top:0;
}

.service-icon:before {
    color: #e0e0e0;
    font-size: 220%;
    right: 0;
    left: 0;
    text-align: center;
    bottom: -35px;
	margin:0;
    font-weight: 100;
    z-index: -1;
	/*content: "\f118";*/
    font-family: "Flaticon";
    position: absolute;
}

.heading-separator-line:after {
    content: '/';
    font-size: 110%;
    color: #33b26e;
    font-weight: 400;
    margin-left: 10px;
}

.label-default {
    font-size: 80%;
    background: #33b26e;
    color: #fff;
    padding: 3px 6px 3px 6px;
    font-weight: 400;
    border-radius: 0;
	text-transform:uppercase;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
}

.heading .label-default {
	font-size:79%;
}

.slash {
    position: relative;
	margin-bottom: 40px;
}

.slash:after {
    content: '/';
    text-align: center;
    position: absolute;
    top: -50px;
    font-size: 100px;
    line-height: 100%;
    color: #33b26e;
    left: 0;
    right: 0;
    font-weight: 300;
}

.service-icon1:before,
.service-box1 .architect-service:before {
	content:"\f101";
}

.service-icon2:before,
.service-box2 .architect-service:before {
	content:"\f143";
}

.service-icon3:before,
.service-box3 .architect-service:before {
	content:"\f10f";
}

.service-icon4:before,
.service-box4 .architect-service:before {
	content:"\f102";
}

.service-icon5:before,
.service-box5 .architect-service:before {
	content:"\f181";
}

.service-icon6:before,
.service-box6 .architect-service:before {
	content:"\f108";
}


@media (max-width : 991px) {
.heading {
	text-align:center;
}
}
/* Heading */

/* News */
.news-heading {
	padding-top:80px;
	padding-left:15px;
	padding-right:15px;
    position: relative;
    z-index: 0;
	/*background:#f6f6f6;*/
}
.news-section {
	padding:30px 30px;
    border-top: 1px solid rgba(117, 125, 130,.25);
    cursor:pointer;
	position:static;
	border-bottom: none!important;
    border-radius: 0!important;
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
}

.news-section:hover {
	background:#252f38;
}

.news-section.active {
    background: #1d252c;
}

.news-section .list-type1 li {
    border-bottom: 1px solid #313131;
}

.panel-group .news-section.panel + .news-section.panel {
	margin:0;
}

.news-section .accordion-toggle {
	position:relative;
	display:block;
}

.news-section .accordion-toggle:before {
	content: '\f168';
	font-family: 'flaticon';
	position:absolute;
	top:0;
	right:0;
}

.news-section .accordion-toggle:not(.collapsed):before {
	content: '\f16f';
}

.news-section.active h3,
.news-section:hover h3 {
	color:#e8e8e8;
	transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
}

@media (min-width : 992px) {

.news-image-section:first-child {
	display:block;
}

.news-image-section {
	opacity:0;
	visibility:hidden;
	position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
	transform: translateX(0%);
    -webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transition:.5s;
	-webkit-transition:.5s;
	z-index:-2;
}

.news-section:hover .news-image-section,
.news-section.active .news-image-section {
    opacity:1;
	visibility:visible;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	z-index:-1;
}

.news-section.active .news-image-section {
	z-index:-2;
}

.carousel .item {
	width:inherit!important;
}
}

@media (min-width: 1201px) {
.news-heading,
.news-section {
	padding-left: 50px;
    padding-right: 15%;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
.news-heading,
.news-section {
	padding-left: 50px;
    padding-right: 45px;
}
}

@media (max-width: 991px) {
.news-section.panel,
.panel-group .news-section.panel + .news-section.panel {
    margin-bottom: 50px;
	border: 0;
}

.news-section {
    background: #e3e3e3;
}

.news-section button.close {
	display:none;
}

.news-image-section {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: 30px;
}
}

@media (min-width: 991px) {
.fit-image.bg-overlay-dark {
	position:absolute;
}
}

.news-image-01 {
	background:url(../img/architect/architect-news-07.jpg);
    background-size: cover;
}

.news-image-02 {
	background:url(http://ozkanogluinsaat.com/assets/img/architect/halilhamuryen.jpg);
    background-size: cover;
}
.news-image-03 {
	background:url(http://ozkanogluinsaat.com/assets/img/architect/feritmelenkutup.jpg);
    background-size: cover;
}

.news-image-04 {
	background:url(http://ozkanogluinsaat.com/assets/img/architect/vanalleyol.jpg);
    background-size: cover;
}
.news-image-05 {
	background:url(http://ozkanogluinsaat.com/assets/img/architect/ogrenciyurttrabzon.jpg);
    background-size: cover;
}
.news-image-06 {
	background:url(http://ozkanogluinsaat.com/assets/img/architect/akyazi.jpg);
 center;
    background-size: cover;
}
.news-image-07 {
	background:url(http://ozkanogluinsaat.com/assets/img/architect/sunicim.jpg);
    background-size: cover;
}
/* News */

/* Services */
.button-back {
	position: absolute;
	left: 0px;
	left: 0px;
    top: 200px;
	z-index: 999;
	margin-left: -350px;
	cursor: pointer;
	width: 55px;
    height: 55px;
    line-height: 55px;
    background: #33b26e;
    text-align: center;
    color: #fff;
    font-size: 30px;
	opacity: 0.8;
}

.button-back:before {
	content:'\f104';
	font-family:'FontAwesome';
}

.button-back:hover {
	background: #84919E;
}

.service-subpage {
	position: relative;
	width:100%;
	height: 100%;
    top: 0;
    bottom: 0;
}

.service-video-img {
	background:url(../img/architect/architect-news-07.jpg);
}

.feature-icon-small:before {
    color: #33b26e;
    font-size: 55px;
	line-height:55px;
	display:inline-block;
    margin-bottom: 30px;
}
/* Services */

/* Project */
.read-more,
.read-more.active,
.read-more:focus {
	margin-bottom:0;
	position:relative;
	background: #33b26e;
	color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
	letter-spacing:1px;
    text-transform: uppercase;
	/*border: 1px solid #ddd;*/
    display: inline-block;
    padding: 15px;
    border-radius: 50px;
	outline:0;
	white-space: nowrap;
}

.read-more:after {
	content:"\f16a";
	font-family:Flaticon;
	color: #fff;
	margin-left:10px;
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
}

.read-more:hover,
.read-more.active {
    background: #53c688;
	color:#fff;
}

.read-more:hover:after {
    margin-left: 20px;
}

.btn-border, 
.btn-border:hover, 
.btn-border:active, 
.btn-border:focus {
	padding: 15px 45px;
    border: 2px solid #fff;
    color: #fff;
	outline:0;
}

.multi-btn .btn {
	margin-left:10px;
	margin-right:10px;
}

.grayscale-images img {
	-ms-filter: grayscale(80%); /* IE 9+ */
	-moz-filter: grayscale(80%); /* Firefox */
    -webkit-filter: grayscale(80%); /* Chrome, Safari, Opera */
    filter: grayscale(80%);
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
}

.grayscale-images img:hover {
	-ms-filter: grayscale(0%); /* IE 9+ */
	-moz-filter: grayscale(0%); /* Firefox */
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

/* Testimonials */
.team-content {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
}

.team-content:before {
    content: '';
    position: absolute;
    border: 30px solid transparent;
    border-right: 30px solid #ffffff;
    bottom: -30px;
    left: -15px;
}

.testi-author {
    margin-left: 60px;
}

.testi_img {
    position: relative;
}

.testi-image {
	width:150px;
}

.testi-image img {
    border: 8px solid rgba(244, 245, 245, .8);
}

.testi-image .testi_btn {
	display:none;
}

.testi-image:hover .testi_btn {
	display:block;
}

q:before {
    font-size: 25px;
    line-height: .4em;
    vertical-align: top;
    padding-right: 10px;
    color: #33b26e;
    content: "\f157";
    font-family: flaticon;
}

q:after {
	display:none;
}

.testi_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    background-color: rgba(51, 178, 110, .7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    color: #f4f4f4;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
}

.testi_btn i:before {
	margin:0;
}

.testi_btn:hover {
    background: rgba(51, 178, 110, .98);
}

.testi_btn-big {
	width: 100px;
    height: 100px;
    line-height: 100px;
	font-size:40px;
}

.testi_btn-big i:before {
	font-size:40px;
	margin:0;
}

/* Testimonials */

/* Owl Slider fitscreen  */
.slider, .single-item, .owl-wrapper-outer, .owl-wrapper, .owl-item, .item {
    height: 100%;
	position:relative;
}

.owl-image-01 {
	background:url(../img/architect/architect-news-10.jpg);
	background-size:cover;
}

.owl-image-02 {
	background:url(../img/architect/architect-news-05.jpg);
	background-size:cover;
}

.owl-image-03 {
	background:url(../img/architect/architect-news-07.jpg);
	background-size:cover;
}

.owl-image-04 {
	background:url(../img/architect/architect-news-08.jpg);
	background-size:cover;
}

.owl-image-05 {
	background:url(../img/architect/architect-news-09.jpg);
	background-size:cover;
}

.owl-thumb {
	position:absolute;
	bottom:0;
}

.owl-thumb .owl-item {
	cursor: pointer;
	opacity: 1;
	height:100px;
	background: #000;
}

.owl-thumb .owl-item .fit-image {
    min-height: 100px;
	opacity: .4;
}

.owl-item.synced .fit-image {
    opacity: 1;
}

.owl-thumb .owl-controls {
	margin-top:0;
}

.single-item .owl-prev:before, 
.single-item .owl-next:before {
	opacity:1;
}

/* // Owl Slider fitscreen  */

.address li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
	font-size: 18px;
    line-height: 30px;
}

.address li:before {
    display: table-cell;
    width: 45px;
    font-size: 30px;
    text-align: right;
    padding-right: 15px;
    color: #33b26e;
	vertical-align: top;
}

.map-marker:before {
    content: "\f163";
    font-family: Flaticon;
}

.phone:before {
    content: "\f17f";
    font-family: Flaticon;
}

.envelope:before {
    content: "\f181";
    font-family: Flaticon;
}

/* Image over content */
[class*="bg-overlay-"] {
	position:relative;
	overflow:hidden;
	z-index:0;
}

.bg-overlay-dark:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.5);
	z-index:-1;
}

.image-over-content {
	position:relative;
	background-size:cover;
	min-height: 600px;
}

.image-content {
	padding:80px 70px;
	color:#fff;
}

.image-content h1,
.image-content h3,
.image-content p {
	color:inherit;
}

.count {
	width: 25px;
    background: #33B26E;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.slider-modal .heading {
	position:relative;
	z-index:0;
}

.modal section:first-child {
    padding-top: 0px;
}

/*.modal .heading h1 {
    font-size: 48px;
    line-height: 60px;
}*/

.modal .heading h1 .service-icon:before {
	top:25px;
	bottom:auto;
}

.modal-table td:first-child {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-table td:first-child, 
.modal-table th:first-child {
    border-right: 1px solid #dfdfdf;
    text-align: left;
}
.modal-table td {
    width: 50%;
    padding: 17px 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.modal-table tr {
    background: #44bf7d;
}

.modal-table tr:nth-child(odd) {
    background: #33b26e;
}

.modal-table {
    width: 100%;
}

.modal .list-type1 li {
	font-size:16px;
	line-height:26px;
}

.modal .accordion {
	width:80%;
}

.strip {
	padding:50px 0;
}

.strip h4 {
    position: relative;
    top: 13px;
	color:#fff;
}

.strip-content .call {
    font-size: 30px;
}

.strip-content .call i:before {
	font-size: 30px;
	color: #33B26E;
}

/* Contact */
.gm-style .gm-style-iw {
	padding:10px 10px;
}

.spmenu .sptext {
	font-weight:400;
}

/* Accordion Common */
.panel-heading {
	padding:0;
}

.panel-group {
	margin:0;
}

.panel-content {
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d;
	padding:15px 0;
}

.panel-body {
    padding: 20px;
}

.accordion .panel-body {
    padding: 15px 0;
}

.panel-default > .panel-heading,
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-default {
	border-color:transparent;
	background:transparent;
}

.panel-group .panel {
    border-bottom-color: #ddd;
	box-shadow: none;
}

.panel-title:not(.collapsed) {
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
}

.panel-title h5 {
	line-height: 52px;
    margin: 0;
    margin-right: 25px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.panel-title h5:before {
	display:none;
}

.panel-heading a.collapsed h5::after {
    font-family: 'FontAwesome';
    content: "\f107";
    color: #646464;
}
.panel-heading a h5::after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    color: #33B26E;
    position: absolute;
    right: -15px;
	top:0;
}

.panel-body a {
	color: #6D6D6D;
}

.modal-toggle .panel-heading {
	padding:0;
}

.modal-toggle .panel-title:not(.collapsed).panel-title::before {
	background:transparent;
}

.panel-title:not(.collapsed) h5, 
.panel-title:hover h5 {
	color: #33B26E;
	text-decoration: none;
}

/* // Accordion Common */

.panel .list-type1 li:last-child {
	border-bottom:0;
}

/* Accordion
=================================================== */

/* Projects */
.project-info {
	margin-bottom:60px !important;
}

.project-info h4 {
	margin-bottom:15px;
}
/* // Projects */

/* Spacing */
.padlefrig10 {
	padding-left:10%;
	padding-right:10%;
}

.marbot50 {
	margin-bottom:50px;
}

.padding0 {
    padding: 0!important;
}

.martop10 {
	margin-top:10px;
}
/* Spacing */


/* About Awards */
@media (max-width : 991px) {
.owl-thumb {
     position: relative; 
    bottom: 0;
}
}

@media (max-width : 767px) {
.heading .heading-separator {
    margin-bottom: 50px;
}

.button-back {
    top: 120px;
    opacity: 0.8;
}

h1,
.heading .heading-separator-line,
.modal .heading h1 {
    font-size: 34px;
    line-height: 38px;
}
h3 {
    font-size: 24px;
    margin-bottom: 25px;
}
.service-icon:before {
	font-size: 70px;
}

.lead {
    padding-left: 15px;
    padding-right: 15px;
}

.padlefrig10 {
    padding-left: 0;
    padding-right: 0;
}

.image-content {
    padding: 80px 30px;
}
}

@media (max-width:991px) {
.right-content {
	text-align:left;
}

#contact_form input, 
#contact_form textarea {
    width: 100%;
}

.strip .strip-content, 
.strip .strip-content .text-right, 
.strip .strip-content .call {
	text-align:center;
}

.strip h4 {
	top:0;
	margin-bottom: 20px;
}

.multi-btn .btn {
	margin-top:10px;
	margin-bottom:10px;
}

.strip-content .vertical-center {
    display: block;
	text-align:center;
}
}

@media (max-width:480px) {
.quotes-big:before {
    color: #33b26e;
    font-size: 40px;
}
h1,
.heading .heading-separator-line,
.modal .heading h1 {
    font-size: 30px;
    line-height: 35px;
}
h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.quotes.quotes-big p:first-child {
    font-size: 20px;
    line-height: 36px;
}

.testi_btn-big {
    width: 50px;
    height: 50px;
    line-height: 40px;
}

.testi_btn-big i:before {
	font-size: 20px;
}

}

.whole-section {
	position:relative;
}

.team-box-section.active {
	display:none;
}

.team-box-section {
	display:block;
}

.team-subpage-content {
	display:none;
}

.team-subpage-content.active {
	display:block;
}

.team-box-section {
    position: relative;
}

.team-box-section section,
.team-subpage section {
	padding: 80px 0 40px 0;
}

.team-subpage {
    position:absolute;
    top: 0;
	left:100%;
	width:100%;
}