/* popup style  */
.popup-overlay{background-color: rgba(48, 48, 48, 0.397);width: 100%;height: 100vh;position: fixed;top: 0;

	display: grid;
	justify-items: center;
	align-items: center; 	z-index: 9999999;}
  .popup{
	position: relative;
    z-index: 999999999999999999999999;
    display: grid;
    grid-template-rows: 79px auto;
    justify-content: center;
    background-color: aliceblue;
    width: 600px;
    justify-items: center;
    border-radius: 10px;
    padding: 2em;

  }
  
  .popup h1{text-align: center;font-size: 37px;color: #437175 !important;}
  .popup p{text-align: center;}
  .popup a{ color: #437175 !important;}
  
  .close-btn{    position: absolute;
	top: -1.5em;
	font-size: 49px;
	color: #fff !important;
  cursor: pointer;}
  .close-btn:hover{color:#437175 !important;}
  

.links-inside p a{
	color: inherit !important;
	text-decoration: underline !important;
	font-size: 100% !important;
}
.links-inside p a:hover{
	text-decoration: none !important;
}

.content a
{
	color: inherit !important;
	text-decoration: underline !important;
	font-size: 100% !important;
}

.content a:hover{text-decoration: none !important;}


.no-line{text-decoration: none !important;}
/* dropdown styles */

/*DROP DOWN  */
.drop:hover > .sub {display: block !important;}


.drop { position: relative; }
.sub {
    background-color: #4f9ba2;
    display: none;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99999999999999999;
    position: absolute;
    top: 95%;
    left: 8px;
    width: 259px;
    padding-left: 0 !important;
}

.drop a {padding-bottom: 21px;}

/* Links inside the dropdown */
.sub li a {
  color: #fff !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  list-style-type: none;

  text-align: initial !important;
    font-size: 15px!important;
    padding: 12px !important;
}

.sub li {

  text-decoration: none;
  width: 100% !important;
  list-style-type: none;
      height: 44px;
}

.sub li:hover
{
    transition: 300ms;
    background: #23808d;
}

/* dropdown style ends */

/* contact grid */
.contact-grid
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}
.contact-grid-row1
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3em;
}

.contact-grid-row2
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/* contact grid  ends*/

/* Form style */

.form-field p{margin 0 !important;}

#name {
    width: 90%;
    font-family: 'Oxygen',sans-serif;
    color: #414042;
    padding: 10px;
    border: 2px solid #23808d;
}
#surname {
    width: 90%;
    font-family: 'Oxygen',sans-serif;
    color: #414042;
    padding: 10px;
    border: 2px solid #23808d;
}

#select_box
{
    width: 96%;
    font-family: 'Oxygen',sans-serif;
    color: #414042;
    padding: 10px;
    border: 2px solid #23808d;
}
#number
{
    width: 90%;
    font-family: 'Oxygen',sans-serif;
    color: #414042;
    padding: 10px;
    border: 2px solid #23808d;
}
#contact {
	width:90%;
	font-family:'Oxygen',sans-serif;
	color:#414042
    padding: 10px;
    border: 2px solid #23808d;
}

#email {
    width: 90%;
    font-family: 'Oxygen',sans-serif;
    color: #414042;
    padding: 10px;
    border: 2px solid #23808d;
}

#message{

    width: 90%;
    font-family: 'Oxygen',sans-serif;
    color: #414042;
    padding: 10px;
    border: 2px solid #23808d;
}

#verif_box {
	width:40%;
	font-family:'Oxygen',sans-serif;
	color:#414042
}

