body{
	padding:0;
	margin: 0;
}

p{
	padding: 0; margin: 0;
}
img{
	width: 100%;
	 height:0 auto;
}

.t-c{
	text-align: center !important;
}
.t-l{
	text-align: left !important;
}
.t-r{
	text-align: right !important;
}
.no-padding{
	padding: 0;
}
.center_contanier{
	width: 1200px; margin:0 auto;
}
.mar_1{
	margin-top: 5px;
}
.mar_2{
	margin-top: 10px;
}

.mar_3{
	margin-top: 15px;
}
.mar_4{
	margin-top: 20px;
}
.mar_5{
	margin-top: 25px;
}
.mar_6{
	margin-top: 30px;
}
.mar_7{
	margin-top: 35px;
}
.mar_8{
	margin-top: 40px;
}
.mar_9{
	margin-top: 45px;
}
.mar_10{
	margin-top: 50px;
}
.mar_11{
	margin-top: 55px;
}
.mar_12{
	margin-top: 60px;
}
.mar_13{
	margin-top: 65px;
}
.mar_14{
	margin-top: 70px;
}
.mar_15{
	margin-top: 75px;
}
.mar_16{
	margin-top: 80px;
}
.mar_17{
	margin-top: 85px;
}
.mar_18{
	margin-top: 90px;
}
.mar_19{
	margin-top: 95px;
}
.mar_20{
	margin-top: 100px;
}
/*------------------------------*/
.mar_left1 {margin-left:10px;}
.mar_left2 {margin-left:15px;}
.mar_left3 {margin-left:20px;}
.mar_left4 {margin-left:25px;}
.mar_left5 {margin-left:-37px;}
.mar_left6 {margin-left:35px;}
.mar_left7 {margin-left:40px;}
.mar_left8 {margin-left:45px;}
.mar_left9 {margin-left:50px;}
.mar_left10 {margin-left:55px;}

