@font-face {
 	font-family: realvirtue;
 	src: url(1_REALVIRTUE.ttf);
 }
body .nav_margin{
	font-family: realvirtue;
}
.section_1 .nav_margin{
	width:72%;
	margin:0 auto; 
	font-size:12px;
	position:absolute;
	left:17.6%;
	top:128px;
}
.navbar_button{
	border: 1px solid black;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent !important;
}
.navbar-nav a{
	color: white;
}
.icon_color{
	background-color: black;
}
.left_image{
	float:left;
    margin: 0px 0px 0px -23px;
    height: 446px;
    width: 33px;
}
.right_image{
	float:right;
	height: 446px;
    width: 33px;
    margin: 0px -4.1px 0 0;
}

 .border_color{
 	background-color: white;
 	margin-right:-2px;
 	margin-top: -2px;
 }
 .border_right{
 	background-color: white;
 	z-index:0;
 	margin-top: -2px;
 }
 .border_bottom{
 	padding:0;
 	width:101.3%;
 	margin:-10px 0 0 -8.4px;
 }
 .bottom_image{
	width:100%;
 }
 .margin_row{
 	margin-right:-23px;
 }
 #rainbow img{
	width:100% !important;
}
.work_center{
    display: block;
    margin-top: 13px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}
.row_margin1{
	margin-top: 30px;
	margin-right: -85px;
}
.row_margin2{
	margin-bottom: 35px;
	margin-right: -60px;
}

.inner_section{
	position:relative;
}
.content_section{
	padding: 29px 0 37.4px 0;
	margin-top:11px;
	background-color: #888888;
}
.side1{
	margin: 0px 11px 0 30px;
	background-color: #DCDCDC;
    padding: 13px 0px 20px 10px; 
}
.side2{
	background-color: #DCDCDC;
	padding: 12px 0px 13px 10px; 
}
.side1:hover,.side2:hover,.side3:hover,.side4:hover,.side5:hover,.side6:hover,.side7:hover,.side8:hover{
	outline: 2px solid black;
}
.side3{
	margin: 10px 11px 0 30px;
	background-color: #DCDCDC;
 	padding: 5px 0px 4px 10px; 
}
.side4{
	margin: 10px 11px 0 0;
	background-color: #DCDCDC;
 	padding: 13px 0px 30px 10px; 
}
.side5{
	margin: 11px 11px 0 30px;
	background-color: #DCDCDC;
 	padding: 13px 0px 22px 10px; 
}
.side6{
	margin: 11px 11px 0 0px;
	background-color: #DCDCDC;
 	padding: 13px 0px 11px 10px; 
}
.side7{
	margin: 11px 11px 0 30px;
	background-color: #DCDCDC;
 	padding: 13px 0px 11px 10px; 
}
.side8{
	margin: 11px 11px 0 0px;
	background-color: #DCDCDC;
 	padding: 13px 0px 11px 10px; 
}
.hide_paragraph{
	font-size: 11px;
}
/*animation + slider*/


 /*jssor slider loading skin spin css*/

        body{
			background-color: black;  
		}
		#rainbow {
			background-color: blue;  
		  	width: 98.6%;
		  	height:174px;
		  	-webkit-animation-name: example; /* Chrome, Safari, Opera */
		  	-webkit-animation-duration: 15s; /* Chrome, Safari, Opera */
		  	animation-name: example;
		  	animation-duration: 15s;
		  	animation-iteration-count: infinite;
		}

		@keyframes example {
		    0%   {background-color: red; }
		    25%  {background-color: yellow; }
		    50%  {background-color: blue; }
		    75%  {background-color: green; }
		    100% {background-color: red; }
		}

		/* Chrome, Safari, Opera */
		@-webkit-keyframes example {
		    0%   {background-color: red; }
		    25%  {background-color: yellow; }
		    50%  {background-color: blue; }
		    75%  {background-color: green; }
		    100% {background-color: red; }
		}
		.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-right: 0px;}
