@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
rticle,
aside,
container,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::selection {
  background: #283991;
  color: #fff;
  /* Safari - webkit */
}

::-moz-selection {
  background: #283991;
  color: #fff;
  /* Firef x */
}

.clear_fix {
  clear: both;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  border: none;
}

body {
  font-family: 'montserratregular';
}

div {
  display: flow-root;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'montserratbold';
  font-weight: normal;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*header section*/
header {
  background: url(../images/topbg.jpg) repeat;
  padding: 8px 0;
}

#logo {
  width: 182px;
  height: 114px;
  float: left;
}

#logo img,
.about-img img {
  width: 100%;
  height: 100%;
}

.topicon-box {
  font-size: 18px;
  float: left;
  color: #c89e47;
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  margin: 44px 0;
  text-decoration: underline;
  font-family: 'montserratbold';
  margin-left: 80px;
}

#mobile_menu,
#mobile_drop {
  display: none;
}

/*****LEVEL ONE*****/
.mtoggle {
  cursor: pointer;
  float: right;
}

.mtoggle i {
  font-size: 25px;
}

/*****LEVEL ONE*****/

/*****LEVEL ONE*****/
ul.dropdown {
  position: relative;
  z-index: 10;
  float: left;
  margin: 36px 0;
  margin-left: 70px;
}

ul.dropdown li {
  float: left;
  zoom: 1;
  list-style: none;
  position: relative;
}

ul.dropdown li a {
  display: block;
  padding: 22px 12px;
  line-height: 0;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  position: relative;
  font-family: 'montserratbold';
  letter-spacing: 0px;
  font-weight: normal;
}

ul.dropdown li a:hover {
  text-decoration: underline;
}

ul.dropdown li:hover {
  position: relative;
  color: #84defd;
}

ul.dropdown li.hover a {
  text-decoration: underline;
}

/*****LEVEL TWO*****/
ul.dropdown ul {
  width: 180px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  display: flow-root;
}

ul.dropdown ul li {
  background:#9b7b2c;
  color: #FFF;
  float: none;
  list-style: none;
  text-align: left;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
  border-right: none;
  width: 100%;
  font-size: 13px;
  color: #fff;
  padding: 8px 20px;
  height: auto;
  text-shadow: none !important;
  background: none;
  text-transform: capitalize;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 20px;
}

ul.dropdown ul li a:hover {
  text-decoration: underline;
}

/*****LEVEL THREE******/
ul.dropdown ul ul {
  left: 100%;
  top: 0;
}

ul.dropdown li:hover>ul {
  visibility: visible;
}

#mobile_menu_part,
#mobile_menu {
  display: none;
}

#language-box {
  display: flex;
  flex-direction: column;
  float: right;
  margin: 20px 0 0 0;
}

#language-box a {
  border-radius: 25px;
  background: #c9a344;
  padding: 9px 18px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 12px;
  margin-bottom: 4px;
}

#language-box a:hover {
  background: #9b7b2c;
}

/*header section end*/

/*banner section*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 100px 0;
  z-index: 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides img {
  display: block;
  height: 100%;
  width: auto;
  border: 0;
  width: 100%;
}

.bannercaption {
  line-height: 67px;
  color: #FFFFFF;
  display: flow-root;
  font-size: 47px;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  position: absolute;
  display: flex;
  align-content: center;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.bannercaption span {
  display: block;
  font-size: 62px;
}

.bannercaption h2 {
  font-size: 83px;
}

.bannercaption a {
  display: block;
  background: #c55b11;
  border-radius: 8px;
  padding: 15px 15px;
  width: 165px;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  font-family: 'montserratbold';
  color: #FFF;
  margin: 39px 0 0 0;
}

.bannercaption a:hover {
  background: #ab4e0e;
}

/*banner section end*/

/*content part*/
#business-line {
  text-align: center;
  margin: 98px 0 0 0;
}


#business-line h1 {
  font-size: 90px;
  color: #d6d6d6;
  position: relative;
  text-transform: uppercase;
}

#business-line p {
  font-size: 19px;
  color: #4b4b4b;
  line-height: 36px;
  margin: 30px auto 0 auto;
  width: 1000px;

}