.error{color: #5f7e7e !important;}


/* form media queries */
@media only screen and (max-width: 1098px)
{
    .contact-grid-row1{grid-template-columns: 1fr;}
    .contact-grid-row2{grid-template-columns: 1fr;}

    #name , #surname , #number , #contact , #email , #message
    {
        width: 96%;
    }

    #select_box {width: 99%;}
}

@media only screen and (max-width: 830px)
{
    .contact-grid-row1, .contact-grid-row2{padding-left: 15px !important;}
}
/* Form style ends*/

/* accordian */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  cursor: pointer;

  padding: 10px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  color: #23808d;
font-family: 'Oxygen',sans-serif;
    box-shadow: 0px 1px 10px #00000024;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #4f9ba2;
  color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


.inner-bullet{padding-left: 30px;}

.details {
    width: 36% !important;
    float: right;
    text-align: left;}

.default-links{
	color: inherit;
	text-decoration: underline;
	font-size: 100%;
}
.default-links:hover{
	text-decoration: none;
}
.pro-pic{
	width: 35%;
	float: left;
}
.intro{
	width: 65%;
	float: left;
}
.pro-img{
	    width: 200px;
    border: 2px solid #5f7e7e;
    text-align: center;
    padding: 20px;
    height: 120px;
    margin: 0 auto;
}
.pro-img p{
	    margin-top: 40px !important;
	    font-weight: bold !important;
}
h1,h2,h3,h4,h5,h6 {
	color:#23808d;
	font-family:'Oxygen',sans-serif;
	font-size:22px;
	margin:10px 0;
	margin-left:10px
}
.sub-header{
	color:#5F7E7E;
	font-family:'Oxygen',sans-serif;
	font-size:18px !important;
	margin:10px 0;
	margin-left:10px;
	text-transform: none;
}
.bold-text{
	font-weight: bold;
}
.main-logo{
	font-size: 30px !important;
}
.default-links {
	color:inherit!important;
	text-decoration:underline;
	font-size:100%;
}
.default-links:hover {
	text-decoration:none;
}
.before-after-block {
	width:100%;
}

.before-block {
	width:45%;
	float:left;
	padding-bottom:10px;
	border-bottom:2px solid #5F7E7E;
}

.after-block {
	width:45%;
	float:right;
	padding-bottom:10px;
	border-bottom:2px solid #5F7E7E;
}

.before-after {
	width:100%;
	float:right;
}

.clearboth {
	clear:both
}

/*	.sliders{width: 100%;  margin-top: 0px;  height: 355px; position: relative;}*/
/*Styles For Desktop - 1
====================================================================*/
* {
	padding:0;
	margin:0
}

body {
	background:none;
	overflow-x:hidden
}
.site {
	width:1120px;
	margin:0 auto;
	position:relative;
	margin-top:-16px
}

.nav {
	width:107%;
	clear:both;
	text-align:center;
	background:#4f9ba2;
	position:relative;
	z-index:9999;
	-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
	box-shadow:0 10px 10px 0 rgba(0,0,0,.5)
}

.nav li {
	display:inline-block
}

.nav li a {
	display:block;
	padding:22px 8px 17px;
	font-size:13px;
	font-family:sans-serif;
	color:#fff;
	text-decoration:none
}

.nav li a:hover {
	text-decoration:underline
}

.wrapper {
	width:1120px;
	margin:0 auto
}

.header {
	background:#fff;
	height:124px;
	width:100%
}

.head-column {
	width:74%;
	float:right;
	text-align:justify;
	min-height:120px
}

.head-column h1 {
	font-size:23px;
	font-family:Arial,Helvetica,sans-serif;
	color:#414042;
	margin-top:20px
}

.head-column p {
	font-size:25px;
	font-family:'Arial Narrow',Arial,sans-serif;
	color:#414042;
	font-weight:300;
	margin-left: 10px;
}

.clear {
	clear:both;
	width:0;
	height:0;
	visibility:hidden;
	overflow:hidden
}

.small {
	font-family:'Arial Narrow',Arial,sans-serif;
	font-size:30px;
	color:#414042;
	font-weight:300
}

.slider {
	width:100%;
	background:#23808d;
	margin-top:-14px;
	height:355px;
	position:relative;
	-webkit-box-shadow:10px 10px 10px 0 rgba(0,0,0,.5);
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.5)
}

