/*
Theme Name: Pinnacle Code
Theme URI: http://innoworkssoftware.com
Author: InnoWorks Software
Author URI: http://innoworkssoftware.com
Version: 1.1
*/

/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');

/* ===================================
1. General
==================================== */

body {
	font-family:'Trebuchet MS';
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	overflow-x: hidden;
}

a:active {
	outline:0;
}

h1,h2, h3, h4, h5, h6 {
	font-family:'Trebuchet MS';
	font-weight:700;
	line-height:1.1em;
	color:#333;
    margin-top: 2.2em;
}

/* ===================================
2. layout
==================================== */

#wrapper{
	width:100%;
	margin:0;	
	padding:0;
}



/* ===================================
3. Header
==================================== */

/* --- header -- */


header .navbar {
    margin-bottom: 0;
}
#logo2{
	display: none;
}
.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
	letter-spacing: -1px;
    margin-top: 30px;
    padding: 0 0 0 15px;
}

header .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}

header .navbar-default{
    background-color: #fff;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {
    min-height: 100px;
}

header .navbar-nav > li  {
    padding-bottom: 30px;
    padding-top: 30px;
}

header  .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
	font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
    color: #fff !important;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {
	font-size:12px;
	border:none;
	font-weight:700;
	text-transform:uppercase;
}

header ul.nav li ul li a {
	font-size:12px;
	border:none;
	font-weight:300;
	text-transform:uppercase;
}
header.navbar-fixed-top{
    background: #fff !important;
}
.navbar .nav > li > a {
  color: #fec30d;
  text-shadow: none;
}

.navbar .nav a:hover {
	background:none;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}

select.selectmenu {
	display:none;
}

/* ===================================
4. Section: Featured
==================================== */
.box-gray h2{
  margin-top: 0 !important;
}
#featured{
	width: 100%;
	position:relative;
	margin:0;
	padding:0;
}

/* ===================================
5. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	background: #fff;
	position: relative; 
	zoom: 1;
  margin-top: 8em;
}
.slides li{
    width: 100%;
}



/*.flexslider{
    position: relative;
    height: 100%!important;
    overflow: hidden!important;
    width: 100%!important;
}*/

/*.flexslider .slides,
.flexslider .slides li{
    width: 100%!important;
    height: 100%!important;
}

.flexslider .slides img{
    min-height: 100%;
    min-width: 100%;
    max-width: 10000%!important;
    margin: 0 auto!important;
    background-size: cover;
    background-position: center;
    *//*height: 800px;*//*
}*/

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
    background: rgba(254, 195, 13, 0.8);
    color: #fff;
    height: 230px;
    margin-bottom: 33%;
    /* opacity: 0.62; */
    padding: 64px 0 0 206px;
    position: absolute;
    right: 42em;
    width: 62%;
}
.flex-caption h3 {color: #fff; letter-spacing: 0; margin-bottom: 26px; margin-top: -6%; font-size: 2.8em;}
.flex-caption p {margin: 0 0 15px; text-transform: uppercase;color: #fff;font-size: 13px !important;font-weight: 300;line-height: 22px;}
#flexCaption p {margin: 0 0 15px; text-transform: uppercase;color: #fff;font-size: 13px !important;font-weight: 300;line-height: 22px;}

/* Side Share Menu */

.sidemenu {
    margin-top: 12%;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.client-img {
  padding: 15px;
}

#instaGram,#linkedIn,#facebook{
    float: right;
    margin-top: -14%;
		margin-right: -52em;
    width: 35%;
    background: rgba(254, 195, 13, 0.8);
    height: 42px;
    color: #FFF;
    box-shadow: none;
    border-color: #fff;
}
#linkedIn{
    margin-top: -5%;
}
#facebook{
    margin-top: 4%;
}