#businesslines {
  display: block;
  clear: both;

}

#businesslines li {
  font-size: 17px;
  display: flex;
  flex-direction: row;
  margin: 48px 0 0 0;
  border-bottom: #dcdcdc solid thin;
  padding: 0 0 30px 0;
  width: 100%;
  justify-content: space-between;
}

.businesslines-img {
  width: 236px;
  height: 137px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 48px 3px rgba(118, 118, 118, 0.3);
}


#businesslines li h2 {
  margin: 19px 0 0 0;
  font-size: 31px;
  width: 247px;
  text-align: left;
}

#businesslines li>p {
  width: 384px;
  text-align: left;
  line-height: 28px;
  font-size: 17px;
  margin: 10px 0 0 76px;
}

#businesslines li a {
  width: 52px;
  height: 52px;
  border: #8cd169 solid thin;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  transform: rotate(326deg);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;

}

#businesslines li a i {
  font-size: 25px;
  color: #000;
}

#businesslines li a:hover {
  transform: rotate(0deg);
}

#about-sectoin {
  background: #eaf8ff;
  padding: 85px 0;
  margin: 72px 0 0 0;
}

.about-img {
  float: right;

}

#about {
  display: flex;
  width: 659px;
  position: relative;
  color: #333;
  font-size: 15px;
  flex-direction: column;
  float: left;
}

#about h1 {

  color: #122129;
  font-size: 41px;
  line-height: 54px;
  margin: 38px 0;

}

#about h1>span {
  display: block;
  color: #4fb034;
  font-size: 41px;
  text-transform: none;
}

#about span {
  color: #388e0d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;


}

#about span i {
  font-size: 24px;

}

.vision {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: #c6d8e1 solid thin;
  padding-bottom: 35px;
  margin: 20px 0 0 0;
}

.vision h3 {
  font-size: 19px;
  color: #122129;
  text-transform: uppercase;
}

.vision p {
  width: 423px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.readmore {
  width: 184px;
  padding: 18px 0;
  text-align: center;
  background: #4fb034;
  color: #FFF;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 8px;
  overflow: hidden;
  margin: 11px 0 0 0;
}

.readmore:before {
  content: '';
  position: absolute;
  border: white solid 3px;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  border-radius: 8px;
}

.readmore:hover:before {
  opacity: 1;
}

#footprint {
  background: url(../images/footprintbg.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}

#footprint .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#footprintmap {
  background: url(../images/map.png) no-repeat;
  width: 691px;
  height: 592px;
  position: relative;
}

#footprint h1 {
  color: rgb(255, 255, 255);
  font-size: 53px;
  margin-bottom: 30px;
}

#footprint p {
  color: #FFFFFF;
  margin-bottom: 20px;
}

#footprintmap div {
  position: absolute;
  color: #FFFFFF;
  top: 57%;
  left: 42%;
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
}

#footprintmap div.kuwait {
  top: 40%;
  left: 58%;
}

#footprintmap div.Bahrain {
  top: 48%;
  left: 65%;
}

#footprintmap div.Qatar {
  top: 55%;
  left: 67%;
}

#footprintmap div.UAE {
  top: 63%;
  left: 75%;
}

#footprintmap div.Oman {
  top: 71%;
  left: 81%;
}


#footprintmap div .mapcontent {
  visibility: hidden;
  min-width: 300px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-align: center;
  border-radius: 6px;
  padding: 20px 10px;
  position: absolute;
  z-index: 1;
  top: 117%;
  left: 0%;
  opacity: 0;
  transition: opacity 0.3s;
  box-sizing: border-box;
  font-size: 15px;

}

#footprintmap div:hover .mapcontent {
  visibility: visible;
  opacity: 1;
}

#purpose {
  background: url(../images/purpose.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  color: #FFF;
  font-size: 29px;
}

#purpose h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

#purpose p {
  width: 570px;
  line-height: 41px;
  font-size: 23px;
}


#purpose .container {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 389px;


}


/*innerpage content*/
#content-cover {
  clear: both;
  margin-bottom: 110px;
  line-height: 35px;
  color: #000;
}

