/* global css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.aboutBannerLeftGrid h1 img {
    position: absolute;
    display: block;
    width: 60%;
    left: 19%;
    top: -60%;
}
.aboutBannerLeftGrid h1 {
    position: relative;
}
p.lastPart {
    text-align: center;
    background-color: #ddd;
    padding: 10px 0;
    border-radius: 35px;
    font-size: 19px;
    margin: 0;
    font-weight: bold;
}
.element {
	padding-bottom: 10px;
}
.element:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	animation: underline 3s infinite;
	height: 0.1em;
}
@keyframes underline {
  0% { width: 0%; background-color: #fff;}
  100% {width: 100%; background-color: transparent;}
}

a.knowMoreBtn {
    background: linear-gradient(-45deg, #920000, #c96c00);
    display: block;
    text-align: center;
    color: #fff;
    padding: 6px 0px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 80%;
    margin-top: 10px;
    border-radius: 7px;
    transition-duration: 0.3s;
}

body {
      max-width: 1500px;
    background-color: #101010;
    margin: auto;
    box-shadow: 0px 0px 10px #004470;
}
ul {
  padding: 0;
  margin: 0;
}
.headerNav ul{
    text-align: center;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* global css start */

.countriesPage {
    padding: 50px 0 60px;
    background-color: #444;
    color: #fff;
}

.contactPage {
    padding: 40px 0;
    background-color: #444;
    color: #fff;
}
.contactContent h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contactContent ul li a {
    display: block;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #2298ff;
}

.contactContent p {
    margin: 10px 0;
}

.contactContent ul {
    padding: 20px;
    list-style-type: disclosure-closed;
}

.contactContent p a {
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0px;
        color: #2298ff;
}

.aritcleBox {
    background-color: #eee;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    border-radius: 10px;
}

.aritcleBox h3{
        font-weight: bold;
    font-size: 22px;
        color: #cc7119;
    line-height: 33px;
}

.aritcleBox span{
        display: block;
    font-size: 22px;
    font-weight: bold;
    color: #aaaaaa;
}

.aritcleBox a{
        display: block;
    font-size: 15px;
    line-height: 29px;
    color: #444;
}

.aritcleBox img{
    display: block;
    margin: 15px 0;
    width: 100%;
    border-radius: 10px;
}

.countriesPageContent h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* header part css start */
.headerTop h2 {
  text-align: center;
    color: #c5c5c5;
    font-size: 70px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 10px;
}
.aboutContent h1 {
        font-weight: bold;
    letter-spacing: 1px;
    font-size: 50px;
    margin-bottom: 15px;
}
.aboutContent p {
        margin-bottom: 30px;
}
.aboutContent h3 {
    
}
.aboutContent ul {
    list-style-type: disclosure-closed;
    padding: 10px 0 20px 20px;
    margin-bottom: 20px;
}
.aboutContent ul li {
        margin: 3px 0;
}
.articlePage {
    padding: 40px 0px;
    background-color: #444;
}
.aboutPage {
    padding: 50px 0;
    background-color: #444;
    color: #fff;
}
.headerNav ul li {
    position: relative;
  display: inline-block;
}
.headerNav ul li a {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 0 23px;
    border-bottom: 2px solid #101010;
    color: #c7c7c7;
    transition-duration: 0.4s;
}
.headerNav ul li a:hover {
  border-bottom: 2px solid lightgray;
}
/* header part css end */

/* about banner part css start */
.aboutBannerLeftGrid h1 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.aboutBannerRightGrid img {
    display: block;
    border-radius: 50%;
    width: 70%;
    margin: 0px auto;
    border: 10px solid darkgoldenrod;
}
.aboutBannerLeftGrid p {
     text-align: center;
    font-size: 18px;
    color: #ffd9d9;
    margin-top: 20px;
    line-height: 26px;
    font-weight: bold;
}
.bannerOverly {
  margin-top: 20px;
  border: 2px solid #585353;
  padding: 20px;
  border-radius: 10px;
  background-color: #00000087;
}
.contactMail {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: 50px;
}

.contactMail i {
  font-size: 20px;
  background-color: #332d2d;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
}
.contactText span {
  font-size: 15px;
  color: #ead4d4;
}

