body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

body{
	font-size:15px;
	color:#333;
        font-family: "raleway-med";
}

h1, h2, h3, h4, h5, h6{
	font-family:"raleway-bold";
        font-weight: normal;
}

h4{
	font-size:17px;
	font-weight:normal;
}

#header, #main-content, #footer{
    width: 100%;
    position: relative;
}

#header{
        padding: 20px 0 45px;
}

.wrapper{
	width:100%;
	margin:auto;
	position:relative;
}

.overflow-hidden{
	overflow:hidden;
}

.container{
	max-width:1200px;
	width:95%;
	margin:auto;
	position:relative;
}


img{
	border:0;
	width:100%;
}

p{
	text-align:justify;
	font-family:"raleway-med";
	font-size:17px;
	color:#666;
        line-height: 24px;
}

.clear{
	clear:both;
}


ul li{
	float:left;
	list-style:none;
}


i{
	width:30px;
	height:30px;
	float:left;
}


::selection {
    color: #fff;
    background: #ffc600;
}

::-moz-selection {
    color: #fff;
    background: #ffc600;
}

input, select, textarea{
	transition:all 0.4s ease;
	border: #ccc solid thin;
}


input, select{
    height: 30px;
    padding-left: 5px;
    float: left;
}

select{
	width:99%;
}


a{
    text-decoration: none;
    color: #333;
}

i{
	width:25px;
	height:25px;
	float:left;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}


.form-group{
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.form-group .label{
    width: 15%;
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.form-group.required .label::after{
	content:" *";
	color:#ff0000;
	font-weight:bold;
	
}



.form-group .form-group-inline{
    width: 48%;
    float: left;
}

.form-group .form-group-inline:nth-child(odd){
    margin-right: 4%;
}

.form-group .form-group-inline .inpt input{
    width: 98%;
}


.dots{
    float: right;
    margin-right: 10px;
}

.form-group .label{
	width:100%;
	line-height:30px;
	font-size:15px;
	color:#333;
	color:#333;
}

.form-group .inpt{
    float: left;
    width: 100%;
}

.form-group .inpt input{
    width: 99%;
    float: left;
}

.form-group.full-width .inpt input, .form-group.full-width .inpt textarea{
		width:99%;
}

.form-group .inpt span{
    float: left;
    line-height: 30px;
}


.form-group .inpt textarea{
    width: 99%;
    resize:none;
    height: 80px;
	padding-top:5px;
	padding-left:5px;
}

.form{
	width:100%;
	float:left;
	position:relative;
}

.form span.divider{
	position:absolute;
	width:10px;
	height:90%;
	left:-115px;
	top:5px;
	background:url(../images/cntct-divider.png) no-repeat center;
	background-size:100% 100%;
}

.form .form-group .inpt input, .form .form-group .inpt select{
	height:35px;
}

.form .form-group .inpt input, .form .form-group .inpt textarea, .form .form-group .inpt input, .form .form-group .inpt select {

        font-family: "raleway-med";
        font-size: 15px;
}

.form .form-group .btn{
    padding: auto;
    cursor: pointer;
}

.form-center{
    width: 750px;
    margin:15px auto;
    float: none;
}

.form-center .form-group .form-group-inline:nth-child(odd){
    margin-right: 4%;
}

.btn{
	float:left;
	text-align:center;

	font-family:"raleway-bold";
	padding:10px 15px;
	width:auto;
	display:inline-block;
	font-size:15px;
	transition:all 0.4s ease;
        box-sizing: border-box;
        border-radius: 30px;
}

.btn-center{
	display:inline-block;
	float:none;
}

.btn-small{
    font-size: 13px;
    padding:0 15px;
    margin-top: 5px;
    line-height: 30px;
}

.btn-yellow{
    background: #ffc600;
    color: #0f263a;
    border: #ffc600 solid thin;
}

.btn-yellow:hover{
    background: #fff;
    color: #0f263a;
}


.btn-white{
    background: #fff;
    color: #08408a;
    border: #08408a solid thin;
}

.btn-white:hover{
    background: #08408a;
    color: #fff;
}

.quick .btn-white:hover{
    background: #08408a;
    color: #fff;
    border: #fff solid thin;
}

.btn-blck{
    color: #333;
    border: #ccc solid 2px;
    padding: 3px 15px 0;
    font-size: 13px;
}

.btn-grp .btn:first-child{
    margin-right: 10px;
}

.btn-grp-right{
    text-align: right;
    margin-top: 20px;
}

.form .form-group .btn:first-child{
    margin-right: 1%;
}

.span-12{
	margin:10px 0;
	width:100%;
	float:left;
        position: relative;
}

.span-3{
    width: 31%;
    float: left;
}

.span-6{
    width: 47.5%;
    float: left;
}

.span-6:first-child{
    margin-right:4.5%;
}

.span-8{
    float: left;
    width: 73%;
}

.span-4{
    float: left;
    width: 25%;
}

.top{
    width:100%;
    float:left;
    border-bottom: #ccc solid thin;
    text-align: center;
}

.top-txt{
    float: left;
    display: inline-block;
    position: relative;
}

.top-txt ul, .top-txt .cart {
    float: left;
    line-height: 37px;
}

.top-txt .cart {

    margin-left: 10px;
    border-left: #ccc solid thin;
    border-right: #ccc solid thin;
   
}

.top-txt .cart a{
     display: block;
    padding:0 10px;
    transition:all 0.4s ease;
     background: #08408a;
    color: #fff;
         
}

.top-txt .cart a .fa{
    line-height: 37px;
}

.top-txt .cart a:hover{
    background: #08408a;
    color: #fff;
}

.top-txt ul li a{
    padding: 0 10px;
}

.top-txt ul li a:hover{
    color: #08408a;
}

.tag-line{
    width: 50%;
    color: #333;
    margin: auto;
    display: inline-block;
    text-transform: uppercase;
    float: none;
    padding-top: 10px;
    font-weight: bold;
    color: #08408a;
}

#log-drp{
    position: absolute;
    z-index: 10;
    padding: 15px;
    background: #fff;
    border: #ccc solid thin;
    border-bottom: #08408a solid 2px;
    width: 400px;
    box-sizing: border-box;
    display: none;
}

.reg{
    text-align: center;
    border-top: #ccc solid thin;
    width: 100%;
    display: block;
    float: left;
    padding-top: 10px;
}

a.forgot{
    float: right;
    margin-top: 5px;
}

#log-drp a.btn-white {
    padding: 2px 10px 0;
    line-height: 25px;
    margin-left: 10px;
}

