@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap");

body {
  font-family: "Raleway", sans-serif;
}

.container {
  max-width: 1200px !important;
}

.Head-Full {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background-color: rgb(226 226 226);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sticky-Head {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  width: 100%;
  background-color: rgb(226 226 226);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sticky-Head .Logo-Header {
  width: 60%;
  transition: 0.8s;
}

.text-slider-div {
  display: flex;
}

.Title-HeadInfo {
  border-bottom: 1px solid #b3b3b363;
  display: flex;
  align-items: center;
  padding: 9px 0px;
}

.Head-Call > span {
  color: #6a6a6a;
  font-weight: 400;
}

.Head-Mail {
  display: flex;
  align-items: center;
  color: #6a6a6a;
  font-weight: 400;
}

.Mail-One > img {
  width: 30px;
  float: right;
  padding-right: 9px;
  opacity: 0.7;
}

.Address-One > img {
  width: 27px;
  float: right;
  padding-right: 7px;
  opacity: 0.8;
}

.Head-Address {
  display: flex;
  align-items: center;
  color: #6a6a6a;
  font-weight: 400;
}

.HeadInfo-left {
  justify-content: space-between;
  align-items: center;
  display: none;
}

@media (min-width: 920px) {
  .HeadInfo-left {
    justify-content: space-between;
    align-items: center;
    display: flex !important;
  }
}

.HeadInfo-Right {
  display: flex;
  text-align: center;
}

@media (min-width: 920px) {
  .HeadInfo-Right {
    display: flex;
    text-align: right !important;
  }
}

.Right-Icon > img {
  width: 10%;
}

@media (min-width: 920px) {
  .HeadInfo-Right {
    display: flex;
    text-align: right !important;
  }
}

.Listhead-Info {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 920px) {
  .Listhead-Info {
    list-style: none;
    display: flex;
    padding-top: 8px;
    padding-left: 71px;
    padding-right: 0px;
  }
}

.Listhead-Info > li {
  padding-top: 6px;
}

@media (min-width: 920px) {
  .HeadInfo-Right {
    display: flex;
    text-align: right !important;
  }
}

.Image-List {
  width: 48%;
}

@media (min-width: 920px) {
  .Image-List {
    width: 58%;
    float: right;
  }
}

.navbar-collapse {
  display: none;
}

.Head-Menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Menu-Style {
  padding-left: 17px;
}

.Menu-Style > a {
  color: #444444;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500 !important;
  padding: 33px 17px !important;
}

.Menu-Style:hover > a {
  color: rgb(236, 133, 39) !important;
}

.Site-Menu {
  display: flex;
  justify-content: center;
}

.Desk-Menu {
  display: none;
}

@media screen and (min-width: 920px) {
  .Desk-Menu {
    display: block;
  }
}
@media screen and (max-width: 920px) {
}

.Menu-StyleDrop {
  padding-left: 17px;
  position: relative;
}

.Menu-StyleDrop > a {
  color: #313131;
  font-size: 16px;
  font-weight: 500 !important;
}

.Down-Menu {
  display: none;
  background-color: rgb(255 255 255);
  top: 66px;
  left: 10px;
  position: absolute;
  transition: all 0.8s ease 0s;
}

.Down-Menu > li {
  list-style: none;
}

.Down-Menu > li > a {
  color: #424242;
  display: block;
  width: 100%;
  padding: 0.64rem 1rem;
  clear: both;
  font-weight: 400 !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.Menu-StyleDrop:hover > a {
  /* color: rgb(236, 133, 39) !important; */
}

.Menu-StyleDrop:hover .Down-Menu {
  display: block;
  transition: all 0.8s ease 0s;
  width: 260px;
}

.Logo-Header {
  width: 47%;
  padding: 12px 0px;
  transition: 0.8s;
}

@media (min-width: 920px) {
  .Logo-Header {
    width: 100%;
    padding: 12px 0px;
    transition: 0.8s;
  }
}

.Mobile-Nav {
  position: absolute;
  right: 11px;
  top: 10px;
  display: block;
}

@media (min-width: 920px) {
  .Mobile-Nav {
    position: absolute;
    right: 6px;
    top: 42px;
    display: none;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.Drop-Span {
  color: white;
  padding: 6px 20px;
  text-decoration: none;
  font-size: 19px;
}

.Text-Drop {
  color: white !important;
  font-size: 14px !important;
  padding: 9px !important;
}

.dropdown-content {
  display: none;
  background-color: rgb(3, 3, 3);
  min-width: 160px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
  border: 1px solid rgb(85, 85, 85);
  margin-left: 4px;
  margin-top: 8px;
}

.topnav {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  border-radius: 3px;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 17px 20px;
  text-decoration: none;
  font-size: 19px;
  display: block;
}

.topnav a.icon {
  background: rgba(51, 51, 51, 0);
  display: block;
  position: absolute;
  right: -9px;
  top: -13px;
}

.topnav a:hover {
  background-color: rgb(221, 221, 221);
  color: transparent;
}

.active {
  color: white;
}

.Drop-Span > i {
  color: white;
  font-size: 19px;
  padding-left: 5px;
}

.Slider-Pic {
  position: relative;
  z-index: 10;
}

#Slide-One {
  background-image: url("../img/WEBPICS_5.JPG");
  width: 100%;
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#Slide-Two {
  background-image: url("../images/img/slider/image-2.jpg");
  width: 100%;
  height: 800px;
}

#Slide-Three {
  background-image: url("../images/img/slider/image-3.jpg");
  width: 100%;
  height: 800px;
}

.Text-Slider {
  margin-top: 50%;
  background-color: #02020266;
  padding: 30px;
}

@media (min-width: 920px) {
  .Text-Slider {
    margin-top: 36%;
    padding: 37px 0px 37px 47px;
  }
}

.text-slider-div {
  margin: 0px;
}

.Text-Slider > h1 {
  color: white;
  margin-bottom: 43px;
  font-weight: 600;
  font-size: 34px;
  /* text-align: center; */
}

@media (min-width: 920px) {
  .Text-Slider > h1 {
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 39px;
    text-align: left;
    font-family: system-ui;
  }
}

.Text-Mobile {
  color: white;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  display: block;
  /* margin-left: 10px; */
  margin-right: 17px;
}

@media (min-width: 920px) {
  .Text-Mobile {
    display: none;
  }
}

.Text-Desktop {
  display: none;
}

@media (min-width: 920px) {
  .Text-Desktop {
    color: #ffffff;
    margin-bottom: 40px;
    display: block;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 500 !important;
  }
}

.Button-Slider {
  width: 41%;
  border-radius: 41px;
  padding: 10px 0px;
  background-color: rgb(236, 133, 39);
  border: 2px solid rgb(236, 133, 39);
  font-weight: 600;
  font-size: 16px;
  /* margin-left: 30%; */
}

@media (min-width: 920px) {
  .Button-Slider {
    width: 155px;
    border-radius: 41px;
    padding: 9px 15px;
    background-color: rgb(236, 133, 39);
    border: 2px solid rgb(236, 133, 39);
    font-weight: 500;
    font-size: 16px;
    margin-left: 0px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
  }
}

.Text-Slider > button:hover {
  background-color: transparent;
  border: 2px solid rgb(236, 133, 39);
  color: rgb(236, 133, 39);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}

.Bottom-Silde {
  background-color: rgb(236, 133, 39);
  width: 100%;
  height: 160px;
}

@media (min-width: 920px) {
  .Bottom-Silde {
    background-color: rgb(236, 133, 39);
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.BottomSlide-Text {
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-align: start;
  padding-top: 21px;
  font-size: 27px !important;
}

@media (min-width: 920px) {
  .BottomSlide-Text {
    color: rgb(0, 0, 0);
    text-align: end;
    padding-bottom: 13px;
    font-size: 30px !important;
    font-weight: 300 !important;
  }
}

.Know-More {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  padding-left: 31%;
}

.Know-More:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

@media (min-width: 920px) {
  .Know-More {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 500;
    padding-left: 25%;
  }
}

.About-Our {
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .About-Our {
    display: flex;
  }
}
@media (max-width: 992px) {
  .Menu-StyleDrop:hover .Down-Menu {
    position: relative;
    left: 0px;
    display: block;
    transition: all 0.8s ease 0s;
    width: 260px;
  }
  .Down-Menu {
    display: none;
    background-color: rgb(34 34 34);
    width: 202px;
    top: 0;
    left: 0;
    position: relative;
    transition: all 0.8s ease 0s;
  }

  .Down-Menu > li > a {
    color: #ffffff;
  }
  .topnav a:hover {
    background-color: rgb(76 75 75);
    color: white;
  }
}

.Title-About {
  margin-bottom: 18px;
  position: relative;
  color: rgb(70, 70, 70);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
}

.Title-About::after {
  position: absolute;
  display: block;
  content: "";
  width: 45px;
  height: 2px;
  top: 26px;
  right: -49px;
  background-color: rgb(236, 133, 39);
}

.Text-P {
  color: rgb(121, 121, 121);
  font-size: 17px;
  line-height: 1.7em;
  margin-bottom: 18px;
  margin-right: 0px;
}

@media (min-width: 920px) {
  .Text-P {
    margin-bottom: 18px;
    margin-top: 15px;
    margin-right: 86px;
    color: rgb(108, 108, 108);
    font-size: 17px;
    line-height: 1.8em;
    font-weight: 400 !important;
    /* text-align: justify; */
  }
}

.Text-LargP {
  position: relative;
  color: rgb(36, 36, 36);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

@media (min-width: 920px) {
  .Text-LargP {
    color: rgb(36, 36, 36);
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6em;
    margin-right: 18%;
  }
}

.What-WeSection {
  background-color: rgb(242, 242, 242);
  padding: 90px 0px;
}

.Title-Whatwedo {
  position: relative;
  color: rgb(70, 70, 70);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

.Title-Whatwedo::after {
  position: absolute;
  display: block;
  content: "";
  width: 45px;
  height: 2px;
  top: 26px;
  right: -53px;
  background-color: rgb(236, 133, 39);
}

.Text-Whatwedo {
  color: rgb(108, 108, 108);
  font-size: 17px;
  line-height: 1.8em;
  margin-top: 15px !important;
  font-weight: 300 !important;
}

.Image-Service {
  width: 100%;
  transition: all 1s ease 0s;
  cursor: pointer;
  filter: grayscale(65%);
}

.Box-Service {
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  border-bottom: 3px solid rgb(236, 133, 39);
}

@media (min-width: 920px) {
  .Box-Service {
    position: relative;
    overflow: hidden;
    margin-right: 33px;
    border-bottom: 3px solid rgb(236, 133, 39);
  }
}

.Box-Service:hover .Image-Service {
  position: relative;
  transform: scale(1.1);
  transition: all 1s ease 0s;
  filter: brightness(1);
}

.Box-Image {
  border-bottom: 3px solid rgb(236, 133, 39);
  overflow: hidden;
}

.Text-Imageservice {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 14px;
  color: rgb(70, 70, 70);
  font-family: "Raleway", "Raleway";
  letter-spacing: 0px;
  text-decoration: none;
}

.Text-Imageservice::before {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: rgb(193, 190, 190);
  top: 37px;
}

.services-container {
  margin: 50px 0px !important;
}

.nav-link:hover,
.nav-link:focus {
  color: rgb(234, 130, 15);
}

a.nav-link.dropdown-toggle {
  padding: 33px 17px !important;
}

a.nav-link {
  padding: 21px 17px !important;
}

a.dropdown-item {
  padding: 10px 12px !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  transition: all 0.3s ease 0s;
  color: #ffffff !important;
  background-color: #ea820f !important;
}

nav.navbar.navbar-expand-lg {
  margin-left: 25px;
  padding: 0px !important;
}

.Title-Mision {
  position: relative;
  line-height: 1.4em;
  font-family: "Raleway", "Raleway";
  color: rgb(70, 70, 70);
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 400;
}

.Title-Mision::after {
  position: absolute;
  display: block;
  content: "";
  background-color: rgb(234, 130, 15);
  width: 50px;
  height: 2px;
  top: 68%;
  right: 40%;
}

@media (min-width: 920px) {
  .Title-Mision::after {
    position: absolute;
    display: block;
    content: "";
    background-color: rgb(234, 130, 15);
    width: 54px;
    height: 2px;
    top: 69%;
    right: 7%;
  }
}

.Bold-TextMision {
  color: rgb(36, 36, 36);
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "Raleway", "Raleway";
}

@media (min-width: 920px) {
  .Bold-TextMision {
    color: rgb(36, 36, 36);
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Raleway", "Raleway";
    letter-spacing: 1px;
    /* padding-top: 16px; */
  }
}

.Normal-TextMision {
  color: rgb(108, 108, 108);
  font-size: 14px;
  font-weight: 600 !important;
  padding-bottom: 40px;
  text-align: justify;
}

@media (min-width: 920px) {
  .Normal-TextMision {
    color: rgb(108, 108, 108);
    font-size: 17px;
    font-weight: 600 !important;
    padding-bottom: 70px;
    text-align: justify;
  }
}

.Icon-Mision {
  display: flex;
}

.Image-Mision {
  width: 74px;
  margin-bottom: 25px;
  padding-left: 18px;
}

@media (min-width: 920px) {
  .Image-Mision {
    width: 90%;
    margin-bottom: 25px;
    padding-left: 13px;
  }
}

.main-footer {
  position: relative;
  background-color: rgb(46 46 46);
}

.widgets-section {
  position: relative;
  padding: 67px 0px 60px;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 920px) {
  .widgets-section {
    position: relative;
    padding: 36px 0px 7px;
    margin-left: 106px;
    margin-right: 106px;
  }
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 12px;
}

.main-footer .logo-widget .text {
  position: relative;
  color: rgb(168, 168, 168);
  font-size: 14px;
  font-weight: 300;
  font-family: "Raleway", "Raleway";
}

.main-footer .footer-widget h2 {
  position: relative !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: rgb(234, 234, 234) !important;
  line-height: 1.2em !important;
  margin-bottom: 25px !important;
  text-transform: capitalize !important;
  display: inline-block !important;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto;
}

.main-footer .list li,
.main-footer .widget_pages ul li {
  position: relative;
  margin-bottom: 8px;
}

.main-footer .list li a,
.main-footer .widget_pages ul li a {
  position: relative;
  color: rgb(168, 168, 168);
  font-size: 14px;
  transition: all 0.3s ease 0s;
  font-family: "Raleway", "Raleway";
}

.Head-Slider {
  padding: 0px;
}

.main-footer .info-widget .number {
  position: relative;
  color: rgb(168, 168, 168);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Raleway", "Raleway";
}

.main-footer .info-widget .text {
  position: relative;
  color: rgb(168, 168, 168);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Raleway", "Raleway";
}

.social-icon-one li a {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  line-height: 34px;
  color: rgb(206, 206, 206);
  display: inline-block;
  border: 1px solid rgb(125, 125, 125);
  transition: all 300ms ease 0s;
}

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
.social-twitter span {
  font-weight: 600 !important;
}
ul,
li {
  list-style: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.Image-List {
  width: 45%;
  float: right;
  opacity: 0.7;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto;
}

.kc_row:not(.kc_row_inner) {
  clear: both;
  float: left;
  width: 100%;
}

.kc-row-container:not(.kc-container) {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 100%;
}

.kc-row-container .kc-wrap-columns,
.kc_row_inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.kingcomposer div.kc_column,
.kingcomposer div.kc_column_inner {
  clear: none;
}

.kc_row .kc_col-sm-12 {
  padding-right: 0px !important;
}

.kc_column > .kc-col-container,
.kc_column_inner > .kc-col-inner-container {
  height: 100%;
}

.kc-col-container {
  clear: both;
  display: block;
  width: 100%;
}

.call-to-action {
  position: relative;
  padding: 45px 0px;
  background-color: rgb(3, 106, 165);
}

.call-to-action h2 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 25px;
  line-height: 1.4em;
  float: left;
  font-weight: 300;
}

@media (min-width: 920px) {
  .call-to-action h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 31px;
    line-height: 1.4em;
    float: left;
    font-weight: 300;
  }
}

.call-to-action .more {
  position: relative;
  float: right;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  text-decoration: underline;
  font-family: "Raleway", "Raleway";
  transition: all 500ms ease 0s;
}

@media (min-width: 920px) {
  .call-to-action .more {
    position: relative;
    float: right;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
    text-decoration: underline;
    font-family: "Raleway", "Raleway";
    transition: all 500ms ease 0s;
  }
}

.main-footer .list li,
.main-footer .widget_pages ul li {
  position: relative;
  margin-bottom: 8px !important;
  text-decoration: none !important;
}

ul,
li {
  list-style: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.main-footer .list li a,
.main-footer .widget_pages ul li a {
  font-weight: 300;
  text-decoration: none;
  position: relative !important;
  color: rgb(150, 150, 150) !important;
  font-size: 15px !important;
  transition: all 0.3s ease 0s !important;
  font-family: "Raleway", "Raleway" !important;
}

.container.ourmission-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.about-section {
  background: rgb(255, 255, 255);
  margin: 100px 0px;
}

.What-WeSection {
  background-color: rgb(255, 255, 255);
  padding-top: 120px;
  padding-bottom: 120px;
}

section.container-ourmission {
  background: rgb(243, 243, 243);
}

.Desktop-Menu {
  display: flex;
  justify-content: space-between;
}

.container-fluid.parallax-section {
  background-image: url("../img/social-responsibility.jpg");
  min-height: 200px;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: right;
}

.parallax-text {
  padding: 70px 0px;
}

.Title-parallax {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 30px;
}

@media (min-width: 920px) {
  .Title-parallax {
    position: relative;
    color: white;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
}

.slider-btn {
  position: relative;
  float: right;
  color: rgb(236, 133, 39);
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  text-decoration: underline;
  font-family: "Raleway", "Raleway";
  transition: all 500ms ease 0s;
}

.slider-btn:hover {
  color: rgb(236, 133, 39) !important;
}

i.fa.fa-thin.fa-phone {
  color: #6a6a6a;
  margin-right: 6px;
}

.parallax-btn {
  position: relative;
  float: right;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  text-decoration: underline;
  font-family: "Raleway", "Raleway";
  transition: all 500ms ease 0s;
}

.div-parallax {
  float: left;
}

.Text-parallax {
  color: white;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 40px;
}

.parallax-btn {
  color: rgb(236, 133, 39);
}

.main-footer .list li a:hover {
  color: rgb(255, 255, 255) !important;
}

.main-footer .widget_pages ul li a:hover {
  color: rgb(255, 255, 255) !important;
}

.logo-footer1 {
  width: 184px;
}

.main-footer .footer-widget h2::before {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 25px;
  right: -34px;
  top: 18px;
  background: rgb(234, 130, 16);
}

.text {
  padding-right: 10px;
}

.call-to-action .more:hover {
  color: rgb(234, 130, 15) !important;
}

button.Button-Slider2 {
  width: 100%;
  border-radius: 41px;
  padding: 9px 48px;
  background-color: rgb(236, 133, 39);
  border: 2px solid rgb(236, 133, 39);
  font-size: 16px;
  margin-left: 0px;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
}

button.Button-Slider2:hover {
  background-color: transparent;
  border: 2px solid rgb(236, 133, 39);
  color: rgb(236, 133, 39);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}

.Ourmision-Row {
  /* padding-bottom: 33px; */
  padding-top: 49px;
}

.Text-Footer {
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 920px) {
  .Text-Footer {
    text-align: center;
  }
}

.link-Footer {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  padding-bottom: 30px;
}

@media (min-width: p20px) {
  .link-Footer {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: inherit;
    font-weight: 600;
    font-style: inherit;
  }
}

.link-Footer:hover {
  color: white !important;
}

.Icon-Line {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 920px) {
  .Icon-Line {
    display: flex;
    justify-content: center;
    margin-left: 7px;
    margin-right: 16px;
    margin-top: 26px;
  }
}

.Icon-Footer {
  color: white;
  font-size: 22px;
  padding-bottom: 34px;
}

.Bottom-Footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #8b8b8b2e;
  text-align: center;
}

.Bottom-Footer > span {
  color: white;
  font-size: 13px;
  margin-right: 57px;
}

.Bottomfooter-Cont {
  padding: 0px;
}

.Background-WhatWe {
  background-image: url("../img/bg-home3.jpg");
  /* height: 1760px; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 30px;
}

@media (min-width: 920px) {
  .Background-WhatWe {
    background-image: url("../img/bg-home3.jpg");
    /* height: 700px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 30px;
  }
}

.Box-WhatweRow {
  /* margin-top: 120px; */
}

.Small-whatWe {
  color: #ec8527;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.Title-WhatWe {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  transition: 0.5s;
}

.Text-WhatWe {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 400 !important;
}

.Icon-Box {
  cursor: pointer;
  position: relative;
  background-color: rgba(255, 255, 255, 0.158);
  border-bottom: 6px solid #ec8527;
  padding-bottom: 50px;
  transition: 0.5s;
  margin-top: 20px;
}

@media (min-width: 920px) {
  .Icon-Box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.158);
    border-bottom: 6px solid #ea820f;
    padding-bottom: 50px;
    transition: 0.5s;
  }
}

.Icon-Box2 {
  cursor: pointer;
  position: relative;
  background-color: rgba(255, 255, 255, 0.158);
  border-bottom: 6px solid #ec8527;
  padding-bottom: 50px;
  transition: 0.5s;
  margin-top: 20px;
}

@media (min-width: 920px) {
  .Icon-Box2 {
    position: relative;
    background-color: rgb(202 202 202 / 16%);
    border-bottom: 6px solid #ea820f;
    padding-bottom: 50px;
    transition: 0.5s;
  }
}

.Png-IconBox {
  position: absolute;
  width: 90px;
  bottom: 1px;
  right: 23px;
  transition: 0.5s;
}

.Text-Icon {
  padding: 35px;
  transition: 0.5s;
}

.Text-Icon2 {
  padding: 35px;
  transition: 0.5s;
}

.IconWhat {
  color: #b7b7b7;
  transition: 0.5s;
}

.Title-Icon {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  transition: 0.5s;
}

.Title-Icon2 {
  color: #464646;
  font-size: 18px;
  line-height: 26px;
  transition: 0.5s;
}

.Icon-Box:hover {
  background-color: white;
  transition: 0.5s;
}

.Icon-Box:hover .Title-Icon {
  color: black;
  transition: 0.5s;
}

.Icon-Box:hover .IconWhat {
  color: #ec8527;
  transition: 0.5s;
}

.Icon-Box:hover .Png-IconBox {
  position: absolute;
  bottom: 0px;
  right: 23px;
  transition: 0.5s;
}

.Down-SectionWhat {
  margin-top: 0px;
}

@media (min-width: 920px) {
  .Down-SectionWhat {
    margin-top: 1px;
  }
}

.Image-Working img {
  width: 100%;
}

.TextTitle-Working a {
  color: white;
  text-decoration: none;
  font-size: 38px;
  font-weight: 600;
}

.SmallText-Working {
  padding-top: 9px;
  padding-bottom: 20px;
  padding-right: 25px;
  color: #fff;
}

.SmallText-Working a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.ReadMore-Working a {
  color: white;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0px;
}

.Title-Working {
  margin-bottom: 25px;
  color: rgb(70, 70, 70);
}

.Cont-Working {
  padding-top: 80px;
  padding-bottom: 90px;
}

@media (min-width: 920px) {
  .Cont-Working {
    /* padding: 80px 0 110px 0; */
  }
}

.Text-Working {
  background-color: #ec8527;
  padding-left: 38px;
  padding-bottom: 17px;
}

@media (min-width: 920px) {
  .Text-Working {
    background-color: #ec8527;
    padding-left: 70px;
  }
}

.TextTitle-Working {
  padding-top: 10px;
}

@media (min-width: 920px) {
  .TextTitle-Working {
    padding-top: 100px;
  }
}

.ReadMore-Working {
  padding-top: 0px;
  color: #fff;
}

.Image-Working {
  padding: 0px;
}

@media (min-width: 920px) {
  .Image-Working {
    padding-left: 0px;
  }
}

.TextTitle-Working:hover a {
  color: black !important;
  transition: 0.3s;
}

.SmallText-Working:hover a {
  color: black !important;
  transition: 0.3s;
}

.Read-Icon {
  padding-left: 14px;
  font-size: 13px;
}

.about-img {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  /* display: flex !important; */
  margin-left: 0px !important;
  flex-direction: row-reverse;
  float: left;
  width: 50%;
  margin-right: 40px;
}

.Image-OurIndustry {
  width: 100%;
}

@media (min-width: 920px) {
  .Image-OurIndustry {
    width: 81%;
    position: absolute;
    left: 572px;
    top: -29px;
    padding: 28px;
    transition: 0.9s;
  }
}

@media (min-width: 920px) {
  .Image-OurIndustryShow {
    width: 81%;
    position: absolute;
    left: 0px;
    top: -29px;
    padding: 28px;
    transition: 0.9s;
  }
}

.ls-slide:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transform: translateZ(-10px);
  opacity: 0.2;
  background-image: url(../img/rrdiagonal-line.png);
  content: "";
  display: block;
}

.Cl-Text-Slider {
  z-index: 10;
  display: block;
}

.slider-contain {
  max-width: 1200px;
}

.slider-t1 {
  margin-bottom: 17px !important;
  color: #ffffff !important;
}

.slider-t2 {
  margin-bottom: 17px !important;
  font-size: 37px !important;
}

.Logo-Footer {
  width: 44%;
  margin-right: 22px;
  margin-bottom: 33px;
}

.Cl-LogoFooter {
  display: flex;
  justify-content: center;
}

@media (min-width: 920px) {
  .Logo-Footer {
    width: 25%;
    margin-right: 57px;
    margin-bottom: 37px;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------WORK WITH US---------------------------------------------------------------------------- */
.HeadPic-WorkWith {
  background-image: url("../img/work with us_page.jpeg");
  width: 100%;
  height: 459px;
  background-size: cover;
  background-position-y: top;
  background-repeat: no-repeat;
}

.Title-Workwith {
  color: #ffffff;
  font-weight: 600;
  font-size: 39px;
  text-align: left;
}

.Text-Workwith {
  margin-top: 208px;
  background-color: #02020266;
  padding: 12px 0px 12px 30px;
}

.breadcrumb-Workwith {
  color: white;
  font-weight: 500;
}

.Text-JobPosition {
  margin-top: 80px;
  padding: 15px 0px 10px 0px;
  border-radius: 5px;
}

.Image-JobPosition img {
  width: 99%;
}

.Form-Job {
  background-color: #024c95;
  width: 100%;
  height: auto;
  margin-top: 150px;
  border-top: 5px solid #ec8527;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.Lable-Form {
  color: white;
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 5px;
}

.Form-Name {
  width: 48% !important;
}

.Submit-Jobposition {
  background-color: #ec8527;
  width: 90%;
  margin-bottom: 20px;
  font-weight: 600;
  color: white;
}

.Check-Input {
  color: white;
  font-size: 12.5px;
}

.Image-JobPosition {
  margin-bottom: 30px;
}

.lastname {
  margin-left: 8px;
}

img.Png-IconBox.item1 {
  width: 100px;
}

img.Png-IconBox.item4 {
  width: 83px;
}

img.Png-IconBox.item5 {
  width: 74px;
}

img.Png-IconBox.item6 {
  width: 83px;
}

section.workwithus-section {
  background: #f3f3f3;
}

.All-Form {
  padding-top: 50px;
  padding-right: 185px;
}

.form-Submit {
  margin-bottom: 50px;
}

.Title-Form {
  border-bottom: 1px solid rgb(179, 178, 178);
  padding-top: 26px;
  padding-left: 0px;
}

.Title-Form h3 {
  font-weight: 600;
  padding-bottom: 30px;
}

.Input-Form {
  display: grid;
}

.Input-Form input {
  border: none;
  border: 1.5px solid rgb(179, 178, 178);
  margin-bottom: 3px;
  margin-top: 8px;
}

.Input-Form label {
  color: #6a6a6a;
  font-size: 13px;
  margin-bottom: 17px;
}

.Skill-Select {
  font-weight: 600;
  border: 1px solid rgb(179, 178, 178);
  margin-top: 17px;
  margin-bottom: 65px;
  width: 70%;
}

.Check-Inp {
  padding-bottom: 15px;
}

.Check-Inp label {
  font-weight: 600;
  padding-left: 7px;
  font-size: 13px;
}

@media (min-width: 920px) {
  .Check-Inp label {
    font-weight: 600;
    padding-left: 7px;
    font-size: 16px;
  }
}

.Cover-Lett {
  border: 1px solid rgb(179, 178, 178);
  width: 100%;
  margin-bottom: 23px;
}

.Select-Resume {
  font-weight: 600;
  margin-top: 0px;
}

.Submit-Resume {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
}

.Submit-Resume input {
  border: none;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 15px 8px 15px;
  border-radius: 5px;
  background-color: #ea820f;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-left: 10%;
}

.Title-Input {
  font-weight: 500;
  font-size: 14px !important;
  margin-top: 38px;
  line-height: 0px !important;
}

@media (min-width: 920px) {
  .Title-Input {
    font-weight: 600;
    font-size: 15px;
    margin-top: 38px;
  }
}

.Important-Part {
  color: red;
  font-size: 30px;
}

.Show-SubmitMessage {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 800px;
  z-index: 10;
  display: none;
}

.ShowOn-SubmitMessage {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 800px;
  z-index: 10;
  display: block;
}

.Box-MessageSub {
  position: absolute;
  width: 520px;
  height: 294px;
  left: 33%;
  top: 15%;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 9px;
}

.Close-Box {
  position: absolute;
  top: 14px;
  left: 14px;
  font-weight: 600;
  cursor: pointer;
  font-size: 24px;
}

.Text-Submit {
  margin-top: 8%;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

.Text-Submit h2 {
  color: #1f365c;
  font-weight: 600;
}

.Text-Submit p {
  font-size: 19px;
  font-weight: 500;
  padding-top: 20px;
}

.Accept-Col {
  text-align: center;
  padding-top: 28px;
}

.Accept-Icon {
  font-size: 600;
  font-size: 70px;
}

.Down-Menu > li > a:hover {
  background: #ec8527;
  color: #fff;
}

.ttm-page-title-row {
  background-image: url(../images/ttm-pagetitle-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ttm-page-title-row {
  display: block;
  padding-top: 200px;
  padding-bottom: 109px;
}

.title-box .page-title-heading h1 {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 35px;
  line-height: 58px;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.title-box .page-title-heading {
  position: relative;
}

.title-box .page-title-heading .title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
}

.breadcrumb-wrapper a {
  font-family: "Raleway";
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}

a,
button,
input,
a:hover,
.ttm-textcolor-skincolor,
.tp-caption span.ttm-textcolor-skincolor,
a.tp-caption.simple-text-button:hover,
a.tp-caption.tm-simple-link:hover,
.tp-caption strong,
.featured-imagebox-team.style1:hover .featured-title h5 a,
.ttm-textcolor-white a:hover,
#site-header-menu #site-navigation .menu ul.sub-menu li > a:hover,
.ttm-header-style-infostack .ttm-custombutton a:hover,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a:hover,
ul li .icon-box.icon-style-border i,
#site-header-menu #site-navigation .menu > ul,
.menu ul li > ul li a:before,
.row-title h2.title strong,
.col-title h2.title strong,
.col-title .title-icon,
.ttm-bgcolor-darkgrey .ttm-fid-contents h4,
.ttm-bgcolor-darkgrey .featured-title.ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .col-title h2.title strong,
.ttm-bgcolor-darkgrey.first-footer .widget .widget-title,
footer a:hover,
.ttm-textcolor-white a:hover,
.ttm-btn.ttm-btn-color-white.btn-inline:hover,
.ttm-btn.ttm-btn-color-white.btn-inline:hover i,
.ttm-btn.btn-inline.style2:hover,
.title-box-only h2 strong.ttm-strongcolor-skincolor,
.ttm-team-list-title i,
.ttm-bgcolor-darkgrey > .featured-box .featured-icon i,
.ttm-bgcolor-grey > .featured-box .featured-icon i,
.featured-box .featured-icon i,
.ttm-bgcolor-white .featured-box .featured-icon i,
.featured-box .featured-icon.icon-shape-square.icon-bgcolor-grey i,
.featured-iconbox a:hover i,
ul.features-list li:before,
.title-box .breadcrumb-wrapper span:last-child,
.content-post.content-team-post p.category,
.featured-item.ttm-portfolio-view-topimage .content-post .category a:hover,
.ttm-bgcolor-darkgrey .contactform.style2 label i,
.sidebar .widget .widget-title:before,
.featured-title.ttm-textcolor-skincolor h5,
#site-header-menu #site-navigation > ul > li.active > a,
#site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
#site-header-menu #site-navigation .menu ul.sub-menu > li.active > a,
#site-header-menu #site-navigation > ul > li:hover > a,
#site-header-menu #site-navigation .menu ul > li:hover > a,
.ttm-header-icons .ttm-header-search-link a:hover,
.widget.widget-download i,
.sidebar-right.sidebar .widget ul.rating > li,
.products .star-ratings ul li,
article.post blockquote:before,
.featured-box .featured-icon.icon-overlay-content-square.icon-bgcolor-grey i,
.products .price .product-Price-amount,
.post .post-desc h5 a:hover,
.widget-contact li i,
.ttm-fid.style2 .ttm-fid-icon-wrapper i,
.sidebar .widget a:hover,
.ttm-team-member-single-position,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
section.error-404 .ttm-big-icon {
  color: #fff;
}

.featured-box .featured-icon i,
.ttm-btn,
button,
.team-member.style-3 .team-social-icon ul li,
.featured-box.style-2:hover .featured-icon i,
.owl-item,
img,
span,
.featured-box,
.portfolio-filter button,
.team-hover,
.team-social,
.price-table,
.price-table:hover .price-value,
.featured-icon,
.product-item:hover,
.product-overlay,
.product-btn,
.team-member.style-4:before,
.team-member.style-4 .team-description,
.dropdown-item,
.about-2:before,
.testimonial-content,
.testimonial .testimonial-content::after,
.testimonial .testimonial-content::before,
.team-member,
.team-social,
.team-description,
.post,
.portfolio-item a.popup,
.team-title,
.post .post-desc,
#totop {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.heilight-white-text,
.ttm-textcolor-white,
.ttm-textcolor-white a,
a.tp-caption.simple-text-button,
.tp-caption.video-icon,
.video-icon,
a.tp-caption.tm-simple-link,
.ttm-textcolor-white h1,
.ttm-textcolor-white h2,
.ttm-textcolor-white h3,
.ttm-textcolor-white h4,
.ttm-textcolor-white h5,
.ttm-textcolor-white h6,
footer .ttm-textcolor-white a,
.image-overlay-content span,
.image-overlay-content .ttm-bgcolor-skincolor span,
.image-overlay-content .ttm-bgcolor-darkgrey span,
.featured-box.style10 .featured-content .featured-desc h3,
.ttm-bgcolor-skincolor .ttm-fid-contents h3,
.ttm-bgcolor-darkgrey .ttm-fid-contents h3,
.ttm-page-title-row .breadcrumb-wrapper,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h2.title strong,
.ttm-bgcolor-darkgrey > .social-icons li > a,
.ttm-bgcolor-darkgrey .section-title h5,
.ttm-bgcolor-darkgrey > h2.title,
.ttm-bgcolor-darkgrey > h2.title strong,
.ttm-bgcolor-darkgrey .section-title h2.title strong,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-skincolor > h2.title,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-skincolor > .featured-title h5,
.ttm-bgcolor-darkgrey > .featured-title h5,
.ttm-bgcolor-skincolor > .featured-box .featured-icon i,
.ttm-bgcolor-skincolor .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-darkgrey .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-grey .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-darkgrey .col-title h2.title,
.ttm-bgcolor-darkgrey .col-title p,
.ttm-bgcolor-skincolor .col-title h2.title,
.ttm-bgcolor-skincolor .col-title p,
.ttm-bgcolor-skincolor .featured-box .featured-icon.icon-white i,
.ttm-bgcolor-darkgrey .featured-box .featured-icon.icon-white i,
.ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-skincolor:hover,
.ttm-btn.btn-inline.ttm-btn-color-white,
.ttm-btn.btn-inline.ttm-btn-color-white i,
.ttm-bgcolor-skincolor .widget .widget-title,
.ttm-bgcolor-skincolor .widget i,
.ttm-bgcolor-darkgrey .widget i,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .featured-desc p,
.ttm-bgcolor-darkgrey .featured-desc p,
.mailchimp-inputbox button[type="submit"],
.ttm-btn.btn-inline.style2,
.ttm-bgcolor-skincolor.featured-icon i,
.ttm-bgcolor-darkgrey.featured-icon i,
.ttm-tabs ul.tabs li.active a,
.ttm-tabs ul.tabs li a:hover,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a:hover,
.ttm-bgcolor-darkgrey .timeline .timeline-body .title,
.ttm-bgcolor-skincolor .timeline .timeline-body .title,
.ttm-bgcolor-skincolor .ttm-fid-contents h4,
.featured-iconbox a i,
.featured-box .featured-icon.icon-shape-square i,
.featured-box .ttm-bgcolor-skincolor.featured-icon.icon-shape-square i,
.featured-box .ttm-bgcolor-darkgrey.featured-icon.icon-shape-square i,
.featured-item.featured-portfolio-item
  .ttm-box-view-overlay.ttm-portfolio-box-view-overlay
  .content-post
  a,
.featured-item.featured-portfolio-item
  .ttm-box-view-overlay.ttm-portfolio-box-view-overlay
  .content-post
  a:hover,
.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i,
.ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i,
.ttm-tabs.style2 ul.tabs li.active a,
.pricing-head,
.pricing-title,
.price-value,
.content-post.content-team-post .ttm-social-links-wrapper ul li a:hover,
.accordion .ttm-style-classic .toggle.active .toggle-title a,
.accordion .ttm-style-classic .toggle .toggle-title:after,
.accordion
  .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey)
  .toggle-title
  a,
.accordion
  .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey)
  .toggle-title:after,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.social-icons.circle li > a:hover,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-header-style-overlay #site-header-menu #site-navigation > ul > li > a,
.ttm-bgcolor-darkgrey .ttm-header-icons .ttm-header-search-link a,
ul.products li.product .ttm-shop-icon a:hover,
.sidebar-right .product-list-widget .price ins .product-Price-amount,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:after,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:before,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-bgcolor-darkgrey .ttm-btn.btn-inline.ttm-btn-color-skincolor:hover,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.featured-box.style5:hover .featured-icon i,
a.checkout-button,
.ttm-icon_element-bgcolor-skincolor i,
.coupon button,
.featured-box.style11:hover .ttm-box-image .process-num span,
.featured-box.left-icon.style1:hover .ttm-di_links a,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white i,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-fid.style1 .ttm-fid-icon-wrapper i,
.featured-imagebox-team.style1 .featured-content .category,
.ttm-cart-form button,
.place-order button {
  color: #fff;
}

.ttm-bgcolor-skincolor,
.tp-caption.tp-overlay-content,
.highlight-skin-button,
a.highlight-skin-button,
.tp-caption.video-icon,
.video-icon,
.tp-caption.tp-shape.tp-shapewrapper,
.tp-caption.tp-overlay-content.tp-shapewrapper,
.top-contact.ttm-highlight:after,
.tp-caption.big-blue-button:hover,
.big-blue-button:hover,
#site-navigation .menu ul.dropdown > li > a:before,
#site-header-menu #site-navigation .menu ul li a span,
.featured-box.style10 .featured-icon.icon-overlay-content-square i,
.ttm-progress-bar .progress .progress-bar,
.testimonials .testimonial-content.ttm-bgcolor-white .testimonial-caption:after,
.post-image-icon i,
.mailchimp-inputbox button[type="submit"],
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
footer .widget.style2 .widget-title:after,
#totop,
.ttm-search-overlay .ttm-site-searchform button,
.accordion
  .toggle:not(.ttm-toggle-title-bgcolor-grey):not(.toggle-style-border).active
  .toggle-title,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.timeline .timeline-body h3:after,
.ttm-tabs ul.tabs li.active a,
.ttm-tabs ul.tabs li:hover a,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a:hover,
.ttm-tabs.element-tab-style-horizontal ul.tabs li.active a,
.featured-iconbox a i,
.featured-box .featured-icon.icon-shape-square i,
.featured-portfolio-item .content-post.content-portfolio-post,
.pricing-plan.pricing-recommended-plan .pricing-title,
.pricing-plan.pricing-recommended-plan .pricing-head,
.timeline .timeline-year,
.accordion
  .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey):not(
    .toggle-style-border
  )
  .toggle-title,
.title-box .page-title-heading .title:before,
.content-post.content-team-post .ttm-social-links-wrapper ul li a:hover,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.social-icons.circle li > a:not(.tooltip-top):hover,
.owl-theme .owl-controls .owl-nav div,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-custombutton.ttm-btn-bgcolor-skincolor,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
ul.products li.product .onsale,
ul.products li.product .ttm-shop-icon a:hover,
.product button.cart_button:hover,
.ttm-tabs ul.tabs li.active,
.sidebar-right .product-list-widget .price ins,
.ttm-video-btn .ttm-btn-play,
.comment-list a.comment-reply-link:hover,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:after,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:before,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
a.checkout-button:hover,
.coupon button:hover,
.ttm-icon_element-bgcolor-skincolor,
.ttm-fid.style1:before,
.featured-box.style11:hover .ttm-box-image:before,
.featured-box.left-icon.style1:hover .ttm-di_links:before,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-cart-form button:hover,
.place-order button:hover,
.color-trigger {
  background-color: #ea820f;
}

.title-box .page-title-heading .title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}

.ttm-row.intro-section.style2 {
  padding: 10px 0 90px;
  background: #f9f9f9;
}

.ttm-row.intro-section {
  padding: 0 0;
}

.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-header-style-infostack .ttm-header-wrap,
.ttm-header-style-classic .ttm-header-wrap,
.featured-iconbox a:hover i,
.featured-box.style11,
.featured-box.style11 .ttm-box-image:before,
.featured-box.left-icon.style1 .ttm-di_links,
.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white,
.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover {
  background-color: #fff;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.ttm-bg {
  position: relative;
}

@media only screen and (min-width: 1801px) {
  .ttm-right-span .ttm-col-wrapper-bg-layer,
  .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
    margin-right: -360px !important;
  }

  .ttm-left-span .ttm-col-wrapper-bg-layer {
    margin-left: -500px !important;
  }
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-left: -100px;
  right: 0;
}

.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.featured-box.style2:after,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.featured-item.ttm-team-view-topimage .content-post.content-team-post,
article.post blockquote,
.comment-body {
  background-color: #f3f7f9;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.layer-content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mr_240 {
  margin-right: -240px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.pt-55 {
  padding-top: 55px !important;
}

.pl-15 {
  padding-left: 42px !important;
}

.section-title {
  margin-bottom: 0px;
  position: relative;
  padding: 40px;
  border: 1px solid #c5c5c591;
  background: #fff;
}

.ttm-header-style-infostack .ttm-top-info-con .title-box h5,
#site-header-menu #site-navigation .menu ul li > a,
.widget-footer .second-footer .widget .widget-title,
.content-post .content-post-desc h5 a:not(:hover),
.ttm-team-details-list .ttm-team-list-value a:not(:hover),
.post .post-desc h5 a,
.ttm-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details,
.ttm-fid-contents h4,
h2.title strong,
.section-title h3.title,
.section-title h2.title,
.row-title p.style2,
.featured-item .content-post h2.title-post a,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border,
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border {
  color: #020d26;
}

.section-title h2.title {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.heading-seperator {
  position: relative;
  /* padding-top: 30px; */
  padding-bottom: 0 !important;
}

.heading-seperator span:after {
  right: auto;
  left: 63px;
}

.heading-seperator span:after {
  content: "";
  left: 59%;
  position: absolute;
  bottom: 0;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}

.comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.heading-seperator:after,
.ttm-search-overlay .w-search-form-row:before {
  border-bottom-color: #ff5e14;
}

.heading-seperator:after {
  left: 0;
  margin-left: 0;
}

.heading-seperator:after {
  content: "";
  left: 57%;
  position: absolute;
  bottom: 0;
  width: 59px;
  margin-left: -37px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.heading-seperator:after {
  border-bottom-color: #ea820f;
}

@media only screen and (min-width: 1801px) {
  .ttm-left-span .ttm-col-wrapper-bg-layer {
    margin-left: -500px;
  }
}

.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.featured-box.style2:after,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.featured-item.ttm-team-view-topimage .content-post.content-team-post,
article.post blockquote,
.comment-body {
  background-color: #f3f7f9;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.flat-video {
  background-image: url(../img/home18.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 263px 0 120px;
  text-align: center;
  background-position-x: center;
}

.flat-video .wrap-video {
  padding: 0 270px;
}

@keyframes pulse3 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
}

.videobox a.fancybox {
  position: absolute;
  top: -80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videobox a.fancybox:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #0f458e61;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  -o-animation: pulse3 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -ms-animation: pulse3 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -webkit-animation: pulse3 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: pulse3 5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.flat-video span {
  font-family: "raleway";
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
}

.videobox a.fancybox {
  width: 100px;
  height: 100px;
  background-color: #ff4f01;
  color: #fff;
  text-align: center;
  border-radius: 90px;
  line-height: 100px;
}

.videobox a.fancybox {
  position: absolute;
  top: -80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videobox a.fancybox {
  position: absolute;
  top: -80%;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videobox {
  position: relative;
  top: -75px;
}

.ttm-bgcolor-darkgrey,
.ttm-topbar-wrapper.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.pricing-head,
.pricing-title,
.featured-imagebox-team.style1 .featured-content .category,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.featured-box.style5:hover .featured-icon i,
.accordion .toggle .toggle-title,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a,
a.checkout-button,
.coupon button,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-cart-form button,
.place-order button {
  background-color: #020d26;
}

.padding-8 {
  padding-top: 67px;
  padding-right: 70px;
  padding-bottom: 50px;
  padding-left: 70px;
}

.ttm-bgcolor-darkgrey,
.ttm-topbar-wrapper.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.pricing-head,
.pricing-title,
.featured-imagebox-team.style1 .featured-content .category,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.featured-box.style5:hover .featured-icon i,
.accordion .toggle .toggle-title,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a,
a.checkout-button,
.coupon button,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-cart-form button,
.place-order button {
  background-color: #020d26;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
  padding-top: 5px;
}

textarea.form-control {
  background: transparent;
  padding-left: 35px;
  padding-top: 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.form-group i {
  position: absolute;
  left: 5px;
  top: 21px;
  opacity: 0.9;
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
  padding: 0;
  color: #ea820f;
}

.map-wrapper {
  height: 450px;
}

.widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #041e42;
  margin-bottom: 30px;
}

.btn-sidebar {
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 15px 35px;
}

.btn-secondary {
  background-color: #041e42;
  border: none;
}

.btn-sidebar .fa {
  margin-right: 10px;
  font-size: 1.4em;
  vertical-align: middle;
}

.widget {
  margin-bottom: 50px;
  clear: both;
}

.list-info {
  margin: 0;
  padding: 0;
}

.list-info li {
  margin-bottom: 20px !important;
  list-style: none !important;
}

.list-info li .info-icon {
  display: inline-block;
  color: #041e42;
  font-size: 16px;
  float: left;
}

.list-info li .info-text {
  margin-left: 30px;
}

.btn-secondary:hover {
  background: #eb8412;
}

.info-detail dd {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.section-heading {
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #041e42;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-top: 0;
  padding-bottom: 22px;
  position: relative;
}

.section-heading:before {
  content: "";
  border-top: 2px solid #ea820f;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
}

.section-heading.white {
  color: #fff;
  border-color: #627186;
}

.section-subheading {
  color: #999999;
}

.section-heading-2 {
  font-size: 24px;
  font-weight: 600;
  color: #041e42;
}

.section-heading-3 {
  font-size: 1.714em;
  line-height: normal;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  right: auto;
  left: auto;
  width: 100%;
}

.owl-dot.active {
  color: red !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ea820f !important;
}

.single-page {
  margin-bottom: 60px;
}

.prform input {
  border: none;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  padding-left: 31px;
  padding-top: 13px;
}

.prform textarea.form-control {
  border-bottom: 1px solid #dedede;
  border-radius: 1px;
}

.prform button {
  padding: 11px 32px 11px 31px;
  background: #fff;
  color: #020d26;
  font-weight: 600;
  transition: 0.5s;
  border: 2px solid #020d26;
}

.prform button:hover {
  background: #020d26;
  color: #fff;
  border: 2px solid #fff;
}

.ttm-right-span .ttm-col-wrapper-bg-layer,
.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
  margin-right: -500px;
}

.ttm-bgcolor-darkgrey,
.ttm-topbar-wrapper.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.pricing-head,
.pricing-title,
.featured-imagebox-team.style1 .featured-content .category,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.featured-box.style5:hover .featured-icon i,
.accordion .toggle .toggle-title,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a,
a.checkout-button,
.coupon button,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-cart-form button,
.place-order button {
  background-color: #020d26;
}

.ttm-right-span .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-right: -100px;
  right: 0;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.col-bg-img-thirteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/col-bgimage-13.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
  margin-left: -500px;
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
  width: auto;
  right: 0;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
}

.ttm-bg {
  position: relative;
}

.ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
  height: 100%;
  z-index: 9;
  position: relative;
}

.ttm-bgcolor-darkgrey,
.ttm-topbar-wrapper.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.pricing-head,
.pricing-title,
.featured-imagebox-team.style1 .featured-content .category,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.featured-box.style5:hover .featured-icon i,
.accordion .toggle .toggle-title,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a,
a.checkout-button,
.coupon button,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-cart-form button,
.place-order button {
  background-color: #020d26;
}

.padding-10 {
  margin-top: 0px;
  margin-left: -100px;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.emptitle {
  color: #ea820f;
  margin-bottom: 16px;
  margin-top: 0;
}

.emptitle i {
  padding-right: 10px;
}

.emform input {
  background: transparent;
  border: none;
  color: #fff;
  margin: 16px 0px;
  border-radius: 0px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.emptitle:first-child {
  margin-top: 0px !important;
}

.drpdn {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

h5.col-xs-12.emptitle.emptitle2 {
  margin-top: 55px;
}

.drpdn {
  color: #5d6576;
  padding-top: 26px;
}

.emform span {
  color: #5d6576;
  padding-left: 20px;
}

#Submit1:hover {
  color: #020d26;
  border-color: #fff;
  background-color: #fff;
}

#Submit1 {
  margin-top: 30px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  border-color: #fff;
  font-size: 16px;
  margin-left: 20px;
  padding: 11px 49px 11px 43px;
  background: transparent;
}

@media screen and (max-width: 600px) {
  li.nav-item.Menu-StyleDrop:active .Down-Menu {
    display: block !important;
  }

  .Down-Menu {
    display: none;
    background-color: rgb(34 34 34);
    width: 202px;
    top: 0;
    left: 0;
    position: relative;
    transition: all 0.8s ease 0s;
  }

  .Down-Menu > li > a {
    color: #ffffff;
  }

  /* .topnav a:hover {
        background-color: rgb(221 221 221 / 16%);
        color: #ea820f;
    } */

  .mr_240 {
    margin-right: 0;
  }

  .flat-video .wrap-video {
    padding: 0;
  }

  .sticky-Head .Logo-Header {
    width: 47%;
    transition: 0.8s;
  }

  .pl-15 {
    padding-left: 15px !important;
  }

  .heading-seperator span:after {
    content: "";
    left: 18%;
    position: absolute;
    bottom: 0;
    width: 17px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
  }

  .heading-seperator:after {
    content: "";
    left: 11%;
    position: absolute;
    bottom: 0;
    width: 59px;
    margin-left: -37px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }

  .ml_170 {
    margin-left: 0px !important;
  }

  .ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -12px;
    right: 0;
  }

  .padding-10 {
    margin-top: -68px;
    margin-left: -100px;
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 100px;
  }
}
.Menu-StyleDrop ul li ul {
  display: none !important;
  top: 0;
  left: 100%;
}

.Icon-Box2:hover {
  background: #dedede;
}

.Menu-StyleDrop ul li:hover ul {
  display: block !important;
}

.about-img:hover {
  filter: grayscale(1);
}

.TextTitle-Working {
  color: #fff;
}
.title-contactform {
  color: rgb(108, 108, 108) !important;
}
.p-contactform {
  color: rgb(108, 108, 108) !important;
}

@media screen and (max-width: 320px) {
  .pageCsr img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .Title-About::after {
    top: 13px;
    width: 35px;
    left: 0;
    position: relative;
  }
  .Title-About {
    font-size: 25px;
  }
  .TextTitle-Working a {
    font-size: 22px;
    font-weight: 600;
  }
  .Title-Mision::after {
    top: 13px;
    width: 35px;
    left: 0;
    position: relative;
  }
  .Image-Mision {
    width: 60px;
  }

  .pageCsr img {
    max-width: 300px;
    max-height: 300px;
  }
}
.ttm-col-bgcolor-yes {
  display: flex;
  justify-content: center;
}
.Icon-Box.new h6 {
  color: #464646 !important;
}
.Icon-Box.new {
  background-color: rgb(239 239 239) !important;
}
img.Png-IconBox.fourbox-img {
  width: 55px;
}