.contactText h6 {
  color: #ead4d4;
  font-weight: bold;
  font-size: 18px;
}
/* about banner part css end */

/* education part css start */
.educationPartMain {
  padding: 100px 0;
}
.educationPartMain h4 {
  text-align: center;
  background-image: linear-gradient(#9d8787, #0f0f09);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  width: 14%;
  margin: 20px auto;
}
.educationTableRow {
  margin-bottom: 24px;
}
.educationLeftGrid p {
  margin: 1px 0;
  padding: 11px 10px;
  border-radius: 0 16px 16px 0px;
  color: #ead4d4;
  background-color: #101010;
}
.educationLeftGrid {
  background-color: #fff;
  padding: 1px 0;
}
.educationRightGrid p {
  margin: 1px 0;
  padding: 11px 10px;
  border-radius: 0 23px 10px 0;
  border-radius: 16px 0px 0px 16px;
  background-color: #101010;
  color: #ead4d4;
}
.educationRightGrid {
  background-color: #fff;
  padding: 1px 0;
}

/* education part css end */

/* job experience part css start */
.jobExperiencePartMain {
  padding: 30px 0;
}
.jobExperiencePartMain h3 {
  text-align: center;
    background-image: linear-gradient(#9d8787, #0f0f09);
    padding: 2px 10px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    width: 14%;
    margin: 20px auto;
}
.jobExperiencePartMain h4 {
  text-align: center;
  padding-bottom: 40px;
      font-weight: bold;
  font-size: 23px;
  color: #e8dddd;
}
.jobExperienceLeftGrid {
  padding: 20px;
  background-color: #1b1b1b;
  border-radius: 10px;
  margin-bottom: 20px;
}
.jobExperienceLeftGridTop {
  border-bottom: 1px solid lightgray;
}
.jobDesBtn {
  display: flex;
  align-items: center;
  border: 1px solid #4e4949;
  width: 40%;
  padding: 7px 11px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #242424;
  color: #fff;
}

.jobDesBtn i {
  color: #ff0043;
  font-size: 14px;
  margin-right: 10px;
}
.jobExperienceLargeGrid p {
  color: #907f7f;
  margin-bottom: 26px;
}

.jobExperienceLargeGrid h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: bold;
}
.jobDesText p {
  margin: 0;
  color: #cab5b5;
}
.jobDesText span {
  margin: 0;
  color: #cab5b5;
}
.obExperienceSmallGrid img {
  width: 80%;
}
.description h6 {
  font-size: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
  color: #aea1a1;
}
.description p {
  color: #aea1a1;
  font-size: 14px;
  text-align: justify;
  padding-bottom: 10px;
}
/* job experience part css end */

/* gallery part css start */
.galleryPartMain {
  padding: 30px 0;
}
.galleryGrid {
  margin-bottom: 20px;
}
.galleryGrid img {
  width: 100%;
}
/* gallery part css end */

/* areas of expertise part css start */
.areasOfExpertisePartMain {
  padding: 30px 0;
}
.areasOfExpertisePartMain h4 {
  text-align: center;
    background-image: linear-gradient(#9d8787, #0f0f09);
    padding: 7px 10px;
    border-radius: 5px;
    color: #fff;
    width: 17%;
    font-size: 21px;
    margin: 20px auto;
    letter-spacing: 1px;
    font-weight: bold;
}
.areasOfExpertisePartMain .carousel-caption {
  position: absolute;
  top: 35%;
}
.areasOfExpertisePartMain .carousel-caption h5 {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: bold;
}
/* areas of expertise part css end */

/* footer part css start */
.footerPartMain {
  padding: 50px 0;
  background-color: #1b1f23;
}
.footerGrid {
  margin-bottom: 20px;
}
.footerGrid p {
  color: #e2dbdb;
}
.footerGrid h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 18px;
  font-weight: 400;
}
.footerGrid h4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.footerGrid ul li {
  display: inline-block;
}
.footerGrid ul li a {
  font-size: 14px;
  display: block;
  font-weight: bold;
  padding-right: 8px;
  color: #c8c3c3;
}
.footerGrid ul li a:hover {
  color: #fff;
}

.footerGrid ul li a i {
  font-size: 20px;
}

/* footer part css end */

ul.dropdownMenu {
    position: absolute;
    background-color: #ccc;
    width: 300px;
    padding: 5px;
    z-index: 99999;
    display: none;
    text-align: left;
    height: 400px;
    overflow: scroll;
    scrollbar-width: none;
}

html.sf-js-enabled {
    scrollbar-width: none;
}

.blogCompany {
    padding: 40px 0;
    background-color: #444;
}

.headerNav ul li:hover ul.dropdownMenu{
    display: block;
}

ul.dropdownMenu li{
    display: block;
}

ul.dropdownMenu li a {
    border: none;
    padding: 7px 10px;
    transition-duration: 0.2s;
    font-size: 14px;
    text-align: left;
    display: block;
    width: 100%;
    color: #444;
    font-weight: 600;
}

ul.dropdownMenu li a:hover{
    background-color: #444;
    color: #fff;
    border: none;
}

/* mobile menu css start */
/*---------------------
HAMBURGER MENU
----------------------*/
.hamburger-menu {
    display: flex;
  justify-content: space-between;
  top: 0;
  padding: 10px 25px;
  width: 100%;
  cursor: pointer;
  position: fixed;
  z-index: 9998;
  background: #f5f5f5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.bar {
  margin-top: 10px;
  position: relative;
  transform: translateY(10px);
  background: #7c7c7c;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #7c7c7c;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #7c7c7c;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
/*---------------------
Mobiles Menu - Design 
----------------------*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
}

ul.children {
    margin-left: 10px;
    margin-top: 5px;
}

.mobile-menu li {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  border-bottom: 1px solid #ddd;;
  overflow: hidden;
  padding: 10px 5px;
  position: relative;
  text-align: left;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  color: #747474;
}
.mobile-menu li:last-child {
  border-bottom: none;
}

li.has-children i.fa-angle-down {
    float: right;
    font-size: 20px;
    margin-top: 3px;
}


/*.mobile-menu li:hover {*/
/*  background: #CCCCCC;*/
/*}*/

.mobile-menu li a {
  text-decoration: none;
  color: #585858;
  font-size: 16px;
  display: block;
}

.hamburger-menu.mobileFor {
    padding: 10px;
    background-color: #fff;
}

/*---------------------
Mobiles Menu - Slide IN 
----------------------*/
.mobile-menu {
    padding: 20px 30px;
    top: -100%;
    width: 95%;
    left: 2%;
    background-color: #fff;
    border-radius: 10px;
    color: black;
    height: auto;
    position: fixed;
    z-index: 9997;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 205px);
    -moz-transform: translate3d(0, 0, 205px);
    transform: translate3d(0, 0, 205px);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    box-shadow: 0px 0px 20px #858585;
}

.headerNav {
    margin-bottom: 20px;
}

.mobile-menu.active {
  top: 10%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobileHamMenu {
    display: flex;
    justify-content: space-between;
}

/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/
.has-children:hover {
  cursor: hand;
}

.children {
  display: none;
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.icon-arrow:after {
  content: "â–¼";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.mobileHeaderLogo a img {
    width: 50px;
}

/* mobile menu css end */
header.d-block.d-sm-none {
    display: none !important;
}

/* responsive for mobile desing start */
@media screen and (max-width: 767px) {
  .aboutBannerRightGrid img {
    display: block;
    width: 100%;
  }
  header.d-block.d-sm-none {
    display: block !important;
}
  .headerTop h2{
      font-size: 55px;
          padding: 10px 0;
                  display: none;
  }
  header {
    margin-bottom: 100px;
}
  .headerNav ul {
    display: none;
}
  .bannerOverly {
    padding: 7px;
  }
  .contactMail {
    margin-bottom: 30px;
  }
  .educationPartMain h4 {
    width: 50%;
  }
  .jobExperiencePartMain h3 {
    width: 50%;
  }
  .jobDesBtn {
    width: 50%;
  }
  .jobExperienceLeftGridTop {
    border-bottom: none;
  }
  .areasOfExpertisePartMain .carousel-caption {
            position: absolute;
        top: 18%;
  }
  .areasOfExpertisePartMain .carousel-caption h5 {
    font-size: 20px;
}
  .areasOfExpertisePartMain h4 {
    width: 50%;
  }
}
/* responsive for mobile desing end */