#log-drp .btn-blue{
    padding: 7px 20px;
    cursor: pointer;
}

#log-drp a.btn-white:hover{
    color: #fff;
}

.form-head{
    border-bottom: #08408a solid thin;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.form-head h2{
    float: left;
}

.form-head .fa{
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.top-social{
    float: right;
    color: #666;
    font-size: 17px;
    text-transform: uppercase;
}

.top-social a{
    color: #999;
    padding:10px 0;
    text-align: center;
    width: 40px;
    display: block;
    border-right: #ccc solid thin;
    transition: all 0.4s ease;
}
.top-social li:first-child a {
    border-left: #ccc solid thin;
}


.top-social a:hover{
    background: #08408a;
    color: #fff;
}

.top-cntct-detail{
	width:auto;
	/*float:right;*/
	position:relative;
        z-index: 2;
}

.top-cntct-detail .cntct-content{
	width:auto;
	line-height:30px;
	color:#666;
        clear: both;
	font-size:1.1em; 
        display: inline-block;
}

.top-cntct-detail .cntct-content span{
    color: #3eb8d5;
    font-size: 35px;
    margin-right: 10px;
}

.top-cntct-detail .cntct-content a{
    color: #0f263a;
}

.top-cntct-detail .cntct-content:first-child{
    /*margin-right: 50px;*/
}

.top-cntct-detail span, .top-cntct-detail .cntct-dtl{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.cntct-dtl{
    /*line-height: normal;*/
	line-height: 24px;
}

.cntct-dtl h4{
    color: #0f263a;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    text-transform: capitalize;
}

.logo{
	float:left;
}

.logo img{
    width: auto;
}

.slide-main{
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/slider-bg.jpg);
    background-size: 100% 100%;
}

.slide-img{
    position: absolute;
    width: 35%;
    top: 30%;
    right: 7%;
}

.slide-data{
    text-align: left;
    position: absolute;
    top: 25%;
    left: 7%;
    width: auto;
    display: block;
    min-width:300px;
    max-width: 40%;
    padding: 15px 10px;
    background: rgba(15,38,58,0.7);
    border-left: #ffc600 solid 5px;
}


.slide-inner{
    position: relative;
    z-index: 2;
    width: 100%;
}

.slide-data h2{
    float: left;
    display: block;
    clear: both;
    color: #ffc600;
    width: 100%;
    font-size: 30px;
}

.slide-data p{
    float: left;
    width: 1000%;
    color: #fff;
    clear: both;
}


.slide-data .btn{
    margin-top: 20px;
    margin-right: 10px;
}

#home-slider .owl-item{
    overflow: hidden;
}




