:root{
    --lightSexyRed:#e74a3b;
    --darkSexyRed:#be2617;
    --atserRed: rgb(255,0,0);
    --atserLightGray: rgb(150,150,150);
    --atserGray: rgb(128,128,128);
    --atserDarkGray: rgb(51,51,51);
    --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#body{
    margin:0px, 0px, 0px, 0px;
    height:auto;
}

.background{
    position: fixed;
    top:0px;
    left:300px;
    min-width: 100%;
    max-width: 100%;
    z-index: -1;
}

.main
{
  position:absolute;
  top:12%;
  padding-right: 0px;
  justify-content: center;
  align-content: center;
  width:100%;

}

.home{
  justify-content: center;
  align-content: center;
}

.ActionPart{
  position:fixed;
  top: 88px;
  left: 300px;
  width: calc(100% - 300px);
  height: calc(100% - 88px);
  z-index: 1;
}


.main h1{
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  color: whitesmoke;
  background-color: var(--atserDarkGray);
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  align-content: center;
  margin-top: 1%;
}

.TitlePic{
	width: 60%;
    z-index: 1;
    opacity: .9;
    display:block;
    
}

.TitlePicHome{
  top:0%;
  height: 12%;
  vertical-align: middle;
  display: inline-block;
}

.phone{
	display:inline-block;
	float:right;
	color: #fff;
}

.SexySidebar{
	z-index: 10;
    height: 100%;
    width:16.5%;
    position: fixed;
    background-image: linear-gradient(var(--atserDarkGray) 90%, var(--atserRed) 100%);
    /* sets the navbar at very top left*/
    top: 12%;
    left: 0;
    padding-left: 0px;
    padding-top:0px;
    border-right-width: 5px;
    /*border-right-color: linear-gradient(var(--atserRed), var(--atserGray), black);*/
}

.SexySidebar a {
    text-decoration: none;
    font-size: 2vw;
    color: #0c0101;
    display: block;
    top:0;
    left:0;
    height:12%;
  }

  .SexySidebarItem:hover{
    background-color: var(--atserRed);
    color:whitesmoke;
  }

  .SexySidebarItem:hover a{
    color:whitesmoke;
  }

  .SexySidebar ul{
    margin-top:0;
    padding-left: 0px;
  }

  .SexySidebar li{
      text-align: center;
      background-color:  whitesmoke;
      border-radius: 8px;
      margin-left: 2%;
      margin-right: 2%;
      margin-bottom: 2%;
      border-left: 5px solid;
      border-color: rgb(196,6,6);
      justify-content: center;
      align-content: center;
      padding-top:3%;
      padding-bottom: 3%;
  }

  .SexySidebar hr{
      background-image: linear-gradient(var(--atserRed), var(--atserDarkGray));
      margin-top:0px;
      border:none;
      height: 5px;
  }
  
  .homeButt{
  	width: 33%;
  }
  
  .categoryPic{
  	width: 33%
  	}
  
  .groupHome{
  	height: 50%;
  }
  
