body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #f0f0f0;
overflow-x: hidden;


}

/* Header Styles */

.navbar {
background:white;

}

.navbar-collapse .right {
float:right;
}

.navbar-brand {
float:left;
padding: 10px 15px;
font-size:18px;
line-height:20px;
height:70px;
}

.navbar-brand:hover,
.navbar-brand:focus{
text-decoration:none;
}

.navbar ul.nav > li > a {
text-transform:uppercase;
font-weight:bold;
font-size:14px;

}

.padding-nav{
padding-top:10px;
}

.nav_bar ul.nav > li > a:hover{
background:#e7e7e7;
}

.nav_bar ul.nav > li > a:active{
background:#e7e7e7;
}

.btn-primary{
color:rgb(255, 255, 255);
background-color:rgb(79, 191, 168);
border-color:rgb(65, 179, 156);
}

.navbar-btn {
margin-right: 6px;
}

/*##################################################viewport######################*/

.viewport-80 {
  min-height: 85vh;
}



/*############################services#########################################*/

#services .service-icon {
  font-size: 60px;
  color: #f5f3f5;
  padding: 60px;
  background-color: #f15025;
  clip-path: polygon(0 100%, 50% 0, 100% 100%)
}

#services .service-icon:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #f15025;
}

#services .service-icon-1 {
  clip-path: polygon(0 100%, 50% 0, 100% 100%)
}

#services .service-icon-2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  background-color: lightgray;

}

#services .service-icon-3 {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

#services .service-icon-4 {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}






#pricing .price-num {
  background-color: #ced0ce;
  padding: 10px 0;
  position: relative;
}

#pricing .money {
  position: absolute;
  top: 32%;
  left: 22%;
  font-size: 28px;

}

#pricing .money-num {
  font-size: 70px;
}

#pricing .money-end {
  font-size: 25px;
}

#pricing .price-num::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ced0ce;
}

#pricing .list-group-item {
  position: relative;
  font-size: 12px;

}

#pricing .first-list {
  border-top: none!important;
}


#pricing .price-btn {
  border: 2px solid #f15025;
  margin-bottom: -20px;
  text-decoration: none;
  color: #f15025;
  background-color: #fff;
}

#pricing .price-btn:hover {
  background-color: #242a33;
  border: 2px solid #242a33;
}

#pricing .premium .price-num {
  background-color: #f15025;
}

#pricing .premium .price-num::after {
  border-top: 20px solid #f15025;

}

/* Other file css */
#copyright {

background:#333;
color:#ccc;
padding:20px 0;
font-size:12px;

}

#copyright p {
margin: 0;
}


.box {
background: lightgray;
margin: 0 0 30px;
border: solid 1px #e6e6e6;
box-sizing: border-box;
padding:0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);


}
.box .tab{
  justify-content: center;
  margin: 5px;
  padding: 16px;
  font-size: 18px;
  text-align: center;
}

#slider {

margin-bottom:25px;
margin-top:0px;
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
background-attachment: fixed;
background-position: absolute;
background-size: cover;
background-repeat: no-repeat;

}

#slider .banner-title {
  font-style: italic;
  position: relative;
}
#slider .banner-link {
  text-decoration: none;
  font-size: 20px;
  padding: 5px 8px;
  border: none;
  border-radius: 3px;
  color: white;
}
  
#slider .banner-link:hover {
  border: 2px solid #f5f3f5;
  background-color: lightgray;
}

/* Footer Styles */

#footer {
background: #e0e0e0;
padding: 20px 0;
}

#footer ul {
padding-left: 0;
list-style: none;
}

#footer ul a {
color:#999999;
padding: 20px 0;
}
 .info_para {
  margin: 5px;
  justify-content: center;
}

.info-box {
 margin: 5px;
justify-content: center;
margin-bottom: 5px;
}
.imgcontainer {
position: relative;
text-align: center;
color: blue;
}

.headtwo h4 {
position: absolute;
top: 100px;
right: 28%;


}
.headthree h5 {
position: absolute;
top: 150px;
right: 45%;

}
.headfour a {
position: absolute;
top: 200px;
right: 48%;


}
/* Screen size for texts 580px max --- */
@media (max-width: 650px) {

.headone h3 {
font-size: 14px;
top: 3px;
font-weight: normal;
left: 25%;
position: absolute;
text-align:center;
justify-content: center;
}
.headtwo h4 {
display: none;
}
.headthree h5 {
display: none;
}

.headfour a {
font-size: 18px;
top: 320px;
right: 50%;
position: absolute;
text-align:center;
justify-content: center;
}

.globaldesign h2 {
font-size: 20px;
}

}

/* Screen size for texts 350px max --- */
@media (max-width: 410px) {

.headone h3 {
display: none;
}

.headtwo h4 {
display: none;
}


.headfour a {
font-size: 17px;
top: 5px;
right: 31%;
padding: 12px;
position: absolute;
text-align:center;
justify-content: center;
}
.globaldesign {
font-size: 22px;
}

}