.main-nav{

    width: 100%;
    background: #16242e;
    position: absolute;
    display: block;
    left: 0;
    bottom: -80px;
    z-index: 5;
}

.nav-bar{
    position: relative;
    width: 100%;
}

.menu-tab {
    display: none;
}


.nav li{
    float: none;
    display: inline-block;
    margin-left: -5px;
}

.nav li:first-child{
    margin-left: 0;
}

.nav li a {
    color: #fff;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    padding:23px 20px;
    transition:all 0.4s ease;
    font-family: "raleway-med";
    box-sizing: border-box;
    position: relative;
}

.nav li a:hover, .nav li a.active{
    color: #ffc600;
}

.inner-drop{
    position: absolute;
    background: #0b1c2a;
    z-index:5;
    display: none;
    border-top: 0;
    z-index: 30;
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.2);
    width: 680px;
}

.inner-drop ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    padding-left: 20px;
    width: 48%;
    position: relative;
}
.inner-drop ul li::before{
    font-family: "Ionicons";
    display: block;
    position: absolute;
    left: 0;
    content: '\f10b';
    color: #ffc600;
    font-size: 17px;
    top: 10px;
    left: 10px;
}



.inner-drop ul li a{
    line-height: 30px;
    padding:5px 10px;
    color: #fff;
    box-sizing: border-box;
    text-transform: capitalize;
    font-size: 13px;
}

.inner-drop ul li a:hover{
    color: #ffc600;
}


.content{
    padding-top: 60px;
}




.heading{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align:center;
    position: relative;
}

.heading h1, .heading h2{
	color: #0f263a;
	font-size: 30px;
	font-weight: normal;
	display:inline-block;
        background: url(../images/heading-bg.png) no-repeat bottom;
        padding-bottom: 20px;
        text-transform: uppercase;
}

.heading-2 h2 {
    background: url(../images/heading-bg-1.png) no-repeat bottom;
    color: #fff;
}

.txt-box-right .txt-ovr-img{
    float: left;
}

.txt-box-right .txt-data{
    float: right;
}

.txt-box-left .txt-ovr-img{
    float: right;
}

.txt-box-left .txt-data{
    float: left;
}

.txt-ovr-img{
    width:45%;
    position: relative;
}

.txt-data{
    width:65%;
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    left: 35%;
    top: 15%;
}

.txt-box-right .txt-data{
    left: 35%;
    padding-right: 0;
}

.txt-box-right .txt-data p, .txt-box-left .txt-data p{
    text-align: left;
}

.txt-box-left .txt-data{
    left: 0;
    padding-left: 0;
}

.txt-data h2{
    font-size: 30px;
}

.txt-data h2 span{
    color: #ffc600;
}

.service .span-3, #footer .span-3 {
    width: 28%;
    margin-right: 7%;
}

.service .span-3 {
    text-align: center;
}

.top-icon {
    width: 100px;
    height: 100px;
    margn:auto;
    display: inline-block;
}

.top-head{
    width: 100%;
    text-align: center;
}

.top-head h2{
    font-size: 25px;
}

.product-box .item{
    background: #fff;
    box-sizing: border-box;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
    margin-bottom: 20px;
}


