/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica";
  font-weight: 400;
}
body.overflowhidden {
  overflow: hidden;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1354px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p, .inner_container li {
  color: #757575;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 28px;
  line-height: 44px;
}
@media (max-width: 1366px) {
  p, .inner_container li {
    font-size: 18px;
    line-height: 28px;
  }
}

.fnt22 p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.btn-check:focus + .btn, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E79600;
  font-size: 22px;
  font-weight: 400;
}
.btn_arrow i {
  margin-left: 10px;
  font-weight: 400;
}
.btn_arrow:hover {
  color: #2F295C;
}

.btn_displyinline {
  display: inline-block;
}

.defaultButton {
  background: #E79600;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: Helvetica;
  border-radius: 8px;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  border: 0px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #2F295C;
  color: #fff;
}
@media (max-width: 1366px) {
  .defaultButton {
    font-size: 18px;
    line-height: 28px;
  }
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionTitle {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 30px;
  color: #2F295C;
}
.sectionTitle span {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  color: #E79600;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .sectionTitle span {
    font-size: 25px;
    line-height: 25px;
  }
}
.sectionTitle i {
  color: #E79600;
  font-style: normal;
}
.sectionTitle.fnt38 {
  font-size: 38px;
  line-height: 54px;
}
.sectionTitle.color_black {
  color: #000000;
}
@media (max-width: 1366px) {
  .sectionTitle {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .sectionTitle.fnt38 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
  }
  .sectionTitle.fnt38 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    font-size: 26px;
    line-height: 1.2;
  }
  .sectionTitle.fnt38 {
    font-size: 28px;
  }
}

