@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

body{font-family: 'Barlow', sans-serif;}
ul,ol{padding: 0px; margin: 0px;}

.container{width: 1140px; margin: auto; display: table;}

/*-------social_fix--------*/
.social_fix{
    position: fixed;
    top: 150px; 
    width: 230px;
    right: -185px;
    z-index: 99999;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    background-color: #f27115;
    height: 42px;
    padding: 5px;
}
.social_fix:hover{
    right: 0px; 
}
.social_fix ul{
    list-style: none;   
}
.share_side, .share_side1{
    width: 48px;
    position: fixed;
    right: 0px;
    top: 150px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    cursor: pointer;    
    z-index: 99999999;
    height: 42px;
    display: block;
    padding: 5px 0;
    background-color: #f27115;
    border: 1px solid #fff;
    text-decoration: none;
}
.share_side1{top: 338px; background-color: #02a550;}
.share_side i, .share_sid1e i{
    font-size: 16px;    
    font-weight: 400;
}
.social_fix ul li{
    width: 100%;
    padding-right: 50px;
    display: inline-block;  
    margin-right: 5px;
    text-align: center;
}
.social_fix ul li a{
    text-decoration: none;
    display: block;
    font-size: 21px;
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 32px;
    color: #fff; 
}
/*------social_fix_end--------*/


/*--------header-----------*/
.header{
    position: absolute;
    z-index: 9999;
    top: 1px;
    left: 0px;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.2); 
}
#header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 1px solid #cccccc;
     box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.logo{
    float: left;
    display: inline-block;  
    height: 100px;
    line-height: 100px;
}
.logo a{
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 260px;
    height: inherit;
    background-size: 100%;
}
#header.fixed1 .logo a{background-image: url(../images/logo.png);}

.menu{
    float: right;
    text-align: right;
    height: 100px;
    line-height: 100px;  
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
}
.menu ul > li > a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    font-weight: 600;
    padding: 0 15px;
}
#header.fixed1 .menu ul > li > a{color: #383838;}
.menu > ul > li > a i{margin-left: 7px;}
.menu ul > li:hover a, .menu ul > li > a.active{
    
}
.menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition:all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.menu > ul > li:hover > a:after{
    width: 100%;
}
.menu > ul > li > a.active:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
}

