
*{
margin:0;
padding:0;
box-sizing:border-box;
}

.clear{
	clear:both;
}

.color1{
	color:#000;
}

.color2{
	color:#000;
}

body{
	background:#333333;
	/*background:#041a25;*/
	font:14px roboto;
	letter-spacing:1px;
	user-select:none;
}

.icon {font-size:15px!important;}

/*//////////// Menu Start///////////*/

.topnav {
  overflow: hidden;
  background:#0f3244;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;

}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #0f3244;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #4CAF50;
  color: #fff;
}

.dropdown-content a:hover {
  background-color: #4CAF50;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
  	position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/*////////////// Menu Close /////////////////*/

video{
  width: 100%;
  height: auto;
}

.button {
  border: none;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 10px;
  cursor: pointer;
}

.button1 {background-color: #4CAF50; border-radius: 5px;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */

.clear-both{
	clear:both;
}

.section{
	margin:0 auto;
	padding:0 0;
	width:1200px;
	height:auto;
	clear:both;
}


.mid-wrapper{
	margin:0 auto;
	padding:2em 0;
	clear:both;
}



.mid-wrapper .leftside{
	margin:auto 0;
	width:70%;
	float:left;
}

.mid-wrapper .leftside .content{
	margin:auto 0;
	width:100%;
	float:left;
	margin-bottom:15px;
	background:#0f3244;
	border-radius:7px;
}

.mid-wrapper .leftside .content h1,h2,h3{
	margin:auto 0;
	width:100%;
	font-size:24px;
	text-align:center;
	padding:15px 0;
	font-weight:700;
	color:#e6750c;
	background: no-repeat bottom center;
}

.mid-wrapper .leftside .content p{
	margin:auto 0;
	float:left;
	color:#a1d2ea;
	font-size:15px;
	text-align:justify;
	line-height:24px;
	font-weight:600!important;
	padding:10px;
}

.mid-wrapper .leftside .content p a{
	color:#ffff00;
	font-weight: bolder;
	text-decoration: none;
}

strong{
	color: #fff;
}
.mid-wrapper .leftside .content p a:hover{
	color:#fff;
}

.mid-wrapper .leftside .content .semibox{
	margin:auto 0;
	width:30%;
	float:left;
	background:#031219;
	padding:6px;
	margin:12px!important;
	border-radius:7px;
	overflow: hidden;
}

.mid-wrapper .leftside .content .semibox button{
	color: #000;
	animation:shivom 500ms infinite ease;
}

@keyframes shivom{
	20%{color:yellow;}
    40%{color:#fff;}
    100%{color:yellow;}	
}

.mid-wrapper .leftside .content .semibox img{
	width:100%;
	vertical-align:top;
	border-radius:7px;
}

.mid-wrapper .leftside .content .semibox:hover{
	background:#f4ba2f; /* photo ka border color */
}

.mid-wrapper .rightside{
	margin:auto 0;
	width:27%;
	float:right;
}

.mid-wrapper .rightside .tab{
	margin:auto 0;
	width:100%;
	float:left;
	background:#0f3244;  /*side wale link ka color*/
	margin-bottom:15px;
	border-radius:7px;
}

.tab img:hover{
	transform: scale(.9);
	transition: 500ms ease;
	overflow: hidden;
	border-radius: 5px;
	border:2px solid #f4ba2f;
}

.mid-wrapper .rightside .tab h4{
	margin:auto 0;
	font-size:22px;
	text-align:center;
	padding:10px 0;
	margin-bottom:7px;
	border-top:5px solid #d86d04;
	color:#3a7491;
	text-transform:uppercase;
	background:#031219;
}


.mid-wrapper .rightside .tab img{
	width:100%;
	vertical-align:top;
	padding:10px;
}

.mid-wrapper .rightside .tab ul{
	list-style:none;
	font-size:14px;
	padding:10px;
}

.mid-wrapper .rightside .tab ul li{
	font-size:16px;
	color:#473441;
	text-transform:uppercase;
	padding-left:30px;
	min-height:26px;
	background: 0 0 no-repeat;
	margin-bottom:4px;
}

.mid-wrapper .rightside .tab ul li a{
	color:#d86d04;
	line-height: 23px;
	cursor: pointer;
}

.mid-wrapper .rightside .tab ul li:hover a{
	color:#fff;
	cursor: pointer;
}

/*//////// Footer Start ////////*/

footer{
	width: 1200px;
	max-width: 1200px;
	margin:0px auto;
	height: auto;
	border-radius:5px;
	background:#333333;
	clear: both;
}

footer .social .fa {
  padding: 4px;
  font-size: 12px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  box-sizing: border-box;
}

footer .social .fa:hover {
    opacity: 0.7;
}

footer .social .fa-facebook {
  background: #3B5998;
  color: white;
}

footer .social .fa-twitter {
  background: #55ACEE;
  color: white;
}

footer .social .fa-google {
  background: #dd4b39;
  color: white;
}


footer .social .fa-instagram {
  background: #125688;
  color: white;
}

footer .footer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ror ul{
  display:flex;
  list-style: none;
  margin: 5px 10px;
}

.ror ul li a{
	text-decoration: none;
	margin:10px;
	color: #fff;
	cursor: pointer;
	font-weight: bolder;
}

.ror ul li a:hover{
	color:#e6750c;
	cursor:pointer;
}

.last{
	width: 100%;
	margin:10px auto;	
}

.last h6{
	color:#fff;
	font-size: 1rem;
	margin: 0px 5px;
	font-weight: bolder;
	box-sizing: border-box;
}

table{
	color:#fff;
	border: 2px solid #e6750c;
	border-radius: 2px;
	padding: 4px;
}


/*////// Responsive start /////////////*/

@media screen and (min-width:821px) and (max-width:1024px){
.section{
	margin:0 auto;
	width:100%;
	height:auto;
	clear:both;
}

.mid-wrapper .leftside .content .semibox{
	margin:8px!important;
}

footer{
	width: 100%;
}
.last{
	width: 100%;
}
}


@media screen and (min-width:621px) and (max-width:820px){
.section{
	margin:0 auto;
	width:100%;
	height:auto;
	clear:both;
}

.mid-wrapper .leftside .content .semibox{
	margin:7px!important;
}

footer{
	width: 100%;
}

footer .footer{
	width: 100%;
	justify-content: space-around;
}
}

	
@media screen and (min-width:481px) and (max-width:620px){
.section{margin:0 auto;
	width:100%;
	height:auto;
	clear:both;
}

.mid-wrapper .leftside{
	width:96%;
	margin:2% 2%;
}

.mid-wrapper .rightside{
	width:96%;
	margin:2% 2%;
}

.mid-wrapper .leftside .content .semibox{
	margin:7px!important;
}

footer{
	width: 100%;
}

footer .footer{
	justify-content: space-between;
}
}


@media screen and (min-width:200px) and (max-width:480px){
.section{
	margin:0 auto;
	width:100%;
	height:auto;
	clear:both;
}

.button{
	width: 100%;
	margin: 8px auto;
	
}

.mid-wrapper .leftside{
	width:96%;
	margin:2% 2%;
}

.mid-wrapper .rightside{
	width:96%;
	margin:2% 2%;
}

.mid-wrapper .leftside .content .semibox{
	width:92%;
	margin:2% 2%;
	padding:2% 2%;
}
footer{
	width: 100%;
}
footer .social .fa{
	display: block;
}

footer .footer{
	justify-content: space-between;
}

.ror ul{
  flex-direction: column;
  line-height: 25px;
}
}