.homehr{
      background-image: linear-gradient(0deg, var(--atserGray), var(--atserRed));
      margin-top: 0px;
      margin-bottom: 0px;
      border:none;
      height: 5px;
}
  
  .h90{
  	height: 90%;
  }

  .SexyInputs{
      width:100%;
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      color: whitesmoke;
      background-color: var(--atserGray);
      text-align: center;
      justify-content: center;
      align-content: center;
      padding: 5px 10px 5px 10px;
  }

  .SexyInputs input{
      border-radius: 5px;
      border-width: 0;
      margin:.5% 1% 1% 1%;
      padding:.1% .2% .1% .2%;
      text-align: left;
      border-left-width: 5px;
      border-bottom-left-radius:3px;
      border-top-left-radius: 3px;
      border-color: rgb(235, 10, 10);
  }

  .SexyInputs input:hover{
    background: #c7c7c7;

  }

  .full{
    width: 97.5%;
  }

  .half{
    width: 47.5%;
  }
  .quarter{
    width:22.5%;
  }

  .SexyInputs ul{
      margin: 0 0 0 0;
      padding:0 0 0 0;
  }

  .SexyBlock{
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: whitesmoke;
    background-image: radial-gradient(var(--atserGray), var(--atserDarkGray));
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding: 10px 0px 10px 0px;
    margin: 1% 0 1% 0;
  }

  .padded{
	  padding:0 2% 2% 2%;
  }

  .reverse{
    background-image: radial-gradient(var(--atserDarkGray), var(--atserGray));
  }

  .flat{
	background-image:none;
	background-color: var(--atserDarkGray);
  }

  .SexyBlock hr{
    background-image: linear-gradient(to right, var(--atserRed), var(--lightSexyRed));
    margin-top:10px;
    margin-bottom: 10px;
    border:none;
    height: 5px;
  }

  .SexyDropDowns{
    position:relative;
    display: inline-block;
  }

  .SexyDropButt{
    background-color: var(--atserRed);
    border-width:0;
    border-radius: 5px;
    border-left-width: 5px;
    border-bottom-left-radius:3px;
    border-top-left-radius: 3px;
    border-color: rgb(196,6,6);
    color:whitesmoke;
    padding:16px;
    cursor:pointer;
  }

  .SexyDropContent{
    display: none;
    position: absolute;
    background-color: whitesmoke;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:5;
    border-radius: 5px;
  }

  .SexyDropContent a{
    color:black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-width:0;
    border-radius: 5px;
    border-left-width: 5px;
    border-bottom-left-radius:3px; 
    border-top-left-radius: 3px;
    border-color:rgb(196,6,6);
  }

  .SexyDropContent a:hover{
    background-color: var(--atserGray);
    color:whitesmoke;
  }

  .SexyDropDowns:hover .SexyDropContent{
    display: block;
  }

  .SexyDropDowns:hover .SexyDropButt{
    background-color: var(--atserGray);
    color:whitesmoke;
  }

  .SexySlidersBox{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: whitesmoke;
    background-color: var(--atserGray);
    text-align: center;
    justify-content: center;
    align-content: center;
    padding: 5px 10px 5px 10px; 
  }

  .SexySlider{
    -webkit-appearance: none;
    appearance: none;
    width:95%;
    height:25px;
    background-image: linear-gradient(to right, white, whitesmoke);
    outline:none;
    opacity: 0.7;
    transition: opacity .2s;
    border-radius: 5px;
  }

  .SexySlider:hover{
    opacity:1;
  }

  .SexySlider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background-color: rgb(196,6,6); /* Green background */
    cursor: pointer; /* Cursor on hover */
  }
  
  .SexySlider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background-color: rgb(196,6,6); /* Green background */
    cursor: pointer; /* Cursor on hover */
  }

  .SexyButtons li{
		display: inline;
		text-align: center;
		background-color:  whitesmoke;
		border-radius: 8px;
		margin-left: 5px;
		margin-right: 5px;
		border-left: 5px solid;
		border-color: rgb(196,6,6);
		justify-content: center;
		align-content: center;
		padding: .5% .5% .5% .5%;
		text-decoration: none;
		opacity: 1;
  }

  .SexyButtons a{
		color:black;
		font-size: 20px;
  }

  .SexyButton:hover{
    	background-color: var(--atserRed);
  }

  .SexyButton:hover a{
    	color:whitesmoke;
  }

  .SexyButtons{
   		margin-top:.5%;
  }

  .SexyTopList{
		z-index: 3;
		position:fixed;
		top:0;
		width:100%;
		height: 12%;
		font-family: 'Open Sans', sans-serif;
		background-image: linear-gradient(to right, var(--atserRed) 20%, var(--darkSexyRed));
		color:white;
		padding-left:0;
		margin:0 0 0 0;
  }

  .SexyDropTitle{
	  float:left;
	  overflow: hidden;
	  text-align: center;
	  justify-content: center;
	  width:100%;
	  height:100%;
  }

  .SexyDropTitle .SexyDropButt2 {
		border: none;
		outline: none;
	    color: whitesmoke;
	    width: 100%;
	    height:100%;
		background-color: inherit;
		font: inherit; /* Important for vertical align on mobile phones */
		margin: 0; /* Important for vertical align on mobile phones */
  }

  .SexyDropButt2 a{
	  color:whitesmoke;
	  text-decoration: none;
  }

  .SexyDropContent2{
		display: none;
		position: absolute;
		background-color: whitesmoke;
		width: 100%;
		left: 0;
		top: 100%;
		padding: 0 0 0 0;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 5;
  }

  .SexyDropTitle:hover .SexyDropContent2{
		display: block;
  }

  .SexyDropContent2:hover{
		display: block;
  }

  .SexyTopListHome{
		z-index: 3;
		left:0;
		top:0;
		width:100%;
		height:80px;
		font-family: 'Open Sans', sans-serif;
		background-image: linear-gradient(to right, var(--darkSexyRed), var(--atserRed));
		color:white;
		padding-left:0;
		margin:0 0 0 0;
  }

  .SexyColumnList{
		padding: 0 0 0 0;
		float:left;
		width:100%;
		margin: 0 0 0 0;
  }

  .SexyColumnItem{
		text-decoration: none;
		list-style-type: none;
		height: 100%;
		padding:5% 0 5% 0;
  }

  .SexyColumnItem a{
		color:var(--atserDarkGray);
		text-decoration: none;
		list-style-type: none;
  }


  .SexyColumnItem:hover a{
		background-color: var(--atserGray);
		color:whitesmoke;
	}

	.SexyColumnItem:hover{
		background-color: var(--atserGray);
	}

  .SexyColumnList hr{
	  color: var(--atserDarkGray);
	  width:80%;
	  margin:0 0 0 0;
  }

  .SexyColumnList a{
	  text-decoration: none;
  }

  .row{
		height:100%;
		padding-top:1%;
		margin: 0;
		display:flex;
  }

  .SexyVertLine{
		width:1px;
		background-color: var(--atserDarkGray);
		height:80%;
		offset:0 0 0 0;
		margin:0 0 0 0;
  }

  .col{
		color:var(--atserDarkGray);
		text-align: center;
		align-content: center;
		vertical-align: bottom;
  }
  