#page-title {
  padding: 100px 0;
  width: 100%;
  margin: 0 0 137px 0;
  background: url(../images/pagetitlebg.jpg) no-repeat top center;
  box-sizing: border-box;
  background-size: cover;
}

#page-title h1 {
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  box-sizing: border-box;
  padding: 19px 54px;
  text-align: center;
  background: #142474;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

#content-cover #about {
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: 16px;
}

#content-cover .about-img {
  float: left;
  margin: 0 47px 0 0;
}

#content-cover .vision {
  margin: 62px 0;
}

#content-cover .vision h3 {
  font-size: 26px;
  color: #339900;
}

#content-cover .vision p {
  width: 863px;
  line-height: unset
}

.vision ul {
  width: 863px;
}

.vision ul li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 20px;
}

.vision ul li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 0;
  top: 12px;
  background: #4fb034;
}

.advisory {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 124px;
  line-height: 29px;
}

.advisory-cnt {
  width: 594px;
  display: flex;
  flex-direction: column;
}

.advisory-cnt h1 {
  font-size: 27px;
  margin-bottom: 23px;
  color: #293990;
  line-height: 36px;
}

.areas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.areas div {
  width: 200px;
  height: 148px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #dddddd;
  color: rgb(0, 0, 0);
  margin: 43px 4px;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
}

.advisory:nth-child(even) {
  flex-direction: row-reverse;
}

.advisory-list {
  margin-top: 22px;
  font-size: 15px;
}

.advisory-list h2 {
  margin-bottom: 2px;
  font-size: 17px;
}

#ipec {
  margin: 30px 0;
}

.more2 {
  padding: 4px 0;
  width: 134px;
}

.brand {
  font-size: 25px;
  text-align: center;
}

#brand {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 36px 0 70px 0;
  border: #339900 solid thin;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 15px;
}

#brand img {
  margin: 0 0 20px 0;
}

#partner-cover {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.partners {
  display: flex;
  flex-direction: column;
  border: #dbdbdb solid thin;
  margin: 0 22px 37px 0;
  align-items: center;
  width: 276px;
  padding: 24px 0;
}

.partners .readmore {
  margin: 29px 0 0 0;
}

#content-cover #footprint .container {
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

#branch-detail {
  width: 408px;
  border-radius: 25px;
  box-sizing: border-box;
  color: #FFF;
}

#branch-detail p {
  line-height: 28px;
}

#branch-detail div {
  border-bottom: #50567e solid thin;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#branch-detail div span {
  display: block;
  font-weight: bold;
  color: #68df47;
}

#branch-detail strong {
  color: #49ef56;
}


.contact-frm {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
  width: 886px;
}

#form-cover {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-frm span {
  color: #F00;
  font-size: 12px;
}

.contact-frm h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  align-items: center;
}

.contact-frm input {
  width: 100%;
  border: none;
  font-family: 'montserratregular';
  padding: 20px 30px;
  box-sizing: border-box;
  outline: none;
  color: #616161;
  font-size: 14px;
  background: #eaeaea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px
}

.contact-frm textarea {
  width: 99%;
  border: none;
  padding: 11px 30px;
  box-sizing: border-box;
  outline: none;
  color: #616161;
  height: 100px;
  margin: 0px 0 29px 0;
  overflow: hidden;
  resize: none;
  font-size: 14px;
  font-family: 'montserratregular';
  background: #eaeaea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: left;
}

.contactfrm-cover {
  width: 423px;
  margin: 0 15px 0 0;
  height: 85px;
  text-align: left;
}

.contact-frm .captha {
  width: 117px;
  float: right;
  margin-top: 0;
}

.contact-frm #frmsubmit {
  margin-top: 0;
  background: #223e83;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
}

.contact-frm #frmsubmit:hover {
  background: #102556;
}

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.78);
  -webkit-transform: scale(0.78);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/*innerpage content end*/

/*footer section*/
footer {
  background: url(../images/footerimg.jpg) no-repeat center top;
  color: #232323;
  clear: both;
  width: 100%;
  position: relative;
  padding: 54px 0;

}

#footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: #dedede solid thin;
  padding-bottom: 14px;
  margin-bottom: 50px;
}

#contact-detail div {
  float: left;
  margin: 40px 20px;
  display: flex;
  align-items: center;

}

#contact-detail a {
  font-family: 'montserratbold';
  color: #000;
  font-size: 18px;
}

#contact-detail i {
  font-size: 21px;
  margin-right: 10px;
  color:#c89e47;
}


ul#bottom-link {
  list-style: none;
  width: 380px;
  margin: 0 0 0 134px;
}

ul#bottom-link li a {
  float: left;
  width: 177px;
  color: #0f0f0f;
  font-size: 15px;
  margin: 0 0 16px 0;
  text-decoration: underline;
}

ul#bottom-link li a:hover {
  color: #000000;
  text-decoration: none;
}

#social-box {
  text-align: center;
}

#social-box a {
  float: left;
  margin: 30px 7px 0 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 100%;
}

#facebook {
  background: #3b5998;
}

#linkedin {
  background: #007bb6;
}

#youtube {
  background: #d3171a;
}

#footer-last {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.newsletter h1,
ul#bottom-link h1 {
  font-size: 19px;
  color: #000;
  margin-bottom: 20px;

}

.newsletter div {
  border-bottom: #c79b46 solid thin;
  padding-bottom: 10px;
  width: 322px;
  background: url(../images/email.png) no-repeat left center;
  padding-left: 52px;
  padding-top: 7px;
  display: flex;
  justify-content: space-between;
}

.newsletter input {
  border: none;
  outline: none;
  font-family: 'montserratregular';
  width: 250px;
  font-size: 14px;
}

.newsletter input.send {
  width: 35px;
  height: 35px;
  border: #c79b46 solid thin;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF url(../images/arow.png) no-repeat center;
  cursor: pointer;
  position: relative;
}

#copyright {
  font-size: 13px;
  width: 238px;
  line-height: 27px;
  margin-top: 41px;
}


/*footer section end*/

@media screen and (max-width:1200px) {
  .container {
    width: 992px;
  }

  .dropdown,
  .advisory-img {
    display: none;
  }

  .about-img {
    display: none;
  }

  #mobile_menu {
    display: block;
    text-align: right;
    padding: 40px 0 0 0px;
    float: right;
  }

  #about,
  .advisory-cnt,
  #branch-detail,
  .contact-frm {
    width: 100%;
  }

  #mobile_drop {
    display: block;
    position: relative;
    background: #293990;
    margin-top: 20px;
  }

  #mobile_drop_fix {
    display: block;
    padding: 20px 0px;
    margin: 0 auto 0 auto;
  }

  #mobile_drop_fix ul li {
    list-style: none;
    display: block
  }

  #mobile_drop_fix ul li ul li {
    margin: 0 0 0 35px;
  }

  #mobile_drop_fix ul li ul li a {
    border-bottom: 0 !important
  }

  #mobile_drop_fix a {
    display: block;
    color: #fff;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    padding: 11px 0;
    font-size: 14px;
  }

  #language-box {
    margin: 20px 60px 0 0;
  }

  .mtoggle i {
    color: #283991;
    font-size: 39px;
  }

  #businesslines li h2 {
    margin: 19px 0 0 53px;
  }

  #businesslines li>p {
    margin: 10px 0 0 24px;
  }

  .vision p {
    width: 743px;
  }

  #content-cover .vision p,
  .vision ul {
    width: 673px;
  }

  #page-title {
    margin: 0 0 69px 0;
  }

  #content-cover #footprint .container {
    flex-direction: column;
    align-items: center;
  }

}






@media screen and (max-width:992px) {
  .container {
    width: 768px;
  }

  #footer-top img {
    display: none;
  }

  .bannercaption h2 {
    font-size: 70px;
  }

  .bannercaption span {
    font-size: 50px;
  }

  #business-line p,
  #businesslines li h2,
  #businesslines li>p {
    width: 100%;
  }

  #business-line h1 {
    font-size: 78px;
  }

  #businesslines li {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  #businesslines li h2 {
    text-align: center;
    margin: 30px 0;
  }

  #businesslines li>p {
    text-align: center;
  }

  ul#bottom-link {
    margin: 0 0 0 61px;
  }

  .contactfrm-cover {
    width: 365px;
  }
}







