
/* text overlay */

.ino_eff_img_text_overlay {
  position: relative;
  width: 100%;
}

.eff_image { display: block;  width: 100%;  height: auto; }



.eff_overlay_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity:0.8;
}

.ino_eff_img_text_overlay:hover .eff_overlay_bg {
  height: 100%;

}

.eff_overlay_text {
  color: white;
  font-size: 20px;
  line-height:120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/* radius text overlay */

.radius_ino_eff_img_text_overlay {
  position: relative;
  width: 100%;
}


.radius_eff_image { display: block;  max-width: 250px;  height: auto; border-radius: 50%; border:1px solid #acacac;}


.radius_eff_overlay_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  background-color: #000000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity:0.8;  
  border-radius: 50%; 
  max-width: 250px; 
}

.radius_ino_eff_img_text_overlay:hover .radius_eff_overlay_bg {
  height: 100%;
  border-radius: 50%; 
}

.radius_eff_overlay_text {
  color: white;
  font-size: 20px;
  line-height:120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/********* NEW 버튼 ***********/


.btn_n_body * {
  box-sizing: border-box;
  margin: 0; padding: 0;
}



.btn_n_body:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0; 
}
.ino_btn_n::before,
.ino_btn_n::after {
  position: absolute;
  content: "";
}


.ino_btn_n {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width:100%;
 
}

.ino_btn_n span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 4px 8px 4px 8px;
    transition: 0.3s;
  }

/*--- btn-1 ---*/
.btn-1::before {
  background-color: #246292;
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: #ffffff;
  border: 1px solid #acacac;
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color:#444444;
  transition: 0.2s 0.1s;
}

/* 1.hover-filled-slide-down */
.ino_btn_n.hover-filled-slide-down::before {
  bottom: 0; left: 0; right: 0; 
  height: 100%; width: 100%;
}
.ino_btn_n.hover-filled-slide-down:hover::before {
  height: 0%;
}


/* 2.hover-filled-slide-up */
.ino_btn_n.hover-filled-slide-up::before {
  top: 0; left: 0; right: 0;
  height: 100%; width: 100%;
}
.ino_btn_n.hover-filled-slide-up:hover::before {
  height: 0%;
}

/* 3.hover-filled-slide-left */
.ino_btn_n.hover-filled-slide-left::before {
  top: 0; bottom: 0; left: 0;
  height: 100%; width: 100%;
}
.ino_btn_n.hover-filled-slide-left:hover::before {
  width: 0%;
}

/* 4. hover-filled-slide-right */
.ino_btn_n.hover-filled-slide-right::before {
  top:0; bottom: 0; right: 0;
  height: 100%; width: 100%;
}
.ino_btn_n.hover-filled-slide-right:hover::before {
  width: 0%;
}





/*--- btn-2 ---*/
.btn-2::before {
  background-color: #246292;
  transition: 0.3s ease-out;
}
.btn-2 span {
  color:  #444444;
  border: 1px solid  #acacac;
  transition: 0.2s;
}  
.btn-2 span:hover {
  color:  #ffffff;
  transition: 0.2s 0.1s;
}

/* 6. hover-slide-down */
.ino_btn_n.hover-slide-down::before {
  top: 0; left: 0; right: 0; 
  height: 0%; width: 100%;
}
.ino_btn_n.hover-slide-down:hover::before {
  height: 100%;
}

/* 7. hover-slide-up */
.ino_btn_n.hover-slide-up::before {
  bottom: 0; left: 0; right: 0; 
  height: 0%; width: 100%;
}
.ino_btn_n.hover-slide-up:hover::before {
  height: 100%;
}

/* 8. hover-slide-left */
.ino_btn_n.hover-slide-left::before {
  top: 0; bottom: 0; right: 0; 
  height: 100%; width: 0%;
}
.ino_btn_n.hover-slide-left:hover::before {
  width: 100%;
}

