@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/* logo */

.logo img{
   margin-top: -14px;
    width: 80px;
    padding: 5px 5px;
    border-radius: 50%;
  }


/*footer */
.address_footer   td{
	padding-bottom: 15px;
	padding-right:10px;
} 
footer .fa {
	color:#93221a;
}
.footer-form .col-md-6 , .footer-form .col-md-12 {
	padding-left: 0px;

}
.footer-form textarea:focus,
.footer-form input[type="text"]:focus,
.footer-form input[type="number"]:focus,
.footer-form input[type="password"]:focus {   
  border-color:transparent;
  border-bottom:1px solid #959393;
  outline:none;        
}
.footer-form input  {
	border-radius:0px;
	background-color:#2a2a2a;
	border:1px solid #212121; 
	width:100%;
	height:40px;
	padding-left:8px; 

}
.footer-form textarea  {
	border-radius:0px;
	background-color:#2a2a2a;
	border:1px solid #212121; 
	width:100%;
	height:80px;
	padding-left:8px; 

}
.footer-form .btn-system {
	color:#fff;
	margin-top:8px; 
	text-decoration:none;
}
.footer-form .btn-system:hover {
	color:#fff;
	text-decoration:none;
}
footer p{
  text-align: justify;
}

/*  our work flow  */
.communicate {
 	height:60px;
    width:60px;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(../images/work-flow/01.png);
    
  }
  /*this is the hover event trigger*/
 .work1:hover .communicate  {
    cursor:pointer; 
    background:url(../images/work-flow/1.gif);
  }
  .idea {
 	height:60px;
    width:60px;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(../images/work-flow/02.png);
    
  }
  /*this is the hover event trigger*/
 .work2:hover .idea {
    cursor:pointer; 
    background:url(../images/work-flow/2.gif);
  }

.design {
  height:60px;
    width:60px;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(../images/work-flow/03.png);
    
  }
  /*this is the hover event trigger*/
 .work3:hover .design{
    cursor:pointer; 
    background:url(../images/work-flow/3.gif);
  }

.development {
 	height:60px;
    width:60px;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(../images/work-flow/04.png);
    
  }
  /*this is the hover event trigger*/
 .work4:hover .development{
    cursor:pointer; 
    background:url(../images/work-flow/4.gif);
  }
.testing {
 	height:60px;
    width:60px;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(../images/work-flow/05.png);
    
  }
  /*this is the hover event trigger*/
 .work5:hover .testing {
    cursor:pointer; 
    background:url(../images/work-flow/5.gif);
  }
 .live {
 	height:60px;
    width:60px;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(../images/work-flow/06.png);
    
  }
  /*this is the hover event trigger*/
 .work6:hover .live {
    cursor:pointer; 
    background:url(../images/work-flow/6.gif);
  }


/*  portfolio */

  .Portfolio-bottom-margin {
  	margin-bottom:180px;
  } 
  .portfolio .row {
    margin-bottom:12px; 
  }
  .portfolio .col-md-3 {
    width:24%;
    margin-left:1%; 
  }
.pagination {
  float: right;
border-radius: 0px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #93221a;
    border-color: #93221a;
}



/*  career  */

.carrer-table table {
  width:400px;
  border:0px;

}
.carrer-table table b {
  color:#444; 
}
.carrer-table table tr td{
  border:0px;
  height:15px; 
}
.carrer-table .col-md-7 , .carrer-table .col-md-5 {
  margin-top:20px;
}
.career-tech {
  margin-bottom:80px; 
}
.career-tech li {
 float: left;
 width:90px;
 background-color:#e2e2e2;
margin-right:10px;
margin-top:6px; 
 text-align: center;
 padding:10px;  
 color:#444;
}
.career-content h5 {
  margin-bottom:6px; 
}
.career-content input[type="file"] {  
    height:30px; 
}
 
.career-content .btn-large {
  margin-top:12px; 
  float:right;
}

/* welcome */
.welcome  {
  text-align: center;

}