.sectionPadding {
  padding: 80px 0px;
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.mainHeader {
  padding: 30px 0;
  z-index: 111;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  -webkit-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 45px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 20px;
  padding: 0px;
  display: inline-block;
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.mainHeader header .navbarLink ul li.active a {
  background: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a {
    color: #fff;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #000;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 15%;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 400px) {
  .mainHeader header .navbarLink {
    padding-top: 27%;
  }
}
@media (max-width: 1366px) {
  .mainHeader {
    padding: 20px 0px;
  }
}
.mainHeader .logoactive {
  display: none;
}
.mainHeader .navbarBtn {
  background: #E79600;
  padding: 10px 5px;
  border-radius: 6px;
}
.mainHeader.active {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
  padding: 10px 0px;
}
.mainHeader.active .logoactive {
  display: block !important;
}
.mainHeader.active .logoactive img {
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainHeader.active .logo {
  display: none;
}
.mainHeader.active ul li a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader.active ul li a {
    color: #fff !important;
  }
}
.mainHeader.active .crossLine .line {
  background: #fff !important;
}
.mainHeader.active .crossLine.active .line {
  background: #fff !important;
}
@media (max-width: 991px) {
  .mainHeader {
    padding: 10px 5px;
  }
  .mainHeader .crossLine {
    width: 39px;
    height: 20px;
  }
  .mainHeader .crossLine .line {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .mainHeader .navbarBtn {
    padding: 6px 5px 8px 5px;
  }
  .mainHeader .crossLine {
    width: 31px;
  }
  .mainHeader .crossLine .line {
    width: 25px;
  }
}

.homebanner {
  position: relative;
  border-bottom: 14px solid #E79600;
}
.homebanner .bannerImage {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
@media (max-width: 1366px) {
  .homebanner .bannerImage img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerImage img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerImage img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 400px) {
  .homebanner .bannerImage img {
    height: 500px;
  }
}
.homebanner .bannerImage::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.76%, rgba(0, 0, 0, 0.25)), color-stop(82.6%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 6.76%, rgba(0, 0, 0, 0) 82.6%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .homebanner .bannerImage::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.61)), color-stop(180%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.61) 20%, rgba(0, 0, 0, 0) 180%);
  }
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.homebanner .bannerText .bannerDesc {
  max-width: 800px;
}
.homebanner .bannerText .bannerDesc .title {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .homebanner .bannerText .bannerDesc .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerText .bannerDesc .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 400px) {
  .homebanner .bannerText .bannerDesc .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.homebanner .bannerText .bannerDesc span {
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .homebanner .bannerText .bannerDesc span {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc span {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .homebanner .bannerText {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: 25%;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText {
    bottom: 30%;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText {
    bottom: 24%;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerText {
    text-align: center;
  }
}
@media (max-width: 1366px) {
  .homebanner {
    border-bottom: 5px solid #E79600;
  }
}
.homebanner.innerbanner .defaultButton {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .homebanner.innerbanner .bannerImage img {
    height: 380px;
  }
}

.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .labelText {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #2F295C;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .inquiryForm .labelText {
    font-size: 20px;
    line-height: 30px;
  }
}
.inquiryForm .defaultButton a {
  color: #2F295C;
}
.inquiryForm .form-control {
  border-radius: 6px;
  min-height: 70px;
  background: #E9E9EB;
  border: none;
}
@media (max-width: 1366px) {
  .inquiryForm .form-control {
    min-height: 50px;
  }
}
@media (max-width: 991px) {
  .inquiryForm {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inquiryForm .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.form-floating > label {
  color: #000;
}

.aboutSection {
  scroll-margin-top: 30px;
}
.aboutSection .txtend {
  text-align: end;
}
.aboutSection .imgradius img {
  height: auto !important;
}
.aboutSection img {
  border-radius: 8px;
}
@media (max-width: 1366px) {
  .aboutSection img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .aboutSection img {
    height: 530px;
  }
}
@media (max-width: 991px) {
  .aboutSection img {
    margin-top: 20px;
  }
}

.contactSection {
  scroll-margin-top: 90px;
}
.contactSection .sectionTitle {
  color: #2F295C;
}
.contactSection .reachUs li {
  list-style: none;
}
.contactSection .reachUs li .address {
  margin-bottom: 30px;
}
.contactSection .reachUs li .address span {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #2F295C;
  margin-bottom: 5px;
}
.contactSection .reachUs li .address p, .contactSection .reachUs li .address a {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #2F295C;
}
@media (max-width: 1366px) {
  .contactSection .reachUs li .address p, .contactSection .reachUs li .address a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .contactSection .reachUs li .address {
    font-size: 20px;
    line-height: 30px;
  }
}
.contactSection .map iframe {
  border-radius: 8px;
  height: 210px;
  width: 90%;
}
@media (max-width: 575px) {
  .contactSection .map iframe {
    width: 100%;
  }
}

.footersec {
  border-top: 13px solid #E79600;
  padding: 40px 0px;
  background: #2F295C;
}
.footersec a {
  color: #ffffff;
}
.footersec a:hover {
  color: #FFCC00 !important;
}
.footersec .maxwidth286 {
  max-width: 286px;
}
.footersec .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 991px) {
  .footersec .row .footerlogo {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footersec .row .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .footersec .row .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footersec .row .links ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footersec .row .links ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #fff !important;
}
.footersec .row .links ul li a:hover, .footersec .row .links ul li a:active, .footersec .row .links ul li a.active {
  color: #FFCC00 !important;
}
@media (max-width: 991px) {
  .footersec .row .footerlinks ul {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footersec .row .footerlinks ul {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footersec .row .footerlinks ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footersec .row .footerlinks ul li:hover a, .footersec .row .footerlinks ul li.active a {
  color: #FFCC00;
}
@media (max-width: 991px) {
  .footersec .row .footerlinks ul li {
    margin: 0px 15px 15px 15px !important;
  }
}
@media (max-width: 767px) {
  .footersec .row .footerlinks ul li {
    margin: 0px 0px !important;
    padding: 5px 0px;
  }
}
.footersec .row .footerlinks ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footersec .row .footerlinks ul li:last-child {
  margin-bottom: 0px;
}
.footersec .row .footerlocation {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footersec .row .footerlocation i {
  color: #FFCC00;
  display: none;
}
.footersec .row .footerlocation > div h2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
}
.footersec .row .footerlocation > div p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .footersec .row .footerlocation > div p {
    max-width: 250px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footersec .row .footerlocation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 25px;
  }
  .footersec .row .footerlocation > div h2 {
    text-align: center;
  }
}
.footersec .row .callsec .callus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footersec .row .callsec .callus i {
  color: #FFCC00;
  display: none;
}
.footersec .row .callsec .callus > div h2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: 700;
}
.footersec .row .callsec .callus > div a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footersec .row .callsec .callus.email {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footersec .row .callsec .callus {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
  }
  .footersec .row .callsec .callus.email {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .footersec .row .callsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .footersec .row .callsec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footersec .row .callsec > div h2 {
    text-align: center;
  }
}

.copyrightsec {
  background: #0E092E;
  color: #fff;
}
.copyrightsec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media (max-width: 480px) {
  .copyrightsec ul {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .copyrightsec ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.copyrightsec ul li {
  font-size: 12px;
  line-height: 20px;
  list-style: none;
}
@media (max-width: 575px) {
  .copyrightsec ul li {
    margin-bottom: 5px;
  }
}

ul, li {
  list-style: none;
}

.principals {
  position: relative;
  color: #fff;
  background: #221D50;
  scroll-margin-top: 90px;
}
.principals.newprincipals {
  background: none;
}
.principals.newprincipals::after {
  display: none;
}
.principals.newprincipals .part1 {
  background: url(../images/bg_principals_top.jpg) no-repeat center bottom #F6F4E7;
  background-size: 100%;
  padding: 80px 0px 50px 0px;
  min-height: 177px;
}
.principals.newprincipals .part1 p, .principals.newprincipals .part1 div {
  color: #2F295C;
}
.principals.newprincipals .part2 {
  background: url(../images/bg_principals_btm.jpg) no-repeat center top;
  background-size: 100%;
  padding: 50px 0px;
  min-height: 500px;
}
@media (max-width: 1366px) {
  .principals.newprincipals .part2 {
    min-height: 610px;
  }
}
@media (max-width: 1199px) {
  .principals.newprincipals .part2 {
    min-height: 366px;
  }
}
@media (max-width: 991px) {
  .principals.newprincipals .part2 {
    background-size: cover;
  }
}
.principals .contentBox {
  position: relative;
  z-index: 11;
}
.principals p {
  color: #fff;
}
.principals .max600 {
  max-width: 630px;
  color: #fff;
}
.principals .sectionTop100 {
  padding-top: 120px;
}
.principals .maxWidth1080 {
  max-width: 1080px;
}
.principals .principalsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 11;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.principals .principalsList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
  font-size: 28px;
  line-height: 38px;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  position: relative;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.principals .principalsList li img {
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .principals .principalsList li img {
    margin-bottom: 20px;
  }
}
.principals .principalsList li:last-child:after {
  display: none;
}
@media (max-width: 1366px) {
  .principals .principalsList li {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .principals .principalsList li {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .principals .principalsList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    border: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .principals .principalsList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.principals .partnerContent {
  max-width: 962px;
  margin: 0 auto 70px;
}
.principals .partnerBox {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  padding: 0px;
}
.principals .partnerBox .partnerImage {
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  margin-bottom: 30px;
}
.principals .partnerBox .partnerImage img {
  width: 100%;
}
.principals .partnerBox .boxpadd {
  padding: 0px 30px 20px 30px;
}
.principals .partnerBox .boxpadd p {
  color: #757575;
}
.principals .partnerBox .minhight {
  min-height: 520px;
}
@media (min-width: 1680px) {
  .principals .partnerBox .minhight {
    min-height: 400px;
  }
}
@media (min-width: 1600px) {
  .principals .partnerBox .minhight {
    min-height: 470px;
  }
}
@media (max-width: 1366px) {
  .principals .partnerBox .minhight {
    min-height: 340px;
  }
}
@media (max-width: 1199px) {
  .principals .partnerBox .minhight {
    min-height: 372px;
  }
}
@media (max-width: 991px) {
  .principals .partnerBox .minhight {
    min-height: auto;
  }
}
.principals .partnerBox h6 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2F295C;
}
@media (max-width: 1366px) {
  .principals .partnerBox h6 {
    font-size: 28px;
    line-height: 38px;
  }
}
.principals .partnerBox p {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .principals .partnerBox p {
    font-size: 18px;
    line-height: 28px;
    min-height: 1px; /*min-height: 200px;*/
  }
}
@media (max-width: 767px) {
  .principals .partnerBox p {
    margin-bottom: 20px;
  }
}
.principals .partnerBox .btn_arrow:hover {
  color: #2F295C;
}
.principals .partnerBox .text-right {
  text-align: right;
}
@media (max-width: 991px) {
  .principals .partnerBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .principals .partnerBox {
    padding: 0px;
  }
  .principals .partnerBox .boxpadd {
    padding: 0px 15px 20px 15px;
  }
  .principals .partnerBox .partnerImage {
    margin-bottom: 15px;
  }
  .principals .partnerBox h6 {
    margin-bottom: 10px;
  }
}

.partnerShip .sectionTitle {
  color: #fff;
}

.title38 {
  font-size: 34px;
  line-height: 42px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .title38 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .title38 {
    font-size: 24px;
    line-height: 34px;
  }
}

.title28 {
  font-size: 28px;
  font-weight: 500;
}

.counterSec {
  background: #1A1353;
  width: 100%;
  height: 100%;
}
.counterSec .maxwidthset1 {
  max-width: 482px;
}
.counterSec .title38 {
  margin-bottom: 15px;
}
.counterSec p {
  color: #fff;
  margin-bottom: 0px;
}
.counterSec .counter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.counterSec .counter-section .counterDigit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.counterSec .counter-section .counter-box {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
.counterSec .counter-section .counter-box h2, .counterSec .counter-section .counter-box span {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  color: #E79600;
}
@media (max-width: 1199px) {
  .counterSec .counter-section .counter-box h2, .counterSec .counter-section .counter-box span {
    font-size: 30px;
    line-height: 30px;
  }
}
.counterSec .counter-section .counter-box p {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 0px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .counterSec .counter-section .counter-box p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .counterSec .counter-section .counter-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .counterSec .counter-section .counter-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .counterSec .counter-section .counter-box .counterDigit {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .counterSec .maxwidthset1 {
    max-width: 100%;
  }
  .counterSec .counter-section {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .counterSec .counter-section .counter-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  .counterSec .counter-section .counter-box p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .counterSec {
    text-align: center;
  }
}

.bgGreay1 {
  background: #F8F8FA;
}

.imgradius {
  border-radius: 8px;
  overflow: hidden;
}
.imgradius img {
  border-radius: 8px;
}
.imgradius.imgradius0 {
  border-radius: 0px;
}
.imgradius.imgradius0 img {
  border-radius: 0px;
}

.companiesSec .title38 {
  color: #2F295C;
  max-width: 845px;
  font-weight: 700;
}
.companiesSec .title38 span {
  color: #E79600;
}
@media (max-width: 1366px) {
  .companiesSec .title38 {
    max-width: 690px;
  }
}
.companiesSec .col-lg-4 {
  margin-bottom: 20px;
}
.companiesSec .companiesBox {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.11);
  height: 100%;
}
.companiesSec .companiesBox .box_content {
  padding: 0px 20px 20px 20px;
}
.companiesSec .companiesBox img {
  border-radius: 8px;
  width: 100%;
}
.companiesSec .companiesBox h3 {
  color: #2F295C;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (max-width: 1366px) {
  .companiesSec .companiesBox h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
.companiesSec .companiesBox .min-hieght1 {
  min-height: 700px;
  height: 100%;
}
.companiesSec .companiesBox .btn_displyinline {
  margin-top: 20px;
}
@media (min-width: 1600px) {
  .companiesSec .companiesBox .min-hieght1 {
    min-height: 520px;
  }
}
@media (max-width: 1366px) {
  .companiesSec .companiesBox .min-hieght1 {
    min-height: 350px;
  }
}
@media (max-width: 1199px) {
  .companiesSec .companiesBox .min-hieght1 {
    min-height: 457px;
  }
}
@media (max-width: 991px) {
  .companiesSec .companiesBox {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .companiesSec .companiesBox {
    height: auto;
    margin-bottom: 20px;
  }
  .companiesSec .companiesBox .min-hieght1 {
    min-height: 1px;
    height: auto;
  }
}

.industryWeserveSec {
  scroll-margin-top: 100px;
}
.industryWeserveSec ul {
  /*max-width: 1000px;*/
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}
.industryWeserveSec ul.martop20 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .industryWeserveSec ul.martop20 {
    margin-top: 10px;
  }
}
.industryWeserveSec ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border: none !important;
  padding: 0px 0px 30px 0px !important;
}
.industryWeserveSec ul li .box1 {
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  height: 100%;
  margin: 0px 15px;
  padding: 20px;
}
.industryWeserveSec ul li .box1 .bg_color1 {
  background: rgba(231, 150, 0, 0.14);
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
}
.industryWeserveSec ul li .box1 .bg_color1 img {
  margin: 0px;
}
.industryWeserveSec ul li img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.industryWeserveSec ul li .title38 {
  color: #2F295C;
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 12px;
}
.industryWeserveSec ul li:first-child {
  border-right: 1px solid rgba(47, 41, 92, 0.2);
  border-bottom: 1px solid rgba(47, 41, 92, 0.2);
}
@media (max-width: 575px) {
  .industryWeserveSec ul li:first-child {
    border-right: 0px;
  }
}
.industryWeserveSec ul li:nth-child(2) {
  padding-left: 55px;
  border-bottom: 1px solid rgba(47, 41, 92, 0.2);
}
@media (max-width: 767px) {
  .industryWeserveSec ul li:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .industryWeserveSec ul li:nth-child(2) {
    padding-left: 0px;
  }
}
.industryWeserveSec ul li:nth-child(3) {
  border-right: 1px solid rgba(47, 41, 92, 0.2);
}
@media (max-width: 575px) {
  .industryWeserveSec ul li:nth-child(3) {
    border-right: 0px;
    border-bottom: 1px solid rgba(47, 41, 92, 0.2);
  }
}
.industryWeserveSec ul li:nth-child(4) {
  padding-left: 55px;
}
@media (max-width: 767px) {
  .industryWeserveSec ul li:nth-child(4) {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .industryWeserveSec ul li:nth-child(4) {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .industryWeserveSec ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.ourclientSec .sectionTitle {
  max-width: 757px;
  margin: auto;
  text-align: center;
}
.ourclientSec .sectionTitle span {
  display: contents;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .ourclientSec .sectionTitle span {
    font-size: 32px;
    line-height: 32px;
  }
}
.ourclientSec .principalSlider {
  margin-top: 35px;
}
.ourclientSec .principalSlider .slick-slide {
  padding: 0px 5px;
}
.ourclientSec .principalSlider .principalbox {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  border: 0px solid #E79600;
  border-radius: 20px;
  width: 100% !important;
  height: 220px;
}
.ourclientSec .principalSlider .principalbox img {
  min-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .ourclientSec .principalSlider .principalbox img {
    min-height: 60px;
  }
}
@media (max-width: 575px) {
  .ourclientSec .principalSlider .principalbox img {
    min-height: 50px;
  }
}
@media (max-width: 1366px) {
  .ourclientSec .principalSlider .principalbox {
    height: auto;
    min-height: 140px;
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .ourclientSec .principalSlider .principalbox {
    min-height: 140px;
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .ourclientSec .principalSlider .principalbox {
    min-height: 180px;
  }
}
@media (max-width: 991px) {
  .ourclientSec .principalSlider .principalbox {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .ourclientSec .principalSlider .principalbox {
    min-height: 140px;
  }
}
@media (max-width: 575px) {
  .ourclientSec .principalSlider .principalbox {
    min-height: 140px;
  }
}
.ourclientSec .principalSlider .slick-dots {
  bottom: -60px;
}
.ourclientSec .principalSlider .slick-dots li {
  margin: 0px 5px;
}
.ourclientSec .principalSlider .slick-dots li button {
  width: 20px;
  height: 20px;
  background: #E79600;
  border-radius: 100%;
  opacity: 0.44;
  font-size: 0px;
}
@media (max-width: 1366px) {
  .ourclientSec .principalSlider .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.ourclientSec .principalSlider .slick-dots li.slick-active button {
  opacity: 1;
}
@media (max-width: 1366px) {
  .ourclientSec .principalSlider .slick-dots li {
    margin: 0px;
  }
}
@media (max-width: 1366px) {
  .ourclientSec .principalSlider .slick-dots {
    bottom: -40px;
  }
}

.stickyHeader {
  display: none;
}

@media (max-width: 575px) {
  .stickyHeader {
    padding: 20px;
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #fff;
    display: block;
  }
  .stickyHeader ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stickyHeader ul li img {
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) and (max-width: 400px) {
  .stickyHeader ul li img {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .stickyHeader ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
  }
}
@media (max-width: 575px) and (max-width: 400px) {
  .stickyHeader {
    padding: 20px 10px;
  }
}
.iconImage {
  margin-bottom: 20px;
}

.corbule {
  color: #2F295C;
}

.last_p p:last-child {
  margin-bottom: 0px;
}

.inner_container p {
  margin-bottom: 24px;
}
.inner_container .last_p p:last-child {
  margin-bottom: 0px;
}
.inner_container ul.bullet1 {
  padding-bottom: 40px;
}
.inner_container ul.bullet1 li {
  padding: 0px 0px 26px 25px;
  position: relative;
}
.inner_container ul.bullet1 li:last-child {
  padding-bottom: 0px;
}
.inner_container ul.bullet1 li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #757575;
}
.inner_container ul.bullet1.oneline {
  padding-bottom: 20px;
}
.inner_container ul.bullet1.oneline li {
  padding-bottom: 10px;
  line-height: normal;
}
.inner_container ul.bullet1.oneline li::before {
  top: 13px;
}
@media (max-width: 767px) {
  .inner_container ul.bullet1 li {
    padding: 0px 0px 18px 18px;
  }
  .inner_container ul.bullet1 li::before {
    top: 12px;
  }
  .inner_container ul.bullet1.oneline li::before {
    top: 7px;
  }
}

.businessOfferSection .textContent {
  margin: 0px 0px 0px 50px;
}
@media (max-width: 1199px) {
  .businessOfferSection .textContent {
    margin: 0px 0px 0px 20px;
  }
}
@media (max-width: 991px) {
  .businessOfferSection .textContent {
    margin: 0px 0px 0px 0px;
  }
  .businessOfferSection .imgradius {
    margin-top: 20px;
  }
}

.core_philosophy_section .txtend img {
  margin-left: 30px;
}
.core_philosophy_section .txtend .imgradius8 {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .core_philosophy_section .txtend img {
    margin-left: 0px;
  }
}

.bgbule {
  width: 100%;
  height: 100%;
  background: #221D50;
}
.bgbule p, .bgbule .sectionTitle {
  color: #fff;
}
.bgbule .box1 {
  background: #fff;
}
.bgbule .box1 .bg_color1 {
  background: rgba(231, 150, 0, 0.11);
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
}
.bgbule .box1 .bg_color1 img {
  margin: 0px;
}
.bgbule .box1 .title38 {
  font-size: 30px;
  color: #2F295C;
}
.bgbule .box1 p {
  color: #757575;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 480px) {
  .bgbule .box1 .title38 {
    font-size: 26px;
  }
  .bgbule .box1 p {
    font-size: 18px;
  }
}

.companiesRepresentSection .sectionTitle {
  max-width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .companiesRepresentSection .sectionTitle {
    text-align: center;
  }
}

.expertServicesSection p.text-center {
  max-width: 1113px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  .expertServicesSection ul.martop20 {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .expertServicesSection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .expertServicesSection p br {
    display: none;
  }
}

.specialsection1 {
  overflow: hidden;
}
.specialsection1.sectionPadding {
  padding: 0px;
}
.specialsection1 .textContent {
  padding-top: 40px;
  padding-bottom: 40px;
}
.specialsection1 .imgradius.imgradius0 {
  margin-left: -48px;
}
@media (max-width: 1366px) {
  .specialsection1 .imgradius.imgradius0 {
    margin-left: -88px;
  }
}
@media (max-width: 1199px) {
  .specialsection1 .imgradius.imgradius0 {
    margin-left: 0px;
    border-radius: 8px;
  }
  .specialsection1 .imgradius.imgradius0 img {
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .specialsection1 .imgradius {
    margin: 10px 0px 30px 0px;
  }
}

.fntcolorbule p, .fntcolorbule div, .fntcolorbule li {
  color: #2F295C;
}
.fntcolorbule ul.bullet1 li::before {
  background: #2F295C;
}

.imgauto img {
  height: auto;
}/*# sourceMappingURL=style.css.map */