/* smallest Screen size for texts 340px max --- */
@media (max-width:340px) {

.headfour a {
font-size: 17px;
top: 140px;
right: 31%;
padding: 12px;
position: absolute;
text-align:center;
justify-content: center;
}
.globaldesign {
font-size: 20px;
}
}

/* Pricing */
.headoneprc h3 {
position: absolute;
font-size: 17px;
top: 7px;
right: 30%;


}
.headtwoprc h4 {
position: absolute;
top: 180px;
right: 33%;


}
.headthreeprc h5 {
position: absolute;
top: 250px;
right: 31%;

}
.headfourprc a {
position: absolute;
padding: 10px;
top: 350px;
right: 54%;
font-size: 21px;
font-weight: bold;


}
/* Screen size for texts 580px max --- */
@media (max-width: 580px) {

.headoneprc h3 {
font-size: 14px;
top: 3px;
font-weight: normal;
right: 35%;
position: absolute;
text-align:center;
justify-content: center;
}

.headtwoprc h4 {
display: none;
}
.headthreeprc h5 {
display: none;
}

.headfourprc a {
font-size: 18px;
top: 270px;
right: 50%;
position: absolute;
padding: 9px;
text-align:center;
justify-content: center;
}

.globaldesign h2 {
font-size: 22px;
}

}