/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.downarrow {
    margin-left: 115%;
		margin-top: -100%;    
  	position: relative;
}
#align{
	margin-top: 0%;
	color: #fec30d;
	line-height: 40px;
}
#developments {
    color: #fec30d;
    line-height: 48px;
}
.sliderdownarrow {
    margin-left: 95%;
    margin-top: -72%;
}
.sitesliderscroll {
    margin-left: 95.2%;
    margin-top: -114%;
}
.history,.values,.vision{
    font-size: 3em;
}
.history {
    margin-left: 2%;
}
.lorem,.ipsum,.dummy {
    font-size: 0.3em;
    margin-left: 5% !important;
}
.galleryselect {
    position: relative;
    margin-left: 78%;
}

/* --- Technologies --- */
#technology{
    background-color: #4d4d4d;
    color: #fec30d;
}
.dev {
    font-size: 2em;
    line-height: 53px;
    margin-bottom: -4%;
}
.numbers-right-border {
    border-right: 1px solid #D3D3D3 !important;
}
.clients {
    color: #FEC30D;
    font-size: 3em;
    margin-top: 15%;
    margin-left: -23%;
}
.icons {
    margin-right: -20%;
}
.psd,.cwd{
    opacity: 0.3;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;

}

/* ===============================
6. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

/* =============================
7.Contact.
============================= */
.btn {
        border: 0;
        border-radius: 0;
    }

    section {
        padding: 40px 0;
    }

   
    form .col-sm-6{
        padding:0;
    }
    #wrap input, #wrap select, #wrap textarea{
        border-radius: 0;
        border-bottom: 0;
        border-right: 0;
    }
    #wrap textarea {
        border-top: 0 !important;
          border-bottom: 0 !important;
      resize: none;
    }
    #wrap .right{
        border-left: 0 !important;
    }
    input, textarea{
        background-color: transparent !important;
        border: 1px solid #fff !important;
    }
    @media (max-width: 768px){
        #wrap .small{
            border-right: 1px solid #fff;
        }
        #wrap .right {
            border-left: 1px solid #fff !important;
        }
        #wrap input, #wrap select{
            border-bottom: 1px solid #ccc;
            margin-bottom: 2%;
        }
        #wrap input{
        }
        .register-btn{
            border-top: 1px solid #fff !important;
            margin-top: 2%;
        }
        #wrap textarea {
             border-top: 1px solid #fff !important;
          border-bottom: 1px solid #fff !important;
        }
        .text{
            text-align: center;
        }

        .clients .img-responsive {
            height: 70px;
            margin-left: auto;
            margin-right: auto;
        }

    }
div.wpcf7-response-output {
     margin: 0 !important;
}
    /*** PLACEHOLDER COLORS ****/
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff !important;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        color: #fff !important;
    }
    :-ms-input-placeholder { /* IE 10+ */
        color: #fff !important;
    }
    :-moz-placeholder { /* Firefox 18- */
        color: #fff !important;
    }

    .form-control{
        color: #fff !important;
        font-size: 13px;
    }
    .register-btn{
        background-color: transparent;
        border-top: 0px solid transperant;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        padding: 10px;
        color: #fff;
        box-shadow: none;
    }
    .register-btn:hover, .register-btn:focus{
        background-color: #fff !important;
        color: #fec30d;
        border-color: #fff;
    }
    .text{
        margin-top: 0em;
    }
    .form{
        background-color: #fec30d ;
    }
    .text h1{
        color: #fff;
      margin: 0 !important;
    }
    .text ul{
        list-style: none;
        margin-left: -2.5em;
    }
/* =============================
8. Footer
============================= */

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  margin-top: 3%;
}

.text-muted {
    color: #000;
    text-align: center;
    margin-top: 1%;
}

/* =============================
9. Position & alignment
============================= */

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

/* =============================
10. Media queries
=============================*/

