/* 
    Created on : 25 May, 2018, 6:13:49 PM
    Author     : Lithos Technosoft LLP
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet');
body{
    color: #666;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important; 
    line-height: 22px;
    background: #f4f7fc 100% 100%;
    background-position: center;
}
.introLoader,
.introLoading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 99999;
}
.introLoading {
  background-color: #fff;
}
.absolute.introLoader {
  position: absolute;
}
body.introLoader_preventScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.doubleLoader {
  background: transparent!important;
}
.doubleLoaderTop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50%;
  background-color: #fff;
}
.doubleLoaderBottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  background-color: #fff;
}
.doubleLoaderProgBar {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  height: 20px;
  background-color: #fff;
  z-index: 9999999999999;
}
.doubleLoaderProgBar span {
  display: block;
  width: 0;
  height: 2px;
  background-color: #ea5a0c;
}
.no-padding{
    padding: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}
h1,h2{
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
}
h3,h4{
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}
h1{
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2{
    text-align: center;
}
.padding{
    padding: 0 15px !important;
}
.img img{
    width: 100%;
}
.intro{
    position: relative;
    z-index: 1000 !important;
}
.intro h1{
    font-size: 25px;
    color: #272e35;
    margin: 0 0 5px 0;
}
.intro h3{
    font-size: 25px;
    color: #272e35;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
#Wrapper {
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 00px;
}
.main-logo{
    margin-top: 10px;
}
.main-logo img{
    width: 55%;
}
//****** menu****//

.menu-overlay{
    display: none;
}

.hamburger-menu-wrapper {
  padding: 10px;
  display: inline-block;
  position: relative;
  right: 5px;
}

.hamburger-menu-wrapper.bounce-effect { animation: bounce 0.3s ease 1; }

.menu-overlay {
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1111;
}

.menu {
  width: calc(100% - 15px - 15px);
  position: absolute;
  text-align: right;
}

.hamburger-menu {
  border: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
}

.menu-list {
  display: none;
  position: absolute;
  top: calc(100% + 40px);
  width: calc(100% - 30px - 0px);
  text-align: center;
  z-index: 9999;
}

.menu-list a {
  color: #C6D2D6;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin: 15px 0;
  transition: all 0.5s ease;
}