.slider .wrapper {
	width:1120px;
	margin:0 auto
}

.sidebar {
	background:rgba(243,245,245,0.8);
	width:282px;
	-webkit-box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	float:left;
	position:absolute;
	z-index:10;
	left:-5px;
	padding-top:243px;
	padding-bottom:20px;
}

.sidebar li {
	list-style:none;
	text-align:right
}

.sidebar li a {
	font-family:'Arial',sans-serif;
	color:#414042;
	display:block;
	padding:3px 22px 12px 15px;
	text-decoration:none;
	font-size:13px;
	font-weight:700
}

.sidebar li a:hover {
	text-decoration:underline
}

.wrapper .rotator {
	width:1080px;
	margin-top:-2px;
	position:absolute;
	left:282px
}

.rotator-wrapper {
	width:1120px;
	position:relative;
	margin:0 auto
}

img {
	vertical-align:middle
}

.content {
	background: #f1f1f1;
	min-height: 413px;

}

.content h1 {
	color:#23808d;
	font-family:'Oxygen',sans-serif;
	font-size:26px;
	padding:10px;
	text-decoration: underline;
	padding-left: 1px;
	margin:5px 0 10px 0;
}

.content h2 {
	color:#23808d;
	font-family:'Oxygen',sans-serif;
	font-size:22px;
	margin-left:10px;
	margin-bottom:15px
}
.after-job{
	      width: 44%;
    float: left;
    padding: 10px;
}
.content .wrapper {
	width:1120px;
	margin:0 auto;
	text-align:right;
	padding-top:33px;
}

.column {
	width:74%;
	float:right;
	text-align:justify;
	min-height:300px;

	    margin-bottom: 30px;
}

.column p {
	font-size:14px;
	color:#4c4c4c;
	font-family:'Oxygen',sans-serif;
	margin:10px 0;
	line-height:26px;
	padding-left:10px
}
form p{

	padding-left: 0px !important;
	font-size: 13px !important;
}

.footer {
	background:#4f9ba2;
	width:100%;
	text-align:center;
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	color:#fdfdfe
}

.footer p {
	padding:15px 0
}

.social {
	margin-top:58px
}

.social .email {
	background:url(../images/social.png) no-repeat 78% 0;
	height:30px;
	margin:5px 0;
	padding: 0 67px 3px 0px;

}

.social .facebook {
	background:url(../images/social.png) no-repeat 78% 48%;
	height:30px;
	margin:5px 0
}

.social .linkedin {
	background:url(../images/social.png) no-repeat 78% 24%;
	height:30px;
	margin:5px 0
}

.social .blog {
	background:url(../images/social.png) no-repeat 78% 75%;
	height:30px;
	margin:5px 0
}

ul.social li.blog a {
	padding:12px 91px 12px 15px;
	font-size:11px
}

ul.social li.app a {
	padding:12px 91px 12px 15px;
	font-size:11px
}

.social .app {
	background:url(../images/social.png) no-repeat 78% 75%;
	height:30px;
	margin:5px 0
}

.contact_form {
	width:48%;
	float:left;
	margin-left:10px;
	margin-top:55px;
	position:relative;
	z-index:99999
}

.map {
	float:left;
	margin-top:15px;
	position:relative;
	z-index:99999
}

.details {
	width:44%;
	float:right
}

.form {
	font-family:'Oxygen',sans-serif;
	color:#414042;
	font-size:15px;
	margin-bottom:15px;
	width:44%;
	display:block;
	float:left
}


.form-button {
	font-family:'Oxygen',sans-serif;
	color:#fff;
	background:#414042;
	border:none;
	font-size:13px;
	padding:5px 15px;
	margin-top:15px
}

.number {
	font-size:14px;
	color:#5f7e7e;
	line-height:30px;
	padding-left:10px;
	font-family:font-family: 'Oxygen',sans-serif;
	margin-left:18px
}

