/**********************************************************************************
* Import custom Fonts
***********************************************************************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,600,700);

@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

/**********************************************************************************
* Global Styles
***********************************************************************************/
body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
	background:#eee;
}

#main-container {
    position: relative;
    max-width: 1300px;
    background: #fff;
    margin: 0 auto;
   /* padding: 0 10px;*/
	-webkit-box-shadow: 0px 0px 10px -7p rgba(0,0,0,1.20);
-moz-box-shadow: 0px 0px 10px -7p rgba(0,0,0,1.20);
box-shadow: 0px 0px 10px -7p rgba(0,0,0,1.20);
}
.logotxt:hover{ text-decoration:none;}
.pro_tbl{
	font-size:12px;
}
.pro_tbl strong{
	font-size:13px;
	color:#FFF;
}
/*********************************************************************************
* Right Bar 
**********************************************************************************/

ul.sb_menu, ul.ex_menu {
    color: #959595;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.sb_menu li {
    border-bottom: 1px solid #e3e3e3;
    padding: 4px 0;
    width: 220px;
}
ul.ex_menu li {
    padding: 4px 0 8px;
	list-style: square;
}
ul.sb_menu li, ul.ex_menu li {
    background: rgba(0, 0, 0, 0) url("images/li.gif") no-repeat scroll left 10px;
    margin: 0;
    padding-left: 6px;
	line-height:25px;
	font-size:14px;
}
ul.sb_menu li a, ul.ex_menu li a {
    color: #5f5f5f;
    margin-left: -16px;
    padding-left: 16px;
    text-decoration: none;
}
ul.sb_menu li a:hover, ul.ex_menu li a:hover {
    color: #8cbf43;
}
ul.sb_menu li a:hover {
    text-decoration: underline;
}
ul.ex_menu li a:hover {
    text-decoration: none;
}



.header_bg{ 
	/*background-image:url(../../img/head_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100% 99%;*/
}
.logo{ font-family:Calibri; font-size:46px;}
/*********************************************************************************
* slides-scroll  Style
**********************************************************************************/

#slides-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  height:30px;
}

#slides-scroll ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#slides-scroll li {
  width: 100%;
  float: left;
  font-size:28px;
  font-family: Impact !important;
 }
.turag-logo-title{
	position:absolute; 
	right:5px; 
	top:55px; 
	background:#88a768;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	border-top-right-radius:3px; 
	border-top-left-radius:3px; 
}
.turag-logo{
	float:right; 
	line-height:45px;
	font-size:32px; 
	text-align:center; 
	padding:10px 10px 20px 10px; 
	border-radius:3px;
	box-shadow:0 0 15px 10px #bfbfbf;
	font-weight:bold;
}



