@charset "utf-8";
/* CSS Document */


.buttom_home {
    float: right;
    background: none;
    border: none;
    font-size: 14px;
    color: #1c9ab0;
    text-transform: capitalize;
    cursor: pointer;
}

.reports_section {
    background: url(../images/logo_bg3.png) no-repeat;
    height: 275px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: 'Roboto', sans-serif; overflow-x: hidden !important;
}

form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
   
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

#header {
    color: white;
    padding: 0px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #666;
}

p {
    padding: 0px;
    margin: 0px;
}

#container {
    max-width: 1600px;
    margin: auto;
}

.screenfore {
    width: 80%;
    margin: auto;
}
.screenfore1 {
    width:80%;
    margin: auto;
}
.clear {
    clear: both;
}

.container1 {
    width: 100%;
    border: solid 0px #000;
    background: #7ec7f0;
}

.container2 {
    width: 100%;
    border: solid 0px #000;
    background: #333333;
    padding: 1px;
}

.logo_bg {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.container3 {
    width: 100%;
    max-height: 100%;
    border: solid 0px #000;
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding:5px 0px;
}

.container3_right {
    width: 62%;
    float: left;
    border: solid 0px #000;
    margin: 2% 0 2% 6%;
    padding: 8px;
    background: #fff;
}

.container3_blog_left {
    width: 30%;
    float: left;
    margin: 2em 0 0 0;
    text-align: center;
}

.background_report {
    background: url(../images/logo_bg1.png) no-repeat;
    height: 45px;
}

.reports_field1 {
    border: solid 2px #ccc;
    border-radius: 0px;
    padding: 8px 7px;
    background: #fff;
    width: 133px;
    color: #222;
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
}

    .reports_field1:focus {
        -webkit-box-shadow: 0 0 8px #e0f1fb inset;
        -webkit-box-shadow: 0 0 8px #e0f1fb inset;
        -moz-box-shadow: 0 0 8px #e0f1fb inset;
        box-shadow: 0 0 8px #e0f1fb inset;
        border: solid 2px #ccc;
        color: #222;
        padding: 8px 7px;
        width: 133px;
        font-size: 19px;
    }

.button {
    position: relative;
    background-color: #222;
    border: none;
    outline: solid 1px rgba( 255,255,255, .5);
    font-size: 30px;
    color: #FFFFFF;
    padding: 2.5px 13px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-left: -6px;
}

    .button:after {
        content: "";
        background: #f00;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .button:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

.container4 {
    width: 100%;
    border: solid 0px #000;
    padding: 20px 0;
    background: #31302b;
}

.left_part {
    border: solid 0px #000;
    float: left;
    width: 60%;
    margin-right: 3%;
}

.right_part {
    float: right;
    border: solid 0px #000;
    width: 30%;
}

.icon {
    float: right;
    border: solid 1px #fff;
    text-align: center;
    padding: 3px;
    width: 30px;
    margin-right: 2%;
}

    .icon:hover {
        float: right;
        background: #209eb4;
        border: solid 1px #209eb4;
    }

.copyright {
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
/* menu csssssssssssssssssss */




/* header */
.header{
	display: block;

	position: relative;
	z-index: 99;
	padding:0px;
   
}
.header .item-left{
	flex:0 0 40%;
   
}

.header .item-center{
	flex:0 0 66%;
   
}

.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li {
	display: inline-block;
    
	
	/* margin-left: 25px; */
	margin: 0px 36px;
}
.header .menu > ul > li > a {
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease;
   
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background:url(../images/bg.jpg) no-repeat #fff;
    background-size: 100%;


    
   
    
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 10px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
    border:  solid 1px #51b4c5;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top:17px;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #000;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align:left;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#0292db;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

    .container {
        width: 100%;
        margin: 10px auto;
        max-width: auto;
        text-align: center;
    }
    .header {
        font-family: 'Roboto', sans-serif;
        width:inherit !important; 
        margin: auto;
    }

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width:47px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
        margin: auto;
	}


  
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #ffffff;
		width: 46px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:-6;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
	}
	.header .mobile-menu-trigger span:before{
		top:-9px;
	}
	.header .mobile-menu-trigger span:after{
		top:9px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width:250px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 0px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
        text-align: left;
        color: #000;
	}
	.header .menu > ul > li > a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: -18px;
        right: 0;
        text-align: left;
        line-height: 50px;
        transform: rotate(-90deg);
    }
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 10px;
    }
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
    .header .menu > ul > li .sub-menu.active {
        display: block;
        text-align: left;
        border-bottom: 1px solid #000;
    }
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
        color: #000;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}





/*================slider=============*/
.demo_wrapper {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
    .demo_wrapper {
        width: 100%;
    }
}

.demo_block {
    width: 100%;
}

@-webkit-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-moz-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-ms-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-webkit-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-moz-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-ms-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
    background: url("/images/sy-loader.gif") 50% 50% no-repeat;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    -webkit-background-size: 32px;
    background-size: 32px;
    min-height: 40px;
}

    .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
        visibility: hidden;
    }
/* element that wraps the slides */
.sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

    .sy-slides-wrap:hover .sy-controls {
        display: block;
    }
/* element that crops the visible area to the slides */
.sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
/* list containing the slides */
.sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

    .sy-list.horizontal {
        -moz-transition: left ease;
        -o-transition: left ease;
        -webkit-transition: left ease;
        transition: left ease;
    }

    .sy-list.vertical {
        -moz-transition: top ease;
        -o-transition: top ease;
        -webkit-transition: top ease;
        transition: top ease;
    }
/* single slide */
.sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2;
}

    .sy-slide.kenburns {
        width: 140%;
        left: -20%;
    }

        .sy-slide.kenburns.useCSS {
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            -webkit-transition-property: opacity;
            transition-property: opacity;
        }

            .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
                -webkit-animation-name: left-right;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-name: left-right;
                -moz-animation-fill-mode: forwards;
                -o-animation-name: left-right;
                -o-animation-fill-mode: forwards;
                animation-name: left-right;
                animation-fill-mode: forwards;
            }

            .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
                -webkit-animation-name: right-left;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-name: right-left;
                -moz-animation-fill-mode: forwards;
                -o-animation-name: right-left;
                -o-animation-fill-mode: forwards;
                animation-name: right-left;
                animation-fill-mode: forwards;
            }

    .sy-slide.sy-active {
        z-index: 3;
    }

    .sy-slide > img {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        border: 0;
    }

    .sy-slide > a {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }

        .sy-slide > a > img {
            margin: 0;
            padding: 0;
            display: block;
            width: 100%;
            border: 0;
        }
