.wrapper{ width:1170px; margin:auto;}
*{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;margin: 0;
    padding: 0;}
body{ font-size:14px; color:#333; margin:0; padding:0; overflow-x:hidden;}
html {
  font-family: 'Titillium Web', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
header, footer, section, aside, nav, article {
    display: block;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: outside none none;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    padding-left: 0;
    padding-right: 0;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 18px;
}
h3, h4, h5, h6 {
    font-size: 15px;
    padding: 0;
}
a img {
    border: medium none;
    outline: medium none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    
}
.principal-img {
    float: left;
    width: 15%;
    height: auto;
    margin: 30px;
}
.principal-msg {
    width:70%; 
    float: left;
    padding:30px 15px; 
}
.principal-msg p {
    font-size: 17px;
    line-height: 2;
}
.principal-title {
        padding: 10px;
    font-weight: 600;
    color: blue;
    text-align:center; 
}
.wrapper {
    transition: all 0.2s ease 0s;
}
.clr::after {
    clear: both;
    content: "";
    display: block;
    float: none;
}
.clr {
    clear: both;
    float: none;
}
:focus {
    outline: medium none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    cursor: pointer;
}
*::-moz-placeholder {
    opacity: 1 !important;
}
/*-----------header start-----------*/
.menu_section{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1153b0+0,0d3369+100 */
background: #1153b0; /* Old browsers */
background: -moz-linear-gradient(top, #1153b0 0%, #0d3369 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1153b0 0%,#0d3369 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1153b0 0%,#0d3369 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1153b0', endColorstr='#0d3369',GradientType=0 ); /* IE6-9 */}

/*-----------header start-----------*/




 
.slick-arrow:hover{ opacity:.6}
.slick-arrow {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/aro.png");
  background-repeat: no-repeat;
  background-size: 140px auto;
  border: 0 none;
  cursor: pointer;
  font-size: 0;
  height: 60px;
  opacity: 0.2;
  position: absolute;
  top: 40%;
  width: 35px;
  z-index: 9;
}
 
 
.right_section_language {
  float: right;
  text-align: right;
}
.logo_section {
  border-top: 3px solid rgb(13, 51, 104);
  padding: 0 0 10px;
}

.logo_section a {
    width:60%; 
}
.logo {
    display: inline-block;
    margin: 15px 0 0;
}
.language_menu > a:hover{ background-color:#0d3368;}
.language_menu > a {
  background-color: green;
  color: rgb(255, 255, 255);
 /* display: inline-block;*/
  font-size: 14px;
  height: 24px;
  padding: 0 15px;
  text-transform: uppercase;
}
.contact_detail {
  color: rgb(13, 51, 104);
  font-size: 18px;
  text-align: right;
}
nav.menu_section li {
  display: inline-block;
  position: relative;
  color:#FFF;
}
nav.menu_section {
  text-align: right;
}
nav.menu_section li a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  position:relative;
  z-index:9;
  line-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
}
.slid_img {
    position: relative;
}
.about_text_banner_image {
  bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.about_text > b {
  font-size: 30px;
}

.about_text p {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-align: justify;
}
.about_text_banner_image .wrapper {
  background-color: rgba(28, 68, 156, 0.6);
  color: rgb(255, 255, 255);
  height: 170px;
  padding: 20px;
}
.welcome_section {
    background-image: url("../images/bulding_img.jpg");
    background-repeat: repeat-x;
    
}
.welcome_text {
  padding: 30px 0 51px;
  text-align: center;
}
.welcome_text h1 {
  color: rgb(255, 255, 255);
  font-size: 35px;
  text-transform: uppercase;
}
.welcome_text > p {
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.double_border::before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.double_border::after {
  background-color:#0e4194;
  content: "";
  height: 58%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
  bottom:0;
}
.double_border {
  background-color: rgb(255, 255, 255);
  border-bottom: 0 solid rgb(14, 65, 148);
  border-top: 14px solid rgb(255, 255, 255);
  display: block;
  height: 350px;
  padding: 0 15px;
  position: relative;
}
.img_section {
  float: left;
  position: relative;
  z-index: 9;
  text-align: center;
}
.double_border {
  border-bottom: 10px solid rgb(14, 65, 148);
  border-top: 10px solid rgb(255, 255, 255);
  padding: 0 15px;
  position: relative;
}
.over_hid {
  background-color:#fff;
  height: calc(100% - 8px);
  overflow: hidden;
  position: relative;
  text-align:left;
  z-index: 9;
}
.over_hid > p {
  color: rgb(102, 102, 102);
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.over_hid > a {
  color: rgb(14, 65, 148);
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.news_section {
  background-color: rgb(247, 247, 247);
  margin: 60px 0 0;
  padding: 40px 0 40px;
  text-align:center;
}
.news_section h5::before {
  background-image: url("../images/flow.png");
  content: "";
  height: 19px;
  left: -80px;
  position: absolute;
  top: 15px;
  width: 69px;
}
#Subsidiary {
  background: rgba(0, 0, 0, 0) url("../images/slider_1.jpg") fixed center center;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  text-align: center;
  width: 100%;
 }
.blur {
  background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(8px);
  width: 100%;
}
.news_section h5::after {
  background-image: url("../images/flow.png");
  content: "";
  height: 19px;
  right: -80px;
  position: absolute;
  top: 15px;
  width: 69px;
}
.news_section h5 {
  color: rgb(14, 65, 148);
  display: inline-block;
  font-size: 36px;
  margin: 0 0 30px;
  position: relative;
}
.newx_img {
  float: left;
  width:auto;
}
.news {
  padding: 0 30px 0 0;
}
.over_div {
  overflow: hidden;
  text-align:left;
  padding: 0 0 0 20px;
}
.over_div em {
  color: rgb(14, 65, 148);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.over_div > b {
  color: rgb(32, 32, 32);
  font-size: 18px;
  font-weight: 600;
}
.over_div > p {
  font-size: 14px;
  line-height: 25px;
  padding: 0 0 5px;
  text-align: justify;
}
.news:last-child {
  float: right;
}
.news_section .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.news_section .slick-dots li button {
  background-color:#cdc5c5;
  border: 0 none;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 18px;
  width: 18px;
  cursor:pointer;
}
.news_section .slick-dots li.slick-active button{ background-color:#0e4194;}
.news_section .slick-dots {
  margin: 40px 0 0;
}

.news_section .slick-arrow {
  background-image: url("../images/menu_png.png");
  background-size: auto auto;
  bottom: 0;
  height: 18px;
  opacity: 1;
  top: auto;
  width: 18px;
}
.news_section .slick-next.slick-arrow {
  background-position: -40px 0;
}
.news_section .slick-prev.slick-arrow {
    left: 510px;
}
.news_section .slick-next.slick-arrow {
    right: 510px;
}
.heading_subs > h5 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.heading_subs > p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin: 0 0 50px;
}
/*.logo_tabs {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(32, 32, 32);
  display: inline-block;
  height: 165px;
  margin: 0 10px 20px;
  vertical-align: top;
  width: 245px;
}*/

.logo_tabs {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(32, 32, 32);
    display: inline-block;
    height: 165px;
    margin: 0 5px 20px;
    vertical-align: top;
    width: 175px;
}



.logo_tabs > b {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 15px;
  text-align: center;
}
.logo_tabs span {
  display: block;
  height: 80px;
  position: relative;
  vertical-align: middle;
}
.logo_tabs span img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
footer {
  background-color: rgb(32, 32, 32);
  padding: 55px 0 25px;
}
.heaing {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: block;
  font-size: 24px;
  font-weight: 100;
  margin: 0 0 30px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.heading {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: block;
  font-size: 24px;
  font-weight: 100;
  margin: 0 0 5px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.social h2{ font-size:22px; color:#FFF; padding:5px 0px 10px 0px;}

.use_fullink {
    float: left;
    width: 400px;
}
.use_fullink h2 {
    font-size: 22px;
    color: #FFF;
    padding: 5px 0px 10px 0px;
}

.design_by {
  float: left;
  width: 100%;
}
.social {
  float: right;
}
.subscribe {
  float: left;
  width: 280px;
  margin: 0 0 0 110px;
}

.subscribe h2 {
     font-size: 22px;
    color: #FFF;
    padding: 5px 0px 10px 0px;
}
.custmer ul li a {
    color:#FFF;
}
.custmer ul li a:hover {
    color:yellowgreen;
}

.use_fullink > ul {
  float: left;
  width: 50%;
}
.use_fullink > ul a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
}
.use_fullink a::before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
}
.input_fiel {
  background-color: rgb(255, 255, 255);
  height: 40px;
  width: 100%;
  position:relative;
}
.input_fiel input[type="text"] {
  border: 0 none;
  color: rgb(32, 32, 32);
  font-family: "Titillium Web",sans-serif;
  font-size: 15px;
  height: 40px;
  padding: 0 40px 0 15px;
  width: 100%;
}
.input_fiel input[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/enve.png");
  background-repeat: no-repeat;
  border: 0 none;
  height: 20px;
  margin: 12px 10px 0 0;
  position: absolute;
  top:0;
  right: 0;
  width: 20px;
}
.subscribe > i {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 13px;
  font-style: normal;
  margin: 5px 0;
}
.custmer {
  color: rgb(255, 255, 255);
  font-size: 18px;
  display:block;
}
.custmer b{ 
  font-size: 24px;
}
.social a {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 20px;
  height: 33px;
  margin:0 15px 38px 0;
  text-align: center;
  width: 33px;
}
.social a i {
  margin: 6px 0 0;
}
.custmer i {
  font-size: 25px;
}
.design_by .wrapper > p {
  color: gray;
  display: inline-block;
  font-size: 14px;
}
.design_by > em {
  color: rgb(255, 255, 255);
  float: right;
  font-size: 14px;
  font-style: normal;
}
.design_by {
  float: left;
  padding: 40px 0 0;
  width: 100%;
}
.principal-msg-img {
  margin-top: 80px;  
}
.img-welcome {
    width: 100px;
    padding: 10px;
}
nav.menu_section li:hover a, nav.menu_section li.active a{ background-color:#104CA1; color:#FFF;}

.mian_div{ overflow:hidden;}
.social a:hover {
  background-color: rgb(96, 96, 96);
  color: rgb(255, 255, 255);
}
.use_fullink > ul a:hover{ color:#333}
.use_fullink > ul a:hover {
  color: rgb(141, 141, 141);
}
.logo_tabs:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.sub_menu {
  background-color:#104CA1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  transition: all 0.2s ease 0s;
  width: 177px;
  z-index:15;
}
nav.menu_section ul.sub_menu li {
  display: block;
}
nav.menu_section li:hover .sub_menu{ opacity:1; pointer-events:auto; top:35px;}
nav.menu_section li:hover .sub_menu a{
	font-size: 13px;
    text-align: left;
}
nav.menu_section li:hover .sub_menu a:hover, nav.menu_section li .sub_menu li.active a{ background-color:#0E428B;}



/***********************************Inner_page***********************************/
.title_section {
  background-image: url("../images/banner_img.jpg");
  height: 420px;
}
.blue_section {
  background-image: url("../images/blue.png");
  height: 248px;
  transform: translateY(141px);
  -moz-transform: translateY(141px);
  -webkit-transform: translateY(141px);
  width: 511px;
}
.breads_crums {
  background-image: url("../images/white_ar.png");
  background-position:-250px center;
  background-repeat: no-repeat;
  height: 235px;
  margin: -60px 0 0;
  width: 100%;
}

.blue_section h1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: normal;
  padding: 120px 0 0 90px;
}
.breads_crums > i {
  float: right;
  font-style: normal;
  margin:105px 90px 0 0;
}
.breads_crums > i a{ color:#1c449c;}	
.cont_part h5 { 
    border-left: 5px solid #1c449c;
    color: #1c449c;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    position: relative;
}
.cont_part h5:before{     background-color: #e8e8e8;
    border-bottom: 2px solid #dedede;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 550px;
    z-index: -1;}
.cont_part h5 spl:before { 
    width: 650px!important;
    }
   
.cont_part .wrapper > p {
  font-size: 17px;
  margin: 0 0 10px;
  text-align: justify;
}
.cont_part {
  padding: 0 0 70px;
  min-height: 400px;
}

.cont_part ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
}
 
.cont_part ul {
  margin: 20px 0;
}
.missions > span {
  background-color: rgb(28, 68, 156);
  border-radius: 50%;
  display: inline-block;
  float: right;
  height: 70px;
  line-height: 70px;
  margin: 0 0 0 15px;
  position: relative;
  text-align: center;
  width: 70px;
}
.missions:nth-child(2n+2) > span {
  float: left;
  margin: 0 15px 0 0;
}
.missions img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.missions {
  float: left;
  min-height: 120px;
  padding: 0 10px;
  text-align: center;
  width: 50%;
}
.missions > p {
  text-align: center;
}
.missions > b {
  display: block;
  padding: 10px 0;
  text-align: center;
}
 
.cont_part ul li {
  color: rgb(28, 68, 156);
  font-size: 17px;  
  margin: 0 0 5px;
  position: relative;
}

.missions:nth-child(2n+2) {
    text-align: left;
}

.missions:nth-child(2n+2) .over_hid {
  text-align: left;
}
.missions:nth-child(2n+2) .over_hid p{
  text-align: left;
}
.over_hid > b {
  display: block;
  margin: 5px 0;
  text-align: right;
}
.missions:nth-child(2n+2) .over_hid p {
  padding: 0 20px 0 0;
  text-align: left;
}

.missions:nth-child(2n+2) .over_hid > b {
    display: block;
    text-align: left;
}
.cont_part .wrapper > p.margin_top{ margin-bottom:50px;}
.missions .over_hid > p {
  text-align: right;
}
/*.news_banner {
    float: left;
    margin-right: 20px;
	padding:20px;
}*/
.news_page {
  border: 3px double rgb(163, 163, 163);
  font-size: 15px;
  line-height: 25px;
  margin: 20px 0 10px;
  padding: 20px;
  text-align: justify;
}
.news_banner > b {
  color:rgb(102, 102, 102);
  display: block;
  font-size: 16px;
  padding: 0 0 10px;
}
.main_img {
 /* border: 2px solid #666;
  display: inline-block;*/
     border: 2px solid #666;
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    width: 285px;
}
.carere {
  border-right: 10px solid rgb(255, 255, 255);
  color: rgb(81, 81, 81);
  float: left;
  margin: 0 0 10px;
  padding: 10px;
  position:relative;
  width: 50%;
  border:1px solid #666;
}

.td1 {
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,tahoma,trebuchet MS;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}

.td1 {
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,tahoma,trebuchet MS;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}
.carere::before {
    color: rgb(0, 0, 0);
    content: "\f003";
    font-family: FontAwesome;
    font-size: 30px;
    left: 15px;
    margin: 0 15px 0 0;
    position: absolute;
    top: 18px;
}
.carere {
    color: rgb(0, 0, 0);
    float: left;
    line-height: 17px;
    margin: 0 1% 10px 0;
    padding: 10px 10px 12px 70px;
    position: relative;
    width: 49%;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
.carere > a {
  font-size: 17px;
  color: rgb(0, 0, 0);
}
.carere:hover{ background-color: rgb(217, 217, 217); color: rgb(0, 0, 0);}
.carere > b {
  display: block;
}
.head_office {
  float: left;
}
.ma_image {
  float: right;
  margin: 0 0 50px;
}
.address, .telephone, .fax_no{
  font-size: 15px;
}

.address i {
  float: left;
  font-size: 18px;
  height: 60px;
  padding: 5px 0 0;
}
.telephone i{  font-size:20px;}
.fax_no i{ font-size:15px;}
.head_office i {
  display: inline-block;
  text-align: left;
  width: 28px;
}
.telephone {
  border-bottom: 1px solid rgb(221, 221, 221);
  border-top: 1px solid rgb(221, 221, 221);
  margin: 8px 0;
  padding: 7px 0;
}
.subs .blue_section h1{ font-size:30px; padding:135px 0 0 90px;}
.missions .over_hid {
  height: auto;
}
.about_text a:hover{ text-decoration:none;}
.about_text a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.cont_part .wrapper > p a {
  color: rgb(15, 69, 145);
  text-decoration: underline;
}
.cont_part .wrapper > p a:hover { 
  text-decoration: none;
}
.company_list > span {
  border: 5px solid rgb(64, 127, 215);
  float: left;
  margin: 0 20px 20px 0;
  padding: 15px;
}
.company_text {
  overflow: hidden;
  padding: 20px 0 0;
}
.company_text > b {
  color: rgb(12, 77, 162);
  display: block;
  font-size: 25px;
  line-height: 20px;
  margin: 0 0 10px;
}
.company_text p {
  font-size: 15px;
  margin: 0 0 20px;
  color:#565656;
  text-align: justify;
}
.company_list {
  float: left;
  margin: 0 0 15px;
  width: 100%;
}


ul.tabs {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
 
ul.tabs li:hover span{
border: 1px solid rgb(16, 80, 171);
border-bottom:1px solid #fff;
z-index:99;
position:relative;
}
ul.tabs li{ float:left; width:10%; text-align:center;}
ul.tabs li span{
  border: 1px solid #d4d4d4;
  border-bottom:1px solid #fff;
  cursor: pointer;
  display:inline-block;
  padding: 10px;
  width:95%;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
ul.tabs li img{filter: grayscale(1);
	transition-property: filter;
	transition-duration: 1s;
	-webkit-filter: grayscale(100%);}

ul.tabs li:hover img, ul.tabs li.active img{filter: grayscale(0);
	transition-property: filter;
	transition-duration: 0s;-webkit-filter: grayscale(0);}
ul.tabs li.active span{
border: 1px solid rgb(16, 80, 171);
padding: 5px;
z-index:99;
position:relative;
}	

ul.tabs li.active span{
background: #FFFFFF;
border-bottom: 2px solid #FFFFFF;
}
 
.tab_content {
padding: 20px 5px;
font-size: 1.2em;
display: none;
}
.clients {
margin: 20px 0 0;
}
.cont_part ul.tabs li::before {
display: none;
}
.tab_container {
  border-top: 1px solid #adadad;
  float: left;
  margin: -7px 0 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.cont_part .wrapper > p.csr {
  background-image: url("../images/aakgc_crc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 310px auto;
  color: rgb(51, 51, 51);
  font-size: 35px;
  margin: 0;
  padding: 110px 0 90px;
  text-align: center;
}
.missions:last-child {
  text-align: center;
  width: 100%;
}
.missions:last-child span {
  float: none;
}
.missions:last-child .over_hid > b {
  display: block;
  text-align: center;
}

.missions:last-child .over_hid > p {
    text-align: center;
}
.awerds a {
 border: 18px solid #ffffff;
    display: inline-block;
    margin: 0 0 11px 15px;
    outline: 3px solid #dddddd;
}
.more_awares {
   border: 1px solid #cccccc;
 
    margin: 0 0 20px;
    padding: 20px;
}
.img_awards {
  border: 5px solid rgb(255, 255, 255);
  float: left;
  margin: 0 15px 0 0;
  outline: 1px solid rgb(221, 221, 221);
}
.img_awards b {
  display: block;
  padding: 5px 0 0;
  text-align: center;
}
.awrt_image > p {
  line-height: 25px;
  text-align: justify;
}
.more_awares p{ text-align:justify; line-height:25px;}
.more_awares i {
  color: rgb(28, 68, 156);
  font-style: normal;
  font-weight: bold;
}
.left-side {
  background-color: rgb(232, 232, 232);
  float: left;
  margin: 0 25px 0 0;
  padding: 15px;
  text-align: center;
  width: 280px;
}
.right-content {
  overflow: hidden;
}
.right-content .more_awares{border: 1px solid #cccccc;}
.arw-img{ width:80%; margin:0 auto;}
.padding0{ padding:0;}
.company_text a:hover{ text-decoration:none;}
.company_text a {
  color: rgb(12, 77, 162);
  text-decoration: underline;
}
.menu_mobile.left_slide, .menu_mobile:hover{ background-color:#4F8BC9;}
.menu_mobile {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 5px;
  float: right;
  height: auto;
  cursor:pointer;
  display:none;
  margin:10px 0 10px 0;
  width: 40px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.menu_mobile > span {
  background-color: rgb(255, 255, 255);
  display: block;
  height: 2px;
  margin: 5px;
}

.sumne{ display:none;}
.fixed_menu .right_section_language{ display:none;}
.fixed_menu.left_slide{ opacity:1;
    pointer-events: auto; right:0;}
.slick-prev {
  background-position: 0 center;
  left: 105px;
}
.slick-next {
  background-position: -110px 0;
  right: 105px;
}
.mian_div{ overflow:hidden;}
.cont_part .missions ul li {
  text-align: right;
}
.center_alng {
  text-align: center;
  width: 100% !important;
}












.navigation{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(17, 83, 176) 0%, rgb(13, 51, 105) 100%) repeat scroll 0 0;
}
nav {
	display: block;
  text-align:right;	
}
.menu {
	display: block;
}
.menu li {
	display: inline-block;
	position: relative;
	z-index: 100;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li a {
  color: rgb(255, 255, 255);
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  text-transform:uppercase;
}
.menu li a:hover, .menu li:hover > a {
  background: rgb(48, 48, 116) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
}
.menu ul {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transform: translate(0px, 20px);
  transition: all 0.2s ease-out 0s;
  visibility: hidden;
  width: 220px;
  z-index: 99;
}
.menu ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
.menu ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #797979;
	background: #fff;
	text-align:left;
}
.menu ul li a:hover, .menu ul li:hover>a {
	color: #fff;
}
.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.menu ul ul {
  left: 229px;
  opacity: 0;
  top: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out 0s;
  visibility: hidden;
}
.menu ul ul:after {
	left: -6px;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}
.menu li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.responsive-menu {
	display: none;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.responsive-menu:hover {
	color: #fff;
	text-decoration: none;
}
a.homer {
	background: #FC6D58;
}

.mail_contact {
  border-bottom: medium none;
  padding-bottom: 0;
}

 @media (min-width: 768px) and (max-width: 979px) {
.mainWrap {
	width: 768px;
}
.menu ul {
	top: 37px;
}
.menu li a {
	font-size: 12px;
}
a.homer {
	background: #E95546;
}
}
 @media (max-width: 767px) {
.mainWrap {
	width: auto;
	padding: 50px 20px;
}
.menu {
	display: none;
}
.responsive-menu {
	display: block;
}
nav {
	margin: 0;
	background: none;
}
.menu li {
	display: block;
	margin: 0;
}
.menu li a {
	background: #fff;
	color: #797979;
}
.menu li a:hover, .menu li:hover>a {
	background: #FC6D58;
	color: #fff;
}
.menu ul {
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	transform: initial;
}
.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	position: relative;
	transform: initial;
}
.menu ul ul {
	left: 0;
	transform: initial;
}
.menu li>ul ul:hover {
	transform: initial;
}
}