.product-box .prdct-thumb{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-box .prdct-name{
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #333;
    padding: 20px 10px;
    position: relative;
    box-sizing: border-box;
}

.product-box h2{
    font-size: 21px;
    color: #1f3447;
    text-transform: uppercase;
}

.product-box p{
    font-size: 14px;
    color: #666;
    text-align: left;
}

.product-box .btn-single-center {
    width: 100%;
    float: left;
    text-align: center;
}

.row{
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.products .prdct-thumb{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7) url(../images/hove-plus.png) no-repeat center;
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(1.3);
}

.hover-1{
    background-color: rgba(33,150,219, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    cursor: pointer;
}

.product-box .prdct-thumb:hover .hover, .certi-row .certi-thumb:hover .hover, .list-img:hover .hover, .big-img:hover .hover{
    transform: scale(1);
    opacity: 1;
}

.img-bg{
    background: url(../images/design-bg.png) no-repeat left top;
    background-size:55% 100%;
    padding: 20px 0;
    margin-top: 30px;
}

.heading-left{
    text-align: left;
}

.heading-left h2 {
    background-position: left bottom;
}

.design-img{
    text-align: center;
}

.design-img img{
    width: auto
}






#footer .ftr-light{
    position:relative;
    background: #062651;
}









.view-rspnsv{
    display: none;
}

.ftr-logo{
    display: inline-block;
    width:299px;
    margin-bottom: 30px;
}

#footer {
    margin-top: 50px;
    position: relative;
    background: url(../images/ftr-bg.png) no-repeat;
    background-size: cover;
    padding-top: 50px;
}

#footer .span-3 {
    width: 28%;
    margin-right: 2%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#footer .span-3 h3{
    font-family: "raleway-bold";
    color: #ffc600;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

#footer .row {
    font-size: 15px;
    color: #ccc;
    position: relative;
    margin-bottom: 20px;
}

#footer a, #footer p{
    color: #ccc;
}  

#footer .row{
    position: relative;
}

#footer .row i {
    color: #3eb8d5;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 10px;
}

#footer .row i span{
    color: #fff;
    display: block;
    font-size: 60px;
    left: -8px;
    opacity: 0.1;
    position: absolute;
    top: -14px;
}
#footer .row i, #footer .btm-cntct{
    display:block;
    float: left;
}


#footer .btm-cntct {
    padding: 10px 0;
    padding-left: 40px;
    box-sizing: border-box;
}

.nav-bar-ftr {
    float: left;
    width: 100%;
}

.nav-bar-ftr h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    border-bottom: #666 solid thin;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.nav-bar-ftr h2 span{
    float: left;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: #ffc600 solid 2px;
}

.ftr-nav li {
    float: none;
    padding: 0 10px;
    display: inline-block;
}

.ftr-nav li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 0;
    transition: all 0.4s ease;
}

#footer li a.active, #footer li a:hover{
    color: #ffc600;
}

#footer .label{
    color: #ccc;
}
#footer .inpt input{
    background: #101010;
    color: #fff;
    border: none;
}

.btn-block{
    padding: 7px 0;
    width: 100%;
    text-align: center;
}

.ftr-dark{
    /*background: rgba(6,16,25,0.7);*/
    padding: 20px 0;
    text-align: center;
	background: #fff;
}


.social{
    text-align: center;
    float: right;
}

.social li{
    float: none;
    display: inline-block;
    text-align: left;
    position: relative;
    text-align: center;
    margin: 0 3px;
}

.social li a{
    color: #fff;
    font-size: 17px;
    border: transparent solid thin;
    
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.4s ease;
    background: #ffc600;
}
.social li a:hover{
    border: #ffc600 solid thin;
    background: none;
}

.copy {
        color: #787878;
	text-align:center;
	font-size:15px;
	width:100%;
        float: left;
        margin-top: 15px;
}

.copy span{
    color: #ffc600;
}

.ftr-nav-main{
    padding:30px 0 15px;
    border-top: #2c4e6c solid 1px;
    text-align: center;
}

/* inner page css */

.inner-header {
    width: 100%;
    float: left;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0 30px;
    text-align: center;
    position: relative;
}

.breadcrums{
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    float: right;
    margin-top: 20px;
}

.breadcrums li {
    border-right: #ccc dotted thin;
    position: relative;
    display: inline-block;
    float: none;
}

.breadcrums li:last-child {
    border-right: none;
}

.breadcrums li a{
    color: #ccc;
    font-size: 14px;
    padding: 0 15px;
    display: block;
    position: relative;
}