@media (max-width: 767px) {
    .downarrow,.flex-caption,.galleryselect,.sliderdownarrow,.sitesliderscroll {
      display: none
    }
	#instaGram, #linkedIn, #facebook {
        margin-top: -14% !important;
        margin-right: -139% !important;
    }
    #flexCaption{
	    display:none !important;
	}
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	#linkedIn {
        margin-top: -2%!important;
    }
    #facebook {
        margin-top: 10%!important;
    }
	.navbar-header {
		margin-top: 20px;
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}

	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}

	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
        background: #fff;
	}

	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}
	header .navbar-collapse  ul.navbar-nav {
		text-align: center;
		margin-right: 0;
        background: #fff;
	}
    header .navbar-collapse  ul li a {
        text-align: center;
        margin-right: 0;
        background: #fff;
    }
	#featured .flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
	.flex-caption{
		display: none;
	}
	#logo1{
	display: none;
	}
	#logo2{
	display: inherit !important;
	}

}
@media (min-width: 768px) and (max-width: 768px) {
	#contact-Form {
        margin-top: 11% !important;
    }
    .flex-caption {
        background-color: #fec30d;
        color: #fff;
        margin-bottom: 25%;
        padding: 53px 25px 25px 100px;
        position: absolute;
        right: 44%;
        width: 67%;
    }
    #instaGram, #linkedIn, #facebook {
        margin-right: -112% !important;
        width: 41% !important;
    }
    .sliderdownarrow,.sitesliderscroll {
          display: none
        }
}

@media (min-width: 320px) and (max-width: 480px) {
    #smallArrow1 {
        margin-top: -25% !important;
        position: static;
    }
    #smallArrow {
        margin-top: -25% !important;
        position: static;
    }
    .makeEnquiry {
        margin-right: 5% !important;
    }
	#flexCaption {
    margin-left: -5%;
    margin-top: -10%;
	}
	.address-title {
    margin-left: 19%;
	}

}

@media (min-width: 480px) and (max-width: 640px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}
	#surName {
        margin-bottom: -4% !important;
    }
    #phoneNumber {
        margin-bottom: -4% !important;
        margin-top: -4% !important;
    }
    #message {
        margin-bottom: -2%;
    }
    .makeEnquiry {
        margin-right: 4% !important;
        font-size: 1em !important;
        margin-top: -4% !important;
    }
    #smallArrow1 {
        margin-top: -18% !important;
        position: static;
    }
    #smallArrow {
        margin-top: -8%;
        position: static;
    }
    #confields {
        margin-top: 0%;
    }
    #cont {
        margin-top: 7% !important;
        margin-bottom: 8% !important;
    }

}

@media (max-width: 991px) {
    #contact-Form {
        margin-left: 15%;
        margin-top: 14%;
    }
    #cont {
        margin-top: 4%;
        height: 514px;
        width: 100%;
    }
    #loginEmail {
        margin-top: -2% !important;
    }
    #phoneNumber {
        margin-top: 1%;
    }
    #surName {
        margin-top: 1%;
    }
    #message {
        width: 100% !important;
		margin-top: -34%;
    }
    .makeEnquiry {
        margin-right: 3%;
        width: 100%;
    }
    .galleryselect {
        display:none !important;
    }
	#flexCaption{
	    display:none !important;
	}
   /* .flexslider .slides {
        margin-bottom: 10%;
    }
    .flexslider .slides img {
        height: auto !important;
    }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    #message {
        margin-top: -11.6%;
        width: 96%;
    }
    #instaGram, #linkedIn, #facebook {
        margin-right: -152%;
        width: 37%;
    }
    #contact-Form {
        margin-left: 15%;
        margin-top: 10%;
        position: inherit;
    }
    .makeEnquiry {
        margin-right: 6%;
        width: 96%;
    }
    #makeEnquiryBtn {
        margin-top: -10%;
    }
    .flex-caption,.sidemenu,.galleryselect {
        display: none !important;
    }
}

@media (min-width: 641px) and (max-width: 991px) {
    .arrow {
        margin-top: -13%;
        position: static;
    }
    .sidemenu,.flex-caption{
        display: none !important;
    }

    #contact-Form {
        margin-left: 15%;
        margin-top: 14%;
    }
    #makeEnquiryBtn {
        margin-top: -5%;
    }
}
@media (min-width: 900px) and (max-width: 991px) {
    .flex-caption {
        right: 46% !important;
        padding: 53px 0px 62px 128px !important;
    }
    .sidemenu{
        display: none !important;
    }
}
/*@media (min-width: 1210px) and (max-width: 1314px) {
    #instaGram, #linkedIn, #facebook {
        margin-right: -120%;
    }
}*/
@media (max-width: 375px) {
#developments {
    font-size: 0.7em;
}
}
@media(min-width: 992px) and (max-width: 1300px){
  #instaGram, #linkedIn, #facebook {
    margin-right: -48em;
  }
}
@media (min-width:768px) and (max-width:1024px){
body {
	overflow-x: hidden;
}
/* .portfolio {
  margin-left:26%;
 }*/
 .portfolio .col-sm-6{
  width:60%;
 }
 #message {
    width: 100% !important;
    margin-top: -15% !important;
}
#flexCaption {
    margin-left: 9% !important;
    margin-top: -1% !important;
}
.address-title {
	margin-left: 0% !important;
}
}
@media (min-width: 375px) and (max-width:768px){
#flexCaption {
    margin-left: 2%;
    margin-top: -7%;
}
#message {
    width: 100% !important;
    margin-top: -27%;
}
.address-title {
    margin-left: 15%;
}
 }