.shadow-large {
    position: relative;
}
.info-box {
    background: url("../images/pattern-dot.png") repeat scroll 0 0 #EEEEEE !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    padding: 6px;
    margin: 45px 0;
}
.shadow-large::before, .shadow-large::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 9px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.shadow-large::after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.info-box-inner {
    background-image: linear-gradient(bottom, #fafafa 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #fafafa 0%, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #fafafa 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #fafafa 0%, #fff 100%);
    background-image: -ms-linear-gradient(bottom, #fafafa 0%, #fff 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    padding: 17px;
}

.info-content {
    float: left;
}
.info-box h4 {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
}
.info-box p {
    margin-top: 5px;
}


/* portfolio */
 
.portfolio-section {
    padding-bottom:40px;
}


/* category filter */

.filter-section {
    padding-top:40px;
}


.filter-container {
    text-align:center;
    padding:20px
}


ul.filter > li > a {
    color:#93221a;
    font-size:20px;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#93221a;
    outline:none
}

ul.filter > li.active a {
    color:#111
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
    height:auto
}


/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title a {
    color:#aaa
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#c8e9c8;
    background-color:rgba(194,231,194,0.9)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
    background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}

.demo-colored-wrap {
    background:#ecf0f1;
}

#myModal {
    margin-top:0px;
   
}
#myModal input , 
#myModal textarea , 
#myModal select {
    border-radius:0px;

}
#close_button {
    opacity:1; 
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop.in{
    filter:alpha(opacity=90);
    opacity:0.9;
    background:rgba(0,0,0,0.8);
}
.modal-dialog {
    
} 
#pop_header {
    background-color:#93221a;
}
#pop_header h4{
    color: #fff;
}
#login_form {
    width:450px;
    margin:auto;
}
#login_form .btn {
    background-color:#93221a;
    color:#fff;
}
.carrer-table span {
    color: #1fad1f;
}
.carrer-table .cls {
   color: #c81e1e; 
}

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}

a { 
   text-decoration: none;
}

ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#sticky-social {
   right: 0;
   position: fixed;
   top:380px;
   z-index:1111; 

}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
    text-decoration: none;
}

#sticky-social a:hover span {
   right: 100%;

}

#sticky-social a span {
   line-height: 35px;
   right: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

 

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #47b3fe; }   

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #0274b3; }    

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dc4a38; }  
 