@media screen and (max-width:768px) {
  .container {
    width: 448px;
  }

  .vision p,
  #purpose p,
  #copyright,
  #content-cover .vision p,
  .vision ul,
  .contactfrm-cover {
    width: 100%;
  }

  .contactfrm-cover {
    margin-right: 0;
  }

  .topicon-box {
    display: none;
  }

  .bannercaption {
    line-height: 35px;
    font-size: 16px;
  }

  .bannercaption h2 {
    font-size: 49px;
  }

  .bannercaption span {
    font-size: 31px;
  }

  #business-line h1 {
    font-size: 58px;
  }

  #businesslines li>p {
    margin: 10px 0 0 0;
  }

  #businesslines li h2 {
    font-size: 27px;
  }

  #business-line p {
    font-size: 16px;
    line-height: 30px;

  }

  .vision {
    flex-direction: column;
  }

  .vision h3 {
    margin-bottom: 20px;
  }

  #footprint h1 {
    text-align: center;
    font-size: 42px;
  }

  #footprint p {
    text-align: center;
  }

  #footprintmap {
    width: 100%;
    background-size: contain;
    height: 382px;
  }

  #footprintmap div {
    font-size: 14px;
    font-weight: normal;
  }

  #footprintmap div img {
    width: 10px;
  }

  #footprint {
    padding: 70px 0;
  }

  #footprintmap div .mapcontent {
    min-width: 120px;
    left: -20%;
    font-size: 13px;
  }

  #purpose {
    font-size: 27px;
  }

  #purpose h1 {
    font-size: 41px;
  }

  #footer-top {
    flex-direction: column;
  }

  #contact-detail div {
    margin: 20px 0;
    float: none;
  }

  #social-box a {
    margin: 12px 7px 0 0;
  }

  #footer-last {
    flex-direction: column;
  }

  ul#bottom-link {
    margin: 50px 0 0 0;
  }

  #page-title {
    padding: 63px 0;
  }

  #page-title h1 {
    padding: 11px 54px;
    font-size: 20px;
  }

  .advisory-img {
    display: block;
    margin-bottom: 30px;
  }

  .advisory-img img {
    width: 100%;
  }

  .advisory,
  .advisory:nth-child(2n) {
    flex-direction: column;
  }

}


@media screen and (max-width:448px) {

  .container,
  #course-slide li {
    width: 300px;
  }

  #logo {
    width: 153px;
    height: 96px;
  }

  #language-box {
    margin: 23px 13px 0 0;
  }

  #language-box a {
    padding: 5px 18px;
    font-size: 11px;
  }

  .mtoggle i {
    font-size: 33px;
  }

  #mobile_menu {
    padding: 30px 0 0 0px;
  }

  .bannercaption {
    line-height: 22px;
    font-size: 11px;
  }

  .bannercaption h2 {
    font-size: 28px;
  }

  .bannercaption span {
    font-size: 19px;
  }

  #about h1,
  #about h1>span {
    font-size: 28px;
    line-height: 40px;
  }

  .readmore {
    width: 159px;
    padding: 13px 0;
  }

  #footprint h1 {
    font-size: 32px;
  }

  #footprintmap {
    height: 262px;
  }

  #footprintmap div {
    font-size: 12px;
  }

  #purpose {
    font-size: 21px;
    background-position: 66% top;
  }

  #purpose h1 {
    font-size: 32px;
  }

  #purpose p {
    line-height: 29px;
  }

  .newsletter div {
    width: 240px;
  }

  ul#bottom-link,
  .areas div {
    width: 100%;
  }

  #copyright {
    font-size: 14px;
  }

  #business-line h1 {
    font-size: 51px;
  }

  #page-title {
    padding: 48px 0;
  }

  #page-title h1 {
    font-size: 18px;
    padding: 7px 30px;
  }

  .areas {
    flex-direction: column;
  }

  .areas div {
    margin: 26px 0;
  }

  .partners .readmore {
    padding: 5px 0;
  }
}