@import url("../maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('../maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
/*-------------------------------------------------------------------------------------------
  CSS definations for AND
-------------------------------------------------------------------------------------------*/
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
a,
a:hover,
a:focus {
    outline:none;
    text-decoration:none;
    color:#000;
}
a:hover{
    text-decoration: none !important;
}

/* Common Tages */
label {
    padding-bottom: 6px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.btn {
    
    padding: 6px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    
    border-radius: 3px;
}
a.btn {
    color: #fff !important;
}
.btn-default {
    border: 1px solid #C9C9C9;
    background: #f9f9f9;
    color: #666;
    font-weight: 600;
}
.btn-info{
   background: #808080;
   border-color: #808080;
}
.btn:hover, .btn:active,
.btn:focus {
    background: #000;
    border-color: #000;
    color: #fff;
    outline: 0;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125)none;
    box-shadow: none;
}
.btn-lg {
    padding: 10px 20px;
}
.form-control {
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 15px;
    height: auto;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
textarea.form-control {
    min-height: 120px;
}
.form-group {
    margin-bottom: 30px;
}

img {
    border: none;
    max-width: 100%;
}

p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.full-container {
    width: auto;
    padding: 0 30px;
}

/* page-heading */
.page-heading {
    padding: 30px 0;
    text-align: center;
}
.page-heading h1 {
    border-bottom: 2px solid #79322e;
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.page-heading p {
    padding-bottom: 15px;
    line-height: 24px;
}

/* section-heading */
.section-heading {
    padding-bottom: 0px;
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4 {
    padding-bottom: 15px;
    font-size: 24px;
    color: #808080;
    font-weight: 300;
    text-transform: uppercase;
}
.section-heading h1 span, .section-heading h2 span, .section-heading h3 span, .section-heading h4 span {
    border-bottom: 2px solid #79322e;
    display: inline-block;
    color: #808080;
    font-weight: 700;
}
.section-heading p {
    padding-bottom: 15px;
    line-height: 24px;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    overflow-x: hidden;
}

/* top-bar */
.top-bar {
    background: #808080;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.top-bar p {
    line-height: 30px;
    margin:0px;
}
.top-bar p span:first-child {
    margin-left: 0;
}
.top-bar p span {
    display: inline-block;
    margin: 0 15px;
}
.top-bar p .fa {
    display: inline-block;
    margin-right: 3px;
}
.top-bar p a {
    color: #fff;
}

/* social */
.social {
    float: right;
}
.social li {
    float: left;
    margin-left: 20px;
}
.social li a{
    padding:8px 0px;
}
.social li a, .social li span {
    display: block;
    color: #fff;
    line-height: 30px;
}

/* header */
.header {
    background: #fff;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9;
    transition: 0.4s;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 1px;
}
.header.fixed {
    padding: 0px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
/* logo */
.logo {
    float: left;
    margin-left: 0px;
}
.logo img {
    width: 100%;
    height: auto;
}
.header.fixed .logo img {
    width: auto;
    height: 75px;
}
.header.fixed .navigation li a {
    line-height: 75px;
}
.header.fixed .navigation li li a {
    line-height: 35px;
}
.header.fixed .search {
    padding: 18px 0 0 0;
}
/* navigation */
.navigation {
    float: right;
    margin-left: 0px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.navigation li {
    float: left;
    position: relative;
}
.navigation li a:first-child {
    padding-right: 0;
}
.navigation li a {
    display: block;
    padding: 0 25px;
    color: #808080;
    line-height: 90px;
    font-size: 16px;
}
.navigation li.social-icons a {
    font-size: 20px;
}
.navigation li:hover a {
    background: #fff;
    color: #043144;
}
.navigation li:hover ul {
    display: block;
}
.navigation ul ul {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    min-width: 180px;
    width: auto;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
}
.navigation li li {
    border-top: 1px solid #ccc;
    float: none;
    padding: 0;
    margin: 0;
}
.navigation li li:first-child {
    border-top: none;
}
.navigation li li a {
    display: block;
    color: #333;
    line-height: 35px;
    font-size: 13px;
}
.navigation li:hover li a {
    color: #043144;
}
.navigation li li a.arrows:after {
   font-size: 14px;
   color: #043144;
   font-weight: 600;
   font-family: FontAwesome;
   content: "\f105";
   position: absolute;
   right: 15px;
   top: 1px;
   z-index: 2;
}
.navigation li a .arrow.submenu-toggle {
    padding-left: 5px;
}
/*sub-sub-menu*/
.sub-menu span.arrow.submenu-toggles {
    display: none;
}
.navigation li li:hover ul.sub-sub-menu {
   display: block;
}
.navigation ul ul ul.sub-sub-menu {
   border: 1px solid #ccc;
   border-top: none;
   background: #fff;
   min-width: 290px;
   width: auto;
   white-space: nowrap;
   position: absolute;
   left: 100%;
   top: 0;
   z-index: 999;
   display: none;
}
.navigation li li .sub-sub-menu li {
   border-top: 1px solid #ccc;
   float: none;
   padding: 0;
   margin: 0;
}
.navigation li li .sub-sub-menu li:first-child {
   border-top: none;
}
.navigation li li .sub-sub-menu li a {
   display: block;
   color: #333;
   line-height: 35px;
   font-size: 13px;
}
.navigation li li .sub-sub-menu:hover li a {
   color: #043144;
}
/* search-box */
.search {
  float: right;
  padding: 24px 0 0 0;
}
.search form {
  display: none;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
}
.search .form-control {
  border: 5px solid #999;
  background: #fff;
  padding: 9px 10px;
  width: 100%;
  float: left;
  border-radius: 0;
  font-weight: normal;
  outline: none;
  box-shadow: none;
}
.search .btn {
  border: 1px solid #295771;
    background: #295771;
  width: 38px;
  height: 38px;
  float: left;
  padding: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  line-height: 37px;
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
.search a.btn {
    border: none;
    background: transparent;
    color: #000 !important;
    position: static;
}
.search a.btn .fa.fa-search {
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-left: -10px;
    line-height: 24px;
}
/* main-container */
.main-container {
    padding: 64px 0 60px 0;
}

/* showcase */
.showcase {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.showcase .slides li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
    overflow: hidden;
}
.showcase .slides li .imgb {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 9s;
    z-index: 1;
}
.showcase .slides li.flex-active-slide .imgb {
    transform: scale(1.1);
}
.showcase .slides li img {
    width: 100%;
    height: auto;
}
.showcase h3 {
   transition: none 0s ease 0s;
    text-align: left;
    line-height: 60px;
    border-width: 0px;
    margin: 0px 0px 15px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 55px;
}
.showcase p {
   
    text-align: left;
    line-height: 30px;
    
    margin: 0px 0px 50px;
    
    font-size: 16px;
}
.showcase .caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 130px;
    z-index: 99;
    top: 10%;
    text-align: left;
}
.showcase .caption .txtb {
    background: transparent;
    display: inline-block;
    padding:40px 20px 10px 0px;
    color: #fff;
}
.showcase .caption .imgb-right img{
    width: auto;
    height: 350px;
    margin: 0 auto;
    display: block;
}
.showcase .flex-prev,
.showcase .flex-next {
    background: #808080;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 50%;
    z-index: 999;
}
.showcase .flex-prev {
    left: 30px;
}
.showcase .flex-next {
    right: 30px;
}

.showcase .flex-control-nav {
    float: left;
    position: absolute;
    bottom: 90px;
    z-index: 2;
    display: inline-block;
    display: none;
}
.showcase .flex-control-nav li {
    float: left;
    padding-left: 3px;
}
.showcase .flex-control-nav li a {
    background: rgba(0,0,0,0.8);
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.showcase .flex-control-nav li a.flex-active {
    background: rgba(121,50,46,0.8);
}
/*Home : ABout*/
.home-about{
    padding: 40px 0px;
}
.home-about .section-heading{
    text-align: center;
}
.home-about a {
    color: #ff5926;
}
/* why-choose s/w development company */
.why-choose-sdc {
    padding: 40px 0px;
    border-top: 1px solid #ccc;
}
.why-choose-sdc .section-heading{
    text-align: center;
}
/* works */
.works .grid {
    margin: 0 -15px;
}
.works .grid__item,
.works .grid__col-sizer {
    width: 33.333%;
    float: left;
    padding: 5px;
}
.works .grid__item .column {
    position: relative;
    overflow: hidden;
}
.works .grid__item .imgb {
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 3px;
    transition: 0.4s;
}
.works .grid__item .imgb img {
    width: 100%;
    height: auto;
}
.works h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.works p {
    color: #fff;
}
.works .caption {
    border: 3px solid #efefef;
    border-top: none;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    padding: 90px 15px;
    color: #333;
    font-weight: 400;
    position: absolute;
    left: 0;
    text-align: center;
   
}
/* our-product */
.our-product {
    padding: 40px 0px;
    border-top: 1px solid #ccc;
}
.our-product .section-heading{
    text-align: center;
}
.our-product .grid {
    margin: 0 -15px;
}
.our-product .grid__item,
.our-product .grid__col-sizer {
    width: 33.333%;
    float: left;
    padding: 5px;
}
.our-product .grid__item .column {
    position: relative;
    overflow: hidden;
}
.our-product .grid__item .imgb {
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 3px;
    transition: 0.4s;
}
.our-product .grid__item .imgb img {
    width: 100%;
    height: auto;
}
.our-product h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.our-product p {
    color: #fff;
}
.our-product .caption {
    
    border-top: none;
    background: rgba(255, 255, 255, 0.6);
    
    width: 100%;
    /*height: 100%;*/
    padding: 15px;
    color: #333;
    font-weight: 400;
    position: relative;
    left: 0;
    text-align: center;
   
}
/* our-services */
.our-services {
    padding: 40px 0px;
    border-top: 1px solid #ccc;
}
.our-services .section-heading{
    text-align: center;
}
.our-services .grid {
    margin: 0 -15px;
}
.our-services .grid__item,
.our-services .grid__col-sizer {
    width: 33.333%;
    float: left;
    padding: 5px;
}
.our-services .grid__item .column {
    position: relative;
    overflow: hidden;
    height: 330px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
    padding: 30px;
    transition: 2s;
}
.our-services .grid__item .imgb {
    
    background: #fff;
    padding: 3px;
    transition: 0.4s;
}
.our-services .grid__item .imgb img {
    width: auto;
    height: auto;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
}
.our-services h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}
.our-services p {
    color: #333;
    line-height: 24px;
}

.our-services a {
    color: #333;
    
}
.our-services a {
    color: #333;
}
.our-services .arrow {
    opacity: 0;
}
.column:hover .arrow{
    opacity: 1;
}
.our-services .caption {
   
    border-top: none;
    background: rgba(255, 255, 255, 0.6);
    
    width: 100%;
    height: auto;
    padding: 15px;
    color: #333;
    font-weight: 400;
    position: absolute;
    left: 0;
    text-align: center;
   
}
/* our-projects */
.our-projects {
    padding: 40px 0px;
    border-top: 1px solid #ccc;
    position: relative;
	background-image: url(../images/background-img.jpg);
}
.our-projects .section-heading {
    /* text-align: center; */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 100%);
}
.our-projects .grid {
    margin: 0 -15px;
}
.our-projects .grid__item,
.our-projects .grid__col-sizer {
    width: 33.333%;
    float: left;
    padding: 5px;
}
.our-projects .grid__item .column {
    position: relative;
    overflow: hidden;
    border: 1px solid #6b6b6e;
    box-shadow: 0px 0px 3px 0px #6b6b6e;
    transition: 2s;
}
.our-projects .grid__item .imgb {
    
    background: #fff;
    padding: 3px;
    transition: 0.4s;
}
.our-projects .grid__item .imgb img {
    width: 100%;
    height: auto;
}
.our-projects h4.site-name {
    color: #ff5926 !important;
    left: 10px !important;
    font-size: 16px;
    position: absolute;
}
.our-projects h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
    position: absolute;
    bottom: 10px;
    right: -10px;
   /* transform: translate(-20%, 20%);*/
    float: left;
    display: block;
    margin-right: 10px;

}
.our-projects p {
    color: #333;
    line-height: 24px;
}

.our-projects a {
    color: #fff;
    margin: 0px 10px;
    border: 1px solid #fff;
    padding: 7px 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
   
}
.our-projects a:hover {
    color: #808080;
    border-color: #808080;
    
}
.section-heading a.btn {
    width: auto;
    height: auto;
    border-radius: unset;
    margin: 0;
}

.our-projects .caption {
    
    border-top: none;
    
    width: 100%;
    height: auto;
    padding: 15px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    /*bottom: 0;*/
    bottom: -100%;
    transition: 0.4s;
    top: 0;
}
.our-projects .grid__item .column:hover .imgb {
    /*background: #79322e;*/
}
.our-projects .grid__item .column:hover .caption {
    bottom: 0;
    background: rgba(64, 64, 64, 0.69);
}
/*Testimonial*/
.testimonial{
    padding: 40px 0px;
    position: relative;
        border-top: 1px solid #ccc;
}
.testimonial .section-heading {
     text-align: center; 
}
.testimonial .inner-box {
    position: relative;
    padding: 0px 45px 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(244,244,244,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(244,244,244,1);
    box-shadow: 0px 0px 20px 0px rgba(244,244,244,1);
}
.testimonial .inner-box .text {
    position: relative;
    color: #353535;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6em;
    font-weight: 300;
}
.testimonial .inner-box .user-info {
    position: relative;
}

.testimonial .inner-box .user-info .inner .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial .inner-box .user-info .inner h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
}
.testimonial .inner-box .user-info .inner .designation {
    color: #b6b6b6;
    font-size: 17px;
    font-weight: 300;
    margin-top: 5px;
}
.testimonial .inner-box .user-info .inner .quote {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #f2f2f2;
    font-size: 50px;
    line-height: 1em;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #ccc;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    background: #333;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border-color: #44778f;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 210px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/*call-to-action-section*/
.call-to-action-section {
    position: relative;
    padding: 40px 0px;
    background-color: #1551b5;
}
.call-to-action-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.call-to-action-section .text {
    position: relative;
    font-size: 18px;
    color: #ffffff;
}
.call-to-action-section a {
    float: right;
    margin-top: 20px;
}
/* Client*/
.our-clients{
    padding: 40px 0px;
}
.our-clients .section-heading{
    text-align: center;
}

/*Inner section*/
.inner-section {
    padding: 40px 0px;
}
.main-inner .section-heading {
    margin: 30px 0px 5px;
}
.sub-view .imgb-inner {
    margin: 0;
    padding: 0;
    float: none;
}
.imgb-inner {
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
}
.txtb-inner h1 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.txtb-inner h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}
.imgb-inner img {
    width: auto;
    height: 200px;
}
.package img {
    width: 100%;
    height: auto;
}
.contact-details {
    border: 1px solid #ccc;
    padding: 15px;
}
.contact-details h3 {
    background: #808080;
    padding: 15px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.contact-details .form-group {
    margin-bottom: 15px;
}
.list-style-one{
    margin: 20px 0px 0px;
}
.list-style-one li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #2d2b2b;
    font-size: 14px;
    font-weight: 400;
}
.list-style-one li:before {
    position: absolute;
    content: "\f046";
    left: 0;
    top: 0px;
    color: #ff4800;
    font-size: 18px;
    font-family: FontAwesome;
}
/*our offering package*/
.package {
    margin: 15px 0px;
}
.imgb-package {
    width: 85px;
    height: 87px;
    float: left;
    position: relative;
}
.imgb-package img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0px 15px 10px 0px;
    border-radius: 0px 0px 30px 0px;
}
.txtb-package {
    padding-left: 90px;
}
.txtb-package {
    padding-left: 0px;
}
.txtb-package h3 {
    padding: 0px 0px;
    display: block;
    font-size: 18px;
    color: #0e9df0;
}
.txtb-package p {
    border: 2px solid #08b8f1;
    height: 100px;
    margin: 10px 0px 0px 25px;
    padding: 10px 0px 0px 60px;
    border-radius: 0px 0px 30px 0px;
}
/*Our Team*/
.page-banner.overview {
    background: url(../images/breadcrum_slide.png) no-repeat center center;
    background-size: 100%;
    /* background-attachment: fixed; */
    height: 165px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.page-heading h2 {
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
   /* color: #ffffff; */
    text-shadow: 0px 1px #2d2d2d;
    float: left;
}
.page-heading a {
    float: right;
   /* color: #ffffff; */
}
.page-heading span {
    
    display: inline-block;
    padding: 10px 0px 0 5px;
    font-size: 14px;
    /* color: #ffffff; */
    font-weight: 500;
    line-height: normal;
   
}
/* our-services */
.our-team {
    padding: 40px 0px;
   
}
.our-team .section-heading{
    text-align: center;
}
.our-team .grid {
    margin: 0 -15px;
}
.our-team .grid__item,
.our-team .grid__col-sizer {
    width: 25%;
    float: left;
    padding: 5px;
}
.our-team .grid__item .column {
    position: relative;
    overflow: hidden;
    height: 250px;
    border: 1px solid #ccc;
    padding: 15px;
    transition: 5s;
}
.our-team .column:hover .caption {
    color: #fff;
    background: rgb(82, 82, 82, 0.6);
}
/*.our-team .grid__item .column:hover .imgb img{
    transform: scale(1.05);
    
}*/
.our-team .grid__item .imgb {
    
    background: #fff;
    padding: 3px;
    transition: 0.4s;
}
.our-team .grid__item .imgb img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;

}
.our-team h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.our-team p {
    margin: 0;
}

.our-team a {
    color: #333;
    
}
.our-team a {
    color: #333;
}
.our-team .arrow {
    opacity: 0;
}
.column:hover .arrow{
    opacity: 1;
}
.our-team .caption {
   bottom: 0;
    border-top: none;
    background: rgba(226, 226, 226, 0.6);
    width: 100%;
    height: auto;
    padding: 15px;
    color: #333;
    font-weight: 400;
    position: absolute;
    left: 0;
    text-align: center;
   
}
/*Mobile app*/
.mobile-app {
    background: url(../images/service_bg.png) no-repeat center center;
    background-size: cover;
     background-attachment: scroll; 
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mobile-app h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
   
}
.mobile-app p {
    color: #fff;
    margin: 15px 0px 0px;
}
.mobile-app .flip-view {
   
    
    text-align: center;
}
.mobile-app .flip-view .sub-view {
    box-shadow: -4px -4px 5px 1px #afacac;
    padding: 15px 15px 0px;
}
.flip-view .imgb-inner i {
    font-size: 70px;
    color: #C13740;
}
.flip-view .text-inner{
    margin-top: 30px;   
}
.flip-view .text-inner h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.flip-view .text-inner p {
    height: 100px;
    overflow: hidden;
    color: #333;
    margin: 0;
}
/*flip-view on hover*/
.flip-box {
    height: 280px;
    perspective: 1000px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background: #fff;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-box-front {
    padding: 15px 20px;
}

/* Style the back side */
.flip-box-back {
  transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
  background: #333;
    color: #fff;
  padding: 15px 15px 0px;
}
.mobile-app .flip-box-back .sub-view {
    box-shadow: -4px -4px 5px 1px #110f0f;
    padding: 15px 15px 0px;
}
.flip-box-back .text-inner p{
    color: #fff;
}
/*Development-process section*/
.development-process .section-heading {
    text-align: center;
}
.process-imgb img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
/*why-choose-aig*/
.why-choose-aig {
    background: url(../images/service_bg.png) no-repeat center center;
    background-size: cover;
     background-attachment: scroll; 
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.why-choose-aig h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.work-flow-box {
    background: url(../images/why-choose-aig.png) no-repeat center center;
    background-size: auto 300px;
    border: 3px solid #333;
    width: 500px;
    height: 500px;
    margin: 50px auto 0 auto;
    border-radius: 100%;
    position: relative;
}
.work-flow-box .column.numb1 {
    right: 96%;
    top: 10px;
    text-align: right;
}
.work-flow-box .column {
    max-width: 400px;
    min-width: 270px;
    padding-bottom: 0px;
    position: absolute;
    margin: -15px 0px;
}
.work-flow-box .column.numb1 .icon, .work-flow-box .column.numb5 .icon, .work-flow-box .column.numb6 .icon {
    right: -110px;
    top: 0;
}
.work-flow-box .column.numb2 {
    left: 96%;
    top: 10px;
}
.work-flow-box .column.numb2 .icon, .work-flow-box .column.numb3 .icon, .work-flow-box .column.numb4 .icon {
    left: -110px;
    top: 0;
}
.work-flow-box .column.numb3 {
    left: 114%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work-flow-box .column.numb4 {
    left: 100%;
    bottom: 0;
}
.work-flow-box .column.numb5 {
    right: 100%;
    bottom: 0;
    text-align: right;
}
.work-flow-box .column.numb6 {
    right: 114%;
    top: 50%;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work-flow-box .icon {
    border: 10px solid #fff;
    background-color: #757575;
    width: 90px;
    height: 90px;
    float: left;
    padding: 15px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
}
.work-flow-box .icon img {
    width: 100% !important;
    height: 100% !important;
}
.work-flow-box h4 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.work-flow-box p {
    padding-bottom: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 12px;
}
/*about us page*/
.about-us .section-heading {
    text-align: center;
    margin: 40px 0px 20px;
}
.about-us-imgb img {
    width: 100%;
    height: auto;
    display: block;
}
.service-img img {
    width: 100%;
    height: auto;
}
/*Contact Us*/
.contact-info, .contact-us h3 {
    padding-left: 50px;
}

.contact-us h3.contact-txt {
    padding-left: 50px;
}
.contact-us h3 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #13192d;
    margin-bottom: 30px;
}

.contact-info li {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
    color: rgba(19,25,45,0.60);
    min-height: 60px;
    padding: 0px 0px 0px 90px;
}
.contact-info li.phone .icon-box {
    background-color: #ff5926;
}
.contact-info li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #ffffff;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
}
.contact-info li a {
    color: #444;
    font-size: 14px;
}
.contact-info li.phone .icon-box i {
    font-size: 30px;
}
/*Get in Touch*/
.get-in-touch {
    position: fixed;
    top: 50%;
    right: -55px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999;
    transition: 0.2s;
}
.get-in-touch i{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*popup box*/
.popup-content-form {
    border-radius: 0;
    padding: 7px 15px;
    background: #18254f;
    position: fixed;
    right: 40px;
    top: 23%;
    z-index: 99999;
    display: none;
    border: 2px solid #fff;
}
.form h3 {
    color: #fff;
    text-align: left;
    padding: 5px 1px 15px;
    font-size: 24px;
    font-weight: 700;
}
.popup-content-form .form-group {
    margin-bottom: 5px;
}
.popup-content-form .form-group span {
    padding-bottom: 5px;
    display: block;
}
/* footer */
.main-footer {
    position: relative;
    background-color: #6b6b6e;
}
.main-footer .footer-upper {
    position: relative;
    padding: 40px 0px 20px;
}
.main-footer .about-widget {
    position: relative;
}
.main-footer .about-widget h3, .main-footer .footer-widget h2 {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-style: normal;
}
.main-footer .footer-widget h2 {
   margin-bottom: 10px;
}
.theme_color {
    color: #ff5926;
}
.main-footer .about-widget .text {
    position: relative;
    font-size: 13px;
    margin-top: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.8);
    font-style: normal;
}
.footer-widget ul li a, .footer-widget ul li, .footer-widget .textwidget p {
    color: rgba(255,255,255,0.9);
    line-height: 2em;
}
.footer-widget ul li {
    border-bottom: 1px solid #ffffff;
    padding: 3px 0px !important;
}
/*.footer-widget ul li::before {
    content: "Â«";
    color: rgb(234, 234, 234);
    font-size: 20px;
    margin-right: 5px;
}*/
.footer-widget ul li a, .footer-widget ul li, .footer-widget .textwidget p {
    color: rgba(255,255,255,0.8);
    line-height: 24px;
    font-style: normal;
    font-size: 13px;
}
.main-footer .footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.8);
    background-color: #808080;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    padding: 20px 0px;
    color: #c6c6c6;
    font-size: 15px;
    /* text-align: center; */
    float: left;
}
.privacy {
    float: right;
    padding: 22px 0px;
}
.privacy ul li {
    float: left;
}
.privacy ul li a {
    color: #c6c6c6;
    border-right: 1px solid #ccc;
    padding: 0px 5px;
}
/*Go to Top*/
.go-top{background:#6b6b6e;width:30px;height:30px;float:left;text-align:center;font-size:14px;color:#fff;line-height:30px;position:fixed;bottom:10px;right:15px;z-index:999;border-radius:100%;display:none}
.go-top i{display:inline-block;line-height:28px}
/* service-page-heading */
.service-page-heading {
    background: #f6f6f6;
    padding: 60px 0;
    text-align: center;
    font-weight: 400;
}
.service-page-heading p {
    padding-bottom: 15px;
}

/* our-clients */
.our-clients {
    background: #e9e9e9;
    border-top: 1px solid #ccc;
}
.clients-slide-box,
.team-slide-box {
    position: relative;
}
.our-clients ul {
    margin: 0 -5px;
}
.our-clients li {
    padding: 5px;
}
.our-clients li .imgb {
    background: #fff;
    text-align: center;
    padding: 10px;
}
.our-clients li .imgb img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.4s;
}
.our-clients li .imgb:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.our-clients .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.our-clients .owl-dots .owl-dot {
    background: #999;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 3px;
}
.our-clients .owl-dots .owl-dot.active {
    background: #79322e;
}
.our-clients .owl-carousel .owl-nav .owl-prev,
.our-clients .owl-carousel .owl-nav .owl-next {
    background: #999;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -15px;
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    position: absolute;
    top: 50%;
}
.our-clients .owl-carousel .owl-nav .owl-prev {
    left: -35px;
}
.our-clients .owl-carousel .owl-nav .owl-next {
    right: -35px;
}


/* Mobile Menu */
.mobile-menu {
    display: none;
}



/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/

@media (min-width: 320px) and (max-width: 479px) {
    /*serch*/
    .search {
    float: right;
     padding: 0; 
    margin: -30px 15px;
}
 /*index*/
.our-product .grid__item, .our-services .grid__item, .our-projects .grid__item, .works .grid__item, .works .grid__col-sizer {
    width: 100%;
    float: left;
    padding: 5px 10px;
}
    .our-team .grid__item, .our-team .grid__col-sizer {
    width: 100%;
    float: left;
    padding: 7px 15px;
}
/*client*/
.our-clients li .imgb {
    margin: 5px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
     /*serch*/
    .search {
    float: right;
     padding: 0; 
    margin: 25px 15px;
}
    /*index*/
.our-product .grid__item, .our-services .grid__item, .our-projects .grid__item, .works .grid__item, .works .grid__col-sizer {
    width: 50%;
    float: left;
    padding: 5px 10px;
}
.works .caption {
    padding: 30px 15px;
}
.our-services .grid__item .column {
    height: 410px;
}
    .our-team .grid__item, .our-team .grid__col-sizer {
    width:50%;
    float: left;
    padding: 7px 15px;
}
.our-team .grid__item .column {
    height: 270px;
}

}
@media (min-width: 320px) and (max-width: 767px) {

.container,
.full-container {
    padding: 0 15px;
}

.position-static {
    position: static;
}

.section-heading h3 {
    font-size: 24px;
    line-height: 35px;
}   

.page-heading {
    text-align: left;
    padding: 0px 0;
}
.page-heading p {
    text-align: justify;
}

/* header */
.header {
    background: #fff;
}

/* logo */
.header .logo {
    margin-left: 0px;
}

/* mobile-menu */
.mobile-menu {
    display: block;
    float: right;
    margin-top: 30px;
    font-size: 24px;
    color: #000;
    line-height: 24px;
}

/* navigation */
.navigation {
    background: #333;
    width: 100%;
    float: left;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    display: none;
    margin: 0;
}
.navigation li {
    border: 1px solid #fff;
    border-bottom: none;
    float: none;
}
.navigation li a {
    display: block;
    line-height: 36px;
    color: #fff;
}
.navigation .arrow {
    border-left: 1px solid #fff;
    width: 50px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 8px;
}
.navigation li.social-icons {
    border-right: none;
    border-left: 1px solid #333;
    width: 33.3333%;
    float: left;
    padding-top: 15px;
    text-align: center;
}
.navigation li.social-icons a {
    background: #fff;
    color: #79322e;
}
.navigation li:hover ul {
    display: none;
}
.navigation li:hover .arrow {
    border-left: 1px solid #333;
    color: #333;
}
.sub-menu span.arrow.submenu-toggles {
    display: block;
    width: 48px;
}
.navigation ul ul {
    background: #44778f;
    position: static;
    overflow: hidden;
}
.navigation li:hover li a {
    background: #44778f;
    color: #fff;
}
.navigation li li {
    border-top: 1px solid #fff;
}
.navigation li a {
    display: block;
    padding: 0 10px;
}
.header.fixed .navigation li a {
    line-height: 37px;
}
/*sub-sub-menu*/
/*.navigation li li li:hover ul {
    display: none;
}*/
.navigation li li ul.sub-sub-menu li:hover .arrow {
    border-left: 1px solid #333;
    color: #333;
}
.navigation ul ul ul.sub-sub-menu {
    background: #44778f;
    position: static;
    border:none;
    display: none;
    
}
.navigation li:hover li a {
    background: #44778f;
    color: #fff;
}
.navigation li li .sub-sub-menu li:first-child {
   border-top: 1px solid #fff;
}
.navigation li li ul.sub-sub-menu li{
    border-top: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}
.navigation li li li a {
    display: block;
    padding: 0 10px;
}
.navigation li li .sub-sub-menu li a{
    color:  #070c1f;
}
.navigation li li a.arrows:after {
    display: none;
}
.navigation li:hover ul.sub-sub-menu li a {
    background: #fff;
    color: #0b0101;
}
.navigation li li:hover ul.sub-sub-menu {
   display: none;
}
/*search box*/

.search a.btn {
    margin-right: 30px;
}
.search a.btn .fa.fa-search{
    border: none;
}
.header.fixed .search {
    padding: 0;
}
/* showcase */
.showcase {
    margin-top:0px;
}
.showcase .slides li {
    height: unset;
}
.showcase .caption {
    padding: 0;
    position: absolute;
    top: 0%;
}

.showcase .slides li img {
    width: 100%;
    height: auto;
}
.showcase .caption .imgb-right img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 5px;
    margin-top: 25%;
}
.showcase .caption .txtb {
   /* background: #79322e;*/
    display: block;
    padding: 15px 0px 15px 15px;
    font-size: 14px;
    margin: 0 -15px;
}
.showcase h3 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 15px;
   /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.showcase p {
    
    line-height: 21px;
    margin: 0px 0px 20px;
    font-size: 14px;
    display:none;
}
.btn-info {
    border-color: #ffffff;
}
/*.showcase .btn {
    padding: 5px 10px;
    font-size: 14px;
}*/
.showcase .flex-direction-nav{
    display: block;
}
.showcase .slides li .imgb {
    display: block;
}
.showcase .slides li .imgb {
    width: 100%;
    height: 100px;
}
.showcase .flex-control-nav {
    left: 10px;
    bottom: 89px;
}
.showcase .flex-control-nav li {
    padding-left: 5px;
}

.work-showcase,
.work-showcase ul.slides,
.work-showcase .caption {
    width: 100%;
    float: left;
}
.work-showcase .flex-control-nav {
    bottom: 70px;
}
.showcase .flex-prev {
    left: 40%;
}
.showcase .flex-next {
    right: 40%;
}
.showcase .flex-prev, .showcase .flex-next {
        background: rgba(0,0,0,0.8);
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    line-height: normal;
    position: absolute;
    top: 85%;
    z-index: 7;
    border-radius: 50%;
}
/*our Project*/
.our-projects .section-heading{
    position: relative;
    top: 0;
    left: 0;
    transform: none;

}
/*our- services*/
.our-projects a {
    margin: 0px 0px;
    margin-bottom: 20px;
}
/*testimonial*/
.testimonial .inner-box {
    position: relative;
    padding: 10px 5px 40px;
}

/* home-about */
.home-about {
    padding: 40px 0;
}
.home-about .section-heading h3 {
    padding-bottom: 0;
}
.home-about p {
    padding-bottom: 20px;
    line-height: 24px;
}
/*contact now*/
.call-to-action-section a{
    float: left;
}
/*client*/
.our-clients li .imgb img{
    filter: unset;
}
.our-clients .owl-carousel .owl-nav .owl-prev{
    left: -15px;
}
.our-clients .owl-carousel .owl-nav .owl-next{
   right: -15px; 
}
.our-clients .owl-dots {
    display: none;
}
/*inner section*/
.inner-section {
    padding: 15px 0px;
}
.contact-info {
    padding-left: 0px;
}
.contact-us h3.contact-txt {
    padding-left: 0px;
}
.contact-us h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 10px;
}
.send-msg {
    margin-bottom: 30px;
}
.contact-info {
    padding-left: 0px;
}
.contact-info li .icon-box {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 58px;
}
.contact-info li {
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(19,25,45,0.60);
    min-height: 60px;
    padding: 5px 0px 0px 65px;
}
/*inner-banner*/
.page-banner.overview {
    background-size: cover;
    background-attachment: unset;
    height: 90px;
    padding: 10px 0px 15px;
}
.page-heading a {
    float: left;
}
.page-heading span {
    padding: 0px 0px 0 5px;
}
.contact-details {
    padding: 10px;
    margin-top: 30px;
}
/*Get in Touch*/
.get-in-touch{
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;

}
.get-in-touch .entypo-facebook {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 18px;
    border-top: 2px solid #fff;
}
.get-in-touch i{
    transform: none;
}
.popup-content-form {
    top: unset;
    right: 0;
    width: 100%;
    bottom: 47px;
}
/*our team*/
.our-team {
    padding: 10px 0px;
}
.page-heading h2 {
   line-height: normal;
    font-size: 18px;
}

/* footer */
.main-footer {
    margin-bottom: 50px;
}
.main-footer .footer-upper{
    padding: 20px 0px 20px;
}
.main-footer .about-widget h3, .main-footer .footer-widget h2{
    margin-top: 20px;
}
.main-footer .footer-bottom .copyright{
    padding: 10px 0px 0;
}
.privacy {
    float: none;
    padding: 10px 0px;
    display: inline-block;
}
.privacy ul li a{
    border: none;
}
.footer .social {
    display: none;
}
.footer-top .designdot {
    display: inline-block;
    float: none;
    margin-top: 30px;
}
.footer .column {
    border-top: 1px solid #ccc;
    padding: 25px 0 15px 0;
}
.footer .post {
    margin-bottom: 15px;
}



/* our-clients */
.our-clients ul {
    margin: 0;
}
.our-clients li {
    width: 100%;
    padding: 15px 0;
}



/*work-flow-chart*/
.work-flow-box .column {
    margin: 5px 0px;
}
.work-flow-box .icon {
    padding: 5px;
}
.work-flow-box .icon img {
    width: 100% !important;
    height: 100% !important;
}
/* contact */
.contact {
    padding-top: 0;
}
.contact .info {
    background: #f1f1f1;
    padding: 30px 15px 20px 15px;
    margin: -5px -15px 30px -15px;
}
.contact .info .section-heading h3 {
    padding: 0px;
}
/*comman section padding*/
.home-about, .why-choose-sdc, .our-services, .our-product, .our-projects, .testimonial, .our-clients {
    padding: 20px 0px;
}
/* works */

/*.our-product .grid__item, .our-services .grid__item, .our-projects .grid__item, .works .grid__item,
.works .grid__col-sizer {
    width: 100%;
    float: left;
    padding: 5px 10px;
}*/
.works .caption {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=1);
    filter: alpha(opacity=1);
}
.work-nav button {
    background: #f1f1f1;
    border: none;
    width: 100%;
    display: block;
    margin: 2px 0;
    padding: 10px 15px;
    text-align: left;
}
.work-detail .work-link {
    display: none;
}
.carousel-slide .flex-prev,
.work-detail .flex-prev {
    left: 0;
}
.carousel-slide .flex-next,
.work-detail .flex-next {
    right: 0;
}
/*Works Details slider bottom*/
.work-detail .slider {
    margin-bottom: 0;
}
.about-slider .slider {
    margin-bottom: 0px;
}
/* work-flow */

.work-flow-box {

    background: none;

    border: none;

    width: auto;

    height: auto;

    border-radius: 0;

}

.work-flow-box .column {

    max-width: inherit;

    width: 100%;

    float: left;

    text-align: left !important;

    min-width: inherit;

    position: relative;

    left: 0 !important;

    top: 0 !important;

    right: initial !important;

    bottom: initial !important;

    -webkit-transform: none !important;

    -moz-transform: none !important;

    -ms-transform: none !important;

    -o-transform: none !important;

    transform: none !important;

}

.work-flow-box .column .icon {

    width: 70px;

    height: 70px;

    border: none;

    right: initial !important;

    left: 0 !important;

}

.work-flow-box .column h4,

.work-flow-box .column p {

    margin-left: 85px;

}


}





