@charset "utf-8";
/*..............embedded fonts..............*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,500i,700,900');

@import url('https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700');

/*..............embedded fonts..............*/

/*..............custom fonts..............*/

/*..............custom fonts..............*/

/*..............common styles..............*/
body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size:15px; line-height: 23px; color:#020202;}
h1, h2, h3, h4, h5, h6 { font-weight: 500; margin:0 0 20px; padding:0; font-family: 'Roboto', sans-serif;}
h1{ font-size:30px; line-height: 34px;}
h2{ font-size:38px; line-height: 42px;}
h3{ font-size:35px; line-height: 39px;}
h4{ font-size:28px; line-height: 32px;}
h5{ font-size:24px; line-height: 28px;}
h6{ font-size:20px; line-height: 24px;}
p{ font-size:15px; line-height: 23px; color:#020202; margin:0 0 20px; padding:0; font-family: 'Roboto', sans-serif;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none; font-family: 'Roboto', sans-serif;}
a, a:link, a:visited, a:focus, a:hover { color: #179ae2; outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}

input, textarea, select{ font-family: 'Roboto', sans-serif; font-size: 16px; outline: none;}
input[type="submit"]{ font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 16px; transition:all 0.3s ease 0s; outline: none;}

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/

/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn { border: 0; display: inline-block; vertical-align: top; background: #04205f; color: #fff; 
    padding: 15px 35px; font-size: 20px; text-transform: capitalize;}
.btn.solid-color { background: #04205f; color: #fff; }
.btn.border { background:none; color: #769fcd; border: 2px solid #04205f; }
.btn.rounded { border-radius: 50px;}
.btn.medium-size { /* Your custom Styles */ }
.btn.large-size { /* Your custom Styles */}
a.btn.border{
    color: #000000;
}
a.btn{
    color: #fff;
}
.btn:hover{
    color: #f6f6f6;
}
/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label{ font-weight: normal;}
.builder_radiobox ul li input[type="radio"]{ opacity: 0;}
.builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}

/* --- checkbox and radio button Styles --- */

/*..............common styles..............*/

.click { display:none;}
.main_menu a.closebtn{
    display: none;
    }

/*for header css*/
/*.main-header { padding: 15px 0;    background: #ddf0fd;
background: rgb(30,87,153); 
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 0%, rgba(1,15,65,1) 0%, rgba(1,60,105,1) 36%, rgba(1,60,105,1) 36%, rgba(1,60,105,1) 65%, rgba(1,32,80,1) 100%); 
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 0%,rgba(1,15,65,1) 0%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 65%,rgba(1,32,80,1) 100%); 
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 0%,rgba(1,15,65,1) 0%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 65%,rgba(1,32,80,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#012050',GradientType=0 ); 
}*/
.main-header {
    padding: 15px 0;
    /*background-image: linear-gradient(to right,#ecf9ff, #0083da);*/
    background: #fff;
}
.logo { position: relative; text-align: center;}
.logo a.logo1 {position: absolute; left: 0;}
a.logo2 { margin: 0 auto 0 175px;}

.search-btn { float: right; margin-left: 10px; margin-top: 21px; color: #000; font-size: 20px; cursor: pointer;}
/*.dnt-btn a { background: #97c88b; color: #fff; text-transform: uppercase; border-radius: 6px; padding: 10px 25px;}*/
.click { color: #0e72b5; float: right; font-size: 28px;}
.main_menu { float: right; }
.main_menu ul { margin: 0; padding: 0; list-style: none;}
.main_menu ul li { list-style: none; display: inline-block; vertical-align: top; margin: 0 10px 0 0; text-transform: uppercase; 
    padding: 0px 0 11px; }
.main_menu ul li a { display: block; padding: 15px 10px; color: #000; /*font-size: 27px;*/ font-size: 20px; line-height: 31px; font-weight: 700; position: relative;}
.main_menu ul li a:hover , .main_menu ul li.current-menu-item a{ color: #fff; background: #0e72b5;}

/*.main_menu ul li a:hover:before{
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; position: absolute; content: ""; bottom: -10px; left: 0; right: 0; 
    margin: 0 auto; z-index: 2;
}*/
.main_menu ul li .mega_menu{
    display: none;
    position: fixed;
    background-color: rgb(14, 114, 181);
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 60px 0 30px;
    /*top: 55px;*/
    top:90px;
}
.main_menu ul li:hover .mega_menu{
    display: block;
}
.main_menu ul li .mega_menu a.view_link{font-size: 27px; line-height: 31px; color: #020c56; font-weight: 700; margin: 0 !important; padding: 0 !important; background: transparent;}
.main_menu ul li .mega_menu a.view_link:hover{color: #fff; background: transparent ; }
.mega_sub_menu{
    padding-left: 0; position: static;
}
.main_menu ul li .mega_sub_menu li{
    display: block !important; padding: 0; margin: 0 ; position: relative; 
}
/*.main_menu ul li .mega_sub_menu li:first-child:before{
    display: none;
}
.main_menu ul li .mega_sub_menu li:first-child{
    padding-left: 0px;
}*/
.main_menu ul li .mega_sub_menu li a{
    position: relative;
}
.main_menu ul li .mega_sub_menu li a:before{
    content: "\f105"; 
    font-family: FontAwesome; position: absolute; left: 0; top: 2px; color: #000;
}
.main_menu ul li .mega_sub_menu li a{
    color: #fff; font-size: 19px ; line-height: 23px; font-weight: normal; padding: 2px 0 2px 20px;
}
.main_menu ul li .mega_sub_menu li a:hover{
    background:transparent; color: #020c56;
}
.main_menu ul li .mega_sub_menu li .mega_sub_sub_menu{
    display: none;
}
.main_menu ul li .mega_sub_menu li:hover .mega_sub_sub_menu{
    display: block;
}
/*.main_menu ul li .mega_sub_menu li .mega_sub_sub_menu li:first-child{
    padding-left: 20px;
}
.main_menu ul li .mega_sub_menu li .mega_sub_sub_menu li:first-child:before{
     content: "\f105";  
    font-family: FontAwesome; position: absolute; left: 0; top: 2px;
}*/
h6{ font-size: 28px; line-height: 32px; color: #020c56; font-weight: 700; margin-bottom: 15px;}
.menu_text{ color: #fff; }
/*for header css*/
.header_bottom{
    margin-top: 5px;
    /*position: relative;*/
    position: static;
    /*display: inline-block;*/
    float: right;
    /*width: auto;
    float: right;*/
}
.slider-wrap { position: relative;}
.slider-wrap img{
    width: 100%;
}
.slider-wrap:before{
    background: rgba(255, 255, 255, 0.3); width: 100%; height: 100%; position: absolute; top: 0; left: 0; 
    content: "";
}
.banner_content{
    position: absolute; top: 50%; transform: translateY(-50%); left: 12%; 
}
.banner_heading{
    font-size: 76px; line-height: 80px; /*color: #011647;*/ color: #fff; font-family: 'Teko', sans-serif; font-weight: 500; text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
/*for main sections css*/

main.main-section { padding: 80px 0;}
.printing_section{
    padding: 35px 0 20px;
}
.main_heading{
    font-size: 35px; line-height: 40px; color: #011546; font-weight: 700; margin-bottom: 26px;
}
.printing_left p{
    color: #011546;
}
.news_section{
    padding: 25px 0;
}
.news_list{
    padding-left: 0;
}
.news_list li{
    position: relative; font-size: 15px; line-height: 23px; color: #011546; margin-bottom: 30px; font-family: 'Roboto', sans-serif; list-style: none; padding-left: 50px;
}
.news_list li:before{
    background:url(../images/mews_bulate.png) no-repeat left 0 top 0; left: 0; top: 2px; position: absolute; content: ""; width: 26px; height: 27px;
}
.market_section{
    padding: 15px 0 20px
}
.market_heading{
    font-size: 38px; line-height: 42px; color: #011546; font-weight: 700; position: relative; text-align: center; padding-bottom: 20px; margin-bottom: 40px;
}
.market_heading:after{
    position: absolute; bottom: 0; left: 0; right: 0; width: 194px; height: 3px; background: #011546; content: ""; margin: 0 auto;
}
.market_list{
    padding-left: 0; text-align: center; margin-bottom: 0;
}
.market_list li{
   display: inline-block; margin: 0 12px 10px; position: relative; width: 18.25%; vertical-align: top;
}
.market_content{
    position: absolute; bottom: 50px; width: 100%; text-align: center; transition: all 0.6s ease-in-out 0s;
}
.market_content h5{
    margin-bottom: 0; color: #fff; font-weight: 700; text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6);
}

.market_list li:hover .market_content{ bottom: 50%; transform: translateY(50%);}
.market_list li:before{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(13, 152, 212, 0.7);
  width: 100%;
  height: 0;
  transition: all 0.6s ease-in-out 0s;
  content: "";
}
.market_list li:hover:before{
   height: 100%;
}
.market_text p{
    font-size: 16px; line-height: 24px; color: #020202;
}
.product_section{
    padding: 25px 0; 
}
.product_list{
    text-align: center; padding-left: 0; display: flex; flex-flow: row wrap; justify-content: center;
}
.product_list li{
    display: inline-block; width: 17.2%; margin: 0 26px 5px; background: #dedfe1; padding: 34px 0; text-align: center; vertical-align: top;
}
.product_list li:first-child{
    margin-left: 0;
}
.product_list li:last-child{
    margin-right: 0;
}
.product_icon{
    margin-bottom: 30px;
}
.product_list li h4 a{
    color: #011546; font-weight: 700; margin-bottom: 0;
}
.product_list li h4 a:hover{
    color: #0e72b5;
}
.product_icon img{
    transition: all 0.6s ease-in-out 0s;
}
.product_list li:hover .product_icon img{
    transform: scale(1.2);
}
.partners_section{
    padding: 25px 0;
    /*border-top: 1px solid #000; */
    background: #e9eaea;
}
/*.partner_heading{
    padding: 10px 0; background: #e9eaea;
}*/
.partner_heading .market_heading{
    margin-bottom: 5px;
}
.partner_logo{
    text-align: center;
    /*margin: 30px 0; */
    margin: 20px 0 0;
    /*background: #fff;*/
}

.partner_logo a{
    display: block;
    transition: all 0.6s ease-in-out 0s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.partner_logo a:hover{
    /*opacity: 0.6;*/
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: none;
}
.copy_right{
    margin-bottom: 0; font-size: 15px; color: #fffdfd;
}
/*for main sections css*/


/*for footer sections css*/

.footer { 
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(30,87,153,1) 0%, rgba(1,15,65,1) 0%, rgba(1,60,105,1) 36%, rgba(1,60,105,1) 36%, rgba(1,60,105,1) 65%, rgba(1,32,80,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 0%,rgba(1,15,65,1) 0%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 65%,rgba(1,32,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(30,87,153,1) 0%,rgba(1,15,65,1) 0%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 36%,rgba(1,60,105,1) 65%,rgba(1,32,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#012050',GradientType=0 ); /* IE6-9 */
}
.ftr-top { padding: 30px 0 10px;}
.ftr-logo { margin: 0 0 30px;}
.ftr-menu ul { margin: 0; padding: 0; list-style: none;}
.ftr-menu ul li { margin-bottom: 5px; text-transform: capitalize;}
.ftr-menu ul li a { color: #fffdfd; /*font-size: 13px; line-height: 18px;*/ font-size: 16px; line-height: 20px;}
.ftr-menu ul li a:hover{ /*color: #0e72b5;*/ color: #ccc;}

.ftr-mid{
    width: 75%;
}
.foot_text{
    /*font-size: 13px; line-height: 20px;*/ font-size: 16px; line-height: 24px; 
    color: #fffdfd; margin-bottom: 0;
}

.foot_heading{
    font-size: 20px; line-height: 24px; color: #fffdfd; margin-bottom: 10px;
}

.ftr-btm { padding: 9px 0; text-align: center; color: #fff; border-top: 1px solid #fff;}
ul.copyrht-menu { margin: 0; padding: 0; list-style: none;}
ul.copyrht-menu li { list-style: none; display: inline-block; border-left: 1px solid #fff; padding: 0 10px; line-height: 16px;}
ul.copyrht-menu li:first-child { border: 0;}
ul.copyrht-menu li a { color: #fff;}

.ftr-col p{
    margin-top: 30px;
}
.ftr-col h4 { text-transform: uppercase; font-weight: 500;}

ul.ftr-social { margin: 0 0 0px; padding: 0; list-style: none;}
ul.ftr-social li { list-style: none; display: inline-block; font-size: 18px; margin-right: 10px;}
ul.ftr-social li a { color: #fff; font-size: 20px;}
ul.ftr-social li a span{ margin-left: 7px; font-size: 16px; }
ul.ftr-social li a:hover{/*color: #0e72b5;*/ color: #ccc; }

/*ul.ftr-social li i.fa-facebook { background: #3b5998;}
ul.ftr-social li i.fa-instagram { background: #3f729b;}
ul.ftr-social li i.fa-youtube { background: #c4302b;}*/

ul.adrs { margin: 0; padding: 0; list-style: none;}
ul.adrs li { margin: 0 0 15px; padding-left: 36px; position: relative; line-height: 30px;}
ul.adrs li img { position: absolute; left: 0; top: 4px;}

/*for footer sections css*/


.partners_section .patner.owl-carousel .owl-item img{
    width: auto; margin: 0 auto;
}

/*-- Inner_page(Start) --*/

.news_section{
    padding: 0px 0 50px;
}
.breadcrumb_list{
    padding-left: 0; /*margin-bottom: 20px;*/margin-bottom: 0px;
}
.breadcrumb_list li{
    display: inline-block; list-style: none; font-size: 20px; line-height: 24px; font-family: 'Roboto', sans-serif;
    color: #0e72b5; /*margin-right: 28px;*/ margin-right: 5px; position: relative;
}
.breadcrumb_list li:last-child{
    margin-right: 0;
}
/*.breadcrumb_list li + li:before{
    content: "\f105"; 
    font-family: FontAwesome;
    position: absolute;
    left: -20px; top:2px;
}*/
.breadcrumb_list li a{
    color: #04205f !important;
}
.news_box{
    margin-bottom: 25px; background: #fff; box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2); 
}
.news_content{
    padding: 20px 15px 20px;
}
.news_heading{
    font-size: 22px; line-height: 26px; color: #030404; margin-bottom: 10px; font-weight: 500; margin-bottom: 15px;
}
a.news_heading{
    color: #030404; display: block;
}
.news_content p{
    font-size: 14px; line-height: 20px; color: #7d7d7e; margin-bottom: 15px;
}
.event_list{
    margin-bottom: 0; padding-left: 0;
}
.event_list li{
    list-style: none; display: inline-block; margin-right: 10px; text-transform: uppercase; 
}
.event_list li:last-child{
    margin-right: 0;
}
.event_list li a{
    color: #7d7d7e; font-size: 14px; line-height: 18px;
}
.event_list li a span{
    color: #000;
}
.pagination_row .pagination{
    text-align: center; display: block;
}
.pagination_row .pagination > li {
    display: inline-block;
}
.pagination_row .pagination > li a{
    color: #141414;
}

.pagination_row .pagination > li:first-child > a, .pagination_row .pagination > li:last-child > a{
    border-radius: 0;
}
.pagination_row .pagination > li > a:hover, 
.pagination_row .pagination > li > span:hover, 
.pagination_row .pagination > li > a:focus, 
.pagination_row .pagination > li > span:focus {
    color: #fff;
    background-color: #ffc000;
    border-color: #fbe39a;
}
.news_text{
    margin-bottom: 30px;
}
.inner_banner_content{
    position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: center;
}
.inner_banner_content .banner_heading{
    color: #fefefe;
}
.banner_text{
    color: #fefeff; font-size: 26px; line-height: 36px;
}
.slider-wrap.inner_banner:before {
    background: rgba(0, 0, 0, 0.3); 
}

/*-- search_box(Start) --*/
.search_box{
    background: #e9e9e9;
    padding: 10px;
    position: absolute;
    /*top: 85px;*/
    top: 60px;
    right: 0px;
    width: 30%;
    z-index: 9;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    display: none;
}
.search_box:after{
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e9e9e9;
    position: absolute;
    content: "";
    /* bottom: -10px; */
    top: -10px;
    right: 11px;
    z-index: 2;
    transform: rotate(-180deg);
}
.search_holder{
    width: 93%; margin: 0 auto;
}
.serarch_input{
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    width: 75%; display: inline-block; font-size: 14px; line-height: 18px; color: #000; /*height: 30px;*/
    padding: 5px 6px;
}
.serarch_btn{
    display: inline-block; margin-left: -4px; font-size: 14px; line-height: 18px; background: #0e72b5; 
    color: #fff; cursor: pointer; border: 0; border-radius: 0 5px 5px 0; /*height: 30px;*/ padding: 6px 16px; 
}
/*-- search_box(End) --*/

.breadcrumb_section{
    padding: 50px 0;
}
.about_section{
    padding-bottom: 40px;
    border-bottom: 1px solid #011b4c;
}
.about_heading{
    color: #020c56;
    font-weight: 700;
}

.location_section{
    padding: 70px 0;
}
.location_list{
    padding-left: 0;
    margin-bottom: 30px;
}
.location_list:last-child{
    margin-bottom: 0
}
.location_list li{
    margin-bottom: 3px; /*font-size: 20px;*/ font-size: 15px; line-height: 22px; color: #010203; list-style: none; position: relative;
    padding-left: 20px;
}
.location_list li a{ color: #010203; }
.location_list li a:hover{ color: #0e72b5;}
.location_list li i{
    margin-right: 10px; color: #04205f; position: absolute; top: 4px; left: 0;
}
.pro_service_section{
     padding-bottom: 40px;
}
.product_row{
    margin-bottom: 20px;
}
.product_left{
    background: #e0e1e1;
    text-align: center; padding: 20px; height: 100%; 
}
.product_row .col-sm-4 .row, .product_row .col-sm-8 .row{
    height: 100%;
}
.product_right{
    background: #e0e1e1; padding: 20px 40px; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#626584+0,6289a5+47,626584+100 */
background: rgb(98,101,132); /* Old browsers */
background: -moz-linear-gradient(left, rgba(98,101,132,1) 0%, rgba(98,137,165,1) 47%, rgba(98,101,132,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(98,101,132,1) 0%,rgba(98,137,165,1) 47%,rgba(98,101,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(98,101,132,1) 0%,rgba(98,137,165,1) 47%,rgba(98,101,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626584', endColorstr='#626584',GradientType=1 ); /* IE6-9 */ 
height: 100%;
}
.product_left h4 a{
    color: #011546;
}
.product_right p{
    font-size: 18px; line-height: 22px; color: #fdfdfd;
}
.pro_list{
    margin-bottom: 0; padding-left: 0;
}
.pro_list li{
    margin-bottom: 8px;
    color: #fdfdfd;
    font-size: 18px; 
    line-height: 22px;
    list-style: none;
    padding-left: 40px;
    position: relative;
}
.pro_list li:before{
    background: url(../images/product_bulate.png) no-repeat left 0 top 0;
    left: 0;
    top: 2px;
    position: absolute;
    content: "";
    width: 26px;
    height: 27px;
}
.breadcrumb_text{
    font-size: 21px; line-height: 30px; color: #011142; margin: 40px 0 0; 
}
.contact_section{
    padding: 70px 0; background-repeat: no-repeat; background-size: cover; 
    background-position: top center; position: relative;
}
.contact_section:before{
    position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; background: rgba(255, 255, 255, 0.5);
}
.contact_section .partner_heading{
    margin-bottom: 35px;
}
.contact_details_section{
    padding: 70px 0;
}
.contact_box h6{
    font-size: 18px; line-height: 24px; margin-bottom: 15px; font-weight: 700; color: #011142; text-transform: uppercase;
}
.contact_list{
    padding-left: 0;
}
.contact_list li{
    /*margin-bottom: 10px; */color: #011142; margin-bottom: 10px; font-size: 16px; line-height: 20px;
    list-style: none; font-weight: 500;
}
.contact_list li span{
    text-transform: uppercase;
}
.contact_list li a{
    color: #011142;
}
.contact_details_section .partner_heading{
    margin-bottom: 50px;
}
.main_menu ul li.who_we_are a:hover:after, .main_menu ul li.what_we_do a:hover:after{
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 10px solid #fff;*/
    border-top: 10px solid rgba(67, 122, 198, 0.7);
    position: absolute;
    content: "";
    bottom: -10px; 
     /*bottom: 0px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    transform: rotate(-180deg);
}

.main_menu ul li.who_we_are .mega_sub_menu li a:hover:after, .mega_menu a.view_link:hover:after, 
.main_menu ul li.what_we_do .mega_sub_menu li a:hover:after{
    display: none !important;
}
.main_menu ul li .mega_sub_menu li a{
    background: transparent;
}
/*.main_menu ul li .mega_sub_menu li a:before*/

.head_office_details{
    padding: 30px 0;
}
.head_office_left{
    width: 15%; display: inline-block; vertical-align: top; font-size: 20px; line-height: 24px; 
    color: #011142; font-weight: 700;
}
.head_office_right{
    width: 70%; display: inline-block; vertical-align: top;
}
.head_office_right p{
    font-size: 16px; line-height: 24px; color: #011142; text-transform: capitalize;
}
.find_location{
    background: #011142; padding: 20px 0;
}
.find_left{
    display: inline-block; width: auto; vertical-align: top; width: 30%;
}
.find_left label{ font-size: 20px; line-height: 24px; font-weight: 700; color: #fff;}
.find_right{
    display: inline-block; width: 68%; vertical-align: top; position: relative;
}
.find_input{
    font-size: 20px; line-height: 24px; color: #333; border: none; background: #fff; padding: 5px 100px 5px 12px;
     width: 100%; position: relative; z-index: 1;
}
.find_right a.reset_btn{ position: absolute; z-index: 2; top: 0; right: 0; height: 34px; line-height: 1; padding: 7px 20px; border-radius: 0;}
.find_right ul{
    background: #ececec;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    top: 34px;
    margin-bottom: 0;
    padding: 0px;
    z-index: 2;
    max-height: 300px;
    overflow-y: auto;
}
.find_right ul li{
    list-style: none; border-bottom: 1px solid #e0e0e0;
}
.find_right ul li a{
    color: #333; font-size: 16px; line-height: 20px; padding: 6px 14px; display: block;
}
.find_right ul li:last-child{
    border-bottom: 0;
}
.slider-wrap .banner_home .item{
    position: relative;
}
.slider-wrap .banner_home .item:before{
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    /*z-index: 2;*/
}
.slider-wrap .banner_home.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
} 
.slider-wrap .banner_home.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
}
.slider-wrap .banner_home.owl-carousel .owl-nav button.owl-next img,
.slider-wrap .banner_home.owl-carousel .owl-nav button.owl-prev img{
    width: auto;
}
.slider-wrap .banner_home .owl-nav button.owl-prev, .slider-wrap .banner_home .owl-nav button.owl-next{
    display: none;
}
.slider-wrap:hover .banner_home .owl-nav button.owl-prev, 
.slider-wrap:hover .banner_home .owl-nav button.owl-next{
    display: block;
}
.slider-wrap .banner_home .owl-dots{
    display: none;
}
.map_location_head h4{
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.map_location_list{
    padding-left: 0;
    margin-bottom: 0;
}
.map_location_list li{
    list-style: none;
    width: 45%; display: inline-block; vertical-align: top;
    margin-bottom: 6px;
}
.map_location_list li:first-child, .map_location_list li:nth-child(2){
    width: 100%; display: block;
}
.map_location_list li span.location_icon{
    margin-right: 6px;
    width: 18px;
    display: inline-block;
}
.map_location_list li span.location_icon img{
    width: 100%;
}
/*.map_location_list li span.location_icon img{
    width: 18px;
}*/
.wpcf7-not-valid{
    border: 1px solid #f00; 
}
.contact_section .wpcf7-not-valid-tip{
    display: none;
}
.contact_section div.wpcf7-validation-errors, .contact_section div.wpcf7-acceptance-missing{
    text-align: center; color: #f00; position:relative;
}
#comments {
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 10px;
    background: #f1f1f1; margin-top: 20px;
}
#comments input[type="text"]{
    width: 70%; float: right; border:1px solid #ccc; padding: 6px 12px; color: #333; border-radius: 5px;
}
#comments textarea{
    width: 100%; border:1px solid #ccc; padding: 6px 12px; color: #333; border-radius: 5px;
}
#comments label{ 
    width: 28%; display: inline-block;
}
#comments input[type="submit"]{
    border: 0; background: #04205f; color: #fff; 
    padding: 12px 20px; font-size: 16px; text-transform: capitalize; border-radius: 50px;
}
.single-post.postid-121 .about_pic img{
    width: 100%;
}
.search_box { z-index: 9;}

/*-- 06-07-2018 --*/
.error .container-error-404 {
    margin: 0px 0 30px;
}
.blog_page_area{
    padding: 50px 0;
}
.blog_news{
    margin-bottom: 15px;
}
.blog_news .blog_content h2{
    font-size: 28px; line-height: 35px; margin-bottom: 15px;
}
.comment-meta .comment-author.vcard{
    width: auto; display: inline-block; margin-right: 5px;
}
.comment-meta .comment-metadata{
    width: auto; display: inline-block;
}
.commentlist footer.comment-meta{
    margin-bottom: 10px;
}
.reply .comment-reply-link{
    color: #fff;
    background: #0e72b5;
    padding: 10px 30px;
    margin: 10px 0;
    display: table; 
}
.contact_section div.wpcf7-validation-errors, 
.contact_section div.wpcf7-acceptance-missing {
    border: 0;
    clear: both;
}
.single_blog_pic{
    margin-bottom: 15px;
}
.single_blog_pic img{
    width: 100%; height: auto;
}
.contact_section .wpcf7-submit.btn{
    margin: 15px auto 0;
    float: none;
    display: table;
}

/*-- Add_css(09-07-2018) --*/
.contact_section div.wpcf7-mail-sent-ok {
    border: none;
    clear: both;
    text-align: center;
    color: #002554;
    position: relative;
    font-weight: 500;
}
.contact_section .btn:focus{
    outline: inherit;
}

/*-- New_css(12-07-2018) --*/

.location_list_view{
    margin: 20px 0;
}
.list_view_btn .list_btn.list_expend{
    display: block; border:1px solid #ccc; border-radius: 5px; padding:3px 12px; width: 100%; 
    position: relative; font-size: 15px;line-height: 30px;
}
.list_btn.list_collapse{
    display: block; border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; 
    border-radius: 5px 5px 0 0; padding:3px 12px; width: 100%; 
    position: relative; font-size: 15px;line-height: 30px;
}
.list_view_btn .list_btn.list_expend:before{
    position: absolute; top: 3px; right: 12px; 
    content: "\f078";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size: 14px;
}
.list_btn.list_collapse:before{
    position: absolute; top: 3px; right: 12px; 
    content: "\f077";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size: 14px;
}
.list_view{
    /*height: 300px;*/
    max-height: 300px;
    overflow-y: auto; border-left: 1px solid #ccc; border-right: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; border-radius: 0 0 5px 5px;
}
















/*Media Query css*/

@media only screen and ( min-width:1601px ) {
    .container { width: 1200px;}
}

@media only screen and ( max-width: 1860px ) {
.main_menu ul li a {font-size: 16px; line-height:32px; padding: 10px 8px;}
    
}
/*@media only screen and ( max-width:1760px ) {
.main_menu ul li{margin: 0 15px 0 0;}
    
}*/
@media only screen and ( max-width:1600px ) {
.market_list li{width: 17.9%;}
.market_content h5{font-size: 18px;}
.header_bottom {margin-top: 18px;}
.main_menu ul li{ margin: 0 5px 0 0;}
.search-btn{margin-top: 12px; font-size: 18px; margin-left: 7px; }
.product_list li {width: 16.5%;}
    
}




@media only screen and ( max-width: 1440px ) {
.header_bottom { margin-top: 11px;}
.main_menu ul li a {font-size: 15px; line-height:32px; padding: 10px 5px;}
a.logo2 {margin: 0 auto 0 195px;}
    
}




@media only screen and ( max-width: 1366px ) {
.market_list li { margin: 0 10px 8px;}
.market_content h5{font-size: 16px;}
.market_content h5{font-size: 16px;}
.main_menu ul li a { padding: 8px 7px; font-size: 11px;}
.main_menu ul li { margin: 0 8px 0 0;}
/*.logo {
    max-width: 600px;
}
.search-btn {
    margin-top: 12px;
    font-size: 18px;
}*/
.search-btn {
    margin-top: 10px;
    font-size: 15px;
}
.product_list li {
    margin: 0 20px 5px;
    padding: 20px 0;
    width: 17%;
}
.product_list li h4{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.product_icon {
    margin-bottom: 15px;
}
.header_bottom {
    margin-top: 14px;
}
.serarch_input {
    width: 73%;
}
}

@media only screen and ( max-width:1280px ) {
.main_menu ul li { margin: 0 0 0 0;}
    .main_menu ul li a {
    padding: 14px 5px;
   
}

.banner_heading {
    font-size: 60px;
    line-height: 60px;
}
.market_list li {
    margin: 0 8px 15px;
}
.market_content h5 {
    font-size: 14px;
    line-height: 17px;
}
.product_list li {
    margin: 0 16px 5px;
}
.header_bottom {
    margin-top: 6px;
}
.search_holder {
    width: 98%;
}
.search_box{
    width: 35%;
    top: 50px;
}
.location_list li {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
}
.location_list {
    margin-bottom: 20px;
}
.location_right{
    margin-top: 15px;
}
.location_right .about_heading{
    text-align: center;
}
.news_content {
    padding: 10px 15px 15px;
}
.news_heading {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}
.main_menu ul li .mega_menu{top: 81px;}

.search-btn {    margin-top: 17px;}


}




@media only screen and ( max-width: 1199px ) {
a.logo2 { margin: 0 auto 0 160px;}
    
    
}
    
    
    @media only screen and ( max-width: 1024px ) {
/*-- For_mob_menu(Start) --*/
    .click{
        display: block;
        cursor: pointer;
        font-size: 21px;padding-top: 10px;
    }
    .main_menu a.closebtn{
        color: #f3f3f3;
        display: block;
    }
    .main_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0 !important;
    background-color: rgba(0, 0, 0, 0.97);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
    }

    .main_menu a {
        /*padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;*/
        display: block;
        transition: 0.3s;
    }

    .main_menu a:hover {
        color: #333;
    }

    .main_menu .closebtn {
        position: absolute;
        top: 15px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .main_menu ul li {
    display: block;
    margin: 0 0px 0 0;
}
.main_menu ul li a {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
    /*-- For_mob_menu(End) --*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    .printing_section {
    padding: 15px 0;
}
.news_section {
    padding: 10px 0;
}
.market_section {
    padding: 10px 0 15px;
}
.product_section {
    padding: 10px 0;
}
.partners_section {
    padding: 15px 0;
}
.news_list li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
}
.main_heading {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}
.market_heading{
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.product_list li h4 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 4px;
}
.product_list li {
    padding: 15px 0;
    margin: 0 12px 5px;
}
.market_list li {
    margin: 0 5px 15px;
}
.contact_list li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 18px;
}
.contact_details_section .partner_heading {
    margin-bottom: 30px;
}
.contact_box h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
}
@media only screen and ( max-width: 991px ) {
a.logo2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, -50%);
}
.logo { padding: 5px 0;}    
.logo a.logo1 {
    position: absolute;
    left: 0;
    top: -12px;
}
    
    
    
    .ftr-mid{
    width: 95%;
}
.product_list li {
    margin: 0 10px 0px;
    width: 17.5%;
}
.product_list li h4 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
}
.header_bottom {
    margin-top: -15px;
    padding-bottom: 15px;
}
.main_menu ul li a {
    padding: 8px 4px;
    font-size: 11px;
}
.main_menu ul li {
    margin: 0 2px 0 0;
}

.search_box {
    width: 44%;
}
.breadcrumb_section {
    padding: 30px 0;
}
.breadcrumb_text {
    font-size: 16px;
    line-height: 23px;
    margin: 15px 0 0;
}
.contact_section {
    padding: 30px 0;
}
.contact_details_section {
    padding: 30px 0;
}
.location_section {
    padding: 30px 0;
}
.product_left h4 {
    font-size: 20px;
    line-height: 24px;
}
.product_right p {
    font-size: 16px;
    line-height: 20px;
}
.pro_list li {
    font-size: 16px;
    line-height: 20px;
}
.product_right {
    padding: 20px 20px;
}
.find_right {
    width: 63%;
}
.find_left {
    width: 35%;
}
.head_office_left {
    width: 25%;
}
.main_menu ul li .mega_menu {
    top: 51px;
}
}

@media only screen and ( min-width: 1025px ) {
    .main_menu{
        display: block !important;
    }
    #mySidenav{
        width: auto !important;
    }
}
@media only screen and ( max-width: 767px ) {
.logo a.logo2 { display: inline-block;  vertical-align: middle;  width: 260px;margin: 0;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);}
.logo a.logo1{display: inline-block; vertical-align: middle;position: relative;
    left: auto;
    top: auto;}
.logo {padding: 0;float: left;text-align: left;}
.click { padding-top: 3px;}
.header_bottom { margin-top: 20px; padding-bottom: 0;}
    
    
    
    /*.main_menu{
        display: none;
        width: 100%;
        position: relative;
    }
    .main_menu ul {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    }
    .main_menu ul li{
       display: block;
    }
    .main_menu ul li a {
    padding: 6px 0px;
    }*/

    
    .ftr-mid{
        width: 100%;
    }

.search-btn {
    margin-left: 10px;
    margin-top: 2px;
    font-size: 18px;
}
.product_list li {
    width: 29%;
    margin-bottom: 15px;
}
.market_list li {
    width: 29%;
}
.market_heading {
    /*font-size: 20px;
    line-height: 28px;*/
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 26px;
}
.market_heading:after {
    width: 150px;
    height: 1px;
}
.main_heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px; text-align:center;
}
.printing_right{
    margin-bottom: 15px;
}
.printing_section {
    padding: 15px 0; text-align: center;
}
.news_section {
    padding: 6px 0;
}
.market_section {
    padding: 10px 0 10px;
}
.product_section {
    padding: 10px 0;
}
.partners_section {
    padding: 10px 0;
}
.market_text{
    text-align: center;
}
.partner_heading {
    padding: 6px 0;
}
.partner_logo {
    margin: 6px 0;
}
.ftr-top {
    padding: 20px 0 10px; text-align: center;
}
.ftr-menu ul li a {
    font-size: 14px;
    line-height: 17px;
}
.ftr-menu ul li {
    margin-bottom: 3px;
}
.foot_text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.foot_heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
ul.ftr-social li a span {
    margin-left: 8px;
}
ul.ftr-social li a {
    font-size: 16px;
}
.copy_right {
    font-size: 13px;
}
/*.logo {
    max-width: 380px;
}*/
.header_bottom {
    /*margin-top: 0px;*/
    
}
.banner_heading {
    /*font-size: 45px;
    line-height: 48px;*/
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 0;
}
.main_menu ul li .mega_menu {
    position: relative; padding: 10px 0 10px; top: 10px;
}
.main_menu ul li .mega_menu a.view_link {
    font-size: 15px;
    line-height: 21px; margin-bottom: 10px !important;
}
.mega_menu h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.main_menu ul li .mega_sub_menu li a {
    font-size: 14px;
    line-height: 21px;
    padding: 2px 0 2px 10px;
}
.mega_sub_menu{
    margin-bottom: 10px !important;
}
.search_box {
    width: 60%;
}
.slider-wrap.inner_banner .banner_text {
    font-size: 17px;
    line-height: 21px;
}
.contact_box{
    text-align: center;
}
.contact_details_section .partner_heading {
    margin-bottom: 15px;
}
.ftr-btm {
    padding: 6px 0;
}
.breadcrumb_text{ text-align: center;}
.breadcrumb_section, .contact_section, .contact_details_section{
    padding: 20px 0;
}
.breadcrumb_list li {
    font-size: 15px;
    line-height: 20px;
    /*margin-right: 27px;*/
}
.breadcrumb_list li + li:before {
    left: -16px;
}
.breadcrumb_text {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
}
.contact_section .partner_heading {
    margin-bottom: 15px;
}
.about_right{
    padding-top: 15px;
    text-align: center;
}
h3 {
    font-size: 28px;
    line-height: 32px;
}
.btn {
    padding: 9px 25px;
    font-size: 17px;
}
.location_section {
    padding: 20px 0;
}
.about_pic{
    text-align: center;
}
.product_row .row.row-eq-height{
    display: block;
}
.product_left {
    padding: 10px;
}
.product_right{
    padding: 10px;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0 0 10px 0;
}
.news_box {
    margin-bottom: 15px; text-align: center; height: auto !important;
}
.head_office_left {
    width: 28%;
    font-size: 18px;
    line-height: 22px;
}
.news_content{
    padding: 10px 10px 10px;
}
#comments {
    padding: 15px;
}
#comments label {
    width: 35%;
}
#comments input[type="text"] {
    width: 63%;
}
#comments p{
    margin-bottom: 20px;
}
.breadcrumb_list{
    text-align: center;
}
.ftr-menu ul{
    margin-bottom: 15px;
}
.ftr-col{
    margin-top: 10px;
}
    
}

@media only screen and ( max-width: 550px ) {
.product_list li {
    width: 43%;
}
.market_list li {
    width: 43%;
}
/*.logo {
    max-width: 280px;
}*/
.banner_heading {
    font-size: 30px;
    line-height: 34px;
}
.banner_content {
    left: 7%;
}
.product_icon {
    margin-bottom: 10px;
}
.search-btn {
    margin-left: 7px;
    margin-top: 0px;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0 0 10px;
}
p{
    font-size: 14px;
    line-height: 20px;
}
.foot_heading {
    font-size: 18px;
}
#search input[type="search"] {
    font-size: 30px;
}
.serarch_input {
    width: 65%;
}
.market_heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.main_heading {
    font-size: 20px;
    line-height: 24px;
}
.find_left label {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0;
}
.postid-121 .about_right h3 {
    font-size: 18px;
    line-height: 25px;
}
.breadcrumb_list li {
    font-size: 14px;
    /*margin-right: 16px;*/
}
.breadcrumb_list li + li:before {
    left: -10px; top: 0;
}
.single-post.postid-141 h3.about_heading, .single-post.postid-131 h3.about_heading{
    font-size: 19px;
    line-height: 25px;
}
}
@media only screen and ( max-width: 480px ) {
.logo a.logo2 { display: block;}
    
    
    
.product_list li {
    width: 46%;
    margin: 0 4px 5px;
}
.market_list li {
    width: 46%; margin: 0 3px 5px;
}
.search_box {
    width: 82%;
}
.slider-wrap.inner_banner .banner_text{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
}
.find_right {
    width: 100%;
}
.find_left {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}
.find_location {
    padding: 5px 0 15px;
}
.head_office_left {
    width: 100%;
    text-align: center; display: block; margin-bottom: 10px;
}
.head_office_right{
    width: 100%;
    text-align: center; display: block;
}
.head_office_details {
    padding: 15px 0 5px;
}
}
@media only screen and ( max-width: 380px ) {

.product_list li {
    width: 100%;
    margin: 0 0px 5px;
}
.market_list li {
    width: 100%; margin: 0 0px 5px;
}
/*.logo {
    max-width: 180px;
}*/
.banner_heading {
    font-size: 20px;
    line-height: 24px;
}
.logo {
    max-width: 200px;
}
.market_content h5 {
    font-size: 18px;
    line-height: 22px;
}
.product_list li h4 {
    font-size: 15px;
    line-height: 20px;
}
.inner_banner_content {
    position: relative;
    top: inherit;
    transform: inherit;
    padding: 5px;
    background: #5f5f5f;
}
}

/*Media Query css*/