.italic {
	color:#0B5050!important;
	font-family:font-family: 'Oxygen',sans-serif;
	font-style:italic;
	line-height:26px;
	font-size:14px
}

.bullet {
	font-size:14px;
	margin-left:34px;
	font-family:font-family: 'Oxygen',sans-serif;
	line-height:30px;
	color:#5f7e7e
}

a:link {
	color:#fff;
}

.bullet a{
	color: inherit;
	text-decoration: underline;
	font-size: 100%;
}
.bullet a:hover{
	text-decoration: none;
}

.slicknav_menu {
	display:none
}

/*Styles Above 1161px - 2
====================================================================*/
@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.content .wrapper {
			width: 98%;
			margin: 0 auto;
			text-align: right;
			padding-top: 33px;
	}

* {
	padding:0;
	margin:0
}

body {
	background:none;
	overflow-x:hidden
}

.site {
	width:1120px;
	margin:0 auto;
	position:relative;
	margin-top:-16px
}

.nav {
	width:111%;
	clear:both;
	text-align:center;
	background:#4f9ba2;
	position:relative;
	z-index:9999;
	-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
	box-shadow:0 10px 10px 0 rgba(0,0,0,.5)
}
.pro-pic {
    width: 34%;
    float: left;
}
.intro {
    width: 59%;
    float: left;
    }
    .pro-img {
    width: 149px;
    height: auto;
    float: left;
}
.nav li {
	display:inline-block
}

.nav li a {
	display:block;
	padding:23px 5px 19px;
	font-size:13px;
	font-family:sans-serif;
	color:#fff;
	text-decoration:none
}

.nav li a:hover {
	text-decoration:underline
}

.wrapper {
	width:1120px;
	margin:0 auto
}

.header {
	background:#fff;
	height:124px;
	width:100%
}

.head-column {
	width:74%;
	float:right;
	text-align:justify;
	min-height:120px
}

.head-column h1 {
	font-size:30px;
	font-family:Arial,Helvetica,sans-serif;
	color:#585c5d;
	margin-top:20px
}

.head-column p {
	font-size:24px;
	font-family:'Arial Narrow',Arial,sans-serif;
	color:#414042;
	font-weight:300
}

.clear {
	clear:both;
	width:0;
	height:0;
	visibility:hidden;
	overflow:hidden
}

.small {
	font-family:'Arial Narrow',Arial,sans-serif;
	font-size:30px;
	color:#414042;
	font-weight:300
}

.slider {
	width:100%;
	background:#23808d;
	margin-top:-14px;
	height:355px;
	position:relative;
	-webkit-box-shadow:10px 10px 10px 0 rgba(0,0,0,.5);
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.5)
}

.slider .wrapper {
	width:1120px;
	margin:0 auto
}

.sidebar {
	background:#f3f5f5;
	width:250px;
	-webkit-box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	float:left;
	padding-top:35px;
	position:absolute;
	z-index:10;
	left:-59px;
	padding-top:243px
}
}

/*Styles Above 768px - 2
====================================================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.content .wrapper {
	    width: 98%;
	    margin: 0 auto;
	    text-align: right;
	    padding-top: 33px;
	}

	.column {
	    width: 70%;
	    float: right;
	    text-align: justify;
	    min-height: 300px;
	}
.sidebar {
	background:#f3f5f5;
	width:250px;
	-webkit-box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	float:left;
	padding-top:35px;
	position:absolute;
	z-index:10;
	left:-75px;
	padding-top:243px
}

.nav {
	width:116%;
	clear:both;
	text-align:center;
	background:#4f9ba2;
	position:relative;
	z-index:9999;
	-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
	box-shadow:0 10px 10px 0 rgba(0,0,0,.5)
}
.pro-pic {
    width: 18%;
    float: left;
}
.pro-img {
       width: 132px;
    height: auto;
    float: right;
}
.intro {
    width: 46%;
    float: left;
}
.head-column {
	width:77%;
	float:right;
	text-align:justify;
	min-height:120px
}

.small {
	font-family:'Arial Narrow',Arial,sans-serif;
	font-size:21px;
	color:#414042;
	font-weight:300
}

.social .app {
	background:url(../images/social.png) no-repeat 79% 74%;
	height:30px;
	margin:3px 0 20px
}
}

/*Styles for 767px - For Tablet in Potrait Mode
====================================================================*/
@media only screen and (max-width: 767px) {
.table {
	width:100%;
	overflow-x:scroll;
	overflow-y:hidden
}
}