@media (min-width: 376px) and (max-width: 767px) {

.our-clients li {
    width: 100%;
    padding: 10px 5px;
}

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

.container,
.full-container {
    padding: 0 15px;
}

.navigation {
    margin: 0;
}
.navigation li a {
    padding: 0 8px;
    font-size: 13px;
}


.works .grid {
    margin: 0;
}
.works .caption {
    padding: 20px 15px;
}
.works .grid__item,
.works .grid__col-sizer {
    width: 33.333%;
}

.about-content h3 {
    font-size: 20px;
    line-height: 32px;
}
/*Our Services*/
.our-services .grid__item .column {
    height: 390px;
}
/*our Projects*/
.our-projects .section-heading {
    /* text-align: center; */
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 25%);
}
/*inner-page*/
.page-banner.overview {
    background-size: cover;
    /* background-attachment: fixed; */
    height: 130px;
}
.contact-details {
    margin-top: 30px;
}
/*our team*/
.our-team .grid__item, .our-team .grid__col-sizer {
    width: 33.333%;
    float: left;
    padding: 5px;
}
/*flip-view*/
.flip-box {
    height: 350px;
}
.flip-view .text-inner p {
    height: 165px;
    line-height: 18px;
}
/*contact us*/
.contact-info {
    padding-left: 0px;
}
/*Footer*/
.main-footer .about-widget .text {
    position: relative;
    font-size: 13px;
    margin-top: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.8);
}
.main-footer .about-widget h3, .main-footer .footer-widget h2{
    margin-top: 30px;
}

}
@media (min-width: 992px) and (max-width: 1024px) {
    .navigation {
    margin: 0;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

.container,
.full-container {
    padding: 0 15px;
}
 .navigation {
    margin: 0;
}
/*Works Details slider bottom*/
.work-detail .slider {
    margin-bottom: 80px;
}


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1600px) and (max-width: 2500px) {

body {
    font-size: 16px;
}
.container {
    width: 1450px;
}
/*showcase*/
.showcase .caption {
    top: 22%;
}
/*top bar*/
.top-bar {
    font-size: 13px;
}
/*navigation*/
.navigation li a {
    display: block;
    padding: 0 30px;
}
.navigation li li a {
    font-size: 15px;
    line-height: 40px;
}
/*Inner banner*/
.page-banner.overview {
    height: 205px;
}
.page-heading {
    padding: 50px 0;
    text-align: left;
}
.page-heading span{
    font-size: 16px;
}
.list-style-one li {
    margin-bottom: 7px;
    color: #2d2b2b;
     font-size: 16px; 
}
/*our Projects*/
.our-projects .section-heading {
    /* text-align: center; */
    position: absolute;
    top: 175%;
    left: 50%;
    transform: translate(-50%, 175%);
}
.our-projects a{
    margin: 0px;
}
/*testimonial*/
#quote-carousel .carousel-control.left {
    left: -100px;
    }
#quote-carousel .carousel-control.right {
    right: -100px;
    }
/*Why Choose Aig Technologies*/
.work-flow-box {
    width: 700px;
    height: 700px;
}
.work-flow-box p {
    line-height: 24px;
    font-size: 15px;
}
.work-flow-box h4 {
    font-size: 20px;
}
}