/* Screen size for texts 350px max --- */
@media (max-width: 410px) {

.headoneprc h3 {
display: none;
}

.headtwoprc h4 {
display: none;
}
.headthreeprc h5 {
font-size: 13px;
top: 3px;
font-weight: normal;
right: 16%;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourprc a {
font-size: 18px;
font-weight: bold;
top: 125px;
right: 31%;
padding: 14px;
position: absolute;
text-align:center;
justify-content: center;
}
.globaldesign {
font-size: 22px;
}

}

/* smallest Screen size for texts 580px max --- */
@media (max-width:300px) {

.headfourprc a {
font-size: 18px;
font-weight: bold;
top: 125px;
right: 31%;
padding: 15px;
position: absolute;
text-align:center;
justify-content: center;
}
.globaldesign {
font-size: 22px;
margin-top: 10px;
}
}

/* contact */
.headonecon h3 {
position: absolute;
font-size: 17px;
top: 7px;
right: 30%;


}
.headtwocon h4 {
position: absolute;
top: 180px;
right: 27%;


}
.headthreecon h5 {
position: absolute;
top: 250px;
right: 30%;

}
.headfourcon a {
position: absolute;
top: 270px;
right: 42%;
font-size: 21px;
font-weight: bold;


}
.headfourcon a:hover {
background-color: orange;
}
/* Screen size for texts 580px max --- */
@media (max-width: 580px) {

.headonecon h3 {
font-size: 14px;
top: 3px;
font-weight: normal;
right: 35%;
position: absolute;
text-align:center;
justify-content: center;
}


.headthreecon h5 {
display: none;
}

.headfourcon a {
font-size: 13px;
top: 270px;
right: 45%;
position: absolute;
padding: 8px;
text-align:center;
justify-content: center;
}
.headfourcon a:hover {
background-color: orange;
color: white;
}

.globaldesign h2 {
font-size: 20px;
}

}


/* Screen size for texts 350px max --- */
@media (max-width: 410px) {

.headonecon h3 {
display: none;
}

.headthreecon h5 {
display: none;
}

.headfourcon a {
font-size: 12px;
top: 125px;
right: 31%;
padding: 12px;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourcon a:hover {
background-color: orange;
color: white;

}
.globaldesign {
font-size: 22px;
}

}

@media (max-width:300px) {

.headfourcon a {
font-size: 8px;
font-weight: normal;
top: 125px;
right: 31%;
padding: 3px;
position: absolute;
text-align:center;
justify-content: center;
}
.globaldesign {
font-size: 20px;
margin-top: 10px;
}
.headfourcon a:hover {
background-color: orange;
color: white;
}

}

/* Term */
.headoneterm h3 {
position: absolute;
font-size: 17px;
top: 7px;
right: 30%;


}
.headtwoterm h4 {
position: absolute;
top: 180px;
right: 10%;


}

.headtwopricing h4 {
position: absolute;
top: 200px;
left: 1%;
margin-bottom: 4px;


}
.headthreeterm h5 {
position: absolute;
top: 250px;
right: 8%;

}

.headthreepricing h5 {
position: absolute;
top: 280px;
left: 2%;

}
.headfourterm a {
position: absolute;
top: 380px;
right: 24%;
font-size: 24px;
font-weight: bold;


}
.headfourterm a:hover {
background-color: orange;
}

.headfourpricing a {
position: absolute;
top: 350px;
left: 24%;
font-size: 24px;
font-weight: bold;


}
.headfourpricing a:hover {
background-color: orange;
}

/* Screen size for texts 580px max --- */
@media (max-width: 580px) {

.headoneterm h3 {
font-size: 14px;
top: 3px;
font-weight: normal;
right: 35%;
position: absolute;
text-align:center;
justify-content: center;
}

.headthreeterm h5 {
display: none;
}

.headthreepricing h5 {
display: none;
}

.headfourterm a {
font-size: 13px;
top: 290px;
right: 45%;
position: absolute;
padding: 8px;
text-align:center;
justify-content: center;
}
.headfourterm a:hover {
background-color: orange;
color: white;
}

.headfourpricing a {
font-size: 18px;
top: 270px;
left: 25%;
position: absolute;
padding: 8px;
text-align:center;
justify-content: center;
}
.headfourpricing a:hover {
background-color: orange;
color: white;
}

.globaldesign h2 {
font-size: 20px;
}

}

/* Screen size for texts 350px max --- */
@media (max-width: 410px) {


.headthreeterm h5 {
font-size: 13px;
top: 3px;
font-weight: normal;
right: 25%;
position: absolute;
text-align:center;
justify-content: center;
}

.headthreepricing h5 {
font-size: 12px;
top: 3px;
font-weight: normal;
left: 25%;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourterm a {
font-size: 12px;
top: 135px;
right: 31%;
padding: 12px;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourterm a:hover {
background-color: orange;
color: white;

}

.headfourpricing a {
font-size: 16px;
top: 125px;
left: 26%;
padding: 12px;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourpricing a:hover {
background-color: orange;
color: white;

}
.globaldesign {
font-size: 22px;
}

}

/* smallest Screen size for texts 580px max --- */
@media (max-width:300px) {

.headfourterm a {
font-size: 8px;
font-weight: normal;
top: 135px;
right: 31%;
padding: 3px;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourpricing a {
font-size: 14px;
font-weight: normal;
top: 150px;
left: 26%;
padding: 3px;
position: absolute;
text-align:center;
justify-content: center;
}

.globaldesign {
font-size: 20px;
margin-top: 10px;
}
.headfourterm a:hover {
background-color: orange;
color: white;
}

.headfourpricing a:hover {
background-color: orange;
color: white;
}


}

/* Features */
.headonefeat h3 {
position: absolute;
font-size: 17px;
top: 14px;
right: 15%;
padding: 5px;


}
.headtwofeat h4 {
position: relative;
top: 160px;
right: 15%;
font-size: 17px;
padding: 5px;


}
.headthreefeat h5 {
position: relative;
top: 250px;
right: 8%;

}
.headfourfeat a {
position: relative;
top: 310px;
right: 40%;
font-size: 24px;
font-weight: bold;


}
.headfourfeat a:hover {
background-color: orange;
}
/* Screen size for texts 580px max --- */
@media (max-width: 580px) {

.headonefeat h3 {
font-size: 10px;
top: 3px;
padding: 4px;
font-weight: normal;
right: 35%;
position: absolute;
text-align:center;
justify-content: center;
}

.headtwofeat h4 {
display: none;
}
.headthreefeat h5 {
display: none;
}

.headfourfeat a {
font-size: 10px;
top: 270px;
right: 45%;
position: absolute;
padding: 4px;
text-align:center;
justify-content: center;
}
.headfourfeat a:hover {
background-color: orange;
color: white;
}

.globaldesign h2 {
font-size: 20px;
}

}

/* Screen size for texts 350px max --- */
@media (max-width: 410px) {

.headonefeat h3 {
display: none;
}

.headtwofeat h4 {
display: none;
}
.headthreefeat h5 {
font-size: 13px;
top: 3px;
font-weight: normal;
right: 25%;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourfeat a {
font-size: 12px;
top: 125px;
right: 31%;
padding: 12px;
position: absolute;
text-align:center;
justify-content: center;
}

.headfourfeat a:hover {
background-color: orange;
color: white;

}
.globaldesign {
font-size: 22px;
}

}

/* smallest Screen size for texts 580px max --- */
@media (max-width:300px) {

.headfourfeat a {
font-size: 8px;
font-weight: normal;
top: 125px;
right: 31%;
padding: 3px;
position: absolute;
text-align:center;
justify-content: center;
}
.globaldesign {
font-size: 20px;
margin-top: 10px;
}
.headfourfeat a:hover {
background-color: orange;
color: white;
}
}

p.btn_linkschange > a:hover {
background-color: orange;
color: red;
}

/* Full Calendar */
#external-events {
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
  }

  .demo-topbar + #external-events { /* will get stripped out */
    top: 60px;
  }

  #external-events .fc-event {
    margin: 1em 0;
    cursor: move;
  }

  #container {
    position: relative;
    z-index: 1;
    margin-left: 200px;
  }

  #calendar {
    max-width: 100%;
    margin: 20px auto;
  }
  
  /* Modal Styles for displaying long column data */
  .first_column {
    align-content:left;
    color: #353535;
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .second_column {
   justify-content: center;
   align-content:center;
   border: none;
   margin-bottom: 0px;
   margin-top: 0px; 
  }