body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;	
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.header_top{
  background-color: #EF0E10;
}
.header_top1{
  padding-top: 7px;
  background-color: #EF0E10;
}
.header_top2{
  padding-top: 7px;
  background-color: #EF0E10;
}

#toll_no{
text-align: center;
  /*width: 100px;*/
  /*height: auto; */
  /* background-color: red; */
  position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  color: red;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   { left:0px; top:0px;}
  25%  { left:200px; top:0px;}
  100% { left:0px; top:0px;}
}

/* Standard syntax */
@keyframes example {
  0%   { left:0px; top:0px;}
  25%  {left:200px; top:0px;}
  80% {left:0px; top:0px;}
}
/*block*/
.block{
	disply:inline-block;
	color:White;
	font-size:13px;
	text-align:center;
     padding:15px;
	background-color:#666666;
	border: 2px solid #ffffff;
}
.color1{
	background-color:#7D3C98;
	font-size:30px;
	font-family:Copperplate Gothic Bold;
	color:#ffffff;
	
}

.color2{
	background-color:#3498DB;
	font-size:30px;
	font-family:Copperplate Gothic Bold;
	color:#ffffff;
}
.color3{
	background-color:#FFC300;
	font-size:30px;
	font-family:Copperplate Gothic Bold;
	color:#ffffff;
	
}
/* block close */
/*test*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li a {
  display: block;
 
}



.navbar1 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
}

.subnav1{
	position: relative;
  display: inline-block;

}
.subnav1 a {
  float: left;
  overflow: hidden;
  
}



.navbar1 a:hover, .subnav1:hover .subnavbtn1 {
  background-color:none;
   
}

.subnav-content1 {

  display: none;
  position: absolute;
  min-width: 160px;
  background-color: #3498DB;
  

 padding-top:15px;
 
 padding-bottom:15px;
  z-index: 1;
 border-bottom:1px solid #fff;
}

.subnav-content1 a {
  
  color: white;
  padding: 12px 12px;
  font-size:25px;
  font-family:Copperplate Gothic Bold;
  width:300px;
  text-align:left;
  border-top:1px solid #fff;
}

.subnav-content1 a:hover {
  background-color:;

  color: black;
  
}

.subnav1:hover .subnav-content1 {
  display: block;
  
}
/*test close*/

.ct-socials {
    position: fixed;
    top: 25%;
    left: 0;
    list-style: none;
    padding-left: 15px;
    z-index: 10;
    margin: 0;
    -webkit-transition: right 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ct-socials li {
    padding: 0px 0;
}
.ct-socials li a {
    /* background: #3f4653; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 44px;
    height: 54px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    float: left;
    padding-right: 5px;
}
.ct-socials li a:hover {
    width: 54px;
    padding-right: 0;
    text-decoration: none;
    background: #3c9bd9;
}
.section.triad-section {
  margin-top: 10px;
}