/*@media (min-width: 360px) and (max-width: 360px){
.portfolio{
	margin-left: 1%;
	}
} 
@media (min-width: 375px) and (max-width: 736px){
.portfolio{
	margin-left: 5% !important;
	}
} */
.team-header {
	color: #FEC30D;
	font-size: 2.5em;
}

#meet-the-team h3 {
	font-size: 1.7em;
}

#meet-the-team img{
	border: 3px solid;
	border-color: #FEC30D;
}

.price {
    color: #333;
    position: absolute;
    width: 300px;
    height: 300px;
    opacity: 0.8;
    /*border: 3px solid #FEC30D;*/
}

/*
.price:hover,
.price:hover p,
.price:hover hr,
.price:hover h3 {
    opacity: 0.8;
    background-color: #FEC30D;
    visibility: visible;
}*/

.price p {
    padding: 15px;
    margin-left: 5%;
    margin-top: -5%;
    visibility: hidden;
}

.price hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #000;
    width: 25%;
    visibility: hidden;
}

.price h3{
   font-size: 27px;
   font-weight: 600;
   padding-top: 25px;
   visibility: hidden;
}

.address {
	list-style-type: none;
	margin-top: -1%;
}


@media(min-width: 480px) and (max-width: 640px){
    .flex-container {
        margin-top: 10%;
    }
}
@media (min-width: 640px) and (max-width: 767px){
    .flex-container {
        margin-top: 15%;
    }
}
@media (max-width: 480px) {
    .flex-container {
        margin-top: 22%;
    }
}

header .navbar {
    height: 90px;
}

.on {
    border-bottom: 1px solid #000;
}

@media (min-width: 992px) and (max-width: 1199px){
  .downarrow {
    margin-left: 105%;
    margin-top: -180%;
    position: relative;
	}
}
@media (min-width: 1700px){
  .flex-caption h3 {
    margin-bottom: 0px;
    margin-top: 0%;
  }

}
@media (min-width: 2000px){
  .flex-caption {
    width: 54% !important;
	}
    #instaGram, #linkedIn, #facebook {
    margin-right: -109%;
    width: 25%;
    font-size: 20px;
  }
}


.client-img{
    margin-left: auto;
    margin-right: auto;
}


.img-circle{
    background-size: cover !important;
    background-position: 0 !important;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fec30d;
    background-repeat: no-repeat;
    object-position: center;
    object-fit: fill;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    -moz-background-clip: padding;
}

/*** Testimonials ***/