.menu-list a:hover { color: #ea5a0c; }

.hamburger-menu:focus { outline: none; color: #ea5a0c;}

.hamburger-menu span {
  display: block;
  position: absolute;
  top: 17px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #fff;
}

.hamburger-menu span:before, .hamburger-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}

.hamburger-menu span:before { top: -7px; }

.hamburger-menu span:after { bottom: -7px; }

.hamburger-menu span:before, .hamburger-menu span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger-menu span:before { transition-property: top, transform; }

.hamburger-menu span::after { transition-property: bottom, transform; }

.hamburger-menu.active span { background: none; }

.hamburger-menu.active span:before {
  top: 0;
  transform: rotate(225deg);
}

.hamburger-menu.active span:after {
  bottom: 0;
  transform: rotate(135deg);
}

.hamburger-menu.active span:before, .hamburger-menu.active span:after { transition-delay: 0s, 0.3s; }
 @keyframes 
bounce {  0% {
 transform: rotate(0);
}
 45% {
 transform: rotate(15deg);
}
 90% {
 transform: rotate(-7deg);
}
 100% {
 transform: rotate(0);
}
}
header{
    position: absolute;
}
.header {
width: calc(100% - 45px - 45px);
  z-index: 10000 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
header .secondary-btn{
    padding: 8px 40px;
    margin-left: 15px;
    border: solid 2px #ea5a0c;
}

header a:hover{
    color: #ea5a0c;
}
.call{
    line-height: 2.5em;
    margin-right: 15px;
    -webkit-filter: brightness(0) invert(0);
    -moz-filter: brightness(0) invert(0);
    -ms-filter: brightness(0) invert(0);
    -o-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.call img{
    margin: -5px 10px 0 0;
}
.call a{
    font-weight: 100 !important;
    color: #666 !important;
}
.navbar-nav li{
    float: right;
}
.menu-section {
  background: #fff;
  z-index: 10000 !important;
  padding: 0px 40px 20px 40px;
}

.menu-section .logo {
  width: 270px;
  float: left;
}
.menu-section .logo .main-menu > a {
  border-right: 1px solid #eaeaea;
}
.menu-section .logo .main-menu > a img {
  height: 58px;
}
.logo .main-menu {
  height: 85px;
  overflow: hidden;
}
.logo .main-menu:hover {
  overflow: visible;
}
.logo .main-menu:hover .submenu {
  transform: translateY(-2.5px);
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
}
.main-menu {
  position: relative;
}
.main-menu > a {
  display: inline-block;
  padding: 11px 30px 10px 20px;
  width: 100%;
  position: relative;
}
.main-menu .icon-about {
  position: absolute;
  top: 40px;
  font-size: 8px;
  right: 10px;
}
.main-menu:hover .submenu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(-0.5px);
  -webkit-transform: translateY(-0.5px);
  -moz-transform: translateY(-0.5px);
  -ms-transform: translateY(-0.5px);
  box-shadow: 0 18px 30px -10px rgba(0, 0, 0, 0.2);
}
.main-menu .submenu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-1em);
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 18px 30px -10px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background: white;
  width: calc(100% - 1px);
}
.main-menu .submenu ul li {
  clear: both;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.main-menu .submenu ul li a {
  width: 100%;
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  height: 73px;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.main-menu .submenu ul li a .sub-menu-img {
  width: 75px;
  display: table !important;
  padding: 0;
  float: left;
  height: 100%;
}
.main-menu .submenu ul li a .sub-menu-img > div {
  display: table-cell;
  vertical-align: middle;
}
.main-menu .submenu ul li a .sub-menu-img img {
  width: 100%;
  display: block;
}
.main-menu .submenu ul li a .sub-menu-text {
  display: table !important;
  height: 100%;
  padding-left: 15px;
  padding-bottom: 10px;
}
.main-menu .submenu ul li a .sub-menu-text > div {
  display: table-cell !important;
  vertical-align: bottom;
}
.main-menu .submenu ul li a .sub-menu-text p {
  color: #afafaf;
  font-size: 10px;
}
.main-menu .submenu ul li a .sub-menu-text h4 {
  color: #555555;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 1.2;
}
.main-menu .submenu ul li:nth-last-of-type(-n+1) .sub-menu-img {
  width: 75px;
  padding: 10px 20px;
}
.main-menu .submenu ul li:nth-last-of-type(-n+1) .sub-menu-img:after {
  display: none;
}
.main-menu .submenu ul li:nth-last-of-type(-n+1) .sub-menu-text {
  padding-left: 5px;
  padding-bottom: 7px;
}
.main-menu .submenu ul li:nth-last-of-type(-n+1) .sub-menu-text br {
  display: block;
}
.main-menu .submenu ul li:nth-last-of-type(-n+1) .sub-menu-text h4 {
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 1.2;
}
.main-menu .submenu ul li:last-of-type {
  padding-bottom: 5px;
}
.main-menu .submenu ul li:last-of-type a {
  border-bottom: none;
}
.main-menu .submenu ul li:hover {
  background: #f9f9f9;
}
.main-menu .submenu ul li:hover a {
  background: #f9f9f9;
}
.main-menu:hover #hamburger span {
  background: #4cc9ce;
}
.main-menu:hover #hamburger span:last-child {
  width: 100%;
}
#hamburger {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
#hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 5px auto;
  display: block;
  background: #b1b1b1;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#hamburger span:last-child {
  width: 70%;
  margin-left: 0;
}
.header.smaller {
  width: calc(100% - 45px - 54px);
  position: fixed;
  top: 0;
  height: 85px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000 !important;
}

.header.smaller .header-container > div:first-child {
  display: none;
}
.header.smaller .header-container #hamburger {
  top: 18px;
}
.header.smaller .menu-section {
  height: 60px;
  box-shadow: none;
}
.header.smaller .menu-section .logo .main-menu > a {
  padding: 4px 20px 46px 20px;
}
.header.smaller .menu-section .logo .main-menu > a img {
  height: 50px;
}
.header.smaller .nav-menu li a {
  line-height: 4.3;
}
.header.smaller .main-menu .icon-about {
  top: 28px;
}
.header.smaller .watch-btn,
.header.smaller .donate-btn {
  height: 40px;
  line-height: 3.5;
  margin-top: 10px;
  border-radius: 5px !important;
}
.header.smaller #search-frm {
  height: 60px;
}
.header.smaller #search-frm button,
.header.smaller #search-frm input {
  height: 60px;
}
.header.smaller #search-frm .icon-search {
  font-size: 20px;
}
.header.smaller.hide-menu {
  top: -65px;
}
.header.smaller .logo .main-menu {
  height: 60px;
}
.before-fix {
  top: -61px;
}
.last-nav{
    padding: 15px 0px 15px 20px !important;
}
.header.smaller .info{
    display: none;
}
.header.smaller .menu-section {
  padding: 10px 40px;
}
.header.smaller .menu-col nav ul {
  top: 5px;
}
.header.smaller .dropdown {
    top: 50px !important;
}
.header.smaller .main-logo {
    margin-top: 0px;
}
.header.smaller .menu-col .submenu ul {
      padding: 35px 0 0 0;
}
.block{
    display: block;
}
.none{
    display: none;
}
.header.smaller .block{
    display: none;
}
.header.smaller .none{
    display: block;
}
.header.smaller .navbar-nav a{
    color: #666;
}
.header.smaller .navbar-nav a:hover {
    color: #ea5a0c;
}
.header.smaller .navbar-nav .nav-link{
    line-height: 30px;
}
.header.smaller .menu-section{
    background: #fff;
}
.header.smaller .main-logo img{
    width: 50%;
}