/*Styles for Smartphones - 3
====================================================================*/
@media only screen and (min-width: 480px) and (max-width: 830px) {


	.pro-pic {
    width: 48%;
    float: left;
    margin-bottom: 40px;
}
.nav,.sidebar {
	display:none
}
.intro {
    width: 98%;
    float: left;
}

.slicknav_menu {
	display:block;
	background:rgb(36 127 140) !important;
    color: #fff;
}

body > div.header > div.slider > div > div.rotator-wrapper > div > div > div.bx-viewport {
	width:100%;
	overflow:visible!important;
	position:relative;
	height:357px
}

.slider {
	width:100%;
    background: #23808d;
	margin-top:0;
	height:213px;
	position:relative;
	-webkit-box-shadow:none;
	box-shadow:none
}

.wrapper .rotator {
    width: 98%;
    margin-top: -2px;
position: relative;
    left: 282px;
}
.rotator-wrapper {
    width: 98%;
    position: absolute;
    margin: 0 auto;
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.5)
}
.wrapper {
	width:1120px;
	margin:151px 0 0
}
.slider .wrapper {
    width: 98%;
    margin: 0 auto;
}
.column {
    width: 71%;
    float: none;
    text-align: justify;
    min-height: 540px;
    margin-top: 42px;
}
.head-column {
	width:65%;
	float:left;
	text-align:-webkit-auto;
	min-height:180px!important;
	margin-top:-137px;
	font-size:12px;
	clear:left;
	display:block;
	padding-left:27px
}

.wrapper {
	width:1120px;
	margin:151px 0 0
}

.small {
	font-family:'Arial Narrow',Arial,sans-serif;
	font-size:14px;
	color:#414042;
	font-weight:300
}

.head-column p {
	font-size:15px;
	font-family:'Arial Narrow',Arial,sans-serif;
	color:#414042;
	font-weight:300
}

.column p {
	font-size:14px;
	color:#4c4c4c;
	font-family:'Oxygen',sans-serif;
	margin:10px 0;
	line-height:26px;
	padding:10px
}

.content .wrapper {
	width:1120px;
	margin:0 auto;
	text-align:right;
	padding-top:1px
}
}