.breadcrums li a.active, .breadcrums li a:hover{
    color: #ffc600;
}

.breadcrums li:first-child a::before{
    display: block;
    position: relative;
    content:'\f448';
    font-family: "Ionicons";
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    font-size: 16px;
}

.inner-header h1 {
    font-size: 30px;
    color: #ffc600;
    margin-top: 10px;
    float: left;
}

.sidebar{
    float: left;
    width: 20%;
}

.section{
    float: right;
    width: 77%;
}

.side-nav{
    margin-top: 10px;
    float: left;
    width: 100%;
}

.sidebar ul li{
    float: none;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: #eee solid thin;
    position: relative;
}

.sidebar ul li a{
    color: #999;
    display: block;
    padding-left: 10px;
    transition: all 0.4s ease;
    font-family: "raleway-bold";
}

.sidebar ul li a:hover {
    color: #333;
}

.sidebar ul li a.active{
    color: #ffc600;
    padding-left: 30px;
}

.sidebar ul li a.active::before{
    content: '\f138';
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    left: 5px;
    font-size: 20px;
    top: 12px;
}

.side-rspnsv {
    display: none;
}

.inner-heading {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: #ccc solid thin;
}

.inner-heading h3{
    float: left;
    font-size: 25px;
    position: relative;
    padding-left: 35px;
}

.inner-heading h3::before{
    content: '\f138';
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    left: 5px;
    font-size: 25px;
    top: 2px;
    color: #ccc;
}
.inner-heading h2 span{   
    color: #16242e;
    margin-right: 10px;
}


.inner-heading .btn{
    float: right;
}
.inner-heading .btn i{
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-right: 10px;
}





.hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7) url(../images/hove-plus.png) no-repeat center;
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(1.3);
}



.prdct-dtl h2{
    color: #333;
    padding-bottom: 10px;
    margin:20px 0 15px;
    border-bottom: #ccc solid thin;
    width: 100%;
    float: left;
    font-size: 20px;
}

ul.lists li{
    float: left;
	width:100%;
    margin: 0 0 15px ;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    color: #666;
	
	line-height:24px;
    
}

ul.lists li::before{
    font-family: "Ionicons";
    display: block;
    position: absolute;
    left: 0;
    content: '\f120';
    color: #ffc600;
    font-size: 17px;
}

ul.lists li span{
    color: #0f263a;
    font-weight: bold;
    margin-right: 7px;
}

.span-3:last-child{
    margin-right: 0 !important;
}

.que, .ans{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding:0 40px;
    position: relative;
}

.que{
    font-weight: bold;
    font-size: 17px;
    color: #0f263a;
}

.que::before{
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 18px;
    color:#ffc600 ;
    display: block;
    content: "Q.";
    background: #0f263a;
    padding: 5px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}

.tble-design{
    width: 100%;
    border: 0;
}

.tble-design th, .tble-design td{
    text-align: left;
    font-family: "raleway-med";
    font-weight: normal;
    padding: 7px;
    width: 10%;
    font-size: 14px;
    vertical-align: top;
}