/*For slider*/
#jssor_1{
	position:relative;
	margin:0 auto;
	top:-53px;
	left:-122px;
	width:718px;
	height:216px;
	overflow:hidden;
	visibility:hidden;
}
/*For menu text blow*/
a:link {
  text-decoration: none;
}
a {
  color:black;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover {
  color: #fdec6e;
  text-shadow:0px 0px 30px #fdec6e;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/************************************************/
  /* jssor slider loading skin spin css */
    .jssorl-009-spin img {
        animation-name: jssorl-009-spin;
        animation-duration: 1.6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes jssorl-009-spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }


    .jssora106 {display:block;position:absolute;cursor:pointer;}
    .jssora106 .c {fill:#fff;opacity:.3;}
    .jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
    .jssora106:hover .c {opacity:.5;}
    .jssora106:hover .a {opacity:.8;}
    .jssora106.jssora106dn .c {opacity:.2;}
    .jssora106.jssora106dn .a {opacity:1;}
    .jssora106.jssora106ds {opacity:.3;pointer-events:none;}

    .jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
    .jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
    .jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
    .jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
    .jssort101 .p:hover{padding:2px;}
    .jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
    .jssort101 .p:hover.pdn{padding:0;}
    .jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
    .jssort101 .pav .cv {border-color:#fff;opacity:.35;}
    .jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
    .jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
    .jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
/* Slider Css*/
.border_color .back_button{
	margin:33px 0 0 -13px;
	padding-left: 25px;
	padding-right: 25px;
}
.margin_strong{
	padding-left: 0px;
}
.content_section .img1{
 	width:55px;
}
.content_section .img2{
 	width:33px;
}
.content_section .img3{
  	width:43px;
}
/*Media query for md*/
@media (min-width: 992px) AND (max-width:1199px) {
	.section_1 .nav_margin{
		width:84%;
		margin:0 auto; 
		font-size:12px;
		left: 14.7%;
		top:114px;
	}
	.left_image{
		margin-left:-22px;
		height: 421px;
		width: 30px;
	}
	.right_image{
		float:right;
		margin: 0px -28.1px 0px 0px;
		height: 421px;
		width: 29px;
	}
	
	.border_right{
		margin: 0 0 0 2px;
	}
	
 	.border_bottom{
	 	padding:0;
	 	width:104.8%;
	 	margin:-2px 0 0 -6.4px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 #rainbow{
	 	width:102.6%;
	 	height:153px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	 
	.image_2{
		border: 2px solid black;
		padding-left: 0px;
		z-index:2;
		margin-left: -2px;
		min-height: 191.3px;
		position: relative;
	}
	.image_4{
		border: 2px solid black;
		padding-left: 0px;
		z-index:2;
		margin-left: -2px;
		margin-top: -2px;
		min-height: 184.9px;
		position: relative;
	}
	.image_2 img{
		height: 120px;
		margin-top: 15px;
	}
	.image_4 img{
		height: 120px;
		margin-top: 15px;
	}
	.another_border{
		padding-left: 32px;
	}
	.content_section strong{
		font-size: 13px;
	}
	.content_section .img1{
	 	width:38px;
	}
	.content_section .img2{
	 	width:25px;
	}
	.content_section .img3{
	  	width:30px;
	}
	.hide_paragraph{
		font-size: 10px;
	}
	.side1{
		margin: 0px 11px 0 22px;
	    padding: 15px 10 23px 8px; 
	}
	.side2{
		padding: 15px 20px 23px 8px; 
	}
	.side3{
		margin: 11px 11px 0 22px;
	 	padding: 5px 10 3px 8px; 
	}
	.side4{
		margin: 11px 11px 0 0;
	 	padding: 14px 20px 35px 8px; 
	}
	.side5{
		margin: 11px 11px 0 22px;
	 	padding: 15px 10 23px 7px; 
	}
	.side6{
		margin: 11px 11px 0 0px;
	 	padding: 15px 20px 23px 7px; 
	}
	.side7{
		margin: 11px 11px 0 22px;
	 	padding: 15px 10 13px 7px; 
	}
	.side8{
		margin: 11px 11px 0 0px;
	 	padding: 15px 20px 13px 7px; 
	}
	#jssor_1,#jssor_2,#jssor_3,#jssor_4,#jssor_5,#jssor_6,#jssor_7,#jssor_8{
		margin-bottom:150px !important;
	}
	.content_section{
		padding: 22px 0;
	}
}
/*Media query for sm*/
@media (min-width: 768px) AND (max-width:991px) {
	.section_1 .nav_margin{
		width:76%;
		margin:0 auto; 
		font-size:13px;
	}
	.right_image{
		float:right;
		margin: 0px -30.2px 0 0;
	}
	.left_image{
		margin: 0px 0px 0px -23px;
	}
	
	 .border_bottom{
	 	padding:0;
	 	width:105%;
	 	margin:-10px 0 0 -9px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 #rainbow{
	 	width:102.1%;
	 	height:177px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	 .left_image2{
		float:left;
	    margin: 0px 0px 0px -23px;
	    height: 490px;
	    width: 33px;
	}
	.right_image2{
		float:right;
		height: 490px;
	    width: 33px;
	    margin: 0px -29.9px 0 0;
	}
	.image_2{
		border: 2px solid black;
		padding-left: 0px;
		z-index:2;
		margin-left: -2px;
		min-height: 211.3px;
		position: relative;
	}
	.image_4{
		border: 2px solid black;
		padding-left: 0px;
		z-index:2;
		margin-left: -2px;
		margin-top: -2px;
		min-height: 203.9px;
		position: relative;
	}
	.image_2 img{
		height: 120px;
		margin-top: 15px;
	}
	.image_4 img{
		height: 120px;
		margin-top: 15px;
	}
	#jssor_1,#jssor_2,#jssor_3,#jssor_4,#jssor_5,#jssor_6,#jssor_7,#jssor_8{
		margin-bottom:147.5px !important;
	}
}
/*Media query for xs*/
@media (min-width:425px) AND (max-width:767px){
	.left_image {
	    float: left;
	    margin: 0px 0px 0px -20px;
	    width: 20px; 
	    height:533px;
	}
	.right_image{
		float:right;
		margin:0px -19.4px 0 0;
		width:20px;
		height:533px;
	}
	.navbar_position{
	    position: absolute;
	    background-color: black;
	    width: 100%;
	    color: white;
	}
	.navbar_position li a{
		color: white;
	}

	 .border_bottom{
	 	padding:0;
	 	width:104.9%;
	 	margin:-2px 0 0 -4.3px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 7px;
	 	left:5px;
	 }
	 .section_1 .nav_margin{
		z-index:2;
		top:43px;
	}
	 #rainbow{
	 	width:102.2%;
	 	height:95px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 35px;
		margin-right: 3px;
	}
	.border_color.test2{
	    padding-left: 35px;
	}
	.work_center{
		padding-left: 54px;
		text-align: left;
	}
	.hide_paragraph{
		display: none;
	}
	.another_border{
		padding-left: 32px;
		padding-top: 0px;
	}
	.content_section .img1{
	 	width:45px;
	}
	.content_section .img2{
	 	width:29px;
	}
	.content_section .img3{
	  	width:30px;
	}
	#jssor_1,#jssor_2,#jssor_3,#jssor_4,#jssor_5,#jssor_6,#jssor_7,#jssor_8{
		margin-bottom:333px !important;
	}
	.another_strong{
		padding-top: 5px;
	}
	.side1{
		margin: 0px 6px 0 2.8px;
	    padding: 10px 0 19px 8px; 
	}
	.side2{
		margin: 3px 6px 0 2.8px;
		padding: 4px 0 4px 8px; 
	}
	.side1:hover,.side2:hover,.side3:hover,.side4:hover,.side5:hover,.side6:hover,.side7:hover,.side8:hover{
		outline: 1px solid black;
	}
	.side3{
		margin: 3px 6px 0 2.8px;
	    padding: 9px 0 9.8px 8px; 
	}
	.side4{
		margin: 3px 6px 0 2.8px;
		padding: 9px 0 18px 8px; 
	}
	.side5{
		margin: 3px 6px 0 2.8px;
	    padding: 9px 0 27.5px 8px; 
	}
	.side6{
		margin: 3px 6px 0 2.8px;
		padding: 6px 0 6px 8px; 
	}
	.side7{
		margin: 3px 6px 0 2.8px;
	    padding: 9px 0 20px 8px; 
	}
	.side8{
		margin: 3px 6px 0 2.8px;
		padding: 9px 0 20px 8px; 
	}
	.content_section{
		padding: 4px 0 5px 0 !important;
	}
	.margin_strong{
		padding-left:5px;
	}
}
/*Media query for xs*/
@media (min-width:375px) AND (max-width:424px){
	.left_image {
	    float: left;
	    margin: 0px 0px 0px -19px;
	    width: 17px; 
	    height:538px;
	}
	.right_image{
		float:right;
		margin:0px -16px 0 0;
		width:17px;
		height:538px;
	}
	.navbar_position{
	    position: absolute;
	    background-color: black;
	    width: 100%;
	    color: white;
	}
	.navbar_position li a{
		color: white;
	}
	 .border_bottom{
	 	padding:0;
	 	width:104.5%;
	 	margin:-7px 0 0 -4px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 6px;
	 	left:10px;
	 }
	 .section_1 .nav_margin{
		z-index:2;
		top:37px;
	}
	 #rainbow{
	 	width:101.8%;
	 	height:88px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 28px;
		margin-right: 3px;
	}
	.test2{
		padding-left:35px;
	}
	.work_center{
		padding-left: 37px;
		text-align: left;
	}
	.hide_paragraph{
		display: none;
	}
	.another_border{
		padding: 0px 0 9px 32px;
	}
	.content_section .img1{
	 	width:45px;
	}
	.content_section .img2{
	 	width:29px;
	}
	.content_section .img3{
	  	width:30px;
	}
	.another_strong{
		padding-top: 5px;
	}
	.side1{
		margin: 0px 6px 0 1.5px;
	    padding: 10px 0 19px 8px; 
	}
	.side2{
		margin: 3px 6px 0 1.5px;
		padding: 4px 0 4px 8px; 
	}
	.side1:hover,.side2:hover,.side3:hover,.side4:hover,.side5:hover,.side6:hover,.side7:hover,.side8:hover{
		outline: 1px solid black;
	}
	.side3{
		margin: 3px 6px 0 1.5px;
	    padding: 9px 0 9.8px 8px; 
	}
	.side4{
		margin: 3px 6px 0 1.5px;
		padding: 9px 0 18px 8px; 
	}
	.side5{
		margin: 3px 6px 0 1.5px;
	    padding: 9px 0 27.5px 8px; 
	}
	.side6{
		margin: 3px 6px 0 1.5px;
		padding: 6px 0 6px 8px; 
	}
	.side7{
		margin: 3px 6px 0 1.5px;
	    padding: 9px 0 20px 8px; 
	}
	.side8{
		margin: 3px 6px 0 1.5px;
		padding: 9px 0 20px 8px; 
	}
	.content_section{
		padding: 5px !important;
	}
	#jssor_1,#jssor_2,#jssor_3,#jssor_4,#jssor_5,#jssor_6,#jssor_7,#jssor_8{
		margin-bottom:350px !important;
	}
	.margin_strong{
		padding-left:5px;
	}
}
/*Media query for xs*/
@media (min-width:320px) AND (max-width:374px){
	.left_image {
	    float: left;
	    margin: 0px 0px 0px -18.9px;
	    width: 16px; 
	    height:542px;
	}
	.right_image{
		float:right;
		margin:0px -15.1px 0 0;
		width:16px;
		height:542px;
	}
	.navbar_position{
	    position: absolute;
	    background-color: black;
	    width: 100%;
	    color: white;
	}
	.navbar_position li a{
		color: white;
	}
	 .border_bottom{
	 	padding:0;
	 	width:104%;
	 	margin:-3px 0 0 -3px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 7px;
	 	left:14px;
	 }
	 .section_1 .nav_margin{
		z-index:2;
		top:23px;
	}
	 #rainbow{
	 	width:102%;
	 	height:74px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 27px;
		margin-right: 3px;
	}
	.test2{
		padding-left:32px;
	}
	.work_center{
		padding-left: 22px;
		text-align: left;
	}
	.hide_paragraph{
		display: none;
	}
	.another_border{
		padding: 0px 0 9px 32px;
	}
	.content_section .img1{
	 	width:45px;
	}
	.content_section .img2{
	 	width:29px;
	}
	.content_section .img3{
	  	width:30px;
	}
	.another_strong{
		padding-top: 5px;
	}
	.side1{
		margin: 0px 6px 0 -0.3px;
	    padding: 10px 0 19px 8px; 
	}
	.side2{
		margin: 3px 6px 0 -0.3px;
		padding: 4px 0 4px 8px; 
	}
	.side1:hover,.side2:hover,.side3:hover,.side4:hover,.side5:hover,.side6:hover,.side7:hover,.side8:hover{
		outline: 1px solid black;
	}
	.side3{
		margin: 3px 6px 0 -0.3px;
	    padding: 9px 0 9.8px 8px; 
	}
	.side4{
		margin: 3px 6px 0 -0.3px;
		padding: 9px 0 18px 8px; 
	}
	.side5{
		margin: 3px 6px 0 -0.3px;
	    padding: 9px 0 27.5px 8px; 
	}
	.side6{
		margin: 3px 6px 0 -0.3px;
		padding: 6px 0 6px 8px; 
	}
	.side7{
		margin: 3px 6px 0 -0.3px;
	    padding: 9px 0 20px 8px; 
	}
	.side8{
		margin: 3px 6px 0 -0.3px;
		padding: 9px 0 20px 8px; 
	}
	.content_section{
		padding: 5px !important;
	}
	#jssor_1,#jssor_2,#jssor_3,#jssor_4,#jssor_5,#jssor_6,#jssor_7,#jssor_8{
		margin-bottom:369px !important;
	}
	.margin_strong{
		padding-left:4px;
		font-size: 12px;
	}
}
/*Media query for xs*/
@media (min-width:360px) AND (max-width:360px){
 	.right_image{
	 	height: 539px;
	}
	.left_image{
	 	height: 539px;
	}
	.border_bottom{
	 	padding:0;
	 	width:104.5%;
	 	margin:-6px 0 0 -4.1px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 6px;
	 	left:9px;
	 }
	 .section_1 .nav_margin{
		z-index:2;
		top:32px;
	}
	 #rainbow{
	 	width:101.6%;
	 	height:84px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 22px;
		margin-right: 3px;
	}
	.test2{
		padding-left:37px;
	}
	.work_center{
		padding-left: 34px;
		text-align: left;
	}
	.content_section .img1{
	 	width:45px;
	}
	.content_section .img2{
	 	width:29px;
	}
	.content_section .img3{
	  	width:30px;
	}
	.another_strong{
		padding-top: 5px;
	}
	.side1{
		margin: 0px 6px 0 0.7px;
	    padding: 10px 0 19px 8px; 
	}
	.side2{
		margin: 3px 6px 0 0.7px;
		padding: 4px 0 4px 8px; 
	}
	.side1:hover,.side2:hover,.side3:hover,.side4:hover,.side5:hover,.side6:hover,.side7:hover,.side8:hover{
		outline: 1px solid black;
	}
	.side3{
		margin: 3px 6px 0 0.7px;
	    padding: 9px 0 9.8px 8px; 
	}
	.side4{
		margin: 3px 6px 0 0.7px;
		padding: 9px 0 18px 8px; 
	}
	.side5{
		margin: 3px 6px 0 0.7px;
	    padding: 9px 0 27.5px 8px; 
	}
	.side6{
		margin: 3px 6px 0 0.7px;
		padding: 6px 0 6px 8px; 
	}
	.side7{
		margin: 3px 6px 0 0.7px;
	    padding: 9px 0 20px 8px; 
	}
	.side8{
		margin: 3px 6px 0 0.7px;
		padding: 9px 0 20px 8px; 
	}
	#jssor_1,#jssor_2,#jssor_3,#jssor_4,#jssor_5,#jssor_6,#jssor_7,#jssor_8{
		margin-bottom:356px !important;
	}
}