@media only screen and (min-width: 480px) and (max-width: 768px) {

	.slider {
		width:100%;
background: #23808d;
		margin-top:0;
		height:183px;
		position:relative;
		-webkit-box-shadow:none;
		box-shadow:none
	}


}
/*Styles for Smartphones - 4
====================================================================*/
@media only screen and (max-width: 480px) {
	.intro {
    width: 98%;
    float: left;
}
.nav,.sidebar {
	display:none
}

.slicknav_menu {
	display:block;
	background:rgb(36 127 140);
}

body > div.header > div.slider > div > div.rotator-wrapper > div > div > div.bx-viewport {
	width:100%;
	overflow:visible!important;
	position:relative;
	height:357px
}

.slider {
    width: 100%;
    background: #23808d;
    margin-top: 0;
    height: 111px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow:none
}
.column {
	width:98%;
	float:none;
	text-align:justify;
	min-height:540px;
	padding-left:0;
}

.head-column {
	width: 99%;
	float: left;
	text-align:left;
	min-height:144px!important;
	margin-top:-136px;
	font-size:9px;
	clear:left;
	display:block;
	padding-left:27px


}
.form {
    font-family: 'Oxygen',sans-serif;
    color: #414042;
    font-size: 14px;
    margin-bottom: 15px;
    width: 96%;
    display: block;
    float: left;
}

.wrapper .rotator {
    width: 98%;
    margin-top: -2px;
    position: relative;
    left: 282px;

}
.rotator-wrapper {
    width: 98%;
    position: absolute;
    margin: 0 auto;
			    box-shadow: 10px 10px 10px 0 rgba(0,0,0,.5);
}
.wrapper {
	width:1120px;
	margin:151px 0 0
}
.slider .wrapper {
    width: 98%;
    margin: 0 auto;
}
.small {
	font-family:'Arial Narrow',Arial,sans-serif;
	font-size:14px;
	color:#414042;
	font-weight:300
}

.head-column p {
	font-size:15px;
	font-family:'Arial Narrow',Arial,sans-serif;
	color:#414042;
	font-weight:300
}

.column p {
	font-size:14px;
	color:#4c4c4c;
	font-family:'Oxygen',sans-serif;
	margin:10px 0;
	line-height:26px;
	padding:10px
}

.content .wrapper {
	width:98%;
	margin:0 auto;
	text-align:right;
	padding-top:24px
}

.footer {
	background:#4f9ba2;
	width:100%;
	text-align:left;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	color:#fdfdfe;
	padding:1px 0 0 5px!important
}

.content h2 {
	color:#23808d;
	font-family:'Oxygen',sans-serif;
	font-size:14px;
	margin:33px 0 10px;
	margin-left:10px
}
h1, h2, h3, h4, h5, h6 {
    color: #23808d;
    font-family: 'Oxygen',sans-serif;
    font-size: 11px;
    margin: 10px 0;
    margin-left: 10px;
    }
.slogan{
	    font-size: 12px !important;
    font-family: 'Arial Narrow',Arial,sans-serif;
    color: #414042;
    font-weight: 300;
}
.content h1 {
	color:#23808d;
	font-family:'Oxygen',sans-serif;
	font-size:15px
}
.main-logo {
    font-size: 20px !important;
}

#verif_box {
	width:auto;
	font-family:'Oxygen',sans-serif;
	color:#414042;
	padding-bottom:28px
}

.details {
	width:98%;
	float:left;
	font-size:6px!important
}
.pro-pic {
    width: 98%;
    float: none;
}
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
* {
	padding:0;
	margin:0
}

body {
	background:none;
	overflow-x:hidden
}

.site {
	width:1120px;
	margin:0 auto;
	position:relative;
	margin-top:-16px
}

.nav {
	width:100%;
	clear:both;
	text-align:center;
	background:#4f9ba2;
	position:relative;
	z-index:9999;
	-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
	box-shadow:0 10px 10px 0 rgba(0,0,0,.5)
}

.nav li {
	display:inline-block
}

.nav li a {
	display:block;
	padding:22px 15px 20px;
	font-size:13px;
	font-family:sans-serif;
	color:#fff;
	text-decoration:none
}

.nav li a:hover {
	text-decoration:underline
}

.wrapper {
	width:1120px;
	margin:0 auto
}

.header {
	background:#fff;
	height:124px;
	width:100%
}

.head-column {
	width:74%;
	float:right;
	text-align:justify;
	min-height:120px
}

.head-column h1 {
	font-size:30px;
	font-family:Arial,Helvetica,sans-serif;
	color:#414042;
	margin-top:20px
}

.head-column p {
	font-size:24px;
	font-family:'Arial Narrow',Arial,sans-serif;
	color:#414042;
	font-weight:300
}

.clear {
	clear:both;
	width:0;
	height:0;
	visibility:hidden;
	overflow:hidden;
}

.small {
	font-family:'Arial Narrow',Arial,sans-serif;
	font-size:30px;
	color:#414042;
	font-weight:300;
}

.slider {
	width:100%;
	background:#23808d;
	margin-top:-14px;
	height:355px;
	position:relative;
	-webkit-box-shadow:10px 10px 10px 0 rgba(0,0,0,.5);
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.5);
}

