/* Move down content because we have a fixed navbar that is 3.5rem tall */
html {
    position: relative;
    min-height: 100%;
}
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
        margin-bottom: 50px;
}
dy.bi-link-fixed {
        padding-bottom: 100px;
    }
/* bootstarp overwrite css*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.bg-light{
    background: #fff !important;
}
.form-control:focus {
    color: #495057;
    /*background-color: #fff;*/
    border-color: #104350;
    outline: 0;
    box-shadow: none;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle, .btn.focus, .btn:focus,
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none;
}

p {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.btn:focus, .navbar-light .navbar-nav .nav-link.btn:hover {
    color: #fff;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #104350;
}

section.ptb {
   
    position: relative;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.badge-warning {
    color: #fff;
    background-color: #dc8427;
    padding: 5px 10px;
    border-radius: 10px;
}

.card-body {
    padding: 1.25rem 1.25rem 1rem;
}
.bg-light {
    background-color: #f8f9fa!important;
    box-shadow: 0 1px 10px #ddd;
}
h1 { font-size: 4em;
font-weight: 700; }
/*  page css */
header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

body > main {
    padding: 60px 0 0;
}

section.bi-text-slider-sec {
    background: #f2f2f2;
    padding: 8% 0;
    text-align: center;
}

/* start properties box design css */
h2.bi-sec-heading {
    font-size: 50px;
    color: #555;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: .025em;
    background-image: -webkit-linear-gradient(-125deg,#83c8f1 0,#4ac54a 0,#0f804a 100%);
    background-image: -ms-linear-gradient(-125deg,#83c8f1 0,#4ac54a 0,#0f804a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    /* font-family: 'Open Sans', sans-serif; */
    /* text-align: center; */
 
}
     h2.bi-sec-heading:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 40px;
        margin: 0;
        left: 0;
        right: 0;
        border: 1px solid #f70;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    } 

footer {
   position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
   
}
.bi-footer-bottom{
    background-color: #333;
}
.bi-social-icon-block {
    float: right;
}

.bi-footer-bottom p, .bi-social-icon-block span {
    margin-bottom: 0;
    height: 50px;
}
.bi-social-icon-block span {
    padding: 0 5px;
    font-size: 30px;
    color: #dc8427;
    cursor: pointer;
}
.bi-footer-bottom p{
    color: #fff;   
}
.bi-fixed .navbar {
    padding: 10px;
    transition: all .5s;
      -webkit-transition: all .5s;
       -moz-transition: all .5s;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.logo-block img{
    height: 60px;
     transition: all .5s;
      -webkit-transition: all .5s;
       -moz-transition: all .5s;
     
}
.bi-fixed .logo-block img {
    height: 35px;
     transition: all .5s;
      -webkit-transition: all .5s;
       -moz-transition: all .5s;
}
.navbar {
    transition: all .5s;
      -webkit-transition: all .5s;
       -moz-transition: all .5s;
    box-shadow: 0 5px 16px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 5px 16px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 16px 0 rgba(0,0,0,0.08);
    background: #fff;
}

@-webkit-keyframes tras {
    0%   { -webkit-transform: translateX(-300px); /* Google Chrome & Webkit Nightlies */}
    100% { -webkit-transform: translateX(0); /* Google Chrome & Webkit Nightlies */ }
}

.big-text{
   font-size:  500px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;  
    position: absolute;
    display: inline-block;
    top:0;
    z-index: 2;
    -webkit-animation: tras 5s;
  
}
.light-bg {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #555;
    z-index: 1;
    background-color: #f6f6f8;
    min-height: 552px;
}
.light-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 1987px #fff;
    border-left: solid 100vw transparent;
    z-index: 1;
}
.ov-h{
    overflow: hidden;
  
}
section .container{
       padding-bottom: 50px !important;
    padding-top: 50px !important;
    z-index: 1;
    position: relative;
}
/* 
#dtx-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transform: translateY(-100%);
    z-index: 100;
    transition: transform 240ms cubic-bezier(0.645,0.045,0.355,1.000) 1400ms,background-color 240ms cubic-bezier(0.645,0.045,0.355,1.000);
}
.dtx-lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.dtx-line-item {
    display: block;
    width: 10%;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#dtx-header-lines .dtx-line-item {
    background-color: #3A3A3A;
    transform: translateY(-100%);
}


#dtx-header-lines .dtx-line-item:nth-child(1) {
    transition: transform 1200ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(2) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 1000ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(3) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 800ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(4) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 1000ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(5) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 1200ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(6) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 800ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(7) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 1200ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(8) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 1000ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(9) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 800ms cubic-bezier(0.645,0.045,0.355,1.000);
}
#dtx-header-lines .dtx-line-item:nth-child(10) {
    width: calc(10% + 1px);
    margin-left: -1px;
    border-right: 1px solid #3A3A3A;
    transition: transform 1200ms cubic-bezier(0.645,0.045,0.355,1.000);
} */

.navbar-light .navbar-nav a.nav-link{
    text-align: center;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-light .navbar-nav a.nav-link{
            text-align: left;
    }
}
.navbar-nav .nav-item a{
    position: relative;
}
.navbar-light .navbar-toggler{
    border-color: rgba(0,0,0,0);
}
button:focus{
    outline: none;
}
/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
	top: 40%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.5em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before, .cl-effect-13 li.active a::before {
	color:#f70;
	text-shadow: 10px 0 rgb(91, 160, 1), -10px 0 rgb(0, 110, 173);
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #f70;
}
/* end Effect 13: three circles */

.card-block {
    padding: 15px;
}
.card{
    border-radius: 0;
    transition: 0.5s;
}
.card::before, .card::after {
    width: 100%;
    height:100%;
    z-index: 3;
    content:'';
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
  }

.card:hover {
    border: 1px solid rgba(0,160,80,0);
  }
  .card:hover::after, .card:hover::before {
    -webkit-transform: scale(1);
  }
.card::before {
    border-bottom: 1px solid #f70;
    border-left: 1px solid #f70;
    -webkit-transform-origin: 0 100%;
  }
  
  .card::after {
    border-top: 1px solid #f70;
    border-right: 1px solid #f70;
    -webkit-transform-origin: 100% 0%;
  }
  .c-box{
      margin-bottom: 40px;
  }
  .c-box-img h5{
      color: #f70;
      font-weight: 400;
  }
  .c-box-detail h4 {
    color: #333;
    font-weight: 300;
}

.contact-form {
    padding: 30px 40px;
    /* border: 1px solid #db6301; */
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
}
.contact-form h3{
    color:#f70;
}
.c-box-img span.fa {
    color: #db6301;
}

.btn-primary {
    color: #fff;
    background-image: -webkit-linear-gradient(-125deg,#83c8f1 0,#007bff 0,#044e9e 100%);
    background-image: linear-gradient(-125deg,#83c8f1 0,#007bff 0,#044e9e 100%);
    border-color: #007bff;
}
.btn-primary:hover{
    cursor: pointer;
    opacity: .9;
}
.form-control{
    border-radius: 0;
}

ol {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
  }
  ol li{
    position: relative;
  }
  ol li p {
    padding-left: 60px;
    color: #555;
    padding-top: 15px;
  }
  ol li span {
      color:#f70;
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */

  }
  .fa-img{
      font-size: 300px;
      text-align: center;
  }

  .technology-list li p {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    padding-left: 80px;
    /* text-shadow: 3px 3px 0px rgba(0,0,0,.2); */
}
.aboutrow{
    margin-top: -20px;
}
/********services******/

@import url('https://fonts.googleapis.com/css?family=Allura|Josefin+Sans');

*{
	margin:0;
	padding:0;
    box-sizing: border-box;	
}

.border {
    display:inline-block;
   margin-right:10px;
}

.main{
	margin-top:2%;
	text-align:center;
}

.main h1{
	font-family: 'Allura', cursive;
	font-size:60px;
	margin-bottom:60px;
	text-align:center;
	color:#034f27;
}

.main .first .second h1{
	font-family: 'Montserrat', sans-serif;
}

.first{
	display:flex;
	text-align: center;
	width: auto;
	margin-top:10px;
	justify-content: center;
	flex-wrap:wrap;
}

.second{
	margin:10px;
	margin-bottom:50px;
	width:330px;
	padding:20px;
	line-height:20px;
	position: relative;
	color: #3d86bf;
	background-color:#ffffff;
	cursor:pointer;
}

.second:hover{
	color: #07af7d;
}
.first .second h3{
	margin-top:15%;
}
.first .second p{
	margin-top:50px;
}

.second i{
	color:#d66a31;
	font-size:35px;
	margin-bottom:30px;
	width:100px;
	height:100px;
	padding:30px;
	border-radius:50%;
	position: absolute;
	top:-50px;
	left:50%;
	transform: translatex(-50%);
	background:#f9f9f9;
}

.second i:hover{
	color:#429b15;
}
.fa-equals{
    color: #000000;
}

/*
.first{
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	padding:20px;
}

.second{
	display:inline-block;
	width: calc(100% /3);
	margin:0 -2px;
	padding:20px;
	box-sizing:border-box;
	cursor:pointer;
}*/

/********---services******/
.techlist{
    display: block;
}
.techbtn{
    width: 150px;
    float: right;
    color: #ffffff;
}
.techrow{
    margin-top: -100px;
    padding: 100px;
    
}
.tech_btn_col{
    background-color: #d66a31;
    padding: 10px;
}
.techrow2{
    margin-top: -150px;
    padding: 100px;
}
.tech_img{
    width: 100%;
}
.column{
    padding: 30px;
}
.service_column{
    padding: -100px;
}
.contact_column{
    margin-top:40px;
}
.foot{
    display: flex;
    position: relative;
}
.service_col{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0;
    padding-bottom: 0;
}
.service_h3{
    padding-left: 0;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
}
.service_i{
    color: #d66a31;
}
.service_i:hover{
    color: #3d86bf;
}
.font_size{
    font-size: 130%;
}