.demo{
    background: #252c44;
}
.our-management{
    text-align: center;
    width:400px;

}
.our-management .team_img{
    position: relative;
    overflow: hidden;
}
.our-management .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-management:hover .team_img:after{
    bottom: 0;
}
.our-management img{
    width: 100%;
    height: auto;
}
.our-management .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #f69f2b;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-management:hover .social{
    top: 0;
}
.our-management .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}
.our-management:hover .social li a:hover{
    color: #2b407b;
}
.our-management .team-content{
    padding: 20px 0;
    background: #fff;
}
.our-management .title{
    font-size: 18px;
    font-weight: bold;
    color: #2b407b;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.our-management .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #2b407b;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-management .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #2b407b;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-management:hover .title:before,
.our-management:hover .title:after{
    width: 50px;
}
.our-management .post{
    display: inline-block;
    font-size: 15px;
    color:  #f69f2b;
    text-transform: capitalize;
}
.our-management .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f69f2b;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
.technology img{
  margin: auto;
}
.technology_2ndrow {
  margin-top:60px; 
}
.about-img {
  margin-top:30px; 
}


/* home page new code */
.services   {
  text-align: center;
  margin-bottom:40px; 
  height:300px; 
}
.services h3  {
 color: #fff;
 margin-bottom:10px; 
}
.services a {
  color:#e2e2e2;
}
.services a:hover {
  color:#f2811c;
}
.services p {
  color: #e2e2e2;
}
.services .web {
  background-color: #15359c;
  padding:10px;
  height:260px;
  -webkit-transition: height 1s, ; /* Safari */
  transition: height 1s;
}
.services .web:hover {
  height:300px;
  background-color: #0d236a;
  
}

.services .deve {
  background-color: #78159c;
  padding:10px;
  height:260px;
  -webkit-transition: height 1s, ; /* Safari */
  transition: height 1s;
} 
.services .deve:hover {
  height:300px;
  background-color: #4f0c67;
} 
.services .ecommerce {
  background-color: #159c3e;
  padding:10px;
   height:260px;
  -webkit-transition: height 1s, ; /* Safari */
  transition: height 1s;
} 
.services .ecommerce:hover {
  height:300px;
  background-color: #0e692a;
}
.services .graphic {
  background-color: #9c7b15;
   padding:10px;
    height:260px;
  -webkit-transition: height 1s, ; /* Safari */
  transition: height 1s;
} 
.services .graphic:hover {
  height:300px;
  background-color: #67510e;
} 

.services .domain {
  background-color: #9c3515;
   padding:10px;
    height:260px;
  -webkit-transition: height 1s, ; /* Safari */
  transition: height 1s;
} 
.services .domain:hover {
  height:300px;
  background-color: #5f210e;
} 
.services .hosting {
  background-color: #156e9c;
   padding:10px;
    height:260px;
  -webkit-transition: height 1s, ; /* Safari */
  transition: height 1s;
} 
.services .hosting:hover {
  height:300px;
  background-color: #104d6d;
   padding:10px;
} 

/* work flow */

.choose_us {
  background:url(../images/workflow_bg.jpg);
  background-attachment: fixed;
}
.choose_us h1 {
  color: #fff;
}
.work_flow img {
  margin: auto;
}
.work_flow h3 {
  color:#fff;
  text-align: center;
}
.work_flow .col-md-3 {
  margin:30px 0px 50px 0px; 
}

















@media only screen and (max-width: 990px){
    .our-management{ margin-bottom: 30px; }
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after{
        top: -85px;
        height: 102px;
    }
    .our-team .title:before{
        left: 35%;
    }
    .our-team .title:after{
        right: 35%;
    }
}
@media only screen and (max-width: 767px){
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 75px;
    }
    .our-team .team-content:before{
        transform: rotate(8deg);
    }
    .our-team .team-content:after{
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
  .services   {
  text-align: center;
  margin-bottom:40px; 
  height:auto; 
}
}
@media only screen and (max-width: 480px){
    .our-team .title:before,
    .our-team .title:after{
        top: -83px;
    }
}


#team .row {
  margin-bottom:40px; 
}


 
.carousel-caption h1
{
  font-size: 75px;
  text-transform: uppercase;
  color: #93221a;
  padding: 50px;
}


.classic-testimonials
{
  border:1px solid #ddd;
  margin: 10px 20px;
  padding: 20px 20px;
  border-radius: 0px;
}
.btn-enter
{
  margin-top: 50px;
  background: #93221a;
  color: #fff;
  font-weight: 600;
    padding: 10px 40px;
    border-radius: 20px;
    text-transform: uppercase;
}
.btn-enter:hover
{
  margin-top: 50px;
  background: #fff;
  color: #93221a;
  font-weight: 600;
    padding: 10px 40px;
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}


.avatar {
  
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 0%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  
}


.myprogress {
min-width: 100%;
margin: 0px auto;
text-align: center;
}
.myprogress .circle,
.myprogress .bar {
display: inline-block;
width: 100%;
color: #fff;
background-color: #93221a;
border-radius: 0%;
border: 1px solid #93221a;
margin-bottom: 50px;
}
.myprogress .bar {
position: absolute;
    width: 60px;
    height: 5px;
    right: -28px;
    top: 40px;
    z-index: 9;
    border: 0px solid #93221a;
    background: #93221a;
}

.myprogress .circle .label {
display: inline-block;

line-height: 30px;
border-radius: 40px;
font-size: 24px;
}
.myprogress .circle .title {
color: #fff;
font-size: 15px;
line-height: 80px;
font-weight: 600;
}

.landin_img
{
  background-image: url(../images/main.jpg);
  height: 100vh;
}
.landing_caption
{
  position: absolute;
    bottom: 20px;
    top: 186px;
    width: 100%;
    left: 0px;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0,0,0,.6) !important;
}
.landing_caption h1 {
    font-size: 75px;
    text-transform: uppercase;
    color: #93221a;
    padding: 50px;
}
.landing_caption ul li {
    display: inline-block;
}
.landing_caption ul li a {
    color: #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    box-shadow: none;
}
.landing_caption .btn {
    text-shadow: none;
}

.get_touch i

{
  font-size: 30px;
}

.get_touch p

{
  font-family: 'Roboto Slab', serif;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}