/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */


*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;

}
input[type="submit"] {
	margin-top: 20px;
    background-color: #db3a1b;
    color: #fff;
    background-image: none;
    border-radius: 20px;
    font-weight: 700;
    padding: 20px;
}
.btnsend {
    margin-top: 20px !important;
    background-color: #db3a1b !important;
    color: #fff !important;
    background-image: none !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    padding: 20px !important;
}
html {
    background-color: #e4edee;
    background-image: url(../img/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: ;
    -webkit-background-size: ;
    background-size: ;
}
div {
    display: block;
}

.container{
    background:#fff;
}
section{
    background:#e4edee;
}
header{
    margin:0;
    padding:0;
}
.naslov{
    margin-top:40px;
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
html{

}
body{
	-webkit-font-smoothing:antialiased;
	background: #fff;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet", Arial, Tahoma, sans-serif;
    font-size: 15px;
    color: #9dabaf;
    line-height: 20px;


}


ul{
	list-style: none;
}
h1, h2, h3, h4{
	color:#6c757d;
}
a{
	text-decoration: none;
}
p{
	margin:8px 0;
}
img{
	width: 100%;
}

/* UTL */
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.nom{margin: 0;}
.nop{padding: 0;}
.nopnom{margin:0;padding: 0;}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}
.m05{margin:5px;}
.m10{margin:10px;}
.m20{margin:20px;}
.m30{margin:30px;}
.m40{margin:40px;}
.m50{margin:50px;}
.mt05{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb05{margin-bottom: 10px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}

.p05{padding:5px;}
.p10{padding:10px;}
.p20{padding:20px;}
.p30{padding:30px;}
.p40{padding:40px;}
.p50{padding:50px;}
.pt05{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pb05{padding-bottom: 10px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pl05{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl40{padding-left: 40px;}
.pl50{padding-left: 50px;}
.pr05{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr20{padding-right: 20px;}
.pr30{padding-right: 30px;}
.pr40{padding-right: 40px;}
.pr50{padding-right: 50px;}


/* BTN */
.btn{
	display: inline-block;
	background: var(--red) !important;
	color: #fff;
	padding: 0.4rem 1.1rem;
	font-size: 1rem;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-right: 0.5rem;
	outline: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0 , 0.45);
	border-radius: 2px;
}
.btn:hover{
	opacity: 0.9;
}

.btn-rounded{
	border-radius: 10px;
}

.btn-xl{
	font-size: 2rem;
	padding: 1.5rem 2.1rem;
	text-transform: uppercase;
}
.btn-lg{
	font-size: 1rem;
	padding: 0.8rem 1.3rem;
	text-transform: uppercase;
}


.container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.grid{
	box-sizing:border-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	-webkit-box-flex:0;
	flex:0 1 auto;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -8px 0 -8px
}
.grid.grid-nogutter{
	margin:0
}
.grid.grid-nogutter>.col{
	padding:0
}
.col{
	box-sizing:border-box;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	-webkit-box-flex:1;
	flex-grow:1;
	-ms-flex-preferred-size:0;
	-webkit-flex-basis:0;
	flex-basis:0;
	max-width:100%;
	min-width:0;
	padding:0 8px 0 8px
}
.col-align-top{
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
.col-align-bottom{
	align-self:flex-end
}
.col-align-middle{
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
.col-top{
	justify-content:flex-start !important;
	flex-direction:column;
	display:flex
}
.col-bottom{
	justify-content:flex-end !important;
	flex-direction:column;
	display:flex
}
.col-middle{
	justify-content:center;
	flex-direction:column;
	display:flex
}
.grid-start{
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.grid-center{
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.grid-end{
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.grid-around{
	justify-content:space-around
}
.grid-between{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.col-first{
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1
}
.col-last{
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}
.grid-reverse{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.col-fixed{flex:initial}
.col-grow-2{flex-grow:2}
.col-grow-3{flex-grow:3}
.col-grow-4{flex-grow:4}
.col-grow-5{flex-grow:5}
.col-grow-6{flex-grow:6}
.col-grow-7{flex-grow:7}
.col-grow-8{flex-grow:8}
.col-grow-9{flex-grow:9}
.col-grow-10{flex-grow:10}
.col-grow-11{flex-grow:11}
.col-1{-ms-flex-preferred-size:8.33333%;-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}
.col-2{-ms-flex-preferred-size:16.66667%;-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}
.col-3{-ms-flex-preferred-size:25%;-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}
.col-4{-ms-flex-preferred-size:33.33333%;-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}
.col-5{-ms-flex-preferred-size:41.66667%;-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}
.col-6{-ms-flex-preferred-size:50%;-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}
.col-7{-ms-flex-preferred-size:58.33333%;-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}
.col-8{-ms-flex-preferred-size:66.66667%;-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}
.col-9{-ms-flex-preferred-size:75%;-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}
.col-10{-ms-flex-preferred-size:83.33333%;-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}
.col-11{-ms-flex-preferred-size:91.66667%;-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}
.col-12{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.centarbre{
  align-items: center;
  justify-content: center;
  text-align: center;
}
header{
  /*background-image:  linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.3)
        ),url("../img/cover-bg.jpg");*/
        background-image: url("../img/cover-bg.jpg");
  background-color: #fff; 
  height: 600px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}

.stickable-header{
  /*background-color: rgba(0,32,40,0.4);*/
  background-color: rgba(255,255,255,1);
  z-index: 21;
  width: 100%;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.head-left{
 -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 10px;
}
.head-center{
 -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.head-right{
 -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.header-left{
  margin-left: 15px;
}
.head-left img{
  height: 60px;
  width: auto;
}
.menu ul{
  padding: 20px;
}

.menu ul li{
  margin-left: 15px;
  display: inline-block;
}
.menu ul li a{
  color:#626262;
  font-weight: 700;
}

.menu ul li a:hover{
  color:#db3a1b;
  font-weight: 700;
  border-bottom: 3px solid #db3a1b;
  background: #626262
  transition-duration: 0.4s;

}
.menu ul li:last-child {
  margin-left: 20px;
  padding: 10px;
  border-radius: 20px;
  background: #db3a1b;
  color: #fff;
  }

  .ppee{
    color: #fff !important;
  }


.head-right h5{
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  color:#01d6a3;
  margin-left: 75px;
  font-weight: 600;
}
.head-right h6{
  margin: 0;
  font-size: 20px;
  color:#01d6a3;
  margin-left: 75px;
  line-height: 28px;
  font-weight: 900;
}

.slajd-text{
  position: absolute;
  top:160px;
  left:30px;
  color: #fff;
  
  font-size: 50px;
}

.slide-content{
  position: relative;
}
.slide-content h2{
  position: relative;
  padding: 60px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}
.slide-content p{
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}


.services h3{
  font-size: 32px;
  line-height: 34px;
  font-family: "Trebuchet", Arial, Tahoma, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  color: black;
}

.line{
  margin-top: 30px;
  margin-bottom: 30px;
  content: "";
  border-top: 1px solid #e9e9e4;
  margin-left: 10px;
  margin-right: 10px;
}
.services-box{
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 25px;
}

.desc_wrapper h4{
    font-size: 20px;
    line-height: 24px;
    color: black;
}
.desc_wrapper p{
 font-size: 14px;
    line-height: 24px;
    color: #626262;
}

.image_wrapper {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 25px;
}
.image_wrapper  img{
  width: 220px;
  height: 220px;
}
.ceo-img{
-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 25px;
}
.ceo-img img{
  width: 240px;
  width: 240px;
}
.ceo-desc{
-ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 25px;
}
.ceo-desc h2{
  font-family: "Trebuchet", Arial, Tahoma, sans-serif;
  font-size: 38px;
  line-height: 38px;
  color:black;
}
.ceo-desc h5{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-top: 0px;
}
.ceo-desc p{
  font-family: "Trebuchet", Arial, Tahoma, sans-serif;
   font-size: 14px;
    line-height: 24px;
    color: #626262;
}

.ceo-social {
   /* position: relative;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;*/
    margin-top: 40px;
    
}

.ceo-social a {
    font-size: 18px;
    color: #bebebe;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 0 2px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,.2);
}

.about-us-left, .about-us-right{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px;
}
.about-us-left h2{
 font-family: "Trebuchet", Arial, Tahoma, sans-serif;
  font-size: 38px;
  line-height: 38px;
  color:black;
}
.about-us-left h5{
  font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-top: -20px;
}
.about-us-left p{
  color:#626262;
}
.job-left{
    -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 40px;
}
.job-right{
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 40px;
      margin-top: 10px;
}
.job-left p{
  color:#626262;
}
a.button_theme{
  margin-top: 20px;
  background-color: #db3a1b;
    color: #fff;
    background-image: none;
    border-radius: 20px;
    font-weight: 700;
    padding: 20px;
}
.button_label{
      font-size: 17px;
    padding: 15px 40px;
}

.col-contact{
      -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-contact2{
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact{
}
.contact-left, .contact-right{
    -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.contact-center{
    -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.in-one{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right:10px;
}
.in-two{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right:10px;
}
.in-one input{
  width: 100%;
}
.in-one textarea{
  width: 100%;
}
.in-two input{
  width: 100%;
}
.inputttt{
  background-color: #fff;
    color: #626262;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    border-color: rgba(0,0,0,.08);
    padding: 10px 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}


.futer{

}
.futer-social {
    /*position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;*/
    text-align: center;
}

.maps{
  margin: 0;
  padding: 0;
}

.column_map .google-map-contact-wrapper .get_in_touch {
    width: 210px;
    padding: 25px;
    float: right;
    position: relative;
}
.get_in_touch, .infobox {
    background-color: #db3a1b;
}
.futer-social a {
    font-size: 18px;
    color: #bebebe;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 0 2px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,.2);
}

.copyright{
  margin-top: 40px;
}
/* footer */

.footer{
  background: #033b4a;
}

.footer{
  padding-top: 40px;
  adding-bottom: 40px;
  background-image: linear-gradient(
          rgba(3, 59, 74, 0.9), 
          rgba(3, 59, 74, 0.9)
        ), url(../img/maps.svg);
    background-color: #033b4a;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer-col{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-col2{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.footer-col3{
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.footer-widget.white-bg {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    border-radius: 5px;
}

.white-bg {
    background: #fff;
}
.fpad{
  padding: 20px;
}
.widmix{
  padding-top: 10px;
  padding-bottom: 55px;
  margin-bottom: 0px;
}

.cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}
.single-cta p {
    overflow: hidden;
    width: inherit;
    margin-bottom: 0;
    font-size: 16px;
}

.footer-social {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.footer-social a {
    font-size: 18px;
    color: #bebebe;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 0 2px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,.2);
}

.footer-widget ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.footer-widget ul li::before {
    left: 0;
    top: 6px;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #8a8989;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
}
.footer-widget ul li:last-child {
  margin-bottom: 0px;
}
.footer-widget ul li a {
  font-size: 15px;
  color: #fff;
}
.footer-widget ul li:hover::before {
  border-color: #01d6a3;
background: #01d6a3;
}
.footer-widget ul li:hover a {
  color: #01d6a3;
}

.footer-bottom-link a{
  font-size: 13px;
  color: #fff;
}
.footer-widget-headig h5{
  font-size: 20px;
  color:#01d6a3;
}

.blogbre{
  margin-top: 40px;
  margin-bottom: 60px;
}

@media(max-width: 768px){
  .services-box{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ceo-img, .ceo-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .about-us-left{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-us-right{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .job-left, .job-right{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .a.button_theme {
    margin-top:-10px;
  }
  .menu ul li {
    margin-left: 15px;
    display: block;
}