.slider .wrapper {
	width:1120px;
	margin:0 auto;
}

.sidebar {
	background:#f3f5f5;
	width:282px;
	-webkit-box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	box-shadow:10px 10px 10px 0 rgba(0,0,0,.3);
	float:left;
	padding-top:35px;
	position:absolute;
	z-index:10;
	left:-5px;
	padding-top:243px;
}

.sidebar li {
	list-style:none;
	text-align:right
}

.sidebar li a {
	font-family:sans-serif;
	color:#414042;
	display:block;
	padding:12px 55px 12px 15px;
	text-decoration:none;
	font-size:13px
}

.sidebar li a:hover {
	text-decoration:underline
}

.wrapper .rotator {
	width:1080px;
	margin-top:-2px;
	position:absolute;
	left:282px
}

.rotator-wrapper {
	width:1120px;
	position:relative;
	margin:0 auto
}

img {
	vertical-align:middle
}

.content {
	background:#f1f1f1;

}

.content .wrapper {
	width:1120px;
	margin:0 auto;
	text-align:right;
	padding-top:35px
}

.column {
	width:74%;
	float:right;
	text-align:justify;
	min-height:540px
}

.column p {
	font-size:14px;
	color:#4c4c4c;
	font-family:'Oxygen',sans-serif;
	margin:10px 0;
	line-height:26px
}

.footer {
	background:#4f9ba2;
	width:100%;
	text-align:center;
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	color:#fdfdfe
}

.footer p {
	padding:15px 0
}

.social .email {
	background:url(../images/social.png) no-repeat 78% 0;
	height:30px;
	margin:5px 0
}

.social .facebook {
	background:url(../images/social.png) no-repeat 78% 48%;
	height:30px;
	margin:5px 0
}

.social .linkedin {
	background:url(../images/social.png) no-repeat 78% 24%;
	height:30px;
	margin:5px 0
}

.social .blog {
	background:url(../images/social.png) no-repeat 78% 75%;
	height:30px;
	margin:5px 0
}

ul.social li.blog a {
	padding:12px 91px 12px 15px;
	font-size:11px
}

ul.social li.email a {
	padding:12px 25px 12px 15px;
	font-size:11px
}


ul.social li.app a {
	padding:12px 91px 12px 15px;
	font-size:11px
}

.social .app {
	background:url(../images/social.png) no-repeat 78% 75%;
	height:30px;
	margin:5px 0
}
}

@media only screen and (min-width: 480px) and (max-width: 720px) {

}


/* Code added by Ramario.................................... */
.policy-section{text-align: center;padding-top: 20px;color: #ffff;}

/* cookie consent styles */
.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 95%) ;
  color: hsl(0deg 0% 0%);
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
	z-index: 9999999999999999999999 !important;
    display: grid;
    grid-template-columns: 1fr;
    width: 500px;
    grid-row-gap: 1em;
    margin-bottom: 19px;
    margin-left: 13px;
    grid-column-gap: 1em;
    padding-top: 31px;
    padding-bottom: 20px;

}
.cookie-col1{margin-bottom: 17px;}
.cookie-col1 p {    position: relative;
    top: 10px;}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
    color: #23808d;
      text-decoration: underline;
}

.cookie-btn {
    background: #23808d;
    border: 0;
    color: #f5f6fa;
    padding: 12px 40px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 0;
    cursor: pointer;
}

.cookie-btn-decline {
    background: #ededed;
    border: 0;
    color: #23808d;
    padding: 12px 37px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 0;
    cursor: pointer;
}

.readmore-btn {
    background: #2697c2;
    border: 0;
    color: #ffffff;
    padding: 12px 37px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 0;
    cursor: pointer;
}

.active:after
{
    content: none;
}

@media only screen and (max-width: 830px)
{
    .cookie-container
    {
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
        width: 100%;
        margin-left: 0;
    }
}
/* cookie consent style  ends*/

/* Ramarios code ends here............................ */