.list-img{
    width: 200px;
 
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.tble-design th{
    background: #333;
    color: #fff;
    padding: 10px 7px;
}

.tble-design th.inr-row{
    
    color: #ffc600;
    background: #e5e5e5 ;
}

.tble-design tr:first-child th{
    border-right: #fff solid thin;
}

.tble-design tr:first-child th:last-child{
    border-right: none;
}

.tble-design tr td{
    border-right: #ccc solid thin;
    border-bottom: #ccc solid thin;
}

.tble-design tr td:last-child{
    border-right: none;
}

.tble-design .one{
    width:20%;
}

.tble-design th{
    font-family: "raleway-bold";   
}

.big-img{
    float: right;
    width: 45%;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.cmpny-pro .row{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-left: #ccc solid 2px;
    padding: 7px 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.txt-block-lft{
    float: left;
    width: 38%;
    font-family: "raleway-bold";
    font-size: 16px;
    color: #ffc600;
}

.txt-block-rgt{
    float: right;
    width: 60%;
}

.span-5 {
    float: left;
    width: 40%;
}

.span-7 {
    float: right;
    width: 55%;
}

.span-5 .row h4{
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 20px;

}

.span-5 .social{
    float: left;
}

.scl{
    margin-top: 50px;
}

.span-5 .row .fa, .span-5 .row .cntct-inr-dtl{
    position:relative;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.span-5 .row .cntct-inr-dtl{
    width: 75%;
}

.span-5 .fa-blue .fa{
    color: #ffc600;
    font-size: 21px;
    margin-top: 1px;
    margin-right: 15px;
}

.span-5 .row .social a:hover{
    color: #ffc600;
}

.certi-row {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.certi-inline {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    padding: 5px;
    border: #aaa solid thin;
    margin-right: 1%;
    border-radius: 3px;
    transition: all 0.4s ease;
    margin-bottom: 15px;
}

.certi-thumb {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-bottom: #aaa solid thin;
}

.certi-inline h2{
    font-size: 18px;
    padding: 10px 0;
}

.modal {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
}
.modal {
    background: #fff;
    padding: 15px;
    width: 320px;
    position: relative;
}

.modal .heading {
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.modal .heading h2{
    background-position: left bottom;
}

.close-btn {
    font-weight: bold;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #ffc600;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: #fff solid 2px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.close-btn a {
    color: #fff;
    line-height: 25px;
    display: block;
    text-align: center;
}

.scroll-table{
    width: 100%;
    float: left;
}

.text-center{
    text-align: center;
}

.cntct-ftr .btm-cntct{
   text-align: left;
   
   line-height:24px;
}


.mCSB_horizontal.mCSB_inside > .mCSB_container{
    width:100% !important;
}

.mrgn-rgt{
    margin-right: 2%;
}

.note{
    width: 100%;
    float: left;
      font-weight: bold;
      color: #666;
      margin: 15px 0;
}

.note span{
    color: #ff0000; 
}

.same-width{
    width: 15% !important;
}

.big-width{
    width: 40% !important;

}

.accordion-head {
    cursor: pointer;
    position: relative;
}

.accordion-head {
    color: #666;
}

.accordion-head.active{
    color: #16242e;
}

.icon{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 21px;
}

#accordion .row{
    border-top: #ccc solid thin;
    border-bottom: #ccc solid thin;
    padding: 15px 0;
}

.accordion-data{
    display: none;
}
#accordion .row:first-child .accordion-data{
    display: block;
}

#accordion ul.lists{
    float: left;
    width: 100%;
    margin-top: 15px;
}

.code{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.code strong{
    float: left;
    margin-right: 10px;
    padding: 7px 20px;
    margin-bottom: 7px;
    border-radius: 3px;
    background: #16242e;
    color: #fff;
}

.exmpls .row{
    border: #aaa solid thin;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.exmpls .row span{
    display: block;
    margin-top: 7px;
    font-weight: bold;
    color: #16242e;
}

.cntct-details .span-5{
    float: right;
}
.cntct-details .span-5 .row .row {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 15px;
	
	line-height:24px;
}

.cntct-details .span-5 .row .row i{
    position: absolute;
    width: 25px;
    text-align: center;
    height: auto;
    left: 0;
    top: -1px;
    font-size: 22px;
    color: #3eb8d5;
}

.cntct-details .span-5 h4 {
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cntct-details .span-5 .row .row h5{
    font-size: 16px;
    margin-bottom: 7px;
}

.cntct-details .span-7 {
    width: 55%;
    float: left;
}

.inqury-form{
    width: 100%;
    float: left;
}
/********************************/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.tble-design th, .tble-design td {
  width: auto;
}
.product-box .prdct-thumb.apps-thumb > img {
  height: 175px;
}




#header .heading h1, #header .heading h2{
	font-family:inherit;
	text-transform:none;
}
.telephone-icon{
	width:25px;
	height:25px;
	background:url("../images/phone-icon2.png");
	background-repeat:no-repeat;
	
	position: absolute;
    width: 25px;
    text-align: center;
   /* height: auto;*/
    left: 0;
    top: -1px;
    font-size: 22px;
    color: #3eb8d5;
}
.telephone-icon-top{
	width:25px;
	height:25px;
	background:url("../images/phone-icon2.png");
	background-repeat:no-repeat;
    
}