/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
    display: none;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
}

    .sy-controls li {
        position: absolute;
        width: 10%;
        min-width: 4.2em;
        height: 100%;
        z-index: 33000;
    }

        .sy-controls li.sy-prev {
            left: 0;
            top: 0;
            background: url(../images/left.png) center no-repeat;
        }

            .sy-controls li.sy-prev a:after {
                background-position: -5% 0;
            }

        .sy-controls li.sy-next {
            right: 0;
            top: 0;
            background: url(../images/right.png) center no-repeat;
        }

            .sy-controls li.sy-next a:after {
                background-position: 105% 0;
            }

        .sy-controls li a {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            text-indent: -9999px;
        }

            .sy-controls li a:link, .sy-controls li a:visited {
                opacity: 0.4;
            }

            .sy-controls li a:hover, .sy-controls li a:focus {
                opacity: 0.3;
                outline: none;
            }

            .sy-controls li a:after {
                content: "";
                /*background-image: url("/images/arrows.svg");*/
                background-repeat: no-repeat;
                -moz-background-size: cover;
                -o-background-size: cover;
                -webkit-background-size: cover;
                background-size: cover;
                text-align: center;
                text-indent: 0;
                line-height: 2.8em;
                color: #222;
                font-weight: 800;
                position: absolute;
                background-color: #fff;
                width: 2.8em;
                height: 2.8em;
                left: 50%;
                top: 50%;
                margin-top: -1.4em;
                margin-left: -1.4em;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

@media only screen and (max-device-width: 600px) {
    .sy-controls {
        display: block;
    }

        .sy-controls li {
            min-width: 2.1em;
        }

            .sy-controls li a:after {
                width: 1.4em;
                height: 1.4em;
                margin-top: -0.7em;
                margin-left: -0.7em;
            }
}
/* captions, styled fo the overlay variant */
.sy-caption-wrap {
    position: absolute;
    bottom: 2em;
    z-index: 12;
    left: 50%;
}

    .sy-caption-wrap .sy-caption {
        position: relative;
        left: -50%;
        background-color: rgba(0, 0, 0, 0.54);
        color: #fff;
        padding: 0.4em 1em;
        -moz-border-radius: 1.2em;
        -webkit-border-radius: 1.2em;
        border-radius: 1.2em;
    }

        .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
            color: #e24b70;
            font-weight: 600;
            text-decoration: none;
        }

        .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
            text-decoration: underline;
        }

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
        left: 0;
        bottom: 0.4em;
    }

        .sy-caption-wrap .sy-caption {
            left: 0;
            padding: 0.2em 0.4em;
            font-size: 0.92em;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
}
/* pager bubbles */
.sy-pager {
    overflow: hidden;
    *zoom: 1;
    display: none;
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .sy-pager li {
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        margin: 0 1em 0 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .sy-pager li.sy-active a {
            background-color: #e24b70;
        }

        .sy-pager li a {
            width: 100%;
            height: 100%;
            display: block;
            background-color: #ccc;
            text-indent: -9999px;
            -moz-background-size: 2em;
            -o-background-size: 2em;
            -webkit-background-size: 2em;
            background-size: 2em;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .sy-pager li a:link, .sy-pager li a:visited {
                opacity: 1.0;
            }

            .sy-pager li a:hover, .sy-pager li a:focus {
                opacity: 0.6;
            }
/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
    width: 100%;
}

    .sy-filler.ready {
        -moz-transition: padding 600ms ease;
        -o-transition: padding 600ms ease;
        -webkit-transition: padding 600ms ease;
        transition: padding 600ms ease;
    }

.hide_show {
    width: 98.5%;
    border: solid 0px #1686b3;;
    padding: 20px 5px;
    clear: both;
    background: #f4fcff;
}

.top_heading {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Droid Serif', serif;
    color: #333333;
}

.dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}
/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
    background: -moz-linear-gradient(top, rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240,249,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff', GradientType=0 );
    bottom: 0;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.dynamic-height-active .dynamic-show-more {
    display: inline-block;
}

.dynamic-show-more {
    display: none;
}

h4 {
    font-size: 18px;
    color: #414141;
    margin: 1em;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
}

    h4 p {
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
        color: #333333;
        font-weight: normal;
        text-transform: capitalize;
    }

.section {
    margin-bottom: 30px;
}

pre {
    background: ecf0f1;
    border-radius: 4px;
    margin: 5px 0;
    padding: 5px 10px;
}

.button1111 {
    color: #222;
    border: none;
    border-radius: none;
    font-size: 12.5px;
    padding: 2px 10px;
    cursor: pointer;
    float: right;
}

button1111.button1111 {
    background: none;
}

li {
    list-style: none;
}

    li strong {
        color: #27ae60;
    }

.dynamic-height-wrap {
    margin-bottom: 10px;
}

.button1111-wrap {
    display: flex;
    margin-top: 10px;
}

.button1111 {
    flex: 1;
    text-align: right;
    text-decoration: none;
}

    .button1111 + .button1111 {
        margin-right: 10px;
    }

.report_check {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center; /*font: 900 40px/30px 'Ubuntu Condensed', sans-serif;
*/ /*background: url(../images/logo_bg2.png) no-repeat;
*/
}
/* Wrapper */


.icon-button {
    background-color: #fff;
    border-radius: 0rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.7rem;
    width: 3rem;
    height: 3rem;
    line-height: 3.5rem;
    margin: 2px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Circle */
    .icon-button span {
        border-radius: 0;
        display: block;
        height: 0;
        left: 56%;
        margin: 0;
        position: absolute;
        top: 59%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
    }

    .icon-button:hover span {
        width: 2.7rem;
        height: 2.7rem;
        border-radius: 3.5rem;
        margin: -1.6rem;
    }

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #3B5998;
}

.google-plus span {
    background-color: #db5a3c;
}

.pin span {
    background-color: #cb2027;
}

.linkin span {
    background-color: #0094bc;
}
/* Icons */
.icon1 i {
    color: #00abe3;
}

.icon2 i {
    color: #4060a5;
}

.icon3 i {
    color: #e64522;
}

.icon4 i {
    color: #cb2027;
}

.icon5 i {
    color: #0094bc;
}

.icon-button i {
    color: 272727;
    height: 3.6rem;
    left: -3px;
    line-height: 3.6rem;
    position: absolute;
    top: -3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}

.icon-button:hover i {
    color: #fff;
}

.icon-button .icon-twitter {
    color: #4099ff;
}

.icon-button .icon-facebook {
    color: #3B5998;
}

.icon-button .icon-google-plus {
    color: #db5a3c;
}

.icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus {
    color: white;
}

.container_5 {
    width: 100%;
    box-sizing: border-box;
    border: solid 0px #fff;
    margin-bottom: 20px;
}

.side_map_container {
    width: 100%;
    background: #fff;
    padding: 4px 0px;
}

.side_map_worpper {
    width: 80%;
    margin: auto;
    border-bottom: solid 0px #eaeaea;
}

.side_map ul {
    margin: 0px;
    float: LEFT;
    padding: 0px;
    list-style: none;
    height: 16px;
}

    .side_map ul li {
        padding: 0px;
        list-style: none;
        display: inline;
    }

        .side_map ul li a {
            padding: 5px 2px 0 0;
            list-style: none;
            display: inline;
            font-size: 13px;
            font-weight: normal;
            text-decoration: none;
            color: #272727;
            font-family: 'Roboto', sans-serif;
        }

            .side_map ul li a:hover {
                color: #0394e1;
            }

.about_gjsoc {
    color: #219eb4;
    font-weight: bold;
    line-height: 1.8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 20px;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    font: 35px/35px 'Roboto', sans-serif;
    font-weight: bold;
    position: relative;
    padding-top: 2px;
}

    h1::after {
        position: absolute;
        width: 100%;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        content: "";
        text-align: center;
        padding: 20px;
        background: url(../images/backgroundimage.png) center no-repeat;
    }

.bottom {
    font: 17px/30px 'Roboto', sans-serif;
    font-weight: lighter;
    font-style: normal;
    color: #545454;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    width: 100%;
}

.bottom_1 {
    width: 96%;
}

.banner {
    text-align: center;
    margin: 20px auto auto;
    width: 870px;
    position: relative;
}

.banner_text {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 4em;
    z-index: 10000;
    font-size: 40px;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    width: 550px;
    padding: 6px;
    color: #fff;
}

.blog_container {
    width: 100%;
    border: solid 0px #000;
    margin: 4em 0px;
}

.about_blog {
    width: 31%;
    margin: 10px 2% 0 2%;
    border: solid 0px #000;
    float: left;
    border-right: dotted 1px #666;
    border-left: dotted 1px #666;
}

.about_blog_1 {
    width: 31%;
    border: solid 0px #000;
    float: left;
    margin: 10px auto auto 0;
}

h5 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px 0;
    position: relative;
}

    h5::after {
        display: block;
        content: "";
        border-bottom: solid 2px #209db3;
        width: 30px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 15px;
        margin-bottom: 15px;
    }

.rudra {
    text-align: center;
    line-height: 25px;
    font-size: 13;
    font-weight: 400;
    font-weight: lighter;
    color: #333333;
    padding: 0px 15px;
}

.button11111 {
    color: #0592d9;
    background: none;
    border: none;
    border-radius: none;
    font-size: 12.5px;
    padding: 2px 10px;
    cursor: pointer;
    margin: auto 0 0 10em;
    text-align: center;
}

button11111.button11111 {
    background: none;
}
/*acording---------*/


.box {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    height: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .box.active {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .box.notactive {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.point_slider_Heading {
    font: 30px/20px 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 2.1em;
}

.blog_bottom {
    width: 55%;
    float: left;
    margin-right: 4%;
    margin-top: 3%;
    border-right: dotted 1px #ccc;
    /*height: 385px;*/
}

.blog_bottom_text {
    font: 27px/33px 'Roboto', sans-serif;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #333333;
    position: relative;
}

    .blog_bottom_text::after {
        display: block;
        content: "";
        border-bottom: solid 2px #209db3;
        width: 30px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 10px;
        margin-bottom: 15px;
    }

.ms {
    color: #fff;
    float: left;
    font-size: 16px;
    font-variant: normal;
    font-weight: 400;
    margin-left: 3%;
    margin-top: 20px;
    padding: 10px 2%;
    text-align: left;
     background: rgba(32,157,179, .8);
      border-left: groove 6px #0592d9;
    width: 40%;
    /*font-size: 25px;
    font-variant: normal;
    font-weight: 400;
    padding: 25px 2%;
    color: #fff;
    text-align: left;
    background: rgba(32,157,179, .8);
    width: 40%;
    border-left: groove 6px #0592d9;
    float: left;
    margin-left: 3%;
    margin-top: 30px;*/
}

.ms_bottom {
    font-size: 20px;
    font-weight: lighter;
    margin-top: 5px;
    text-align: left;
    color: #fff;
}

.blog_bottom_2 {
    width: 39.5%;
    float: left;
    border: solid 1px #f5f5f5;
    padding: 5px;
    margin-top: 3%;
}

.report_check1 {
    width: 100%;
    margin: 5% auto;
    border: solid 4px #e8e8e8;
    background: #f1f1f1;
    padding: 2.5em 0;
    text-align: center;
}

.form_contact {
    width: 100%;
    border: 0px solid #0F0;
    background: none;
}

.report_feald {
    border: 0;
    border: 1px solid #f1f1f1;
    padding: 0 10px;
    box-sizing: border-box;
    background: fff;
    color: #666;
    font-size: 14px;
    margin: 0px;
    width: 40%;
    height: 50px;
    border-radius: 2px;
}

    .report_feald:focus {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

.lock {
    color: #202020;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
}

.luck_button {
    background-color: #222; /* Green */
    border: none;
    color: white;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 3px 3px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .luck_button:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

.workPlace_blog {
    width: 100%;
    border: solid 0px #000;
    margin: 5em 0;
}

.labotory_blog {
    background: #f1f1f1;
    width: 310px;
    margin: 0 20px;
    vertical-align: top;
    padding-top: 50px;
    height: 200px;
    float: left;
    /*position: relative;*/
}

    .labotory_blog::after {
        /*border: solid 2px #ebebeb;
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: -5px;*/
    }

.image_radius {
    margin-top: -90px;
    left: 0;
    right: 0;
    /*position: absolute;*/
    text-align: center;
    z-index: 1000;
}

h2 {
    font: 22px/33px 'Roboto', sans-serif;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #0592da;
    text-decoration: none;
    margin: 25px auto 20px;
}

.rudrach_bottom {
    text-align: center;
    padding: 0 15px;
}

    .rudrach_bottom a {
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        color: #232323;
        font-size: 16px;
        line-height: 30px;
        text-transform: capitalize;
    }

.rudra_testing {
    width: 27%;
    float: left;
    border: solid 0px #000;
}
/*side menu========*/

.container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .container > ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

.title {
    font-family: 'Pacifico';
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
    color: #2980B9;
}

.dropdown a {
    text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block;
    color: 222;
    background: #fff;
    border: solid 1px rgba(31,156,178,.4);
    /*  -moz-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  -webkit-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
*/ padding: 10px 20px;
    margin-top: 5px;
}

    .dropdown [data-toggle="dropdown"]:focus {
        background: #000;
        color: #fff;
    }

    .dropdown [data-toggle="dropdown"]:hover {
        background: #2c89c6;
        color: #fff;
    }

.dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #222;
    top: 14px;
    right: 10px;
}

.icon-arrow:hover {
    color: #fff;
    display: block;
    position: absolute;
}

.dropdown .icon-arrow.open {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.dropdown .icon-arrow.close {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.dropdown .icon-arrow:before {
    content: '\25BC';
}

.dropdown .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dropdown .dropdown-menu li {
        padding: 0;
    }

        .dropdown .dropdown-menu li a {
            display: block;
            color: #6f6f6f;
            background: #EEE;
            font-size: 14px;
            -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
            -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
            box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
            text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
            padding: 10px 10px;
        }

            .dropdown .dropdown-menu li a:hover {
                background: #f6f6f6;
            }

.dropdown .show, .dropdown .hide {
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.dropdown .show {
    display: block;
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.dropdown .hide {
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

@keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-moz-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.rudra_tesstingright {
    width: 70%;
    float: left;
    border: solid 0px #000;
    margin-left: 3%;
}

h3 {
    font-size: 22px;
    font-variant: normal;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    position: relative;
}

    h3::after {
        display: block;
        content: "";
        position: absolute;
        width: 40px;
        height: 3px;
        background: #0295d9;
        top: 0;
        left: 0;
        right: 0;
        margin: 17px 11em auto;
    }

.origin_report a {
    font-size: 18px;
    color: #0293de;
    text-transform: capitalize;
    vertical-align: text-top;
    margin-top: 20px;
}

.origin_report {
    font-weight: 400;
    margin-top: 20px;
    text-align: justify;
}

.origin_report1 a {
    font-size: 15px;
    color: #0293de;
    text-transform: capitalize;
    vertical-align: text-top;
    margin-top: 20px;
       float:left;
}

.origin_report1 {
    font-weight: 400;
    margin-top: 0px;
    text-align: justify;
    float:left;
}

    

            .origin_report11 a {
                float:right;
    font-size: 18px;
    color: #0293de;
    text-transform: capitalize;
    vertical-align: text-top;
    margin-top: 20px;
}

.origin_report11 {
    font-weight: 400;
    
    text-align: center;
}

.origin_report11 a {
    font-size: 15px;
    color: #0293de;
    text-transform: capitalize;
    vertical-align: text-top;
    margin-top: 0px;
    text-align:center;
}
.origin_report11 i {
                font-size: 30px;
                text-align: center;
                margin: 0 auto;
                font-weight: bold;
                color: #ec0404;
            }










.report_logo {
    margin: 20px 0;
    border: solid 1px #e5e5e5;
}

.report_blog {
    width: 49%;
    margin-right: 2%;
    float: left;
    background: #f5f5f5;
}

.blereport_blog_right {
    width: 48%;
    float: left;
    background: url(../images/android-background.jpg) no-repeat center;
    background-size: cover;
}

.blereport_blog_rightnew {
    width: 48%;
    float: left;
    /*background: url(../images/android-background.jpg) no-repeat center;
	background-size: cover;*/
}

.report_right_blog {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 2%;
    letter-spacing: 0.3px;
    line-height: 26px;
    padding: 20px;
}

.report_date {
    margin: 2em 0;
    color: #1f9cb2;
    font-weight: 600;
    font-size: 18px;
}

    .report_date span {
        float: right;
    }

.report_date_text {
    font-size: 15px;
    color: #333333;
}

    .report_date_text p {
        margin: 2em 0;
        padding: 0px;
        border-bottom: dotted 1px #000;
        width: 100%;
        position: relative;
    }

.span2222 {
    font-size: 14px;
    float: right;
    background: #f5f5f5;
    padding-left: 5px;
    margin-top: -13px;
    margin-left:80px;
}

.span1111 {
    font-size: 14px;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    padding-right: 5px;
    position: absolute;
    margin-top: -10px;
}



.report_heading {
    width: auto;
    background: #83cfda;
    color: #fff;
    padding: 7px 5px;
    font-size: 17px;
}

    .report_heading:hover {
        background: #333333;
        cursor: pointer;
        transition: all.5s;
    }

.report_box {
    padding: 0px 15px;
    width: auto;
    margin: 0 auto;
}

.background_android {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

    .background_android a i {
        font-size: 170px;
        text-align: center;
        color: #a4c639;
        width: 200px;
        height: 200px;
        line-height: 200px;
        margin: 20px 0;
        border: solid 3px #a4c639;
        border-radius: 100px;
    }

.bottomapp {
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 20px;
    color: #222;
    font-weight: 400;
}

    .bottomapp img {
        border: none;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        padding-bottom: 10px;
    }

/*.bottomapp Button {
	background: #209db2;
	border: none;
	font-size: 14px;
	color: #fff;
	padding: 6px 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.bottomapp span {
	border: solid 0px #000;
	padding: -7px -3px;
	margin-top: 5px;
}
.bottomapp span:hover {
	border: solid 3px #0794de;
	padding: 6px 3px 8px 3px;
	transition: all .1s;
}*/
.text_report {
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    text-align: justify;
    padding-top: 10px;
    clear: both;
}

._report {
    font-weight: 400;
    margin: 20px 0;
    font-size: 18px;
    color: #0293de;
}

.border {
    padding: 5px;
    border: solid 1px #eeeeee;
}

h6 {
    font: 25px/33px 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 5% auto 3% auto;
    color: #1998b2;
    position: relative;
}

    h6::after {
        display: block;
        content: "";
        position: absolute;
        width: 40px;
        height: 3px;
        background: #333333;
        top: 40px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 0px;
    }

.education_text {
    text-align: center;
    font: 16.3px/23px 'Roboto', sans-serif;
    color: #222;
    margin: 0 0 20px;
    font-weight: 300;
}

.our_partener {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 4% 0 4.5em;
    padding: 0px;
    position: relative;
    color: #1998b2;
}

    .our_partener::after {
        position: absolute;
        display: block;
        content: "";
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50px;
        background: url(../images/astro_logo.png) center center no-repeat;
        text-align: center;
        padding: 36px;
    }

.apply {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #219eb4;
    position: relative;
    margin: 0;
}

    .apply::after {
        display: block;
        content: "";
        position: absolute;
        width: 40px;
        height: 3px;
        background: #333333;
        top: 40px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 0px;
    }

.apply_form_container {
    width: 95%;
    border: solid 0px #000;
    margin: 5% auto 3%;
    text-align: center;
    background: #f5f5f5;
    padding: 20px;
}

.form_field_1 {
    width: 100%;
    border: 0px solid #0F0;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

.contact_form5 {
    width: 48%;
    padding: 5px;
    height: 45px;
    margin: 0 auto auto 5px;
    border: 1px solid rgba(180,180,180,.4);
    font-size: 14px;
    color: #000;
    float: left;
    background: url(../images/name.png) right no-repeat #fff;
    transition: all .5s;
}

    .contact_form5:focus {
        width: 48%;
        padding: 5px;
        height: 45px;
        margin: 0 auto auto 5px;
        border: 1px solid rgba(180,180,180,.4);
        font-size: 14px;
        color: #000;
        background: #fdfdfd;
        transition: all 1s;
    }

.contact_email {
    width: 48%;
    padding: 5px;
    height: 45px;
    margin: 0 auto auto 5px;
    border: 1px solid rgba(180,180,180,.4);
    font-size: 14px;
    color: #000;
    float: left;
    background: url(../images/email.png) right no-repeat #fff;
    transition: all .5s;
}

    .contact_email:focus {
        /*background: url(../images/email.png) left no-repeat #fff;*/
        width: 48%;
        padding: 5px;
        height: 45px;
        margin: 0 auto auto 5px;
        border: 1px solid rgba(180,180,180,.4);
        font-size: 14px;
        color: #000;
        background: #fdfdfd;
        transition: all 1s;
    }

.contact_phone {
    width: 48%;
    padding: 5px;
    height: 45px;
    margin: 0 auto auto 5px;
    border: 1px solid rgba(180,180,180,.4);
    font-size: 14px;
    color: #000;
    float: left;
    background: url(../images/phone.png) right no-repeat #fff;
    transition: all .5s;
}

    .contact_phone:focus {
        width: 48%;
        padding: 5px;
        height: 45px;
        margin: 0 auto auto 5px;
        border: 1px solid rgba(180,180,180,.4);
        font-size: 14px;
        color: #000;
        background: #fdfdfd;
        transition: all 1s;
    }

.brochure_form {
    width: 48%;
    height: 46px;
    margin: 0 auto auto 5px;
    border: 1px solid rgba(180,180,180,.5);
    background: url(../images/comment.png) right no-repeat #fff;
    font-size: 14px;
    color: #999;
    float: left;
    padding: 5px;
    transition: all .5s;
}

    .brochure_form:focus {
        border: 1px solid rgba(180,180,180,.4);
        transition: all 1s;
        font-size: 14px;
        background: #fdfdfd;
    }

.contact_chapta {
    width: auto;
    padding: 0px;
    height: 56px;
    margin: 0 auto auto 8px;
    color: #000;
    transition: all 1s;
    float: left;
}

.buttonedu {
    padding: 5px 30px;
    float: right;
    font: 18px/30px 'Roboto', sans-serif;
    border: 1px;
    border-radius: 100px;
    cursor: pointer;
    color: #000;
    margin-right: 5px;
    margin-top: 8px;
    border: solid 1px #0296d9;
    background: none;
}

    .buttonedu:hover {
        padding: 5px 30px;
        float: right;
        background: #219eb4;
        cursor: pointer;
        font: 18px/30px 'Roboto', sans-serif;
        color: #fff;
        border: solid 1px #ccc;
    }

.chapta_feild {
    width: 48%;
    padding: 5px;
    height: 45px;
    margin: 0 auto auto 5px;
    border: 1px solid rgba(180,180,180,.4);
    font-size: 14px;
    color: #000;
    float: left;
    background: url(../images/barcode.png) right no-repeat #fff;
    transition: all .5s;
}

    .chapta_feild:focus {
        width: 48%;
        padding: 5px;
        height: 45px;
        margin: 0 auto auto 5px;
        border: 1px solid rgba(180,180,180,.4);
        font-size: 14px;
        color: #000;
        background: #fdfdfd;
        transition: all 1s;
    }

.contaus_blog_1 {
    width: 65%;
    margin-right: 2%;
    float: left;
    border: solid 0px #000;
}

.contaus_blog_2 {
    width: 33%;
    float: left;
    border: solid 0px #000;
}

.plea {
    font: 23px/30px 'Roboto', sans-serif;
    color: #222;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
}

    .plea::after {
        display: block;
        content: "";
        position: absolute;
        border-bottom: solid 2px #0097d6;
        width: 40px;
        padding: 0px;
        margin: 0px;
        left: 0;
        right: 0;
        top: 38px;
    }

.plea_right {
    font: 23px/30px 'Roboto', sans-serif;
    color: #222;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: center;
    position: relative;
}

    .plea_right::after {
        display: block;
        content: "";
        position: absolute;
        border-bottom: solid 2px #0097d6;
        width: 40px;
        padding: 0px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 38px;
    }

.contact {
    width: 48%;
    border: 0px solid #0F0;
    margin-top: 3%;
    background: none;
    float: left;
    margin-right: 2%;
}

.form_contact1 {
    width: 100%;
    border: 0px solid #0F0;
    margin-top: 20px;
    background: none;
    float: left;
}

.conttact_feald {
    border: 0;
    border: 1px solid rgba(222,222,222,.6);
    padding: 0 10px;
    box-sizing: border-box;
    background: #f8f8f8;
    color: #666;
    font-size: 14px;
    margin: 1% 0 0 0;
    width: 100%;
    float: left;
    height: 46px;
}

    .conttact_feald:focus {
        border: solid 1px rgba(33, 158, 180, .6);
        box-shadow: 0 2px 10px 0 rgba(214,171,56,0.1), 0 6px 20px 0 rgba(214,171,56,0.1);
        transition: all .5s;
    }

.contact_us_form {
    float: left;
    width: 95%;
    height: 100px;
    border: 1px solid rgba(222,222,222,.6);
    padding: 14px 10px;
    margin: 0 0 30px 0;
    border-radius: 0;
    color: #666;
    background: #f9f9f9;
}

    .contact_us_form:focus {
        border: solid 1px rgba(33, 158, 180, .6);
        box-shadow: 0 2px 10px 0 rgba(214,171,56,0.1), 0 6px 20px 0 rgba(214,171,56,0.1);
        transition: all .5s;
    }

.contact_text {
    text-align: center;
    line-height: 25px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: lighter;
    color: #222;
    text-transform: capitalize;
    font-family: 'roboto', sans-serif;
}

.address_text_page {
    color: #222;
    font-size: 16PX;
    text-align: end;
    line-height: 20px;
    font-weight: lighter;
    height: 10px;
}

.contact_page i {
    float: left;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 7px;
    background: #209db3;
    border: solid 1px #209db3;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.contact_page:hover i {
    float: left;
    color: #209db3;
    font-size: 20px;
    text-align: center;
    border: solid 1px #209db3;
    width: 20px;
    height: 20px;
    background: none;
}

.address_block {
    width: 100%;
    border-top: solid 1px #efeded;
    padding-bottom: 10px;
    clear: both;
}

.sim-button {
    line-height: 40px;
    color: #fff;
    height: 40px;
    text-align: center;
    margin: auto 15px;
    width: 100px;
    float: right;
    cursor: pointer;
    background: #209db3;
}

.chapta_reach {
    border: 1px solid rgba(222,222,222,.6);
    padding: 0 10px;
    background: #f9f9f9;
    color: #666;
    font-size: 14px;
    margin: 0;
    width: 45%;
    float: left;
    height: 46px;
    margin-right: 20px;
}

    .chapta_reach:focus {
        border: solid 1px rgba(33, 158, 180, .6);
        box-shadow: 0 2px 10px 0 rgba(214,171,56,0.1), 0 6px 20px 0 rgba(214,171,56,0.1);
        transition: all .5s;
    }

.blog_image_container {
    width: 60%;
    padding: 20px 0;
    float: left;
    margin-right: 2%;
}

.blog_image {
    width: 37%;
    float: left;
    border: solid 0px #e2e2e2;
    padding: 3px;
    vertical-align: top;
    padding: 15px 0;
}

.poplur {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    background: url(../images/caty.png) center right no-repeat;
}

.poplur_description {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    background: url(../images/descri.png) center right no-repeat;
}

.blog_image_left {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
    border-top: 8px solid #1e9bb1;
    background: #f5f5f5;
}

    .blog_image_left::before {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        right: 0;
        top: -40px;
        height: 80px;
        background: url(../images/blgtop-image.png) no-repeat center top;
        margin: 0 auto;
        z-index: 1000;
    }

.blg_heading_text {
    margin: 40px 0 10px;
    text-align: center;
    padding: 0 20px;
}

    .blg_heading_text a {
        text-align: center;
        text-decoration: none;
        color: #0093e1;
        font-size: 27px;
        font-weight: 400;
        line-height: 28px;
    }

.image_aside {
    float: left;
    width: 25%;
    margin: 0 2%;
}

.image_aside_description {
    float: left;
    width: 35%;
    margin: 0 2%;
}

.blogImage_text {
    font-size: 16px;
    font-weight: 300;
    color: #252627;
    text-align: left;
    padding: 10px;
    line-height: 26px;
}

.blog_read_more {
    float: right;
    margin: 10px 10px;
    width: auto;
}

    .blog_read_more a {
        text-decoration: none;
        color: #1c9bae;
        font-size: 16px;
    }

        .blog_read_more a:hover {
            color: #222;
        }

.bottom_link {
    font-size: 15px;
    color: #333;
    float: left;
    margin: 10px 2.5%;
}

    .bottom_link i {
        font-size: 22px;
        font-weight: normal;
        margin: 0px;
        color: #51c6db;
        padding-right: 5px;
    }

    .bottom_link:hover i {
        color: #222;
    }

.poplur_aside {
    width: 25%;
    float: left;
    margin-right: 2%;
    border: solid 1px #f5f5f5;
    padding: 3px;
}

.poplur_text {
    margin: 18px 0;
    font-size: 16px;
    color: #3d3f3f;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
}

.resent_text {
    margin: 18px 0;
    font-size: 16px;
    color: #484b4c;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}

.blog_image_description {
    width: 70%;
    padding: 20px 0;
    float: left;
    margin-right: 2%;
}

.blog_description {
    width: 27%;
    float: left;
    border: solid 0px #e2e2e2;
    padding: 3px;
    vertical-align: top;
    padding: 15px 0;
}

.leave_comment {
    width: 100%;
    margin: 20px auto;
    background: #f5f5f5;
}

.comment_feald_container {
    width: 100%;
    margin: 20px 0;
    border: solid 0px #000;
    padding: 0 20px;
}

.comment_feild {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #fff;
    color: #333333;
    height: 28px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.comment_feild_11 {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #fff;
    color: #333333;
    height: 50px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.comment_buttom {
    background: none;
    border: solid 1px #0695e3;
    padding: 6px 13px;
    color: #33333;
    cursor: pointer;
    margin: 0 auto 10px 20px;
    border-radius: 100px;
}

    .comment_buttom:hover {
        background: #0695e3;
        border: solid 1px #0695e3;
        transition: all ease.5s;
        color: #fff;
    }

.app_left_blog {
    width: 65%;
    float: left;
    margin-right: 3%;
}

.app_right_blog {
    width: 32%;
    float: left;
    margin: 0 auto;
}

.app_right_blo {
    margin: 0 auto;
    text-align: center;
}

    .app_right_blo i {
        font-size: 140px;
        text-align: center;
        width: 160px;
        height: 160px;
        line-height: 150px;
        border-radius: 100px;
        border: solid 1px #a4c639;
        text-align: center;
        color: #a4c639;
    }

.app_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: left;
    margin: 20px 0;
    line-height: 25px;
    color: #333;
}

.span_down {
    float: right;
    background: #000;
    padding: 4px 15px;
    margin-top: 10px;
    border-radius: 100px;
}

    .span_down:hover {
        background: #a4c639;
        transition: all ease.5s;
    }

    .span_down a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
    }

.recomendation_container {
    width: 100%;
    margin: 20px 0 2em 0;
    padding: 0px;
}

.recomdation_container {
    width: 32%;
    float: left;
    box-sizing: border-box;
    margin-left: 2%;
}

.recomdation_chapta {
    width: 32%;
    float: left;
    box-sizing: border-box;
    margin-left: 2%;
}

.recomdation_container_1 {
    width: 32%;
    float: left;
    box-sizing: border-box;
}

.recomdation_input {
    width: 100%;
    border: solid 1px #e5e5e5;
    height: 38px;
    color: #222;
    font-size: 12px;
    padding-left: 5px;
    background: #fbfafa;
}

    .recomdation_input:focus {
        border: solid 1px rgba(33, 158, 180, .5);
        box-shadow: 0 2px 10px 0 rgba(162,161,158,0.1), 0 6px 20px 0 rgba(214,171,56,0.1);
        transition: all .5s;
    }

.recomdation_container_input {
    width: 32.5%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    background: url(../images/angle-arrow-down.png) center right no-repeat #fbfafa;
}

.evalute_container_input {
    width: 32%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    background: url(../images/angle-arrow-down.png) center right no-repeat #fbfafa;
}

.recomdation_option {
    width: 106%;
    height: 41px;
    color: #222;
    font-size: 12px;
    margin: 0px;
    border: none;
    background: none;
    cursor: pointer;
}

.recomdation_container_2 {
    width: 31.3%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    margin-left: 2%;
}

.recomdation_option_2 {
    width: 100%;
    height: 41px;
    color: #222;
    font-size: 12px;
    margin: 0px auto;
    border: none;
    background: none;
    cursor: pointer;
    background: #fbfafa;
}

.date_time_container {
    width: 66%;
    float: left;
    margin-left: 1%;
}

.destain {
    color: #fff;
    float: right;
    margin-top: 5px;
    padding: 10px 25px;
    background: #1f9cb2;
    border: none;
}

    .destain:hover {
        background: #0493db;
    }

.rudra_contai {
    width: 32.5%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    margin-left: 16px;
    background: url(../images/angle-arrow-down.png) center right no-repeat #fbfafa;
}

.past_work {
    float: right;
    width: 30%;
    margin-left: 20px;
    border: solid 1px #e5e5e5;
    padding: 3px;
}

.past {
    margin: 20px 0;
    float: left;
    width: 48%;
    margin-right: 2%;
}

    .past ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .past li {
        font-size: 14px;
        font-weight: 400;
        display: block;
        color: #333333;
        padding: 0px 10px;
        line-height: 30px;
    }

        .past li strong {
            font-size: 16px;
            font-weight: 500;
            color: #1f9cb2;
        }

.past_right {
    width: 50%;
    float: left;
    clear: right;
}

.past_image_ {
    width: 30%;
    margin-left: 2%;
    float: left;
    border: solid 1px #e5e5e5;
    padding: 3px;
}

.past_container {
    width: 90%;
    margin: auto auto 2em auto;
}

.orignal_heading {
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    line-height: 25px;
    color: #333333;
}

.heading_home_text {
    font-size: 30px;
    color: #333333;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

    .heading_home_text::before {
        position: absolute;
        display: block;
        content: "";
        top: 40px;
        right: 0;
        left: 0;
        width: 40px;
        border: solid 2px #0294df;
        background: #000;
    }

    .heading_home_text::after {
        position: absolute;
        display: block;
        content: "";
        top: 40px;
        right: 0;
        left: 0;
        border: solid 2px #222222;
        width: 10px;
    }

.heading_home {
    width: 100%;
    margin: 20px 20px;
}



















.tagged_bg {
    border: 0px solid #000;
    width: 100%;
    margin-top: 0px;
}

.tagged_wrapper {
    border: 0px solid #000;
    margin: auto;
    width: 80%;
}

.tagged_heading {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin: 0px 15px;
    height: 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.tagged_blog_part {
    color: #FFF;
    width: 97%;
    margin: 0px 15px;
    font-size: 15px;
    border: 1px solid #000;
    float: left;
    letter-spacing: 0.5px;
}

.tagged_blog {
    border: 0px solid #000;
    width: 30%;
    padding: 5px;
    float: left;
    margin: 0px 10px;
}

    .tagged_blog ul {
        margin: 0;
        padding: inherit;
    }

        .tagged_blog ul li {
            list-style: none;
            padding: 6px 10px;
            text-decoration: none;
        }

            .tagged_blog ul li a {
                text-align: justify;
                font-family: 'Roboto', sans-serif;
                color: #000;
                font-size: 14px;
                text-decoration: none;
            }

.tagged_bg1 {
    border: 0px solid #000;
    width: 100%;
    margin-top: 20px;
}

.tagged_bg1 {
    border: 0px solid #000;
    width: 100%;
    margin-top: 20px;
}

.post_read_more {
    float: left;
    width: 8%;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-align: right;
    padding: 10px 15px 10px 0px;
}


.tagged_bg1 {
    border: 0px solid #000;
    width: 100%;
    margin-top: 20px;
}

.tagged_bg1 {
    border: 0px solid #000;
    width: 100%;
    margin-top: 20px;
}

.post_read_more {
    float: left;
    width: 8%;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-align: right;
    padding: 10px 15px 10px 0px;
}

    .post_read_more a {
        color: #000;
    }

.post_text {
    float: left;
    width: 90%;
    text-decoration: none;
    padding: 10px 0px;
}

    .post_text a {
        float: left;
        color: #000;
        font-weight: bold;
        padding-left: 18px;
        width: 90%;
        text-decoration: none;
    }

.explore_text {
    color: #000;
    font-size: 13px;
    padding-top: 3px;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 20px;
}

.post_date {
    color: #000;
    font-size: 11px;
    padding-top: 3px;
    letter-spacing: 0.3px;
    padding-left: 20px;
}

.view_all a {
    float: right;
    text-align: right;
    padding-bottom: 25px;
    padding-right: 10px;
    width: 50%;
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 0.5px;
}

.heading_1 {
    float: left;
    width: 48%;
    padding: 0px 0px 0px 5px;
}



.alert-box {
    color: #555;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 10px 36px;
    margin: 0px;
}

    .alert-box span {
        font-weight: bold;
        text-transform: capitalize;
    }

.error {
    background: #ffecec url('../images/error_mess.png') no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

.success {
    background: #e9ffd9 url('../images/success.png') no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

.pagebarUTH {
    font-size: 0.6em;
    font-family: OpenSans;
    border: 1px solid #FFF;
    background: #FFF;
    text-decoration: none;
    float: left;
    padding-top: 0px;
}

    .pagebarUTH a, .pageList {
        color: #693;
        text-decoration: underline;
        border: 1px solid #E3E3E3;
        text-decoration: none;
        padding: 0.5em 0.8em;
        border-radius: 3px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
    }

    .pagebarUTH .this-page {
        border: 1px solid #0093e1;
        padding: 0.5em 0.8em;
        height: 29px font-weight: bold;
        background: #0093e1;
        color: #000000;
        border-radius: 3px;
        -webkit-box-shadow: rgba(0, 128, 0, 0.3) 0px 1px 2px 0px;
        -moz-box-shadow: rgba(0,128, 0, 0.3) 0px 1px 2px 0px;
        box-shadow: rgba(0,128, 0, 0.3) 0px 1px 2px 0px;
    }

#leftNavigation, #leftNavigation li ul {
    list-style: none;
    padding: 0;
    border: solid 1px #ccc;
}

    #leftNavigation li a {
        font-size: 15px;
        display: block;
        padding: 0.7rem 0rem 0.7rem 1rem;
        color: #333333;
        font-weight: 400;
        border-bottom: solid 1px #e6e6e6;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
        font-family: 'Open Sans', sans-serif;
    }

        #leftNavigation li a:hover {
            color: #0291dd;
        }

        #leftNavigation li a, #leftNavigation li a .leftNavIcon {
            line-height: 120%;
        }

            #leftNavigation li a .leftNavIcon {
                position: absolute;
                top: 0;
                left: 0;
                width: 3rem;
                text-align: center;
            }

    #leftNavigation li ul {
        display: none;
        margin: 0;
        background: #fff;
        border: none;
        background: #f5f5f5;
    }

        #leftNavigation li ul li a {
            border-bottom: solid 1px #ccc;
            font-size: 13px;
            padding-left: 1.5rem;
            color: #333333;
            font-family: 'Open Sans', sans-serif;
        }


        #leftNavigation li ul li i {
            font-size: 16px;
            padding-right: 10px;
            color: #000;
        }

        #leftNavigation li ul li:last-child a {
            border-bottom: none;
        }

        #leftNavigation li ul li.active a {
            color: #0291dd;
        }

    #leftNavigation li.active > a {
        color: white;
    }

    #leftNavigation li.active ul {
        display: block;
    }

    #leftNavigation > li.active {
        background-color: #209db3;
    }

.hbmj {
    margin: 0.3em 0 0 0em;
}




.report_right_blog_copy {
    font-size: 13.5px;
    font-weight: 300;
    text-align: left;
    margin-top: 2%;
    line-height: 24px;
    padding: 10px 5px;
    border: solid 1px #f1f1f1;
}

    .report_right_blog_copy strong {
        font-size: 16px;
        padding: 5px 0;
    }

.image_top {
    width: 28%;
    margin-left: 2%;
    float: left;
}
.image_top1 {
    width: 32%;
    margin-left: 2%;
    float: left;
}

.image_class {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}


.birder_details {
    border: solid 1px #ccc;
}

.aside_stmejf {
    float: left;
    margin-right: 10px;
}

.stm {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
    vertical-align: bottom;
    float: left;
    margin-right:6%;
    width: 51px;
}
.stm1 {
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 10px;
    vertical-align: bottom;
    float: left;
    margin-right:5%;
    width: 50px;
}

.right_container {
    width: 95%;
    margin: 0 auto;
}

.blereport_blog_right_copy {
    width: 48%;
    float: left;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

.content_text {
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
    margin-top: 2%;
    line-height: 22px;
    padding: 10px 5px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

    /*.content_text strong {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
    }*/

.address_text {
    color: #333333;
    text-transform: inherit;
    font-size: 12px;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
}


.contact_form4 {
    width: auto;
    padding-left: 5px;
    margin: 5px 0px 10px 5px;
    border-bottom: dotted 1px #333;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 12px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

span.field_textnew {
    background: #f5f5f5 scroll 100% bottom;
    color: #333;
    display: table;
    /*font-size: 12px;*/
    line-height: 3em;
    margin: 0 0 -12px -22px !important;
    padding: 0 0 0 5px;
    position: relative;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

.report_boxnew {
    padding: 15px 15px;
    /*width: auto;*/
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

.header {
	font-family: 'Roboto', sans-serif;
	width: 832px;
	margin: auto;
}
.text {
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
}

.blereport_blog_right1 {
    width: 100%;
    float: left;
    background: url(../images/android-background.jpg) no-repeat center;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

.blereport_blog_right1new {
    width: 100%;
    float: left;
    /*background: url(../images/android-background.jpg) no-repeat center;
	background-size: cover;*/
}


.span22222 {
    font-size: 12px;
    float: right;
    margin: 0px;
    background: #f5f5f5;
    padding-left: 5px;
    margin-top: -9px;
    
}


.span11111 {
    font-size: 12px;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    padding-right: 5px;
    position: absolute;
    margin-top: -10px;
    text-transform:uppercase
}

.report_date_text12 p {
    margin: 20px 0;
    /*padding: 0px;*/
    border-bottom: dotted 1px #000;
    width: 100%;
    /*position: relative;*/
}
.report_box11 {
    padding:5px 15px;
    /*width: auto;*/
    margin: 0 auto;
}
.diya {
    left: 0;
    position: fixed;
    top: 290px;
    z-index: 1000;
}


.report_31
{
	width:36%; 
	float:left; 
	border:solid 0px #000;
}

.report_3
{
	width:30%; 
	float:left; 
	border:solid 0px #000;
    vertical-align:top;
}


.report_3_center
{
	width:32%; 
	float:left;
	margin:0 1%; 
	border:solid 0px #000;
}


.report_blognewgem {
	width:100%;
	margin-right:0;
	float: none;
	background: #f5f5f5;
    padding:10px 0px;
}


.report3_center
{
	width:47%; 
	margin-left:3%; 
	float:left;
}

.report_3ri
{
float:left;
width:100%;
margin:5px 10px;	
}

.report_3ri p
{
	float:left;
	margin-right:3rem;
	font-size:14px;
	font-weight:300;
}

.report_right
{
	font-size:20px;
	text-align:left;
	/*border:solid 1px #f1f1f1;*/
	margin-bottom:20px;
	/*background:#3baabd;*/
	vertical-align:top;
	padding-bottom:8px;
	color:#fff;
	font-weight:400;
}

.report_right span
{
	padding-bottom:10px;
	
}

.natural
{
	font-weight:400;
	font-size:25px;
	text-align:center;
	margin:20px 0;
	color:#209db3;
	
}

.report_bottom
{
margin:0 auto; 
font-size:16px; 
font-weight:300; 
text-align:center;
color:#222;    
}

.report_bottom span 
{
    font-size:14px;
    color:#3baabd;
    font-weight:normal;
    clear:both;
    
}


.aside
{
    float: left;
    text-align:left;
    padding-right:10px;
    font-size:14px;
    padding-bottom:0;
}


.aside1111
{
    float: left;
    text-align:left;
    padding-right:10px;
    padding-top:0px;
    width:100%;
    font-size:12px;
    line-height:18px;
    
}