.caption{
    width: 50%;
    position: absolute;
    z-index: 100;
    top: 40%;
    margin-left: 100px;
}
.caption h1{
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.caption .underline{
    width: 150px;
    height: 4px;
    background: #ea5a0c;
    border: none;
    margin: 10px 0;
}
.caption p{
    width: 80%;
    color: #fff;
    margin-bottom: 30px;
}
.caption .secondary-btn {
    padding: 15px 40px;
    border: solid 2px #fff;
}
.caption a{
    color: #fff;
}
.caption a:hover{
    text-decoration: none;
}
.container-col{
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.06);
    box-shadow: 0 0 15px rgba(0,0,0,.06);
}
.contant-col{
    padding: 40px;
}
.professional{
    position: relative;
    margin-top: -150px;
    z-index: 100;
}
.intro .descover-more{
    width: 210px;
    height: 50px;
    padding: 15px;
    background: #283037;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -65px;
    z-index: 101;
    text-align: center;
}
.intro .descover-more .arrow{
    width: 50px;
    height: 50px;
    background: #ea5a0c;
    float: right;
    margin-left: 15px;
    margin-top: -15px;
    margin-right: -15px;
    text-align: center;
    padding-top: 15px;
}


.services{
    margin-top: 60px;
}
.color-1{
    background: #f97243; /* Old browsers */
    background: -moz-linear-gradient(top, #f97243 0%, #e93636 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f97243 0%,#e93636 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f97243 0%,#e93636 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97243', endColorstr='#e93636',GradientType=0 ); /* IE6-9 */
}
.color-2{
    background: #ed5353; /* Old browsers */
    background: -moz-linear-gradient(top, #ed5353 0%, #b41010 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ed5353 0%,#b41010 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ed5353 0%,#b41010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5353', endColorstr='#b41010',GradientType=0 ); /* IE6-9 */
}
.services-thump{
    border: solid 1px #fff;
    min-height: 222px;
    padding: 35px;
    position: relative;
    z-index: 2;
    transition:0.2s; -webkit-transition:0.2s; -moz-transition:0.2s; -ms-transition:0.2s;
}
.services-thump img{
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.services-thump span{
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.services-thump span{
    position: absolute;
    bottom: 30px;
    left: 35px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
}
.services .descover-more{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #ea5a0c;
    padding: 0px;
    color: #fff;
    z-index: 3;
        border-bottom: solid 1px #fff;
}
.questions{
    border: solid 1px #fff;
    background:url(../images/contact.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
    transition:0.2s; -webkit-transition:0.2s; -moz-transition:0.2s; -ms-transition:0.2s;
}
.services-thump.questions:hover{
    background:url(../images/contact.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border: solid 1px #ddd;
}
.no-border-right{
    border-right: 0 !important;
}
.no-border-top{
    border-top: 0 !important;
}
.no-border-bottom{
    border-bottom: 0 !important;
}
.working-space{
    width: 710px;
    height: 496px;
    position: absolute;
    z-index: 0;
    top: 50%;
}
.clients{
    padding: 60px 0 0px 0;
}
.clients h2{
    margin: 0px 0 0px 0;
    font-size: 25px;
    color: #272e35;
}
.client-col{
    background: #fff;
    border-radius: 5px;
    text-align: center !important;
    position: relative;
}
.start-project{
    color: #fff !important;
    position: relative;
    z-index: 100;
}
.project{
    position: absolute;
    z-index: 10000;
    top: 0;
}
.start-project h2{
    text-align: left;
    font-size: 25px;
}
.start-project h5{
    margin-bottom: 40px;
}
.start-project article {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 90px 0 90px 90px;
}
.start-project article img {
    position: absolute;
    top: -250px;
    width: 100%;
    left: 0;
}
.start-project a{
    color: #fff;
    text-decoration: none;
}

.secondary-btn{
    border: solid 2px #ea5a0c;
    padding: 10px 40px;
     transition: all 0.5s;
}
.secondary-btn .faSocial{
    position: relative;
    margin: 0 0 0 5px;
}

button {
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 12px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  background: transparent;
}

.ar-btn button{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.ar-btn button:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 8px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.info button{
    padding: 5px 0px;
    width: 130px;
    margin-left: 15px;
    border: solid 1px #ccc;
    font-size: 14px;
    color: #666;
    border-top: none;
}
.info button:hover{
    color: #fff;
    border: solid 1px #ea5a0c !important;
    border-top: none !important;
}
.info button:after {
  content: '✉';
  top: 4px;
}
.start-project button:after {
  content: '☎';
  top: 8px;
}
.info button:hover:after {
  right: 10px !important;
}
.info button:hover{
    padding-left:0px;
}
.services button{
    padding: 18px 0px;
    width: 100%;
    border: solid 2px #283037;
    font-weight: 600;
    background: #283037;
}
.services button:after {
  top: 14px;
}
.services button:hover:after {
  opacity: 1;
  right: 30px;
}

.ar-btn button:hover{
  padding-right: 24px;
  padding-left:8px;
  background: #ea5a0c;
  border: solid 2px #ea5a0c;
}

.ar-btn button:hover:after {
  opacity: 1;
  right: 20px;
}
.ar-btn button:focus{
    outline: none;
}






.clear{
    clear: both;
}
footer{
    font-size: 14px;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li{
    list-style: inside none;
    line-height: 2em;
    cursor: pointer;
}
footer ul li:hover{
    color: #000;
}
footer .col-md-auto{
    padding-left: 55px;
}
footer span{
    font-weight: 700;
    color: #272e35;
    font-size: 16px;
    line-height: 2em;
}
footer a{
    color: #666;
}
footer a:hover{
    color: #000;
    text-decoration: none;
}
.copy-right{
    padding: 20px 30px;
    background: #272e35;
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}
.margin-t-1{
    margin-top: 30px;
}
.button {
  display: inline-block;
  padding: 12px 24px;
  transition: all 0.1s ease-in;
  position: relative;
  overflow: hidden;
}
.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ea5a0c;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.button:hover {
  color: #ffffff;
}
.button:hover:before {
  top: -35%;
  background-color: #ea5a0c;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.button:hover:after {
  top: -45%;
  background-color: #ea5a0c;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.social-media img{
    margin: 0 10px;
    opacity: 0.5;
    transition: 0.5s;
}
.social-media img:hover{
    margin: 0 10px;
    opacity: 1;
}
.social-media img:last-child{
    margin: 0 0px 0 10px;
}
.inner-page .slider2{
    height: 280px !important;
}
.inner-page-head{
    background: #fff;
    border-bottom: solid 5px #f4f7fc;
    padding: 30px 0;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
}
.inner-page-head h1{
    font-size: 25px;
    margin: 0;
    color: #272e35;
}
.inner-page-head a{
    color: #666
}
.cap-col{
    padding: 40px;
    background: #f4f7fc;
    height: 100%;
}
.cap-col h1{
    font-size: 30px;
}
.about p{
    margin-bottom: 0rem !important;
}
.cap-col button{
    border: solid 2px #666;
    color: #666;
}
.cap-col button:hover{
    border: solid 2px #fff;
    color: #fff;
}
.milstone-col{
    background: #d4dae4;
    padding: 0px;
}
.milstone-col .col{
    background: #fff;
    padding: 30px;
    min-height: 250px;
}
.milstone-col .col .items{
    position: absolute;
    bottom: 20px;
}
.milstone-col h4{
    font-size: 30px;
    font-weight: 700;
    color: #ea5a0c;
}
.milestone article {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 40px 40px 40px;
}
.milestone article img {
    position: absolute;
    top: -250px;
    width: 100%;
    left: 0;
}
.orange{
    background: #ea5a0c !important;
    font-size: 18px;
    color: #fff;
}
.milestone a:hover{
    text-decoration: none !important;
}
.orange .pro-arrow{
    font-size: 14px;
    position: absolute;
    bottom: 30px;
}
.orange span{
    transition: all 0.3s;
}
.orange:hover span{
    margin-left: 40px;
    transition: all 0.3s;
}
.milestone .icon{
    position: relative;
}
.milestone .icon img {
    position: relative;
    top: 0px;
    width: 60px;
    left: 0;
}
.service{
    border-bottom: solid 5px #f4f7fc !important;
}
.service ul li{
    list-style: inside;
}
.service h1{
    font-size: 20px;
    color: #272e35;
    margin: 15px 0;
}

.service .inner-page-head h1{
    font-size: 25px;
    color: #272e35;
    margin: 0px 0;
}
.service .col-lg-12{
    margin-bottom: 60px !important;
}
.product-col{
    padding: 20px 20px 20px 150px;
    background: #f4f7fc;
    margin-bottom: 30px;
    float: left;
}
.pro-logo{
    position: absolute;
    margin-top: 20px;
    left: 0px;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}
.map{
    width: 100%;
    position: relative;
}
.contact h1{
    font-size: 20px;
    color: #272e35;
    margin: 15px 0;
}
.contact a{
    color: #666;
}
.contact a:hover{
    color: #000;
    text-decoration: none;
}
.info a:hover{
    text-decoration: none;
}
.contact .inner-page-head h1{
    font-size: 25px;
    color: #272e35;
    margin: 0px 0;
}
.contact input{
    margin: 10px 0;
    height: 50px;
}
.contact textarea{
    margin: 10px 0 0 0;
    height: 150px;
}
.contact .btn{
    border-radius: 4px !important;
    position: absolute;
    bottom: 0;
    height: 70px;
    background: #ea5a0c;
    border: solid 0px #ea5a0c;
}
.industries img{
    margin-bottom: 20px;
}
.industries .tittle{
    width: calc(100% - 0px - 30px);
    position: absolute;
    bottom: 0;
    background: #ea5a0c;
    color: #fff;
    padding: 20px;
    z-index: 100;
}
.overflow{
    overflow: hidden;
    margin-bottom: 30px;
}
.industries .col-lg-12 {
    margin-bottom: 10px !important;
}


#theArt {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#theArt div{
    margin-bottom: 15px;
}
.artGroup {
  display: block;
  width: 100%;
  height: 304px;
  position: relative;
  float: left;
}

.artwork {
  display: block;
  width: 100%;
  height: 100%;
  background: #ea5a0c;
}

.artGroup img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.artGroup .detail {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 30px;
  color: #fff;
}

.artGroup .detail h1 {
    font-weight: 400;
    margin: 0 0 20px 0;
  font-size: 22px;
  text-align: left;
  color: #fff;
}
.artGroup .detail button{
    position: absolute;
    bottom: 30px;
    width: auto;
    padding: 8px 15px;
}
.artGroup .detail p {
  text-align: left;
  font-size: 14px;
}


/* Older Browsers */

.artGroup.slide { overflow: hidden; }

.artGroup.slide .detail { bottom: -364px; }

/* Newer Browsers */

.artGroup.flip {
  -webkit-perspective: 800px;
  perspective: 800px;
}

.artGroup.flip .artwork {
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.artGroup.flip .detail,
.artGroup.flip .theFlip {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.artGroup.flip img,
.artGroup.flip .detail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.quality h1{
    font-size: 20px !important;
    color: #272e35;
    margin: 35px 0;
}
.quality ul{
    list-style: inside;
}
.contact-info img{
    -webkit-filter: brightness(0) invert(0);
    -moz-filter: brightness(0) invert(0);
    -ms-filter: brightness(0) invert(0);
    -o-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    margin-right: 15px !important;
}
.clients img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.clients img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

@media only screen and (min-width: 1240px){
    #Wrapper {
        max-width: 1340px;
        padding: 0 45px;
    }
    .header.smaller{
        width: calc(100% - 45px - 45px);
    }
    .menu-section {
        max-width: 1250px;
    }
    
}
@media only screen and (min-width: 1200px){
    .header.smaller{
        max-width: 1250px;
    }
    .header.smaller .menu-section {
        width: 100%;
    }
    
}
@media only screen and (max-width: 1239px){
    #Wrapper {
        max-width: 100%;
        padding: 0 45px;
    }
    header{
        width: calc(100% - 45px - 45px);
    }
    .header.smaller{
        width: calc(100% - 45px - 45px);
    }
    .main-logo img {
        width: 100% !important;
    }
}


@media (max-width: 992px){
    .navbar-nav a{
        font-size: 10px;
    }
    .main-logo {
        padding: 0 !important;
    }
    nav .menu li a{
        padding: 15px 10px;
    }
}
@media (max-width: 768px){
    .menu{
        display: block;
    }
    .header {
        width: calc(100% - 0px - 0px);
    }
    .last-nav{
        padding: 15px 30px 15px 20px !important;
    }
    .info button{
        border-top: solid 1px #ccc;
    }
    .header.smaller .menu{
        margin-top: 85px;
    }
    .header.smaller .hamburger-menu span{
        background: #999;
    }
    .header.smaller .hamburger-menu.active span { background: none; }
    .header.smaller .hamburger-menu span:before{
        background: #999;
    }
    .header.smaller .hamburger-menu span:after{
        background: #999;
    }
    .no-border-right{
        border-right: solid 1px #ddd !important;
    }
    .no-border-top{
        border-top: solid 1px #ddd !important;
    }
    .no-border-bottom{
        border-bottom: solid 1px #ddd !important;
    }
    .navbar-nav a {
        color: #666;
    }
    
    .main-logo{
        margin-bottom: 15px;
    }
    .slider-navigation{
        display: block !important;
    }
    .slider-navigation span{
        background: none !important;
    }
    .info{
        text-align: center;
        margin-top: 5px;
    }
    .info .float-right{
        float: none !important;
    }
    .secondary-btn{
        line-height: 3em;
    }
    .call{
        width: 100% !important;
    }
    .menu-col{
        position: absolute !important;
        top: -68px;
    }
    .header.smaller .navbar-toggler-icon {
        filter: invert(100%);
    }
    .navbar-toggler{
        float: right;
    }
    .slider{
        height: 500px !important;
    }
    .slider img{
        height: 100% !important;
    }
    .caption {
        width: 100%;
        top: 40%;
        margin-left: 0px;
        text-align: center;
    }
    .contant-col {
        padding: 25px;
    }
    .caption h1 {
        font-size: 20px;
        text-align: center;
    }
    .caption large {
        font-size: 20px;
    }
    .caption p{
        display: none;
    }
    .caption .underline{
        margin-top: 10px !important;
        margin-bottom: 30px !important;
        margin: auto;
    }
    .ar-btn{
        margin-bottom: 15px;
    }
    .main-logo{
        width: 100% !important;
        text-align: center;
        padding: 0;
    }
    .main-logo img{
        width: 40% !important;
    }
    .header.smaller .main-logo img {
        width: 32% !important;
    }
    .header.smaller .toggle {
        top: 0px;
        right: 15px;
    }
    #Wrapper {
        max-width: 100%;
        padding: 0 0px;
        margin-top: 0px;
    }
    .header.smaller {
        width: 100%;
    }
    .intro .descover-more{
        position: relative !important;
        right: 0px;
        top: 1 !important;
    }
    .professional{
        display: none;
    }
    .block{
        display: none !important;
    }
    .none{
        display: block;
    }
    .services .descover-more{
        position: relative;
    }
    .working-space{
        display: none;
    }
    .start-project{
        text-align: center;
        background: #666;
    }
    .start-project h2{
        font-size: 18px;
        text-align: center;
    }
    .start-project article {
        padding: 40px 0 40px 0px;
    }
    .start-project article img{
        display: none;
    }
    .start-project h5 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 15px;
    }
    .copy-right {
        margin-bottom: 0px;
        text-align: center;
    }
    .copy-right .text-right{
        text-align: center !important;
    }
    .social-media{
        margin: 10px 0;
    }
    footer{
        text-align: center;
    }
    footer img{
        width:50% !important;
    }
    .header.smaller .main-logo {
        margin-top: 10px !important;
    }
    .slider-navigation{
        top: 20% !important;
    }
    .cap-col{
        background: #fff;
        padding: 0px;
        margin-bottom: 30px;
    }
    footer .col-md-auto {
        padding-left: 15px;
    }
    .inner-page .info{
        display: none;
    }
    .milstone-col .col{
        margin: 10px 0;
    }
    .inner-page-head{
        margin-top: 0px;
        padding: 0px 0 20px 0;
    }
    .contact .btn {
        width: 100%;
        position: relative;
        height: 50px;
        margin: 15px 0;
    }
}
@media (max-width: 576px){
    .menu-col{
        position: absolute !important;
        top: -68px;
    }
}