.testimonial .testimonial-feed{
    width       : 75%;
    text-align  : center;
    margin      : 0 auto;
}
.carousel-caption{
    color               : #000;
    -webkit-text-shadow : none;
    -moz-text-shadow    : none;
    -ms-text-shadow     : none;
    -o-text-shadow      : none;
    text-shadow         : none;
}
.testimonial .fa-twitter{
    position    : relative;
    color       : #FEC30D;
    font-size   : 45px;
}

.testimonial-feed .carousel{
    padding-top : 45px;
}
.testimonial-feed .item p {
    padding-top : 15px;
    font-size   : 14px;
    font-weight : 400;
    color       : #777;
}
.testimonial-feed .item p a{
    color       : #FEC30D;
}
.carousel-inner .item img {
    margin: 0 auto;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #FEC30D;
}
.carousel-inner .active .image-bar{
    position: relative;
}
.carousel-inner .active .image-bar:after{
    position: absolute;
    content: " ";
    top: 50%;
    right: 23%;
    width: 70px;
    height: 1px;
    background-color: #FEC30D;
}
.carousel-inner .active .image-bar:before{
    position: absolute;
    content: " ";
    top: 50%;
    right: 63%;
    width: 70px;
    height: 1px;
    background-color: #FEC30D;
    -webkit-transition: all ease 600ms;
    -o-transition: all ease 600ms;
    transition: all ease 600ms;
}
.carousel-inner .item span{
    position: relative;
    padding-top: 45px;
}
.carousel-inner .item span:after{
    position: absolute;
    content: " ";
    bottom: 16%;
    left: -35px;
    width: 30px;
    height: 2px;
    background-color: #000;
}
.control-arrow{
    text-align  : center;
    margin-top  : 55px;
}
.control-arrow a{
    position    : relative;
}
.carousel-control a i{
    position    : absolute;
    top         : 0;
    left        : 50%;
}

.carousel-control.right,.carousel-control.left{
    background  : #878787;
    padding     : 6px;
    color       : #fff !important;
    opacity     : 1;
    margin      : 0 3px;
}

.carousel-control:hover{
    background          : #FEC30D;
    -webkit-transition  : all  ease-in 0.35s;
    -moz-transition     : all  ease-in 0.35s;
    -ms-transition      : all  ease-in 0.35s;
    -o-transition       : all  ease-in 0.35s;
    transition          : all ease-in 0.35s;
}
.control-arrow i:before{
    padding         : 10px;
    font-size				: 25px;
}

.right i {
    margin-left     : -2px;
}
.flaticon-previous11:before {
    margin-right    : -6px;
    margin-left     : 0px;
}

.flaticon-next15:before {
    margin-right    : -6px;
    margin-left     : 3px;
}
.testimonial-heading{
    color : #FEC30D;
}
@media(max-width: 768px) {
    .carousel-inner .active .image-bar:after {
        right: 10% !important;
    }
    .carousel-inner .active .image-bar:before {
        right: 70% !important;
    }
  .use-floating-validation-tip span.wpcf7-not-valid-tip {
		top: -3.9em !important;
    padding: 0.5em 0.5em !important;
  }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}



.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -20;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: 0.8em 1em !important;
    display: inline-table !important;
}


article.clients {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

article.clients * {
    vertical-align: middle;
    width: 75%;
}

article.clients span {
    display: inline-block;
    height: 100%;
}


@media (min-width: 1200px) {
    .second_grid {
        margin-right: auto;
        margin-left: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .second_grid article.clients * {
        vertical-align: middle;
        width: 65%;
    }
    .second_grid {
        margin-left: -20px;
    }
}

@media (width: 768px) and (orientation: portrait){
    .second_grid {
        margin-left: -40px !important;
    }
   .first_grid {
        margin-left: -45px !important;
    }
}
@media (width: 1024px) and (orientation: landscape){
    .second_grid {
        margin-left: -40px !important;
    }
    .first_grid {
        margin-left: -45px !important;
    }
}