.homea{
		width:100%;
		height:100%;
		text-align: center;
}

  .col a{
		font-size:1.5vw;
		width:100%;
		height:100%;
		text-align: center;
  }

  .text-white{
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
  }

  .bg-atserDarkGray{
    background-color: var(--atserDarkGray);
  }

  .bg-atserGray{
    background-color: var(--atserGray);
  }

  .panel-gray{
	padding:1% 3% 0% 3%;
	background-color: var(--atserGray);
  }

  .panel-gray .panel-heading{
	  border-bottom-width: 3px;
	  border-color:var(--atserGray);
  }

  .custom-select{
    font-size: 15px;
  }
  
  .homeBanner{
  	background-color: var(--atserRed);
  	width:100%;
  	height:12%;
  	vertical-align: middle;
  }
 
#hero{
	background:  var(--atserLightGray);
}

#hero .icon-boxes{
	width:92%;
	margin-left: auto;
	margin-right: auto;
}
  
#hero a{
	text-decoration:none;
	color: var(--atserDarkGray);
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background:  #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
	font-weight: 700;
	display: block;
	text-align:center;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-img {
	margin-bottom: 20px;
	padding-top: 10px;
	display: block;
	transition: all 0.3s ease-in-out;
	margin-left: auto;
	margin-right: auto;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px), (max-height: 500) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


section {
  padding: 80px 0;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
  color: var(--darkSexyRed);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
	background: #fff;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--atserRed);
  line-height: 1;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: var(--atserRed);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid var(--atserRed);
}

.about .content .btn-learn-more:hover {
  background: var(--atserRed);
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Contact Us Modal
--------------------------------------------------------------*/

.modal-body .input-group .ta-span{
	border-bottom-left-radius: 0;
}

.modal-body .input-group .ta-input{
	border-bottom-right-radius: 0;
}

.modal-body .ta{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