/* 9. hover-slide-right */
.ino_btn_n.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.ino_btn_n.hover-slide-right:hover::before {
  width: 100%;
}




/*--- btn-3 ---*/
.btn-3 {
  padding: 5px;
}
.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: rgb(54, 56, 55);
}
.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
}

/* 11. hover-border-1 */
.ino_btn_n.hover-border-1::before,
.ino_btn_n.hover-border-1::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.ino_btn_n.hover-border-1::before {
  top: 0; left: 0;
  border-left: 1px solid rgb(28, 31, 30);
  border-top: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-1::after {
  bottom: 0; right: 0;
  border-right: 1px solid rgb(28, 31, 30);
  border-bottom: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-1:hover::before,
.ino_btn_n.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}

/* 12. hover-border-2 */
.ino_btn_n.hover-border-2::before,
.ino_btn_n.hover-border-2::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.ino_btn_n.hover-border-2::before {
  bottom: 0; left: 0;
  border-left: 1px solid rgb(28, 31, 30);
  border-bottom: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-2::after {
  top: 0; right: 0;
  border-right: 1px solid rgb(28, 31, 30);
  border-top: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-2:hover::before,
.ino_btn_n.hover-border-2:hover::after {
  width: 99%;
  height: 99%;
}

/* 13. hover-border-3 */
.ino_btn_n.hover-border-3::before,
.ino_btn_n.hover-border-3::after {
  width: 0%; height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}
.ino_btn_n.hover-border-3::before {
  top: 0; right: 0;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-3::after {
  bottom: 0; left: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-3:hover::before,
.ino_btn_n.hover-border-3:hover::after {
  width: 100%; height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;   
}

/* 14. hover-border-4 */
.ino_btn_n.hover-border-4::before,
.ino_btn_n.hover-border-4::after {
  width: 0%; height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.ino_btn_n.hover-border-4::before {
  bottom: 0; left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-4::after {
  top: 0; right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}
.ino_btn_n.hover-border-4:hover::before,
.ino_btn_n.hover-border-4:hover::after {
  width: 100%; height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;   
}




.ino_btn_w100_01 {
  display:inline-block;
  border: 1px solid #acacac; 
  color: black;
  padding: 4px 8px 4px 8px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0px;  
  opacity:0.9; 
  width:90%;
  max-width:100px;
  font-family:'Noto Sans Regular' ;
  background-color: #ffffff;
  opacity:0.7;padding:6px;border-radius: 50px
}

.ino_btn_w100_01:hover {
  background-color: #9a0d24;
 color:#ff0000;
}


@media screen and (max-width: 600px) {
.ino_btn_w100_01 {border-radius: 20px; font-size: 14px;max-width:80px;}

}

/********* 버튼 ***********/

.ino_btn_w100 {
  display:inline-block;
  border: 1px solid #acacac; 
  color: black;
  padding: 4px 8px 4px 8px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0px;  
  opacity:0.9; 
  width:90%;
  font-family:'Noto Sans Regular' ;
  background-color: #ffffff;
 
}

.ino_btn_w100:hover {
  background-color: #9a0d24;
 color:#ff0000;
}


.ino_btn_w90 {
	
  display:inline-block;
  border: 1px solid #acacac;
  background-color: #ffffff;
  color: black;
  padding: 4px 8px 4px 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;  
  opacity:0.9;  
  width:100%;
 
}

.ino_btn_w90:hover {
  background-color: #082d4a;
  color: #e4f8fb;
}

.ino_btn_n01 {
  display:inline-block;
  border: 1px solid #acacac;
  background-color: white;
  color: #626262;
  padding: 4px 8px 4px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0px;  
  opacity:0.9; 
  width:100%;

}

.ino_btn_n01:hover {
  background-color: #ff0000;
  color: #ffffff;
}



.ino_btn_seg02 {
  font-family:'Noto Sans Regular' ;
  display:inline-block;
  border: 1px solid #acacac;
  background-color: white;
  color: black;
  padding: 4px 8px 4px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0px;
  width:90%;
  opacity: 1;
 
}

.ino_btn {
  display:	inline-block;
  border: 1px solid #acacac;
  background-color: white;
  color: #333333;
  padding: 4px 8px 4px 8px;  
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px; 
  width:100%;
 
}

.ino_btn_size_m {
  display:	inline-block;
  border: 1px solid #acacac;
  background-color: white;
  color: #333333;
  padding: 4px 8px 4px 8px; 
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  width:100%;
 
}

.btn_grn {
  border-color: #4CAF50;
  color: green;
}

.btn_grn:hover {
  background-color: #4CAF50;
  color: white;
}

}
.btn_blu {
  border-color: #2196F3;
  color: blue;
}

.btn_blu:hover {
  background-color: #2196F3;
  color: white;
}

.btn_blu1:hover {
  background-color: #3e7a9f;
  color: white;
}


.btn_red {
  border-color: #acacac;
  color: #626262;
}

.btn_red:hover {
  background-color: #f44336;
  color: white;
}

.btn_gra {
  border-color: #acacac;
  color: black;
}

.btn_gra:hover {
  background-color: #f7f7f7;
  color: black;
}



.ino_btn_ani {
  display:inline-block;
  border: 1px solid #7e0b0b;
 /*  border: none; */
  background-color: #f4511e;
  color: black;
  padding: 4px 4px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  width:100%;	
  transition: all 1s;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;

}

.ino_btn_ani span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}

.ino_btn_ani span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 1s;
}

.ino_btn_ani:hover span {
  padding-right: 25px;
}

.ino_btn_ani:hover span:after {
  opacity: 1;
  right: 0;
}








.ino_btn_ani1 {
  display:inline-block;
  border: 1px solid #6c6c6c;
 /*  border: none; */
  font-family:'Noto Sans DemiLight';
  background-color: #ffffff;opacity:0.7;
  color: black;
  padding: 4px 8px 4px 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  min-width:200px;	
  width:100%;
  transition: all 1s;
  cursor: pointer;
  text-align: center;
  color: #323232 ;

}

.ino_btn_ani1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}

.ino_btn_ani1 span:after {
  font-size: 16px;
  content: '→';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 1s;
}

.ino_btn_ani1:hover  {
  /* background-color: #ff0000; */
   background-color: #3e7a9f; 
   color:#ffffff;
}

.ino_btn_ani1:hover span {
  padding-right: 25px;
	 color:#ffffff;
}

.ino_btn_ani1:hover span:after {

  opacity: 1;
  right: 0;
}


















.ino_btn_ani2 {
box-sizing:border-box;
   display:inline-block;
  border: 1px solid #6c6c6c;
 /*  border: none; */
  background-color: #ffffff;opacity:0.7;
  color: black;
  padding: 4px 8px 4px 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  min-width:200px;	
  width:100%;
  transition: all 1s;
  cursor: pointer;
  text-align: center;
  color: #323232 ;

}

.ino_btn_ani2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}

.ino_btn_ani2 span:after {
  font-size: 16px;
  content: '→';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 1s;
  color: #ffffff ;
}

.ino_btn_ani2:hover  {
    /* background-color: #ff0000; */
   background-color: #3e7a9f; 
   color:#ffffff;
}

.ino_btn_ani2:hover span {
  padding-right: 25px;
	 color:#ffffff;
}

.ino_btn_ani2:hover span:after {

  opacity: 1;
  right: 0;
}






.ino_btn_ani3 {
  
   display:inline-block;
  border: 1px solid #6c6c6c;
 /*  border: none; */ 
  background-color: #ff0000;opacity:0.7;
  color: black;
  padding: 4px 8px 4px 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  min-width:200px;	
  width:100%;
  transition: all 1s;
  cursor: pointer;
  text-align: center;
  color: #ffffff ;

}

.ino_btn_ani3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}

.ino_btn_ani3 span:after {
  font-size: 16px;
  content: '→';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 1s;
  color: #626262 ;
}

.ino_btn_ani3:hover  {
  /* background-color: #ff0000; */
   background-color: #ffffff; 
   color:#626262;
}

.ino_btn_ani3:hover span {
  padding-right: 25px;
	 color:#626262;
}

.ino_btn_ani3:hover span:after {

  opacity: 1;
  right: 0;
}







.ino_btn_home {
  display:inline-block;
  border: 1px solid #acacac;
 /*  border: none; */
  font-family:'Noto Sans Medium';
  background-color: #ffffff;opacity:0.7;
  color: black;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0px;
  min-width:200px;	
  width:100%;
  transition: all 1s;
  cursor: pointer;
  text-align: center;
  color: #222222 ;

}

.ino_btn_home span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.ino_btn_home span:after {
  font-size: 16px;
  content: '→';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3;
}

.ino_btn_home:hover  {
  /* background-color: #ff0000; */
   background-color: #dd0d27; 
   color:#ffffff;
}

.ino_btn_home:hover span {
  padding-right: 25px;
	 color:#ffffff;
}

.ino_btn_home:hover span:after {

  opacity: 1;
  right: 0;
}
















.ino_btn_null {  border: 1px solid #acacac;   background-color: #ffffff;opacity:0.7;  padding: 6px 6px;  font-size: 14px;  cursor: pointer;  border-radius: 1px; width:100%; 	 transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #000000 ;}
.ino_btn_null:hover{  border: 1px solid #000000;   background-color: #ffffff;opacity:0.7;  padding: 6px 6px;  font-size: 14px;  cursor: pointer;  border-radius: 1px;  width:100%;   transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #ff0000 ;}
.ino_btn_null:hover span {  padding-right: 25px;	 color:#0000ff;  transition: all 1s;}
.ino_btn_null span { cursor: pointer;  display: inline-block;  position: relative;  transition: 0.1s;}
.ino_btn_null span:after {  font-size: 14px content: '\00bb';  position: absolute;  opacity: 0;  top: 0;  right: -20px;  transition: 0.1s;}
.ino_btn_null:hover  { background-color: #ffffff;  color:#000000;}
.ino_btn_null:hover span { padding-right: 25px;	 color:#000000;}
.ino_btn_null:hover span:after {  opacity: 1;  right: 0; transition: 0.1s;}



.ino_btn_null_01 { box-sizing:border-box; display:inline-block;  border: 1px solid #acacac;   background-color: #f9f9f9;opacity:0.9;  padding: 6px 6px;  font-size: 14px;  cursor: pointer;  border-radius: 1px;  width:100%;	transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #000000 ;}
.ino_btn_null_01:hover{  border: 1px solid #000000;   background-color: #be2626; opacity:0.9;  cursor: pointer; 	 transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #ffffff ;}
.ino_btn_null_01:hover span {  padding-right: 25px;	 color:#0000ff;  transition: all 1s; padding-right: 25px;	 color:#ffffff;}
.ino_btn_null_01:hover span:after {  opacity: 1;  right: 0;}
.ino_btn_null_01 span { box-sizing:border-box; cursor: pointer;  display: inline-block;  position: relative;  transition: 1s;}
.ino_btn_null_01 span:after {  font-size: 16px;  color:#ffffff;content: '\00bb';  position: absolute;  opacity: 0;  top: 0;  right: -20px;  transition:1s;}



.ino_btn_null_02 { box-sizing:border-box; display:inline-block;  border: 1px solid #acacac;   background-color: #ffffff;opacity:0.9;  padding: 2px 2px;  font-size: 14px;  cursor: pointer;  border-radius: 1px;  width:100%;	transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #000000 ;}
.ino_btn_null_02:hover{  border: 1px solid #000000;   background-color: #ffffff; opacity:0.9;  cursor: pointer; 	 transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #646464 ;}
.ino_btn_null_02:hover span {  padding-right: 25px;	 color:#0000ff;  transition: all 1s; padding-right: 25px;	 color:#000000;}
.ino_btn_null_02:hover span:after {  opacity: 1;  right: 0;}
.ino_btn_null_02 span {box-sizing:border-box;  cursor: pointer;  display: inline-block;  position: relative;  transition: 1s;}
.ino_btn_null_02 span:after {  font-size: 16px;  color:#000000;content: '\00bb';  position: absolute;  opacity: 0;  top: 0;  right: -20px;  transition:1s;}



.ino_btn_null_max300 { box-sizing:border-box; display:inline-block; width:100%; border: 1px solid #acacac;   background-color: #ffffff;opacity:1;  padding: 6px 6px;  font-size: 14px;  cursor: pointer;  border-radius: 5px; 	 transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #000000 ;}
.ino_btn_null_max300:hover{  border: 1px solid #000000;   background-color: #ffffff;opacity:1;   cursor: pointer;  width:100%;   transition: all 0.1s;  border-radius: 5px; cursor: pointer;  text-align: center;  color: #ff0000 ;}
.ino_btn_null_max300:hover span {  padding-right: 25px;	 color:#0000ff;  transition: all 1s;}
.ino_btn_null_max300 span {box-sizing:border-box;  cursor: pointer;  display: inline-block;  position: relative;  transition: 0.1s;}
.ino_btn_null_max300 span:after {  content: '\00bb';  position: absolute;  opacity: 0;  top: 0;  right: -20px;  transition: 0.1s;}
.ino_btn_null_max300:hover  { background-color: #ffffff;  color:#000000;}
.ino_btn_null_max300:hover span { padding-right: 25px;	 color:#000000;}
.ino_btn_null_max300:hover span:after {  opacity: 1;  right: 0;}


.ino_btn_line_01 {padding-left:10%;padding-right:10%}
.ino_btn_line_01 .ino_btn_line_01_body{box-sizing:border-box; display:inline-block;  border: 2px solid #ff0000;   background-color: #000000;opacity:0.5;  padding: 6px 6px;  font-size: 14px;  cursor: pointer;  border-radius: 30px;  width:100%;	transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #ffffff ;}
.ino_btn_line_01 .ino_btn_line_01_body:hover{  border: 1px solid #000000;   background-color: #be2626; opacity:0.9;  cursor: pointer; 	 transition: all 0.1s;  cursor: pointer;  text-align: center;  color: #ffffff ;}
.ino_btn_line_01 .ino_btn_line_01_body:hover span {  padding-right: 25px;	 color:#0000ff;  transition: all 1s; padding-right: 25px;	 color:#ffffff;}
.ino_btn_line_01 .ino_btn_line_01_body:hover span:after {  opacity: 1;  right: 20px;}
.ino_btn_line_01 .ino_btn_line_01_body span { box-sizing:border-box; cursor: pointer;  display: inline-block;  position: relative;  transition: 1s; border:0px solid #ff0000}
.ino_btn_line_01 .ino_btn_line_01_body span:after {  font-size: 16px;  color:#ffffff;content: '▷';  position: absolute;  opacity: 0;  top: 0;  right: -40px;  transition:1s;}




/* loader start */
/* $("#loader_result").addClass('cssload-spinner'); */
/* setTimeout(function(){  $("#loader_result").removeClass('cssload-spinner'); }, 2000); */
/* <div id="loader_result"></div> */

/*----------------------------------------------------------------------------------------------------------------------------------*/
.cssload-spinner {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -28px;
}
 .cssload-spinner:after, .cssload-spinner:before {
	position: absolute;
	content: "";
	border: 3px solid rgb(161,161,161);
	width: 52px;
	height: 52px;
}
.cssload-spinner:after {
	animation: cssload-spinner1 1.875s linear infinite;
		-o-animation: cssload-spinner1 1.875s linear infinite;
		-ms-animation: cssload-spinner1 1.875s linear infinite;
		-webkit-animation: cssload-spinner1 1.875s linear infinite;
		-moz-animation: cssload-spinner1 1.875s linear infinite;
}
.cssload-spinner:before {
	width: 72px;
	height: 72px;
	margin-left: -10.5px;
	margin-top: -10.5px;
	animation: cssload-spinner2 1.875s linear infinite;
		-o-animation: cssload-spinner2 1.875s linear infinite;
		-ms-animation: cssload-spinner2 1.875s linear infinite;
		-webkit-animation: cssload-spinner2 1.875s linear infinite;
		-moz-animation: cssload-spinner2 1.875s linear infinite;
}



@keyframes cssload-spinner1 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spinner1 {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spinner1 {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spinner1 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spinner1 {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes cssload-spinner2 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}

@-o-keyframes cssload-spinner2 {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(-360deg);
	}
}

@-ms-keyframes cssload-spinner2 {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(-360deg);
	}
}

@-webkit-keyframes cssload-spinner2 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes cssload-spinner2 {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(-360deg);
	}
}
/*----------------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------------------*/
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  opacity: 0.5;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*----------------------------------------------------------------------------------------------------------------------------------*/



/* loader end */





/**** section start ***************************************************************************************************************************/

.main_page_section_01{
	position: relative;
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #2980b9;
	color: #fff;
	text-align: center;
	margin-bottom:80px;
	margin-top:50px;
	border:0px solid #acacac;
}


.main_page_section_02{
	position: relative;
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #2980b9;
	color: #fff;
	text-align: center;
	margin-top:50px;
	border:0px solid #acacac;
}


.main_page_section_03{
	position: relative;
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #2980b9;
	color: #fff;
	text-align: center;	
	border:0px solid #acacac;
	margin:0 auto;
	top:-8px;
}




.main_page_section_01::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before {
	top: -50px;
	background: #inherit;
}

.ss-style-triangles::after {
	bottom: -25px;
	z-index: 10;
	background: inherit;
}


/* Big Triangle */
svg#bigTriangleColor {
	pointer-events: none;
}

#bigTriangleColor path {
	fill: #2980b9;
	stroke: #2980b9;
	stroke-width: 2;
}

/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-multitriangles::before {
	top: -25px;
	background: inherit;
	box-shadow: -50px 50px 0 #2980b9, 50px -50px 0 #2980b9;
}

.ss-style-multitriangles::after {
	bottom: -25px;
	z-index: 10;
	background: inherit;
	box-shadow: -50px 50px 0 #2980b9, 50px -50px 0 #2980b9;
}


/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::before,
.ss-style-zigzag::after {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 90px;
    background-size: 50px 100%;
  }

.ss-style-zigzag::before {
	top: -90px;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
	background-image:
		linear-gradient(315deg, #3093d5 25%, transparent 25%),
		linear-gradient( 45deg, #3498db 25%, transparent 25%);
	background-position: 50%;
}

.ss-style-zigzag::after {
	top: 100%;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #2980b9), color-stop(0.25, #2980b9));
	background-image: 
		linear-gradient(135deg, #2980b9 25%, transparent 25%),
		linear-gradient(225deg, #2980b9 25%, transparent 25%);
	background-position: 50%;
}

/* Half Circle */

.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
	left: 50%;
	z-index: 10;
	width: 100px;
	height: 90px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ss-style-halfcircle::before {
	top: -50px;
}

.ss-style-halfcircle::after {
	
	border:0px solid #acacac;
	display:flex;
	justify-content: center;
	align-items: center;
	content: '▼';
	bottom: -40px;
}

/* Big half circle */
svg#bigHalfCircle path {
	fill: #2980b9;
	stroke: #2980b9;
	border:0px solid #ff0000;
	margin:0 auto;
}



/***** section end **************************************************************************************************************************/



/*****  text *****************************************************************************************************************************/



.d3_text {     
  
    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 12em;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}



/*****  text *****************************************************************************************************************************/