@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
*{
	padding: 0;
	margin: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,li{
    font-family: 'Nunito Sans', sans-serif;
    line-height: 30px;
}
p{
	letter-spacing: 0.5px;
	font-size: 17px;
}

label{
	color: #00628a;
	font-weight: bold;
}
.bgtop{
	/*background:#00628a;*/
	width: 100%;
	padding: 1px 0; 
}
.textmar a{
	text-decoration: none;
	color: #f48f1d;
	font-weight: bold;
	margin-left: -10px;
}
.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
.iconstyle{
	float: right;
}
.iconstyle .fab, .iconstyle .fas {
	color: white;
	background: #00628a;
	font-size: 20px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.iconstyle .fab:hover, .iconstyle .fas:hover {
	color: white;
	background: #f48f1d;
}
ul.dropdown-menu {
    background: #f48f1d;
}
.ahovva li a:hover{
	text-decoration:none;
}
.top_head a img{
	width: 200px;
}
.top_head .iso_img{
	float: right;
	margin-bottom: 5px
}
.navver{
	background-color: #f48f1d;
}	
.navver ul li a{
	color: white;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;

}
.navver ul li{
	padding:5px 4px;
}
/*.active{
	transform: scale(1);
    transition-duration: 0.5s;
	background-color: #00628a;	
	color: #f48f1d;
}*/
.navver ul li:hover{
	transform: scale(1);
    transition-duration: 0.5s;
	background-color: #00628a;
	color: #f48f1d;

}	
.slider_img{
	width: 100%;
	height:500px;
}
.unisun{
	font-weight: bold;
	color: #f48f1d

}
.unisun:hover{
	text-decoration: none;
	color: red;
}
.footyyy {
    background: #00628a;
    margin-top: 70px;
}
.foot_con h4{
	color: #f48f1d;
	font-weight: 800;
}
.foot_con img{
	width: 60%;
	margin-left: 20%;
}
.foot_con ul li {
	list-style: none;
	color: white
}
.foot_con ul li a {
	text-decoration: none;
	color: white;
	font-family: 'Nunito Sans', sans-serif;
}
.foot_con ul li a:hover{
	color: #f48f1d
}
.copyrights p{
	padding: 0;
	margin: 0;
	text-align: center;
	color: white;
}
.foot_con h3{
	color: #f48f1d;
	font-weight: bold;
}
.foot_con small{
	color: white;
	float: right;
}
.pagehead-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #00628a;
}
h1.pagehead {
    text-align: center;
    font-weight: 500;
    display: block;
}
.top-image{
	background-image: url('img/breadcrumb.png');
    width: 100%;
    display: table;
    height: 178.638px;
    background-position: center center;
}
.section_align{
	padding: 70px 0 0 0;
}
.contact_deco ul li{
	list-style: none;
}
.contact_deco h2{
	color: #f48f1d;
}
.h4_color h4{
	color: #00628a;
	float: right;
}
.img_size1{
	width: 100%;
	height: 250px;
}
.propertier{
	background-color: #f48f1d;
	padding: 30px;
	border-radius: 10px;
} 
.propertier:hover{
	background-color: #00628a;
	transition-duration: 0.3s;
}
.propertier p{
	text-align: center;	
	color: white;
	line-height: 20px;
}
.adf a{
	text-decoration: none;
}
.propertier h4{
	text-align: center;	
	color:black;
	font-weight: bold;

}
.propertier:hover h4{
	color: red;
	text-decoration: none;
}
.propertier img{
	width: 30%;
	text-align: center;
	margin-left: 40%;
	margin-bottom: 15px;
}
.propertier:hover img{
	transform: scale(1.25);
	transition-duration: 1.5s;
}
.heading{
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.heading::before {
    position: absolute;
    content: '';
    background: ;
    width: 40px;
    height: 5px;
    top: 0;
    left: 48%;
    margin-top: 45px;
}
.video_bloger{
	background-image: url('img/franchise.jpg');
	background-size: cover;
	height: 450px;
	position: relative;
	

}
.video_bloger h1{
	color: #00628a;
	padding-top: 50px;
}



/*.vid_bloger:before {
    position: absolute;
    background: #00000050;
   	content: '';
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 350px;
}*/

* {
  box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #00628a;
  top: 20px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containerr {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containerr::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 40px 30px;
  background-color: #f48f1d;
  position: relative;
  border-radius: 6px;
}
.content:hover{
	background: #00628a;
	transition-duration: 0.3s;
}
.content h2 {
    color: #00628a;
    font-weight: bold;
}
.content:hover h2 {
    color: #f48f1d;
}
.content p {
    color: white;
}
.content:hover a {
    color: red;
    text-decoration: none;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .containerr {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containerr::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
  .video_bloger{
	height: 1000px;
	}
	.frakieeer {
    height: 1150px;
	}
	.frakiform {
    width: 100%;
    margin-left: 0%;
}
}
.fommii{
	padding:0 60px;
}
.fommii input{
	/*height: 40px*/
}
.fomtext {
	padding: 0 50px;
}
.fomtext p{
	font-size: 18px;
}
.img_sizee{
	width: 100%;
	box-shadow: -2px 8px 20px -7px #00628a;
}
.img_sizee:hover{
	 height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.dddd{
	margin-top: 40px;
}
@media screen and (max-width: 768px){
	.ssss{
		padding: 30px 10px;
	}
}
.linkeras{
	float: right;
	padding-top: 20px;
}
.linkeras a{
	text-decoration: none;
	color: #f48f1d;
	font-weight: bold;
}
.linkeras a:hover{
	color: #00628a;
}
.justiii{
	text-align: justify;
}
.navikk{
	float: right;
}
.navikk a{
	text-decoration: none;
	color: #f48f1d;
	font-weight: bold;
}
.navikk a:hover{
	color: #00628a;
}

ul.navbar-nav {
    z-index: 9999 !important;
}
li.nav-item.dropdown:hover ul {
    display: block;
}
.limatico ul li{
	letter-spacing: 0.5px;
	font-size: 17px;
}
.limatico p,.limatico ul li {
	text-align: justify;
}
.limatico h3{
	color: #f48f1d;
	font-weight: bold;
}
.limatico h5{
	color: #00628a
}
/*.enquiry{
	background: url('img/enquiry.jpg');
	background-size: cover;
	height: 400px;
	position: relative;
}
.eenoriii::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #0404044a;
	height: 400px;
	width: 100%;
	z-index: 
}*/
.frakieeer{
	background: #00628a;
	width: 100%;
	height: 500px;
}
.frakieeer h1{
	color: white;
	font-weight: bold;
	font-size: 55px;
	margin-top: 70px;
	letter-spacing: 1px;
    line-height: 1.1;
}
.frakieeer p{
	color: white;
	width: 80%;
	margin-top: 20px;
}
.frakiform{
	width: 70%;
	margin-left: 30%;
	background-color: #f48f1d;
	margin-top: 80px;
	padding: 20px 0;
	border-radius: 12px;
}
.frakiform::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}
.frakiform h5{
	color: white;
	font-weight: 300;
}
.forkoiker{
	text-align: center;
}
.forkoiker h1{
	text-align: center;
    font-weight: 900;
    font-size: 45px;
    color: #f48f1d;
    margin-bottom: 50px;
}
.item_box {
	position: relative;
	margin: auto;
	width: 122px;
	height: 122px;
}
.item_percentage {
	font-weight: 400;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(36%,-50%);
	-moz-transform: translateY(36%,-50%);
	-ms-transform: translateY(36%,-50%);
	-o-transform: translateY(36%,-50%);
	transform: translate(36%,-50%);
	margin: auto;
	font-size: 20px;
	letter-spacing: 0.085em;
}
.item_chart {
	stroke-dasharray: 364.4;
}
.item_title {
    font-weight: 700;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.bg_col{
	background: #00628a;
}
.boxerw {
    padding: 60px 0px;
    text-align: center;
    color: #f48f1d
}
.brter{
	border-right: 1px solid white;
}
.asweds p{
    line-height: 20px;
    font-size: 16px;
}
.img_sizer {
    width: 30%;
}
.bocerwe {
    padding: 40px 0;
}
.asweds p b {
    color: #00628a;
}
.bg_coll {
    padding: 50px 0;
    background: #f48f1d;
}
.articles-list .cat-list-row0, .articles-list .cat-list-row1 {
    position: relative;
    padding: 15px 35px 2px;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.aqwerdsf{
	text-decoration: none;color: #00628a;font-size: 20px;
}
.aqwerdsf:hover{
	text-decoration: none;
	color: #f48f1d
}
a .aqwerdsf:hover{
	text-decoration: none;
	
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 25%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: #00628a;
  color: white;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f48f1d;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #f48f1d
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;/*
  border: 1px solid #ccc;*/
  width: 75%;
  border-left: none;
  height: auto;
}
.img_slid{
	width: 100%;
	height: 250px;
	padding-bottom: 25px;
}
.homecontentacedemy h3{
	color: #f48f1d;
}
.homecontentacedemy h5{
	color: #00628a;
}
.section_align1{
	padding: 0 0 20px 0;
}
.achiveeeer {
    background: #f48f1d;
}
.innerclassize {
    text-align: center;
    padding: 30px 0;
}
.innerclassize h3 {
    color: #00628a;
    margin-bottom: 0;
}
.trauhser {
    margin-left: 25%;
    border-bottom: 0;
}
.trauhser ul li {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
}
 @media (max-width: 768px) {
    	.tab {	        
	        width: 100%;
	    }
	    .tabcontent {
	        width: 100%;
	        padding: 10px;
	    }
	}
	
 