.fixed1 .menu > ul > li > a:after{background-color: #383838;}
.fixed1 .menu > ul > li > a.active:after{background-color: #383838;}

.menu ul > li:hover > ul.submenu1{
    display: block !important;  
}
ul.submenu1, ul.submenu2{
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #fff; 
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    border-radius: 0 0 3px 3px;
    z-index: 9999999999;
    border-top: 0px;
}
ul.submenu2{min-width: 180px;}
ul.submenu1 li{
    display: table;
    clear: both;
    width: 100%;    
}
ul.submenu1 li > a{
    text-decoration: none;
    color: #000 !important;
    font-size: 15px;
    line-height: 21px;
    padding: 10px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}
ul.submenu1 > li:last-child > a{border-bottom: 0px;}
ul.submenu1 li:hover > a{
    color: #2350a9 !important;
}
ul.submenu1 li:last-child a{
    
}
ul.submenu1 li:hover ul.submenu2{display: block !important; left: 100%; top: 0px;}
ul.submenu2 > li > a{color: #000 !important;  border-bottom: 1px solid #ccc; line-height: 21px;
background-color: #f2f2f2; font-size: 14px; padding: 5px 10px !important;}

.hd_phone{
    float: right;
    display: inline-block;
    height: 43px;
    line-height: 39px;
    padding: 0 20px;
    border: 3px solid #fff;
    border-radius: 43px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 17px;
}
.hd_phone i{margin-right: 10px; font-size: 20px; position: relative; top: 2px;}

#header.fixed1 .hd_phone{color: #000; border-color: #df2b2b;}
/*------header_end--------*/

.banner_txt {
    top: 35% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 50%;
    left: 9%;
    display: table;
}
.banner_hd, .banner_cont, .banner_r_more {
    
}
.banner_hd {
    color: #000;
    font-size: 36px;
    font-weight: 300;   
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;*/
    margin-bottom: 10px;
    /*background-color: rgba(0, 0, 0, 0.45);*/
    width: auto;
    display: table;
}
.banner_hd1{background-color: rgba(255, 255, 255, 0.55); color: #000;}
.banner_cont {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0px 0 15px;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
}
.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}
.banner_cont span i {
    margin-right: 5px;
}
.banner_r_more{
    clear: both;
    margin-top: 10px;
}
.banner_r_more a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: auto;
    display: inline-block;
    border: 1px solid #2350a9;
    background-color: #2350a9;
    padding: 0 30px;
    transition: all 0.3s ease 0s;
    outline: 0px;
}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{background-color: #383838; border-color: #383838; color: #fff;}
.ban_but {
    bottom: 5%;
}

.slideRight ul{list-style: none;}
.slideRight ul li{display: inline-block; position: relative; padding: 0 25px;}
.slideRight ul li:before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.slideRight ul li:first-child:before{display: none;}


.search_section{
    clear: both;
    width: 56%;
    display: table;
    height: 60px;
    background-color: rgba(0,0,0,0.20);
    padding: 7px;  
    border-radius: 0px;
    position: absolute;
    bottom: 35px;
    border-radius: 50px;
    left: 22%;
}
.search_left{
    float: left;
    display: inline-block;
    width: 100%;
    height: 50px;
}
.area_txt{
    height: 50px;
    float: left;
    display: inline-block;
    width: 70%;
    border: 0px;
    padding: 5px 15px;
    line-height: 50px;
    color: #666;
    font-size: 15px;
    position: relative;
    border-radius: 50px 0 0 50px;
    outline: 0px;
}

.search_left select.select1::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
.search_left select.select1 {
    
}
.search_left .select1{
    height: 50px;
    float: left;
    display: inline-block;
    width: 22%;
    border: 0px;
    padding: 0px 15px;
    line-height: 50px;
    color: #000;
    font-size: 18px;
    position: relative;
    outline: 0px;
    background-color: #ebebeb;

    cursor: pointer;
    text-overflow: "";
    background: url('../images/arrow.png') no-repeat 94% 20px #ebebeb; /* add your own arrow image */
    *background-image:none; /* turn bg image for IE7 */
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
    text-decoration: none;
}
.search_left .select2{background-color: #b1b1b1; float: right; color: #000; transition: all 0.3s ease 0s;
 background: url('../images/arrow.png') no-repeat 90% 20px #ddd; font-weight: 600;
 border-radius: 0 50px 50px 0;}
 .search_left .select2:hover{background-color: #ccd8ee;}
.formdrop option{
    padding: 2px 15px;  
}
.formdrop optgroup{
    padding: 2px 15px;  
}

.search_sub {
    background-attachment: scroll;
    background-color: #383838;
    background-image: url("../images/search.png");
    background-position: 17px 14px;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 50px;
    transition: all 0.3s ease 0s;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    width: 8%;
}
.search_sub:hover {
    background-color: #000;
}

.search_section .or{
    float: left;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #000033;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 0 20px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
}

.search_right{
    float:left;
    display: inline-block;
    height: 50px;
    width: 440px;   
}
.brand_txt{
    height: 50px;
    float: left;
    display: inline-block;
    width: 390px;
    border: 0px;
    padding: 5px 15px;
    line-height: 50px;
    color: #666;
    font-size: 15px;
    position: relative;
    outline: 0px;       
}

.search_sub1{
    background-color: #f6921e;  
}
.search_sub1:hover{
    background-color: #d67a0e;  
}


.section1{width: 100%; display: block; padding: 20px 0; background-color: #2350a9; overflow-x: hidden;}
.section1 ul{list-style: none; padding: 0 100px;}
.section1 ul li{text-align: center; transition: all 0.3s ease 0s;}
.section1 ul li a{text-decoration: none; color: #fff; display: block; }
.section1 ul li a img{display: inline-block; width: 80px; margin-bottom: 5px;}
.section1 ul li a:hover{color: #98bbff;}


.section2{width: 100%; display: table; padding: 40px 0 0px; background-image: url('../images/bg.png'); 
background-repeat: no-repeat; background-position: center 20px;
background-size: 100px;
/*background-image: url('../images/bg1.png');
position: relative; background-size: cover; background-position: center; background-attachment: fixed;*/}
/*.section2:after{position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%;
background-color: rgba(100, 100, 100, 0.7);}
.sec2_left{position: relative; z-index: 9; color: #fff;}
.sec2_left h2{font-size: 38px; font-weight: 700; position: relative;}
.sec2_left h2:after{position: absolute; left: 0px; bottom: -15px; width: 100px; height: 2px; background-color: #fff;
content: "";}
.sec2_left p{font-size: 18px; line-height: 28px; text-align: justify; margin-bottom: 30px; display: block;}
.sec2_left a{text-decoration: none; color: #fff; padding: 10px 20px; border: 2px solid #fff; 
    display: inline-block; transition: all 0.3s ease 0s;}
.sec2_left a:hover{background-color: #2350a9; border-color: #2350a9;}

.sec2_rt{padding: 0 30px;}
.sec2_rt ul{list-style: none; width: 100%; display: block;}
.sec2_rt ul li{width: 100%; display: block; background-color: #fff;}
.sec2_rt ul li a{text-decoration: none; color: #2350a9; text-align: center; padding: 0px; border: 0px;}
.sec2_rt ul li a img{display: block; width: 100%;}
.sec2_rt ul li a div{padding: 10px 30px; text-transform: uppercase; font-size: 18px; font-weight: 600;}
.sec2_rt ul li a:hover{background-color: #fff; color: #000;}*/

.box1_top{
    clear: both;
    width: 100%;
    display: table;
    padding: 0 8%;
}
.box1_hd{
    width: 100%;
    display: table;
    text-align: center;
}
.box1_hd .hd1{
    width: 100%;
    display: table;
    color: #2350a9;
    font-size: 38px;
    font-weight: 600;   
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.box1_hd .hd1 span{color: #00a650; text-transform: uppercase;}
.cap1{
    color: #000;
    width: 100%;
    font-weight: 400;
    display: table;
    font-size: 21px;
    line-height: 32px;  
    margin-bottom: 25px;
}



.box5 {
    background-attachment: fixed;
    background-color: #fff;
    /*background-image: url("../images/bg2.jpg");*/
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: table;
    padding: 40px 0;
    width: 100%;
    position: relative;
}
.box5:after{position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#466c99+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(70,108,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(70,108,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(70,108,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#466c99', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */}
.web_appl ul {
    text-align: center;
    padding: 14px 0;
    width: auto;
    position: relative; z-index: 9;
}
.web_appl ul li{display: inline-block;}
.web_appl ul li a{
    background: rgba(0, 0, 0, 0) url("../images/banner-sprite.png") no-repeat scroll 0 0;
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin: 0 0 0 12px;
    padding: 0 40px 0 50px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-weight: 600;
}
.web_appl ul li.web-icon1 a{
    background-position: 7px 0;
}
.web_appl ul li.web-icon2 a{
    background-position: 7px -127px;
}
.web_appl ul li.web-icon3 a{
    background-position: 7px -268px;
}
.web_appl ul li.web-icon4 a{
    background-position: 7px -400px;
}
.web_appl ul li:last-child a{
    border-right: 0 none;
}
.web_appl ul li a:hover{opacity: 0.6;}

.tabanch3{
    background-color: #383838;
    color: #fff;
    display: table;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    padding: 10px 25px;
    text-align: center;
    margin: auto;
    position: relative; z-index: 9;
    margin-bottom: 35px;
}
.tabanch3:hover{background-color: #000;}




.section4{background-color: #fff; background-repeat: repeat; 
  padding: 30px 0; clear: both; background-image: url(../images/box1_bg.png);
  background-attachment: fixed; box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); position: relative;}
.sec4bx1{text-align: center; border-left: 1px solid #ccc;}
.sec4bx1:first-child{border-left: 0px;}
.funfact-img {display: inline-block; margin-right: 20px;}
.funfact-count {display: inline-table; overflow: hidden; position: relative; top: -5px;}
.funfact-count h3, .funfact-count h2 {color: #000; 
  font-size: 19px; margin: 0 0 3px; font-weight: 400; text-align: left;}
.funfact-count h2 span {font-size: 32px; font-weight: 700;}


.section3{width: 100%; display: table; padding: 40px 0; background-color: #fff;}
.sec3_lt1{padding: 0 20px;}
.sec3_lt1 h2, .searchtest h2{font-size: 28px; font-weight: 700; position: relative; color: #2350a9; margin-top: 0px;
margin-bottom: 25px;}
.sec3_lt1 h2:after{position: absolute; left: 0px; bottom: -15px; width: 80px; height: 2px; 
background-color: #ccc; content: "";}
.sec3_lt1 p{font-size: 16px; line-height: 25px; color: #000; display: block; 
    font-weight: 400; margin-bottom: 20px;}
.sec3_lt1 a{text-decoration: none; color: #fff; padding: 5px 20px; border: 2px solid #383838; 
    display: inline-block; transition: all 0.3s ease 0s; background-color: #383838;}
.sec3_lt1 a:hover{background-color: #000; border-color: #000; color: #fff;}



.innerfooterdiv {
    width: 100%;
}
.footersection {
    float: left;
    padding-right: 4%;
    width: 25%;
}
.footermenu{padding: 0px;}
.footersection:last-child {
    margin-right: 0;
}
.footersection h4 {
    border-bottom: 1px solid #a0a1a3;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.footersection h4::after {
    background: #f68a21;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 53px;
}
.footersection p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.footermenu {
    list-style-type: none;
    margin-top: 20px;
}
.footermenu li {
    background-image: url("../images/listicon.png");
    list-style-position: outside;
    background-repeat: no-repeat;
    background-position: left 12px;
    padding: 6px 0 6px 20px;
}
.footermenu li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.footermenu li a:hover {
    color: #f68a21;
    transition: all 0.3s ease 0s;
}
.socialicons {
    list-style-type: none;
    margin-top: 20px;
    padding: 0px;
}
.socialicons li {
    float: left;
    margin-right: 22px;
}
.socialicons li a {
    color: #fff;
    font-size: 20px;
    outline: medium none;
    transition: all 0.3s ease 0s;
}
.socialicons li a:hover {
    color: #f68a21;
}

.footer_addre {
    margin-bottom: 15px;
    width: 100%;
    display: table;
}
.add_icon {
    float: left;
    width: 10%;
}
.add_text {
    color: #fff;
    float: right;
    font-size: 16px;
    width: 89%;
    line-height: 24px;
}



.footer{
    padding: 10px 0 30px;
    background-color: #3a3f4c;
    display: table;
    width: 100%;
}
.mFooter{
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    background-color: #292c35;
}
.deskno{display: none;}




.mmenu_but
{
    width:auto;
    padding:15px 15px 0px 0px;
    color:#222;
    margin-right:10px;
    float:right;
    cursor:pointer;
    display:none;
    font-size:30px;
    font-weight:600;
}


.mobile_menu
{
    width:100%;
    height:100%;
    background:#fff;
    overflow-y: auto;
    z-index:9999999;
    position:fixed;
    display:block;
    left:-260px;
    top:0px;
    transition:ease all .5s;
    /*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
    width:100%;
    float:left;
    padding:15px;
    cursor:pointer;
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    background:#2350a9;
}
.mslidemenu_close i
{
    float:right;
}
.mobile_menu_wrapper
{
    width:100%;
    float:left;
    /*border-bottom:1px solid #ccc;*/
    padding:10px 15px;
}
.mobile_welcome h4
{
    font-size:18px;
    color: #222;
    margin-bottom:5px;
    
}
.mobile_welcome p
{
    font-size:14px;
    color: #222;
    margin-bottom:0px;
    
}
.mobilecategories
{
    font-size:18px;
    color: #373333;
    padding:10px;
    width:100%;
    float:left;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:0px;
    padding-bottom:0px;
}
ul.parent {
    list-style: none;
    width: 100%;
    float: left;
    margin-top:0px;
}
ul.parent li{
    width: 100%;
    float: left;
    position: relative;
}
ul.parent li a{
    display: inline;
    width: 100%;
    height:100%;
    outline:none;
    display:table;
    border-bottom:1px solid #f0f0f0;
    padding:12px 12px; 
    color: #333745;
    font-size: 14px;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: 500;
}

ul.parent li span{
    float: right;
    color: #333745;
    font-size:20px;
    font-weight:bold;
    margin-top:0px;
    padding:0px;
    line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
    text-decoration: none;
    color: #2350a9;
}
ul.parent ul {
    padding-right: 0px;
    list-style: none;
    display:none;
    background-color: #f1f1f1;
}
ul.parent ul li{
    background-color: #f1f1f1;
    position:relative;
}
ul.parent ul ul li{
    background-color: #fff;
}
ul.parent ul li:last-child{
    border-bottom: 0px dotted #ccc;
}
.menul li a span
{
    position:relative;
    float:right;
}
.menul li a span:before {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 18px;
    content: '\f105';
    font-family: "FontAwesome";
    transition: all .5s;
}
.menul li.open a span:before {
    content: '\f107';
    transition: all .5s;
}




/*innerpgban*/
.innerpgban{width: 100%; display: table; padding: 15px 0; background-color: #2350a9; 
    margin-top: 99px;}
.innerpgban h2{color: #fff; font-size: 42px; font-weight: 600; text-transform: capitalize; margin: 0px;
float: left; width: auto;}
ul.breadcrumb{float: right; position: relative; top: 7px; margin: 0px;}
ul.breadcrumb li{color: #dce6f2;}
ul.breadcrumb li a{text-decoration: underline; color: #fff;}

.innerpgsec{width: 100%; display: table; padding: 40px 0; background-color: #f8f8f8;}
.innerpgsec h2{margin: 0px; font-size: 32px; font-weight: 600;}
.innerpgsec h4{margin: 10px 0 30px; font-style: italic; font-size: 24px; font-weight: 300; color: #2350a9;}

.abtcont ul{list-style: none; width: 100%; clear: both; display: block; margin-top: 20px;}
.abtcont ul li{width: 100%; display: block; margin-bottom: 10px; position: relative; padding-left: 30px;}
.abtcont ul li:before{
    left: 8px; top: 2px;
    color: #1b49a1; display: table; position: absolute;
     content: "\f054"; font-size:14px;
    font-family: FontAwesome;
}

.details1{width: 100%; display: table; margin-bottom: 20px; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.10);}
.details1 h3{color: #2350a9; border-bottom: 2px solid #2350a9; margin: 0px; padding: 10px 0 10px 60px;
background-color: #e1e6f3; font-size: 21px; font-weight: 700; position: relative;}
.details1 h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 100%;
    content: "";
    background-color: #2350a9;
}
.details1 h3 img{position: absolute; left: 7px; top: 7px; width: 30px; display: block;}
.details1 p{padding: 20px; color: #000; font-size: 16px; line-height: 24px; background-color: #fff;
margin: 0px;}

.testrt{width: 100%;}
.details2{margin-bottom: 20px; background-color: #fff; box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.10);}
.details2 h3{margin: 0px; width: 100%; background-color: #2350a9; color: #fff; padding: 12px;
font-size: 18px; font-weight: 600;}
.details2 .det_bx{padding: 12px; background-color: #e1e6f3; color: #002162;}
.details2 .det_bx p{font-size: 16px; margin-bottom: 0px; font-weight: 500;}

.details2 ul{list-style: none; width: 100%;}
.details2 ul li{position: relative; padding-left: 20px;}
.details2 ul li:before{position: absolute; left: 2px; top: 5px;  transition: all 0.3s ease 0s;
content: "\f105"; font-family: FontAwesome; color: #002162; font-size: 18px;}
.details2 ul li a{text-decoration: none; color: #002162; font-weight: 500; padding: 5px 0; display: block;
transition: all 0.3s ease 0s;}
.details2 ul li:hover:before, .details2 ul li a:hover{color: #3f6dca;}

/*innerpgban_end*/


/*test_index*/
.manufac_alpha{
    clear: both;
    width: 100%;
}
.manufac_alpha ul{
    list-style: none;
}
.manufac_alpha ul li{
    display: inline-block;
    margin: 0 4px;
    float: left;
    margin-top: 5px;
}
.manufac_alpha ul li:last-child{margin-right: 0px;}
.manufac_alpha ul li a{
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 4px 0px;
    min-width: 24px;
    text-align: center;
    color: #787878;
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;   
    transition: all 0.3s ease 0s;
}
.manufac_alpha ul li a:hover, .manufac_alpha ul li a.active{background-color: #f47216; color: #fff;}

.searchtest{margin-top: 99px;}
.searchtest h2{font-size: 24px; font-style: italic; text-transform: capitalize; padding-bottom: 15px; 
    color: #2350a9; font-weight: 500; }

.gap1{height: 20px; width: 100%; display: table;}

.thead-dark tr th{background-color: #2350a9; color: #fff; text-align: center; font-weight: 500;}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #dbe5f1;
}

.searchtest table tr td{font-size: 14px;}
.searchtest table tr td a{text-decoration: none; color: #0045bd; font-size: 16px;}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #2350a9;
    border-color: #2350a9;
    cursor: default;
}
/*test_index*/

.serv_cont p{font-size: 18px; line-height: 28px;}
.serv_cont p strong{
    color: #2350a9;
    border-bottom: 2px solid #2350a9;
    margin: 0px;
    padding: 10px;
    background-color: #e1e6f3;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    width: 100%;
    display: block;
}
.serv_cont .details2 ul li{border-bottom: 1px solid #c8cfe2;}
.serv_cont .details2 ul li:last-child{border-bottom: 0px;}
.serv_cont .details2 ul li a{padding: 10px 0;}
.serv_cont .details2 ul li::before{top: 12px;}


.examprepbx1{
    width: 100%;
    position: relative;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    display: table;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}
.examprepbx1 h4{margin: 0px;}
.examprepbx1 a{
    text-decoration: none;
    color: #2350a9;
    font-weight: 700;
    line-height: 26px;
    display: block;
    font-style: normal;
    transition: all 0.3s ease 0s;
}
.examprepbx1 a:hover{color: #000;}
.examprepbx1 h6, .ebks1 p{font-size: 14px; font-style: italic; font-weight: 300;}
.padl0{padding: 0px 5px;}
.ebks1 p{font-size: 18px; line-height: 28px; margin: 10px 0; font-style: normal;}
a.examdown{padding: 5px 20px; background-color: #383838; color: #fff; font-size: 16px; font-weight: 500;
width: auto; display: inline-block; margin-top: 10px; transition: all 0.3s; float: right;}
a.examdown:hover{background-color: #000; color: #fff;}

.testimon p{font-size: 18px; line-height: 28px;}
.testimon{padding-left: 60px; position: relative;}
.testimon img{width: 30px; position: absolute; left: -40px; top: 0px;}
.testimon h4{clear: both; text-align: right; font-style: italic; font-weight: 600; font-size: 21px;}
.marb15{margin-bottom: 15px;}

.newspg p{height: 84px; overflow: hidden;}
.newspg p.date{height: auto; font-style: normal; font-size: 14px; font-weight: 500; color: #777;}
h4.hd4{font-size: 32px; font-weight: 600; font-style: normal; margin-bottom: 0px;}

iframe{width: 100%; display: block; height: 300px;}


.box5_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;    
}
.box5_row1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 50px;    
}
.b5_img1{
    float: left;
    display: inline-block;
    width: 20%;
    text-align:center;
}
.b5_cont1{
    float: left;
    display: inline-block;
    width: 80%;
    font-weight: 300;
    font-size: 24px;
}
.b5_top1{
    margin-bottom: 5px; 
}
.b5_btm1 a.email{
    font-size: 22px;
    color: #2e89cd;
    text-decoration: none;  
}
.b5_btm1 ul{
    list-style: none;   
}
.b5_btm1 ul li{
    float: left;
    display: inline-block;
    margin-right: 15px; 
}
.b5_btm1 ul li a{
    font-size: 19px;
    display: block;
    text-decoration: none;
    color: #7f7f7f;
    transition: all 0.3s ease 0s;   
}
.b5_btm1 ul li a:hover{
    color: #2e89cd; 
}
.main_hd1{width: 100%; display: table; position: relative; padding-bottom: 15px; margin-bottom: 20px;
 color: #2350a9; font-size: 26px; font-weight: 600; text-align: left;}
.main_hd1:after{position: absolute; left: 0%; bottom: 0px; height: 2px; content: ""; 
background-color: #2350a9; width: 50px;}

.form-control{margin-bottom: 15px;
border-radius: 0px; border: 1px solid #000; height: 38px;}
input.c-btn {
    float: left;
    margin-top: 10px;
    padding: 10px 30px;
    background: #2451a9;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #000;
    transition: all .5s;
}
.contadd{padding: 15px 30px; border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc; min-height: 280px;}
.contadd:nth-child(3n+1){border-right: 0px;}
.contadd .add_text{color: #000;}


 
#turn-around
{
  -ms-writing-mode: tb-rl; /* old syntax, IE */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  padding: 0;
  text-align: right;
  position: fixed;
  right: -2px;
  z-index: 999; 
  top: 200px;
}

@supports (writing-mode: vertical-rl) or (-webkit-writing-mode: vertical-rl)
{
  #turn-around
  {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

#turn-around ol li
{
  display: inline;
  padding: 0;
}
#turn-around ol li a
{
 text-decoration: none; 
 padding: 20px 14px;
 display: inline-block;
 transition: all 0.3s;
 font-size: 16px;
 color: #fff; background-color: #2350a9; 
 border: 1px solid #fff;
}
#turn-around ol li.color1 a{background-color: #2350a9;}
#turn-around ol li a:hover{background-color: #333;}

.enquire_pop {
    position: fixed;
    top: 31%;
    right: -100%;
    width: 250px;
    padding: 15px;
    background: #fff;
    z-index: 999;
    border-radius:5px 0 0 5px;
    transition: all .5s;
}
.enquire_pop.show {
    right: 0;
    box-shadow: -5px 0px 14px 0px rgba(0,0,0,0.2);
    transition: all .5s;
    z-index: 9999999999;
}
.enquirecb {
    cursor: pointer;
    position: absolute;
    background: #222;
    top:35px;
    left:-53px;
    padding:10px 15px;
    font-size:14px;
    color:#fff;
    border:2px solid #fff;
    text-align: center;
    transform: rotate(-90deg);
    transition: all .5s;
}
.enquirecb:hover {
    background: #333;
    color: #fff;
    transition: all .5s;
}
.enquire_pop h2 {
    font-size: 22px;
    color: #111;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.enquire_pop form {
    margin-bottom: 0;
}
.enquire_pop form label {
    width: 100%;
    float: left;
    font-weight: 400;
}
.enquire_pop form input, .enquire_pop form select, .enquire_pop textarea {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    height: 36px;
    border: 1px solid #ccc;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
    transition: all .5s;
}
.enquire_pop textarea{height: 90px; padding: 10px;}

.enquire_pop form input:hover, .enquire_pop form select:hover ,
.enquire_pop form input:focus, .enquire_pop form select:focus,
.enquire_pop textarea:focus {
    border: 1px solid #999;
    background: #f7f7f7;
    transition: all .5s;
}
.enquire_pop form input.ep_btn {
    border: 0px solid #999;
    background: #0f62ac;
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s;
}
.enquire_pop form input.ep_btn:hover,.enquire_pop form input.ep_btn:focus {
    background: #f58634;
    transition: all .5s;
}
#form-search{position: relative;}
#form-search input.submit{
    position: absolute; right: 0px; top: 0px;
    background-color: #224fa9; height: 38px; width: 38px; text-align: center;
    color: #fff; border: 0px;
}
.padr30{padding-right: 30px;}

.stories_far{
    position: relative; padding: 0 100px; width: 100%; color: #000;
}
.stories_far ul{margin-top: 0px;}
.stories_far ul li{width: 100%; display: table; border-bottom: 2px solid #ccc;
padding: 25px 0; margin-bottom: 0px;}
.stories_far ul li:before{display: none;}
.stories_far ul li h4, .testimon .stories_far ul li p{color: #000;}
.stories_far ul li h4{color: #224fa9; font-weight: 500;}
.stories_far ul li .cust_img{width: 100px; height: 100px; border: 1px solid #ccc; 
    border-radius: 100%; background-color: #e7e7e7;
text-align: center; line-height: 90px; font-size: 50px;}
.cust_img img{width: 50px;}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .mmenu_but, .mobile_menu {display: block;}
    .container{width: 100%; margin: auto; display: block;}
    .menu{display: none;}
    body{padding-top: 70px;}
    .header{height: 70px;}
    .logo{display: none;}
    .deskno{display: block;}
    .logo1{float: left;}
    .logo1 a img{height: 60px; margin-top: 5px; margin-left: 15px;}
    .social_fix, #turn-around{display: none;}
    .share_side1{top: 72px; z-index: 9999; background-color: #f27115;}
    .banner_txt{display: none !important;}
    .search_left{height: 42px;}
    .search_section{position: relative; width: 100%; left: 0px; bottom: auto; height: auto; 
        padding: 2px;}
    .search_sub{padding-left: 45px; height: 42px; background-position: 10px; background-size: 20px; 
        width: 40%;}
    .area_txt{width: 60%; font-size: 14px; height: 42px; }
    .search_left .select1{width: 28%; font-size: 12px; padding: 0 8px; height: 42px; background-size: 14px;
        line-height: 42px; background: url('../images/arrow.png') no-repeat 94% 16px #ddd; background-size: 14px;}
    .section1 ul{padding: 0 20px;}
    .section1 ul li a{font-size:  14px;}
    .owl-prev{margin-left: -30px !important;}
    .owl-next{margin-right: 10px !important;}
    .box1_hd .hd1{font-size: 21px;}
    .cap1{font-size: 14px; line-height: 24px;}
    .box5{padding: 20px 0; background-size: cover; background-position: center;}
    .web_appl ul{text-align: left; padding: 0px; }
    .web_appl ul li{float: left; display: inline-block; width: 50%;}
    .web_appl ul li a{border: 0px; margin-bottom: 15px; width: 100%; font-size: 16px; 
        margin: 0 0 5px 0; padding-bottom: 25px;}
    .section4{padding: 20px;}
    .sec4bx1{margin-bottom: 20px; border: 0px; width: 50%; float: left;}
    .funfact-img{margin: 0px;}
    .funfact-count{clear: both; text-align: center; display: block; top: auto; margin-top: 10px;}
    .sec3_lt1{margin-bottom: 20px;}
    .sec3_lt1 h2{font-size: 21px;}
    .sec3_lt1 p{font-size: 14px; line-height: 24px;}
    .funfact-count h2 span{font-size: 26px;}
    .funfact-count h3, .funfact-count h2{font-size: 18px; text-align: center;}
    .sec3_lt1 a{font-size: 12px;}
    .footersection{clear: both; width: 100%;}
    .footersection h3{width: 100%; display: block;}
    .footermenu, .mobno1, .socialicons{display: none;}
    .footer{padding: 20px;}
    .innerpgban{margin: 0px;}

    .search_section, .area_txt, .search_left .select2{border-radius: 0px;}
    .search_left .select1{display: none;}

    .carousel-control.left{left: 20px !important;}
    .carousel-control.right{right: 20px !important;}

    .innerpgban h2{font-size: 18px; width: 100%; display: block; margin-bottom: 10px;}
    ul.breadcrumb{float: left; display: inline-block;}
    ul.breadcrumb{padding: 0px; top: 0px;}
    ul.breadcrumb li a, ul.breadcrumb li{font-size: 14px;}
    .innerpgsec{padding: 15px;}
    .innerpgban{padding: 10px;}
    .serv_cont p{font-size: 14px; line-height: 24px;}
    .serv_cont img{width: 100%;}
    .searchtest{margin-top: 0px;}
    .innerpgsec{display: block;}
    .innerpgsec h2{font-size: 18px;}
    .innerpgsec h4{font-size: 16px; margin-bottom: 15px;}
    .padr30{padding-right: 10px;}
    .details1 h3, .details2 h3{font-size: 16px;}
    .details1 p{font-size: 14px; line-height: 23px; text-align: justify;}

    .contactpg{display: table;}
    .box5_left{float: none;}
    .b5_cont1{font-size: 18px;}
    .testimon p{font-size: 14px; line-height: 24px;}
    .b5_img1 img{width: 20px;}
    .stories_far{padding: 0px;}
    .cust_img img{width: 60px;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
    
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
    
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}