.progect_box{ border-bottom:1px solid #ebebeb; padding:10px 0;}
.progect_box h1{ font-size:24px; color:#009933;}
.progect_box .img_left{ float:left; max-width:450px; max-height:555px;}
.progect_box .img_right{ float:right; width:450px}
/*********************************************************************************
* Social Links Style
**********************************************************************************/
.social {margin-top: 0px; float:right;}
.social ul li {
    display: inline;
    font-size: 12px;
    margin-right: 2px;
    padding: 3px 9px;
	list-style:none;
	border-radius:4px;
	color:#000;
    /*background: #005580;
    border-radius: 50%;*/
}
.social ul li:hover {
	/*background:#F5831A;	
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;*/
}
.social .facebook {background: #4267B2;}
.social .google-plus {background: #E34429;}
.social .twitter {background: #6CDFEA;}
.social .youtube {background: #96281B;}
.social a {color: #fff; text-decoration:none;}
.social a:hover {color:rgba(0,0,0,.5);}

/*********************************************************************************
* Helper Classes Styles
**********************************************************************************/
.custom-margin-1 {margin-top: 2px; margin-bottom: 0px;}
/*********************************************************************************
* Edit Common Bootstrap classes
**********************************************************************************/
.container {
    position: relative;
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 800px){
    .container {
        width: 100%;
        margin: 0;
    }
}

.container-fluid {
    position: relative;
    max-width: 1300px;
    background: #fff;
    padding: 0px;
}
.container-fluid-custom-padding {padding: 3px 6px;}
/*********************************************************************************
* A Plus Group Header Styles
**********************************************************************************/
header.container {padding: 10px 20px 15px 18px;}
header.container a.logo {
    display: block;
    position: absolute;
    width: 240px;
    height: 72px;
    top: 22px;
    left: 30px;
}
@media only screen and (max-width: 992px ){
    .hidden-sm-device {display: none;}
}
/*********************************************************************************
* Top Slider 3D Slippry
**********************************************************************************/
.sy-slides-crop {
    border: 5px solid #F2F1EF;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 3px #777;
    -moz-box-shadow: 0 5px 3px #777;
    box-shadow: 0 5px 3px #777;
}

/*********************************************************************************
* Main Navigation Menu
**********************************************************************************/
 
@media screen and (min-width: 768px){
 

/****************************************************************************************************
* Homepage main content
*****************************************************************************************************/
.homepage-jumbotron {
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: 15px;
}
.homepage-about-us {
    margin: 16px 0px;
}
/* Homepage Voice of Chairman Style */
.voice-of-chairman {
    border-bottom: 1px solid #e1e1e1;
}
.voice-of-chairman h3 {
    text-align: center;
    padding-bottom: 4px;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #e1e1e1;
}
.voice-of-chairman .content {padding-left: 3px;}
/* Homepage Recent News Style */
.homepage-recent-news {
    -webkit-box-shadow: 7px 6px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 6px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 7px 6px 6px 0px rgba(0,0,0,0.5);
}
.homepage-recent-news {
    padding-bottom: 1px;
    margin-bottom: 7px;
}
.homepage-recent-news h3 {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
    font-family: 'Oswald', sans-serif;
}
.homepage-recent-news ul {padding-left: 13px;list-style: circle;}
.homepage-recent-news ul li {margin-bottom: 3px;}

/* Homepage Second / Bottom Navigation Menu */
.secondNav {
    margin-top: 10px;
    padding: 10px 0px 3px 0px;
    width:100%;
    background: #F5831B;
}
.secondNav ul{list-style: none;padding-left: 10px;}
.secondNav ul li{display: inline-block;padding-right: 5px;}
.secondNav ul li a {color:#fff; transition: 1s color ease;}
.secondNav ul li a:hover {color:#000;text-decoration: none;}
@media screen and (max-width: 800px){
    .secondNav {display: none;}
}
/* Homepage 3-D Boxes Style */
.d-box-row {
    background: #415E9B url(../../images/footer_slide_bg.png) repeat;
	}
.box-name {
    position: absolute;
    font-size: 18px;
    bottom: 35px;
    left: 60px;
}
.box-name a{
	color:#FFF;
}
.box-name a:hover{
	color:#F58218;
}

.wrap {
    margin-top: 90px;
    margin-bottom: 140px;
}

@-webkit-keyframes bganim {
    from {
        background-position: 0px;
    }

    to {
        background-position: 40px;
    }
}

@keyframes bganim {
    from {
        background-position: 0px;
    }

    to {
        background-position: 40px;
    }
}

.cube {
    margin: auto;
    position: relative;
    height: 140px;
    width: 140px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cube div {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background-color: #000;
    border: solid 1px #eee;
    color: #fff;
    font: 10px arial;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}

.front {
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px);
}

.back {
    -webkit-transform: translateZ(-100px) rotateY(180deg);
    transform: translateZ(-100px) rotateY(180deg);
}

.right {
    -webkit-transform: rotateY(-270deg) translateX(100px);
    transform: rotateY(-270deg) translateX(100px);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.left {
    -webkit-transform: rotateY(270deg) translateX(-100px);
    transform: rotateY(270deg) translateX(-100px);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.top {
    -webkit-transform: rotateX(-270deg) translateY(-100px);
    transform: rotateX(-270deg) translateY(-100px);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.bottom {
    -webkit-transform: rotateX(270deg) translateY(100px);
    transform: rotateX(270deg) translateY(100px);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }

    to {
        -webkit-transform: rotateX(360deg) rotateY(360deg);
        transform: rotateX(360deg) rotateY(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }

    to {
        -webkit-transform: rotateX(360deg) rotateY(360deg);
        transform: rotateX(360deg) rotateY(360deg);
    }
}

.cube {
    -webkit-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear;
}

.wrap:hover .front {
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
}

.wrap:hover .back {
    -webkit-transform: translateZ(-200px) rotateY(180deg);
    transform: translateZ(-200px) rotateY(180deg);
}

.wrap:hover .right {
    -webkit-transform: rotateY(-270deg) translateZ(100px) translateX(100px);
    transform: rotateY(-270deg) translateZ(100px) translateX(100px);
}

.wrap:hover .left {
    -webkit-transform: rotateY(270deg) translateZ(100px) translateX(-100px);
    transform: rotateY(270deg) translateZ(100px) translateX(-100px);
}

.wrap:hover .top {
    -webkit-transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
    transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
}

.wrap:hover .bottom {
    -webkit-transform: rotateX(270deg) translateZ(100px) translateY(100px);
    transform: rotateX(270deg) translateZ(100px) translateY(100px);
}

/* Homepage Top Footer */
.homepage-top-footer {
   /* background: url("../../img/pattern_bg.gif") repeat 0 0;*/
   background:url(../../images/footer_slide_bg.png) repeat;
}
.homepage-top-footer {color: #F9BF3B;}
.homepage-top-footer ul{list-style: none;}
.homepage-top-footer a{color: #fff;}
.homepage-top-footer a:hover{color: #EB974E; text-decoration: none;}

/* Homepage Bottom Footer */
.bottom-footer {
    color: #9ba0bd;
    background: #444;
    text-align: center;
}
.bottom-footer .col-sm-6 {padding: 20px 0;}
.rejoysoft {color: darkred;}
.rejoysoft:hover {color: red;text-decoration: none;}


/****************************************************************************
****************************** About Us Page ********************************
*****************************************************************************/
.about-us-left-content ul{
    margin-left:2px;
    padding: 0px;
 }


.about-us-container {
    width: 98%;
    margin: 10px 0px;
    padding: 3px;
}
/*About us left content*/
.about-us-left-content{
    width: 100%;
    float: left;
    position: relative;
}
.about-us-list2 {margin-top: 15px;}
.about-us-list1, .about-us-list2 {
    width: 98%;
    margin: 7px 0 9px 0;
    border: 1px solid #DADFE1;
    background: #EEEEEE;
    border-radius: 4px;
}
.about-us-list1 h4, .about-us-list2 h4 {
    font: 300 18px/1.5 Helvetica, sans-serif;
    margin: 0;
    padding: 11px 0px 11px 5px;
    color: #34495E;
    border-bottom: 1px solid #446CB3;
    background: #3498DB;
}

.about-us-list1 ul, .about-us-list2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.about-us-list1 li, .about-us-list2 li {
    font: 100 14px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
    padding: 11px 0 11px 6px;
}

.about-us-list1 li:last-child, .about-us-list2 li:last-child {
    border: none;
}

.about-us-list1 li a, .about-us-list2 li a {
    text-decoration: none;
    color: #336E7B;
    width: 100%;
    height: 100%;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}

.about-us-list1 li a:hover, .about-us-list2 li a:hover {
    font-size: 17px;
    color: #C0392B;
}

.about-us-right-column {

}
@media screen and (min-width: 900px){
    .about-us-body .about-page-name {
        /*display: none;*/
    }
}
.about-us-image {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.9);
    margin-bottom: 20px;
}
@media screen and (max-width: 900px){
    .about-us-body .about-us-image {
        display: none;
    }
}
.about-page-name {
    text-align: right;
    margin-bottom: 12px;
    border-bottom: 1px solid #e1e1e8;
    padding-bottom: 8px;
    font-size: large;
    opacity: 0.7;
}
@media screen and (min-width: 767px){
    .responsive-mobile-menu {
        display: none;
    }
}

/*************************************************************************************
* Contact Us page
**************************************************************************************/
.contact_top {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4em;
}
.contact_details {
    background-color: #f6f6f6;
    padding: 20px;
    border-left: 2px solid #fff;
}
.contact_details h5 {
    font-size: 1.2em;
    font-weight: 500;
    color: #666;
    margin-bottom: 1em;
}