/*---------------font---------------------*/
@font-face {
    font-family: 'rechargebold';
    src: url('../fonts/recharge_bd-webfont.woff2') format('woff2'),
         url('../fonts/recharge_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vijayaregular';
    src: url('../fonts/vijaya-webfont.woff2') format('woff2'),
         url('../fonts/vijaya-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'leelawadeeregular';
    src: url('../fonts/leelawad-webfont.woff2') format('woff2'),
         url('../fonts/leelawad-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*------------------AvenirLTStd--------------------*/
/*--45-*/
@font-face {
	font-family: 'Conv_AvenirLTStd-Book';
	src: url('../fonts/AvenirLTStd-Book.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), 
	 url('../fonts/AvenirLTStd-Book.ttf') format('truetype'),
	 url('../fonts/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--55-*/
@font-face {
	font-family: 'Conv_AvenirLTStd-Roman';
	src: url('../fonts/AvenirLTStd-Roman.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), 
	url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), 
	url('../fonts/AvenirLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--65--*/
@font-face {
	font-family: 'Conv_AvenirLTStd-Medium';
	src: url('../fonts/AvenirLTStd-Medium.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'), 
	url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'), 
	url('../fonts/AvenirLTStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------hader_1--------------------*/

.hader_1 {
    width: 100%;
    float: left;
    background-color: #0d0c0c;
    height: 40px;
}

.hader_1 h1 {
    color: #b0b0b0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin-top: 12px;
}
.hader_1 .top_navigation {
    color: #b0b0b0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    float: right;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #0b1e3c;
}
.hader_1 .top_navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.hader_1 .top_navigation ul li {
    float: left;
    padding: 8px 20px;
    border-left: 1px solid #414141;
    height: 40px;
}
.hader_1 .top_navigation ul li:last-child {
    border-right: 1px solid #414141;
    height: 33px;
}


.hader_1 .top_navigation ul li a {
	text-decoration: none;
	color: #b0b0b0;
}
/*------------------hader_2_navigation--------------------*/

.hader_2_navigation {
    width: 100%;
    float: left;
    background-color: #0b1e3c;
}
.hader_2_navigation .left_logo_box {
    background-color: #fbd232;
    float: left;
    width: 86%;
}
.hader_2_navigation .triangle_right {
    width: 0;
    height: 0;
    border-top: 69px solid transparent;
    border-left: 84px solid #fbd232;
    border-bottom: 76px solid transparent;
    float: right;
    margin-right: -84px;
}
.hader_2_navigation .log {
    width: 133px;
    float: left;
    margin-top: 19px;
    margin-left: 100px;
}

.hader_2_navigation .phone1 {
    margin-left: 30px;
    margin-top: 56px;
    width: 25px;
}
.hader_2_navigation .phone2 {
    margin-left: 24px;
    margin-top: 46px;
    width: 40px;
}

.hader_2_navigation h2 {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
    text-align: left;
    width: 100%;
}
.hader_2_navigation h3 {
    color: #ffffff;
    font-family: "Conv_AvenirLTStd-Book";
    font-size: 18px;
    margin-left: 4px;
    margin-top: -3px;
    text-align: left;
    width: 100%;
}

/*--------------------hader_3_navigation-----------------------*/
.hader_3_navigation {
    width: 100%;
    float: left;
}
.hader_3_navigation .left_logo_box {
    background-color: #fbd232;
    float: right;
    width: 29%;
    height: 59px;
    margin-top: -34px;
    position: relative;
}
.hader_3_navigation .triangle_right {
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-right: 43px solid #fbd232;
    border-bottom: 25px solid transparent;
    float: left;
    margin-left: -43px;
    margin-top: 0px;
}
.hader_3_navigation .mid_navigation {
    color: #111010;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    float: left;
}

.hader_3_navigation .mid_navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.hader_3_navigation .mid_navigation ul li {
    float: left;
    padding: 15px 14px;
}

.hader_3_navigation .mid_navigation ul li a {
	text-decoration: none;
    color: #111010;
}


/*--------------------hader_4_navigation-----------------------*/
.hader_4_navigation {
    width: 100%;
    float: left;
}

.navbar-default{
 background-color: transparent;
 border-color:transparent;
 border:none;
}


.navbar{ margin-bottom:0px;}
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fdf53d;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Conv_AvenirLTStd-Medium';
    padding: 13px 31px;
    font-weight: 600;
    color: #050303;
    font-size: 18px;
    text-transform: uppercase;
}
.navbar {
    float: left;
    margin-bottom: 0;
    width: 100%%;
}
.navbar-collapse {
	padding: 0px;
}


.navbar-default .navbar-nav > li > a:hover {
    color: #0b1e3c;
}
/*---------------------slider----------------------*/
.slider {
	width: 100%;
	float: left;
	margin-top: 20px
}

.bs-slider{
    overflow: hidden;
    max-height: 550px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    animation-delay: 0.7s;
    color: #fff;
    display: inline-block;
    font-family: "rechargebold";
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 58px;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}
.slide-text > h1 span {
	color: #fbd232;
}
.slide-text > p {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    color: #0D8EE0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 58%;
}
.slide-text > a.btn-default {
    font-family: 'Ubuntu', sans-serif;
    color: #030101;
    font-weight: 400;
    font-size: 19px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    border-radius: 0px;
    font-weight: 700;
    background-color: #fff;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.di{
	padding: 1px 0px;
}

.slide-text > a.btn2-default{
	font-family: 'Ubuntu', sans-serif;
    color: #0b0909;
    font-weight: 400;
    font-size: 19px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    font-weight: 700;
    border-radius: 0px;
    background-color: #fbd232;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn2-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/*--------------------hader_panel_5-----------------------*/
.hader_panel_5 {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.hader_panel_5 .panel_1st_box {
    border-top: 12px solid #21da13;
    margin-top: -12px;
    position: relative;
    z-index: 9;
}
.hader_panel_5 .panel_1st_boxa {
    border-top: 12px solid #2396df;
    margin-top: -12px;
    position: relative;
    z-index: 9;
}
.hader_panel_5 .panel_1st_boxb {
    border-top: 12px solid #525252;
    margin-top: -12px;
    position: relative;
    z-index: 9;
}


.hader_panel_5 .panel_1st_box1 {
    background-color: #fbfbfb;
    padding-bottom: 17px;
}

.hader_panel_5 h1 {
    color: #000000;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 38px;
    text-align: left;
    width: 100%;
}

.hader_panel_5 h2 {
    color: #4c4c4c;
	font-family: 'Conv_AvenirLTStd-Medium';    
	font-size: 17px;
    text-align: left;
    width: 100%;
    margin-top: -5px;
}

.hader_panel_5 .icone_midd {
    width: 68px;
    margin-top: 23px;
}

.hader_panel_5 .panel_1st_box2 {
    box-shadow: 8px 4px 10px -4px #6E6767;
    height: auto;
    padding-bottom: 38px;
}

.hader_panel_5 .panel_1st_box2 .picture1 {
    width: 159px;
    margin-top: 49px;
    margin-left: -30px;
}

.hader_panel_5 .panel_1st_box2 .side_navigation {
    color: #4c4c4c;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin-top: 45px;
}

.hader_panel_5 .panel_1st_box2 .side_navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.hader_panel_5 .panel_1st_box2 .side_navigation ul li {
    float: left;
    padding: 2px 30px;
    background: url('../images/onclicl.png') no-repeat;
    margin-top: 0px;
    line-height: 25px;
}
.hader_panel_5 h3 {
    color: #076483;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    width: 52%;
    font-weight: 700;
    float: left;
    margin-left: 6px;
}
.hader_panel_5 h3 a {
    color: #076483;
    text-decoration: none;
}
.hader_panel_5 .arrew {
    margin-left: -89px;
    margin-top: 23px;
    width: 14px;
}

.hader_panel_5 .pic_one1 {
    margin-left: -53px;
    margin-top: 47px;
    width: 161px;
}


/*--------------------hader_panel_6-----------------------*/
.hader_panel_6 {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    height: 742px;
    margin-bottom: 45px;
    background-attachment: fixed !important;
    background:url('../images/mid_background_banner.jpg')no-repeat;
}
.hader_panel_6 h1 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 67px;
    text-align: left;
    width: 100%;
    font-weight: 600;
    float: left;
    margin-top: 77px;
    margin-bottom: 25px;
}
.hader_panel_6 h1 span {
    color: #1246bb;
}
.hader_panel_6 .black_icone1 {
    width: 90px;
    margin-top: 18px;
}
.hader_panel_6 h2 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-align: left;
    width: 100%;
    font-weight: 600;
}

.hader_panel_6 .border {
    border-bottom: 1px solid #dddddd;
    padding-top: 3px;
    width: 89%;
}
.hader_panel_6 p {
    color: #000000;
    font-family: 'Conv_AvenirLTStd-Roman';
    font-size: 17px;
    text-align: left;
    width: 99%;
    margin-top: 10px;
}




/*---------- service css ------*/

.ser{
	margin: 74px auto 0;
	text-align: center;
}

.ser h2{
	color: #15135e;
	font-size: 49px;
	font-family: 'Conv_AvenirLTStd-Medium';
	margin-bottom: 0
}

.ser h2 span{
	color: #212121;
	font-size: 49px;
	font-family: 'Conv_AvenirLTStd-Medium';
}

.brdr{
	margin-left: -171px;
}

.colum1{
	margin: 134px 0 0;
	border: 1px solid #f3f2f2;
	border-radius: 2px;
	box-shadow: 9px 11px 6px 2px #e8e8e8;
	padding: 0 8px;
}

.colum1 img{
	margin: -72px 0 0;
}

.colum1 h2{
	font-size: 24px;
	font-family: 'Conv_AvenirLTStd-Book';
	color: #212121;
}

.colum1 p{
	font-size: 15px;
	font-family: 'Conv_AvenirLTStd-Roman';
	color: #5d5858;
	line-height: 25px;
	margin: 33px 0 24px;
}


/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

.colum1 .readd{
	background: #212121;
	color: #fff;
	border-radius: 20px;
	width: 150px;
	display: inline-block;
	text-align: center;
	margin: 0 0 24px;
	padding: 8px 0;
	font-size: 16px;
	font-family: 'Conv_AvenirLTStd-Book';
	cursor: pointer;
	text-decoration: none;
}

.colum1 .readd a{
	color: #fff;
	text-decoration: none;
}

.carousel-indicators li{
	background: #212121;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	border: none;
}

.carousel-indicators .active{
	background: #143ef2;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	border: none;
}

.carousel-indicators{
	bottom: -74px;
}

.ser .carousel-inner{
	height: 437px;
}
.service_picture {
	width: 87px;
}

.border_bottom {
    border-bottom: 2px solid #15135e;
    width: 82px;
    margin-left: 38%;
    margin-top: 12px;
}

/*----------------hader_5-----*/

.bchader_5 {
    width: 100%;
    float: left;
    padding: 50px 0px;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    margin-top: 107px;
}

.bchader_5 .search_box {
    background-color: #0e60ad;
    float: left;
    padding: 16px 39px;
}

.bchader_5 .search_box h1 {
    color: #fffefe;
	font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 700;
}

.bchader_5 .search_box p {
    color: #fffefe;
    font-family: 'vijayaregular';
    font-size: 20px;
    text-align: left;
    width: 100%;
    margin-top: 10px;

}

.bchader_5 .search_box .contact_from_inpute {
    background-color: #fff;
    border: 1px solid #fcfcfc;
    border-radius: 1px;
    color: #0e0c0c;
    font-family: 'vijayaregular';
    font-size: 14px;
    margin-top: 15px;
    padding: 9px 11px;
    text-align: left;
    width: 95%;
}

.bchader_5 .search_box .service_battanhome{
    background-color: #1d1d1c;
    color: #fff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 11px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 69%;
	border:none;
}
.bchader_5 .right_box {
    margin-left: 43px;
    margin-top: 69px;
}

.bchader_5 .right_box h1 {
    color: #686868;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size:41px;
    text-align: left;
    width: 100%;
}

.bchader_5 .right_box h2 {
    color: #060303;
    font-family: 'vijayaregular';
    font-size: 29px;
    text-align: left;
    width: 100%;
    margin-top: 10px;

}
.bchader_5 .right_boxnavigation {
    color: #060303;
    font-family: 'vijayaregular';
    font-size: 23px;
    text-align: left;
    width: 100%;
    margin-top: 33px;
    margin-left: 28px;
}

.bchader_5 .right_boxnavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: disc;

}

.bchader_5 .right_boxnavigation ul li {
	float: left;
	width: 50%;
	padding: 0px 10px;
}
.bchader_5 .right_boxnavigation ul li a {
	    color: #060303;
	    text-decoration: none;
}

.bchader_5 .right_box p {
    color: #5e5e5f;
    font-family: 'Conv_AvenirLTStd-Roman';
    font-size: 18px;
    text-align: left;
    width: 93%;
    margin-top: 30px;
    line-height: 32px;
}

.bchader_5 .right_box h3 {
    color: #060303;
    font-family: 'vijayaregular';
    font-size: 29px;
    text-align: left;
    width: 100%;
    margin-top: 29px;
    float: left;
}

/*----- banner bottom css -----*/

.botm_txt h2{
	color: #15135e;
	font-size: 46px;
	font-family: 'Conv_AvenirLTStd-Medium';
}

.botm_txt h2 span{
	color: #2e2e2e;
}

.tab_cnt {
    width: 100%;
    float: left;
    margin-top: 48px;
    margin-bottom: 61px;
}

.botm_txt .lft{
	font-size: 21px;
	font-family: 'Conv_AvenirLTStd-Book';
	color: #000;
	margin: 20px 0 27px -37px;
}

.botm_txt p {
    font-size: 17px;
    font-family: 'Conv_AvenirLTStd-Book';
    color: #373737;
    margin: 0 0 43px;
    line-height: 27px;
    text-align: justify;
}

.botm_txt ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.botm_txt li {
    float: left;
    width: 50%;
    color: #5f5d5d;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 33px;
}

.botm_txt li a {
	text-decoration: none;
	color: #5f5d5d;
}
.call a {
    background: #15135e;
    border-radius: 20px;
    padding: 6px 0;
    width: 163px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-family: 'Conv_AvenirLTStd-Book';
    margin: 48px 0 0;
}
.call a {
    color: #fff;
    text-decoration: none;
}

.man_lft {
    width: 87%;
    margin-top: 110px;
}

/*--------- footer css ---------*/
.footer{
	background:url('../images/fotter.jpg') no-repeat;
	display: inline-block;
    padding: 30px;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 499px;
}

.brdr_btm{
	border-bottom: 1px solid #cecece;
	padding-bottom: 77px;
}

.menu li {
    float: left;
    border-right: 1px solid #646464;
    margin: 42px 0;
    padding: 0 23px;
    list-style-type: none;
}
.menu li:last-child {
    border-right: none;
}
.menu li a {
	text-decoration: none;
	color: #ffffff;
}
.menu{
	margin-left: 50px;
}

.copy p{
	text-align: center;
	font-size: 15px;
	color: #fbfe00;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}

.copy p a{
	text-align: center;
	font-size: 15px;
	color: #fbfe00;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.menu ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li a{
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	
}

.copy {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.area h2{
	font-size: 17px;
	font-family: 'Conv_AvenirLTStd-Book';
	color: #fff;
	text-transform: uppercase;
}
.area .mid_navigation_new {
    color: rgb(17, 16, 16);
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-left: -10px;
    margin-top: -20px;
    text-align: left;
    width: 100%;
}

 .area .mid_navigation_new ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.area .mid_navigation_new ul li {
    float: left;
    padding: 15px 14px;
}

.area .mid_navigation_new ul li a {
	text-decoration: none;
    color: #FFF;
}
.area hr {
    border-bottom: 3px solid #df9d00;
    border-top: medium none transparent;
    display: inline-block;
    float: left;
    width: 13%;
}
.area span{
	color: #fffefe;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.area p {
    color: #b4aaaa;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    width: 95%;
    float: left;
}

.auto{
	font-family: 'Conv_AvenirLTStd-Book' !important;
	text-transform: uppercase;
	font-size: 14px !important;
}

.area .form-control{
	width: 85%;
	float: left;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-weight: 300;;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0 11px;
	height: 53px;
}

.area button {
    border: 2px solid #fff;
    border-radius: 2px;
    height: 53px;
    margin-left: -2px;
    padding: 7px;
    background: #053ea5;
    color: #fff;
    padding: 10px;
	font-size: 18px;
}

.widt{
	width: 273px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.navbar-collapse.collapse{
		top: -50px;
	}
}


.btn_rew {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #0A6C9B;
    color: #fff;
}
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #000;
    border-color: #030908;
    outline: none;
    margin: 20px auto;
}

.tick {
	width: 24px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


/*-------------about_us_panel-------------------*/

/*-- about --*/
.wthree-heading{
	padding:2em 0;
	text-align:center;
}
.wthree-heading h2{
	color:#FFFFFF;
}
/*-- courses --*/
.wthree_banner1_info{
	margin: 8em 0 0;
    text-align: right;
}
.wthree_banner1_info h3{
	font-size:2em;
	color:#fff;
}
.wthree_banner1_info h3 span{
	color:#ec9114;
}
.agileinfo_courses_flipster{
	width:70%;
	margin:0 auto;
}
.w3ls_courses_left {
    padding: 0 3em 0 0;
}
.w3ls_courses_left_grid h3 {
    color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}
.w3ls_courses_left_grid h3 i{
    color: #FF5722;
    padding-right: 1em;
}
.w3ls_courses_left_grid p{
    margin: 1em 0 0;
    color: #999;
    line-height: 1.8em;
    font-size: .9em;
}
.w3ls_courses_left_grid:nth-child(2){
	padding-top:2em;
}
.w3ls_courses_right p{
	margin-bottom:2em !important;
}
.agileits_courses_right img{
	width:100%;
}
/*-- //courses --*/
/*-- features --*/
.features{
	background: url(../images/skillsbg.jpg);
    background-size: cover;
   padding: 5em 0;
   background-attachment: fixed;
}
.features-heading h3{
	color:#FFFFFF;
}
.agile_head1,.w3_agile_para1{
	color:#fff;
}
.agileits_w3layouts_features_grid{
	padding:1em;
	background:#fff;
}
.agileits_w3layouts_features_gridl {
    padding: 0;
}
.agileits_w3layouts_features_gridr {
    padding-left: 0;
}
.agile_feature_grid{
    width: 80px;
    height: 80px;
    background: #FF5722;
    text-align: center;
    border: 4px solid #cc3707;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3_agileits_features_grid:hover .agile_feature_grid{
    background: #212121;
    border: 4px solid #000000;
}
.w3_agileits_features_grid:hover .agileits_w3layouts_features_gridr h4{
    color: #FF5722;
}
.w3_agileits_features_grid:hover .agile_feature_grid i{
	color:#FFFFFF;
}
.agile_feature_grid i{
    font-size: 1.5em;
    color: #212121;
    line-height: 3em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.agileits_w3layouts_features_gridr h4{
    color: #212121;
    font-size: 1em;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}
.agileits_w3layouts_features_gridr p {
    color: #999;
    line-height: 1.8em;
    margin: .5em 0 0 0;
    font-size: 15px;
}
.w3_agileits_features_grid:nth-child(4),.w3_agileits_features_grid:nth-child(5),.w3_agileits_features_grid:nth-child(6){
	padding-top:2em;
}
/*-- //features --*/
.agileits_w3layouts_team_grids.w3ls_courses_grids {
    margin-top: 4em;
}
.w3_agileits_features_grids {
    margin-top: 4em;
}
/*-- team --*/
.team {
    width: 100%;
    float: left;
}
.agileinfo-team-grids{
	margin:4em 0 0 0;
}
.wthree-team-grid img{
	width:100%;
}
.wthree-team-grid-info {
    padding: 1em;
    background: #FFFFFF;
    text-align: center;
}
.wthree-team-grid h4 {
    font-size: 1em;
    color: #FF5722;
    margin: 0;
    font-weight: 600;
}
.wthree-team-grid p {
    margin:.5em 0;
    color: #999999;
    font-size: .9em;
}
.team-social-grids ul {
    padding: 0;
    margin: 0;
}
.team-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.team-social-grids ul li a {
    text-align: center;
}
.team-social-grids ul li a i.fa{
	height: 30px;
    width: 30px;
    border: solid 2px #FFFFFF;
    line-height: 29px;
    background: none;
    color: #b2b2b2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
/*-- //team --*/
.courses {
    width: 100%;
    float: left;
}
.features {
    width: 100%;
    float: left;
}

/*-------bholadas-----------*/
.extra_class{
	float: left;
	width: 16px;
	height: 54px;
}
/*-- //about --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #FF5722 !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #FF5722;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
	display: none;
}
}
/*-- //typography --*/
.typo {
    padding: 5em 0;
}
ul.bs-glyphicons-list {
    padding: 0;
} 
/*-- contact --*/ 
.contact.agileits {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.contact input[type="text"],.contact input[type="email"]{
    width: 100%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: inline-block;
	margin-right:14px;
}
.contact input.email {
    float: right;
}
.contact textarea {
    resize: none;
    width: 95.5%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #ccc;
    min-height: 12em;
    -webkit-appearance: none;
    margin-left: 15px;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #FF5722; 
    border: 2px solid #FF5722;
    -webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #FF5722;
}
.contact::-webkit-input-placeholder {
	color:#999 !important;
}
.contact:-moz-placeholder { /* Firefox 18- */
	color:#999 !important;
}
.contact::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
.contact:-ms-input-placeholder {  
	color:#999 !important;
}
.contact-right h4 {
    font-size: 1.8em;
    color: #FF5722;
    line-height: 1.6em;
    letter-spacing: 2px; 
}
.contact-text {
    padding: 3em; 
    -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.5);
} 
.contact-text p {  
    margin-top: 1em;
    text-align: left;
}
.contact-text p a{  
    color:#FF5722; 
	-webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.contact-text p a:hover{  
    color:#999; 
}
.contact-text p i.fa {
    margin-right: 5px;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.contact-agileinfo {
    margin-top: 4em;
}
/*-- //contact --*/
/*-- gallery --*/
.gallery {
    padding: 5em 0;
}
.gallery-grid {
    padding-left: 0;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 1em 0 0 0;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-size: 1.5em;
    margin-top: 18%;
    color: #FFF;
    font-weight: 600;
}

.grid figure h2 span {
	font-weight: 800;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}


figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.w3-agileits-gallery-grids {
    margin-top: 4em;
}
/*-- //gallery --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


.agileits-title {
    color: #0680c3;
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
    float: left;
    margin-bottom: 61px;
}


/*-------------------service_pane2-------------------------*/

.service_pane2 {
    float: left;
    padding-bottom: 69px;
    width: 100%;
}
.service_pane2 h1 {
    color: #0680c3;
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
    float: left;
}
.service_pane2 .img_1 {
    width: 355px;
    box-shadow: 2px 3px 5px 1px #A2A2A2;
    border-radius: 2px;
}

.service_pane2 h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #1b2428;
    font-weight: 700;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 29px;
    float: left;
}
.service_pane2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #6b6d6e;
    font-weight: 400;
    width: 96%;
    text-align: justify;
    margin-top: 3px;
    float: left;
    line-height: 23px;
}

.service_pane2 .btn-primary {
    color: #e3e5e6;
    background-color: #118bd2;
    border-color: #118bd2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 18px;
}
.btn {
	border-radius: 0px;
}


.service_pane1 {
	width: 100%;
	float: left;
}

.service_pane1pic {
	width: 100%;
	height: 320px;
}

.about_us_baner1 {
}

.service_pane1 {
	width: 100%;
	float: left;
}

.service_pane1pic {
	width: 100%;
	height: 320px;
}
/*---------------------indutrial_service_panel_one--------------*/

.indutrial_service_panel_one {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-color: #F5F6F5;
}
.indutrial_service_panel_one .simple_image {
    width: 380px;
    margin-top: 52px;
}
.indutrial_service_panel_one h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
    color: #1b2428;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin-top: 29px;
    float: left;
}
.indutrial_service_panel_one h2 {
    font-family: 'Conv_AvenirLTStd-Roman';
    font-size: 17px;
    color: #5c6163;
    font-weight: 300;
    width: 97%;
    text-align: left;
    margin-top: 5px;
    float: left;
    line-height: 30px;
    margin-left: 9px;
}

/*-- responsive --*/
@media(max-width:1440px){
	.captn {
		width: 320px;
		height: 185px;
	}
}
@media(max-width:1366px){
	.captn {
		width: 300px;
		height: 175px;
	}
	.captn h4 {
		margin: 2em 0 0 0;
	}
}
@media(max-width:1280px){
	.captn {
		width: 280px;
		height: 165px;
	}
}
@media(max-width:1080px){

	.captn {
		width: 235px;
		height: 140px;
	}
	.captn h4 {
		margin: 1em 0 0 0;
	}
	.w3-agile-view .w3lmask {
		padding: 3em 1em 1em 1em;
	}
}
@media(max-width:1024px){
	.captn {
		width: 220px;
		height: 130px;
	}
	.contact-text {
    padding: 1em;
}
}
@media(max-width:991px){

	.left-border-info h4 {
		line-height: 1.5em;
	}
	.introduction {
		padding: 0 0 4em 0;
	}
	.introduction-info p {
		width: 95%;
	}
	.about-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.about-grids1 {
		margin-top: 2em;
	}
	.agileinfo_services_grid {
		width: 50%;
		float: left;
	}
	.agileinfo_services_grid:nth-child(3),.agileinfo_services_grid:nth-child(4), .agileinfo_services_grid:nth-child(5), .agileinfo_services_grid:nth-child(6) {
		margin: 2em 0 0 0;
	}
	.agile_team_grid {
		width: 50%;
		float: left;
	}
	.view .w3lmask, .view .content {
		height: 390px;
	}
	.w3-agile-view .w3lmask {
		padding: 8em 1em 1em 1em;
	}
	.w3-agile-grid:nth-child(2) {
		margin: 2em 0;
	}
	.wthree-different-dot {
		padding: 0 0 6em;
	}
	.agile_team_grid:nth-child(3),.agile_team_grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.contact-grid {
		padding: 2.5em;
	}
	.map iframe {
		min-height: 180px;
	}
.w3l-services-grid {
    margin-bottom: 1em;
}
.services {
    padding: 3em 0;
}
.stats.services {
    padding: 3em 0;
}
.stats-grid {
    width: 50%;
    float: left;
}
.welcome {
    padding: 3em 0;
}
.welcomerow-agileinfo {
    margin-top: 3em;
}
.subscribe {
    padding: 3em 0;
}
.subscribe p {
    margin: 3em auto 0;
}
.testimonial.agileits-w3layouts {
    padding: 3em 0;
}
.sap_tabs {
    margin-top: 3em;
}
.view.view-first {
    width: 90%;
    padding: 2em 2em;
}
.courses {
    padding: 3em 0;
}
.agileits_w3layouts_team_grids.w3ls_courses_grids {
    margin-top: 3em;
}
.agileits_courses_right {
    margin-top: 2em;
    padding: 0;
}
.w3_agileits_features_grid {
    margin: 1em 0;
}
.w3_agileits_features_grid:nth-child(4), .w3_agileits_features_grid:nth-child(5), .w3_agileits_features_grid:nth-child(6) {
    padding-top: 0em;
}
.features {
    padding: 3em 0;
}
.w3_agileits_features_grids {
    margin-top: 3em;
}
.team {
    padding: 3em 0;
}
.wthree-team-grid {
    float: left;
    width: 50%;
    margin-bottom: 1em;
}
.gallery {
    padding: 3em 0;
}
.w3-agileits-gallery-grids {
    margin-top: 3em;
}
.gallery-grid {
    float: left;
    width: 50%;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 3em 0;
}
.typo {
    padding: 3em 0;
}
.contact.agileits {
    padding: 3em 0;
}
.contact-agileinfo {
    margin-top: 3em;
}
.contact-right.wthree {
    margin-top: 1em;
}
}
@media(max-width:900px){
	.captn {
		width: 195px;
		height: 110px;
	}
}
@media(max-width:800px){

	.callbacks_tabs {
		right: 46%;
	}
	.slider-info {
		margin: 2em 0 0 0;
	}
	.more-button {
		margin: 4em 0 1em 0;
	}
	.captn {
		width: 170px;
		height: 100px;
		padding: 1em;
	}
	.captn h4 {
		margin: .5em 0 0 0;
	}
}
@media(max-width:736px){

	.gallery-grids-left {
		float: left;
		width: 50%;
	}
	.captn {
		width: 315px;
		height: 185px;
	}
	.captn h4 {
		margin: 2.5em 0 0 0;
	}
	.contact-w3lsright {
		margin: 2em 0 0 0;
	}
	.border {
		width: 10%;
	}
}
@media(max-width:667px){

	.captn {
		width: 290px;
		height: 170px;
	}
	.w3-agile-view .w3lmask {
		padding: 6em 1em 1em 1em;
	}
}
@media(max-width:640px){
	.captn {
		width: 280px;
		height: 164px;
	}
	.w3ls-border {
		width: 15%;
	}
h3.agileits-title, h2.agileits-title {
    font-size: 2.5em;
}
}
@media(max-width:600px){
	.banner {
		margin: 4em 0 0 0;
	}
	.banner-bottom-left {
		float: none;
		width: 100%;
		padding: 1em;
	}
	.agileinfo_services_grid {
		width: 100%;
		float: none;
	}
	.agileinfo_services_grid:nth-child(2),.agileinfo_services_grid:nth-child(3), .agileinfo_services_grid:nth-child(4), .agileinfo_services_grid:nth-child(5), .agileinfo_services_grid:nth-child(6) {
		margin: 2em 0 0 0;
	}
	.agileinfo_services_grid p {
		margin: .5em 0 0;
	}
	.captn {
		width: 260px;
		height: 155px;
	}
	.w3-agile-view .w3lmask {
		padding: 5em 1em 1em 1em;
	}
.w3l-services-text {
    padding: 1.5em;
}
}
@media(max-width:568px){
	.captn {
		width: 245px;
		height: 145px;
	}
	.captn h4 {
		margin: 1.5em 0 0 0;
	}
	.w3-agile-view .w3lmask {
		padding: 4em 1em 1em 1em;
	}
.w3l-services-grid {
    width: 100%;
}
}
@media(max-width:480px){
	.slider-info h3 {
		font-size: 3em;
	}
	.slider-info p {
		margin: 1em auto 0;
		width: 90%;
	}
	.callbacks_tabs {
		right: 44%;
	}
	.about-grid-left span {
		font-size: 1.5em;
	}
	.w3-header-top-left {
		width: 35%;
	}
	.captn {
		width: 200px;
		height: 120px;
	}
	.w3-agile-view .w3lmask {
		padding: 2em 1em 1em 1em;
	}
	.contact-grid {
		padding: 1.5em;
	}
.subscribe p {
    width: 90%;
}
.stats-agileinfo h6 {
    font-size: 1.3em;
}
.numscroller {
    font-size: 2.5em;
}
.slider-info {
    margin: 1em 0 0 0;
}
.more-button {
    margin: 3em 0 1em 0;
}
.w3ls_courses_left_grid h3 {
    letter-spacing: 3px;
}
}
@media(max-width:414px){
	.w3ls-icon i.fa {
		font-size: 1.5em;
	}
	.slider-info {
		margin: 1em 0 0 0;
	}
	.slider-info h3 {
		font-size: 2.5em;
	}
	.callbacks_nav {
		width: 25px;
	}
	.wthree-different-dot {
		padding: 0 0 4em;
	}
	.more-button {
		margin: 2em 0 1em 0;
	}
	.more-button a {
		font-size: .9em;
		padding: .5em 1em;
	}

	.callbacks_tabs {
		right: 42%;
	}
	.banner-bottom {
		padding: 2em 0;
	}
	.w3l-heading h2, .w3l-heading h3 {
		font-size: 2em;
	}
	.introduction-info, .agileits-about-grids, .agileinfo_services_grids, .gallery-grids, .agile_team_grids, .w3-agileits-subscribe-form, .contact-row {
		margin: 2em 0 0 0;
	}
	.w3ls-border {
		margin: 2em auto 0;
	}
	.introduction {
		padding: 0 0 2em 0;
	}
	.captn {
		width: 175px;
		height: 100px;
	}
	.captn h4 {
		margin: 0.5em 0 0 0;
	}
	.agile_team_grid {
		width: 100%;
		float: none;
	}
	.view .w3lmask, .view .content {
		height: 400px;
	}
	.w3-agile-view .w3lmask {
		padding: 8em 1em 1em 1em;
	}
	.agile_team_grid:nth-child(2),.agile_team_grid:nth-child(3), .agile_team_grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.w3-agileits-subscribe-form input[type="email"] {
		margin: 0 0 1em 0;
		width: 100%;
	}
	.contact input[type="submit"] {
		padding: .8em 3em;
	}
	.w3-agile-grid h5 {
		margin: 0 0 1em 0;
	}
	.agileits-w3layouts-footer {
		padding: 2em 0;
	}
.stats-grid {
    width: 100%;
    margin-bottom: 1em;
}
.w3l-welcome-grid {
    float: left;
    width: 100%;
}
.view.view-first h5 {
    left: 30%;
    bottom: -13%;
}
.resp-tabs-list {
    width: 90%;
}
.subscribe form input.user {
    width: 90%;
}
.subscribe form input[type="submit"] {
    margin-top: 10px;
}
.w3-banner-1 {
    min-height: 230px;
}
.wthree-team-grid {
    width: 100%;
    margin-bottom: 1em;
}
.w3ls_courses_left {
    padding: 0 1em 0 0;
}
.gallery-grid {
    width: 100%;
}
.contact input[type="text"], .contact input[type="email"] {
    width: 100%;
margin-right: 14px;
}
}
@media(max-width:384px){
	.w3-header-top-left {
		width: 40%;
	}
	.about-grid-left span {
		font-size: 1em;
	}
	.agileinfo_services_grid_right h4 {
		font-size: 2em;
	}
	.gallery-grids-left {
		float: none;
		width: 100%;
	}
	.captn {
		width: 320px;
		height: 190px;
	}
	.captn h4 {
		margin: 2.5em 0 0 0;
	}
	.address-row span.glyphicon {
		font-size: 1em;
	}
}
@media(max-width:320px){
	.w3-header-top-left {
		width: 46%;
	}
	.logo h1 a {
		font-size: .9em;
	}
	.slider-info h3 {
		font-size: 2em;
	}
	.slider-info p {
		width: 100%;
	}
	.border {
		width: 25%;
		margin: 15px auto 0;
	}
	.banner {
		margin: 2em 0 0 0;
	}
	.left-border-info {
		padding: 1em;
	}
	.w3l-heading h2, .w3l-heading h3 {
		font-size: 1.5em;
	}
	.about-grid-left {
		text-align: center;
		padding: 0;
		float: none;
		width: 100%;
		margin: 0 0 1em 0;
	}
	.about-grid-right {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.about-grid-right h4 {
		letter-spacing: 0px;
	}
	.agileinfo_services_grid_left h4 {
		letter-spacing: 1px;
	}
	.captn {
		width: 265px;
		height: 160px;
	}
	.w3-agile-view .w3lmask {
		padding: 4em 1em 1em 1em;
	}
	.contact-grid {
		padding: 1em;
	}
	.contact textarea {
		min-height: 9.8em;
	}
	.contact input[type="submit"] {
		padding: .8em 2em;
	}
	.address-row span.glyphicon {
		font-size: .9em;
	}
	.slider-info {
    margin: 0em 0 0 0;
}
.more-button {
    margin: 1em 0 1em 0;
}
.services {
    padding: 2em 0;
}
.w3-services-grids {
    margin-top: 2em;
}
.w3l-services-text {
    padding: 1em;
}
.stats.services {
    padding: 2em 0;
}
.welcome {
    padding: 2em 0;
}
.welcomerow-agileinfo h5 {
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 2px;
}
.welcomerow-agileinfo {
    margin-top: 2em;
}
.w3l-welcome-grid {
    margin-top: 1em;
}
.subscribe {
    padding: 2em 0;
}
.subscribe p {
    margin: 1em auto 0;
	width:100%;
}
.testimonial.agileits-w3layouts {
    padding: 2em 0;
}
.view.view-first {
    padding: 2em 1em;
}
.view.view-first h5 {
    left: 26%;
    bottom: -13%;
	font-size:1.1em;
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.2em;
}
.w3-banner-1 {
    min-height: 200px;
}
.courses {
    padding: 2em 0;
}
.w3ls_courses_left {
    padding: 0px 0em 0px 0;
}
.agileits_w3layouts_team_grids.w3ls_courses_grids {
    margin-top: 2em;
}
.agile_feature_grid {
    width: 60px;
    height: 60px;
}
.agile_feature_grid i {
    line-height: 2.2em;
}
.features {
    padding: 2em 0;
}
.team {
    padding: 2em 0;
}
.agileinfo-team-grids {
    margin: 2em 0 0 0;
}
.w3-agile-grid {
    padding: 0;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 2em 0;
}
.typo {
    padding: 2em 0;
}
.contact.agileits {
    padding: 2em 0;
}
.contact-agileinfo {
    margin-top: 2em;
}
.contact-form.wthree {
    padding: 0;
}
.contact-right.wthree {
    padding: 0;
}
.contact-right h4 {
    font-size: 1.5em;
    line-height: 1.6em;
}
}


/*---------inner_page_baner-----------*/

.inner_page_baner {
	width: 100%;
	float: left;
	margin-top: 14px;
}
/*-----------------model-----------------*/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}





.modal-dialog {
margin: 0px auto;
}

.modal-backdrop.fade {
opacity: 0.1;
filter: alpha(opacity=0.1);
}

.modal-content {
position: relative;
background-color: #FFF;
border: 1px solid #CECECE;
border-radius: 0px;
-webkit-box-shadow:none; 
 box-shadow: none;
background-clip: padding-box;
outline: 0;
}


.modal-header {
    border: 8px solid #0B1E3C;
    background-color: #fff;
    padding: 60px;
    text-align: justify;
    width: 100%;
}

.modal-header .close {
    margin-top: -52px;
}


/*------------responsive-----------------*/

@media only screen and (min-width: 766px) {
/*--------header panel start---------*/
}

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
		.container{
		width:757px;
	}

.center_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_small_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_moresmall_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_small_contanier1{width: 100%; padding-left: 15px; padding-right: 15px;}

.hader_2_navigation .left_logo_box {
    background-color: #fbd232;
    float: left;
    width: 75%;
    margin-left: -15px;
}

.hader_2_navigation .log {
    width: 94px;
    float: left;
    margin-top: 39px;
    margin-left: 44px;
}

.hader_1 {
    width: 100%;
    float: left;
    background-color: #0d0c0c;
    height: auto;
}
.hader_1 .top_navigation ul li {
    float: left;
    padding: 8px 20px;
    border-left: 1px solid #414141;
    height: 53px;
}
.hader_2_navigation h2 {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 40px;
    text-align: left;
    width: 100%;
    margin-left: 12px;
}
.hader_2_navigation h3 {
    color: #ffffff;
    font-family: "Conv_AvenirLTStd-Book";
    font-size: 9px;
    margin-left: 14px;
    margin-top: -3px;
    text-align: left;
    width: 100%;
}
.hader_2_navigation .phone1 {
    margin-left: 10px;
    margin-top: 48px;
    width: 19px;
}

.hader_2_navigation .phone2 {
    margin-left: 24px;
    margin-top: 46px;
    width: 21px;
}
.hader_3_navigation .mid_navigation {
    color: #111010;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    float: left;
}

.hader_3_navigation .mid_navigation ul li {
    float: left;
    padding: 19px 14px;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Conv_AvenirLTStd-Medium';
    padding: 15px 15px;
    font-weight: 600;
    color: #050303;
    font-size: 13px;
    text-transform: uppercase;
}

.slide-text > h1 {
    width: 80%;
}
.hader_panel_5 h2 {
    color: #4c4c4c;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: -5px;
    margin-left: 8px;
}

.hader_panel_5 .arrew {
    width: 14px;
    margin-top: 25px;
    margin-left: 0px;
}
.hader_panel_6 .black_icone1 {
    width: 48px;
    margin-top: 29px;
}
.bchader_5 {
    width: 100%;
    float: left;
    padding: 50px 0px;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    margin-top: 107px;
}
.area .form-control {
    width: 68%;
}

.footer {
    background: url('../images/fotter.jpg') no-repeat;
    display: inline-block;
    padding: 9px;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: auto;
}


.menu li {
    float: left;
    border-right: 1px solid #646464;
    margin: 36px 0;
    padding: 0 6px;
    list-style-type: none;
}
.menu li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

.hader_panel_6 {
    width: 100%;
    float: left;
    background-size: cover !important;
    background-position: center;
    height: auto;
    margin-bottom: 45px;
    background-attachment: fixed !important;
    background: url('../images/mid_background_banner.jpg')no-repeat;
}
.service_pane2 .img_1 {
    width: 100%;
    box-shadow: 2px 3px 5px 1px #A2A2A2;
    border-radius: 2px;
}
.service_pane2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #6b6d6e;
    font-weight: 400;
    width: 96%;
    text-align: justify;
    margin-top: 3px;
    float: left;
    line-height: 23px;
}

.area span {
    color: #fffefe;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.indutrial_service_panel_one .simple_image {
    width: 100%;
    margin-top: 52px;
}















}


@media only screen and (min-width: 992px) and (max-width: 1024px)  {
		.container{
		width:990px;
	}
	
.center_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_small_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_moresmall_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_small_contanier1{width: 100%; padding-left: 15px; padding-right: 15px;}


	
	
}

/* Note: Design for a width of 320px */


@media only screen and (min-width: 300px) and (max-width: 767px) {


.center_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_small_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_moresmall_contanier{width: 100%; padding-left: 15px; padding-right: 15px;}
.center_small_contanier1{width: 100%; padding-left: 15px; padding-right: 15px;}


.hader_2_navigation .left_logo_box {
    background-color: #fbd232;
    float: left;
    width: 100%;
}
.hader_2_navigation .triangle_right {
	display: none;
}
.hader_1 {
    width: 100%;
    float: left;
    background-color: #0d0c0c;
    height: auto;
}
.hader_1 .top_navigation {
    color: #b0b0b0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    float: left;
    width: 100%;
}
.botm_txt .lft {
    font-size: 21px;
    font-family: 'Conv_AvenirLTStd-Book';
    color: #000;
    margin: 0;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 17px;
}
.hader_1 .top_navigation ul li {
    float: left;
    padding: 8px 16px;
    border-left: none;
    height: 40px;
}

.hader_1 .top_navigation ul li:last-child {
    border-right: none;
    height: 33px;
}
.hader_1 h1 {
    color: #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 17px;
}
.hader_2_navigation .log {
    width: 123px;
    float: left;
    margin-top: 19px;
    margin-left: 68px;
    margin-bottom: 30px;
}

.hader_3_navigation .left_logo_box {
    background-color: #fbd232;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
    position: relative;
}
.hader_3_navigation .triangle_right {
	display: none;
}
.hader_3_navigation .mid_navigation ul li {
    float: left;
    padding: 15px 19px;
}

.slide-text {
	display: none;
}
.hader_panel_5 .panel_1st_box2 {
    box-shadow: 8px 4px 10px -4px #6E6767;
    height: 300px;
    padding-top: 20px;
    background-size: cover !important;
}
.hader_panel_5 .arrew {
	display: none;
}
.hader_panel_5 .panel_1st_box2 .side_navigation {
    color: #4c4c4c;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-top: 4px;
}
.hader_panel_5 .panel_1st_box2 .side_navigation ul li {
    float: left;
    padding: 6px 30px;
    background: url('../images/onclicl.png') no-repeat;
    margin-top: 0px;
    line-height: 21px;
}
.hader_panel_5 h3 {
    color: #076483;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    width: 52%;
    font-weight: 700;
    float: left;
    margin-left: 6px;
    margin-top: 11px;
}

.hader_panel_6 {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    height: auto;
    margin-bottom: 45px;
    background-attachment: fixed !important;
}

.hader_2_navigation .phone2 {
    float: left;
}

.hader_2_navigation .phone1 {
    float: left;
}

.hader_2_navigation h2 {
    float: left;	
}
.hader_2_navigation h3 {
    float: left;	
}
.hader_2_navigation {
    background-color: #0b1e3c;
    float: left;
    padding-bottom: 39px;
    width: 100%;
}
.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.hader_panel_5 .panel_1st_boxa {
    border-top: 12px solid #2396df;
    margin-top: 28px;
    position: relative;
    z-index: 9;
}
.hader_panel_5 .panel_1st_boxb {
    border-top: 12px solid #525252;
    margin-top: 28px;
    position: relative;
    z-index: 9;
}

.hader_panel_6 h2 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-align: left;
    width: 100%;
    font-weight: 600;
    float: left;
    margin-bottom: 14px;
    margin-top: 15px;
}
.ser h2 span {
    color: #212121;
    font-size: 39px;
    font-family: 'Conv_AvenirLTStd-Medium';
}

.ser h2 {
    font-size: 39px;	
}
.bchader_5 {
    width: 100%;
    float: left;
    padding: 50px 0px;
    height: auto;
    background-position: center !important;
    background-attachment: fixed !important;
    margin-top: 107px;
    background-size: cover;
}
.bchader_5 .right_box p {
    float: left;
}

.bchader_5 .right_box h1 {
    float: left;
	font-size: 22px;
	margin-top: 30px;
}
.bchader_5 .right_boxnavigation ul li {
    float: left;
    width: 100%;
    padding: 5px 10px;
}
.botm_txt li {
    float: left;
    width: 100%;
    color: #5f5d5d;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 33px;
}
.footer {
    background: url('../images/fotter.jpg') no-repeat;
    display: inline-block;
    padding: 30px;
    width: 100%;
    background-position: center;
    height: auto;
    background-size: cover;
}

.menu li {
    float: left;
    border-right: none;
    margin: 19px 0;
    padding: 0 0px;
    list-style-type: none;
    width: 100%;
}

.menu {
    margin-left: 0px;
}
.area .form-control {
    width: 70%;
    float: left;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0 11px;
    height: 53px;
}

.man_lft {
    width: 100%;
    margin-bottom: 32px;
    margin-top: 0px;
}
.hader_panel_6 h1 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 53px;
    text-align: left;
    font-weight: 600;
}

.service_pane2 .img_1 {
    width: 100%;
    box-shadow: 2px 3px 5px 1px #A2A2A2;
    border-radius: 2px;
}
.service_pane2 h1 {
    color: #0680c3;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
    float: none;
}

.service_pane2 h2 {
    float: none;
}
.service_pane2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #6b6d6e;
    font-weight: 400;
    width: 100%;
    text-align: left;
    margin-top: 3px;
    float: none;
    line-height: 23px;
}

.service_pane2 .btn-primary {
    color: #e3e5e6;
    background-color: #118bd2;
    border-color: #118bd2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 30px;
}
.indutrial_service_panel_one .simple_image {
    width: 100%;
    margin-top: 52px;
}
.indutrial_service_panel_one h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #1b2428;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin-top: 29px;
    float: left;
    margin-bottom: 20px;
}

.area h2 {
    color: rgb(255, 255, 255);
    float: left;
    font-family: "Conv_AvenirLTStd-Book";
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
}
.area hr {
    width: 100%;
}
.area p {
    color: rgb(180, 170, 170);
    float: left;
    font-family: "Ubuntu",sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
    width: 100%;
}










































}

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container{
		width:470px;
	}
	
	
	
	
	
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
	.container{
		width:290px;
	}


}

@media only screen and (min-width: 360px) and (max-width: 640px) {
	.container{
		width:350px;
	}

	

}


















































































