html,
body {
  margin: 0;
  font-size: 100%;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
body {
  background: #dddddd;
}
body a {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}




a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Open Sans', sans-serif;
}

p {
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1.9em;
  color: #333333;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

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

.navbar-default {
  background-color: #ffffff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav>li>a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav_top_fx_w3layouts_agileits {
  margin: 0 auto;
  width: 100%;
  padding: 0.2em 0 1em;
}
.nav_top_fx_w3layouts_agileits.menu_bottom {
  background-color: red;
  color: #fff;
  padding: 0;
      border-top: 2px solid blue;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #fff;
}

.menu_bottom .navbar-nav>li>a {
  border-right: 1px solid #ff0000;
}

div#navbar1 {
  padding: 0;
}
nav.main_menu {
  padding: 0;
  z-index: 999999;
}
.navbar{
  border:none !important;
}
.nav_top_fx_w3layouts_agileits.top_sec {
  padding: 0;
}
.top_left_header ul.nav.navbar-nav {
  margin-top: 4%;
}

.navbar-brand {
  float: left;
   height: auto;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.navbar-default .navbar-brand {
  color: #2b3945;
}

.logo h1 a {
  font-size: 0.9em;
  color: #333;
}
.logo a.navbar-brand {
  width: 50%;
  margin: 0;
  padding: 0;
}
ul.nav.navbar-nav.pull_left{
  float: left;
}
.navbar-nav>li>a {
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  font-weight: 600;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
}

.dropdown-menu>li>a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #807d7d;
  letter-spacing: 1px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #007daf;
  text-decoration: none;
}

a.request {
  border: 1px solid #ddd;
  padding: 0.6em 1.2em;
}

.nav_right_top_agile_w3ls {
/*   margin-top: 0.4em;*/
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #000000;
  background-color: #ffffff;
  border-radius: 0
  -webkit-border-radius:0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2d2d2d;
  background-color: none;
}

span.desc {
  font-size: 0.38em;
  display: block;
  font-weight: 600;
  color: #ff3c41;
  letter-spacing: 4px;
}

.logo i.fa {
  color: #76daff;
}

.top_left_header li a{
  color: #ff3c41 !important;
  text-transform:initial;
  font-size: 1.2em;
  line-height: 1.3em;

}

/*-- header --*/

/*--// header --*/

/*-- banner --*/


.carousel .item.item1 {
 background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/banner_img1.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/banner_img1.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/banner_img1.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/banner_img1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*.carousel .item.item2 {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_1.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_1.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_1.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_1.jpg) no-repeat;
  background-size: cover;
      background-position: center;

}
*/

.carousel .item.item3 {
   background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_3.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_3.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_3.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_3.jpg) no-repeat;
  background-size: cover;
   background-position: center;
}

.carousel .item.item4 {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_8.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_8.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_8.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_8.jpg) no-repeat;
  background-size: cover;
      background-position: center;
}

.carousel .item.item5 {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_9.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_9.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_9.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_9.jpg) no-repeat;
  background-size: cover;
      background-position: center;

}

.carousel .item.item6{
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_11.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_11.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_11.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_11.jpg) no-repeat;
  background-size: cover;
      background-position: center;
}
.carousel .item.item7 {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_5.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_5.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_5.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_5.jpg) no-repeat;
  background-size: cover;
      background-position: center;
}

.carousel .item.item8 {
  background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_7.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_7.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_7.jpg) no-repeat;
  background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/slider_7.jpg) no-repeat;
  background-size: cover;
      background-position: center;
}



.carousel-caption h2,
.carousel-caption h3 {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 2px;
}

.carousel-caption h2 span,
.carousel-caption h3 span {
  font-weight: 600;
}

.carousel-caption p {
  letter-spacing: 7px;
  font-size: 1.1em;
  font-weight: 300;
  color: #fff;
  margin: 1em 0 2em 0;
}

.carousel-caption a {
  color: #fff;
  letter-spacing: 1px;
  padding: 11px 20px;
  background: none;
  font-size: 0.9em;
  border-radius: 0;
  border: 1px solid #fff;
}

.carousel-caption a:hover {
  background: #ee4f4f;
  border: 1px solid #ee4f4f;
}

.codes {
  padding: 5em 0;
  background: #fff;
}

.codes.agileitsbg2 {
  background: #E74C3C;
  background-image: -webkit-linear-gradient(#ff9d2f, #ff6126);
  background-image: -moz-linear-gradient(#ff9d2f, #ff6126);
  background-image: -ms-linear-gradient(#ff9d2f, #ff6126);
  background-image: linear-gradient(#ff9d2f, #ff6126);
  padding-bottom: 10em;
}

.codes.agileitsbg3 {
  background: #3498DB;
  padding-bottom: 10em;
}

.codes.agileitsbg4 {
  background: #2ECC71;
  padding-bottom: 10em;
}

.carousel.slide.grid_3.grid_4 {
  border-top: 10px solid #3ACFD5;
  border-bottom: 10px solid #3a4ed5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 100%;
  -moz-background-size: 10px 100%;
  background-size: 10px 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}

.carousel-indicators {
  bottom: 5%;
  left: 50%;
}

.carousel-caption {
  position: inherit;
  min-height: 460px !important;
  padding-top: 20em;
  text-align: center;
}

a.carousel-control span {
  top: 50%;
  position: absolute;
}
.item_1 .carousel-caption {
  width: 50%;
   padding-top: 14em;
}

.item_1 .carousel-caption h3 {
  line-height: 1.2em;
  font-size: 3em;
}
.item_1 .carousel-caption h3 span , .item3 .carousel-caption h3 span{
  color: #ff3c41;
}
.carousel-control {
  line-height: 42em;
}

.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border: 2px solid #fff;
}

.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border: 2px solid #ff3c41;
  background: #ff3c41;
}

/* Show it is fixed to the top */

.top-buttons {
  margin: 2em auto 0;
  text-align: center;
  width: 24%;
}

.bnr-button a {
  text-decoration: none;
  padding: .8em 3em;
  text-align: center;
  border: solid 2px #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -o-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
}

a.act {
  border: solid 2px #fff;
  background: none;
}

.bnr-button a:hover {
  border: solid 2px #ff3c41;
  background-color: #ff3c41;
}

a.two.scroll {
  margin-left: 10px;
}

/*-- //banner --*/

/*-- Gallery Section --*/

.gallery-grid1 img {
  width: 100%;
  cursor: pointer;
}

/*--Gallery hover effect--*/

.gallery-grid1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
  opacity: 0;
  visibility: hidden;
  background: rgba(4, 4, 4, 0.75);
  bottom: 0%;
  position: absolute;
  padding: 1em 1.3em;
  width: 100%;
  -webkit-transform: translate3d( 0px, 100%, 0px);
  -moz-transform: translate3d( 0px, 100%, 0px);
  -ms-transform: translate3d( 0px, 100%, 0px);
  -o-transform: translate3d( 0px, 100%, 0px);
  transform: translate3d( 0px, 100%, 0px);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-align: left;
}

.gallery-grid1 .p-mask .p-desc {
  color: #a3a3a3;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d( 0px, 0px, 0px);
  -moz-transform: translate3d( 0px, 0px, 0px);
  -ms-transform: translate3d( 0px, 0px, 0px);
  -o-transform: translate3d( 0px, 0px, 0px);
  transform: translate3d( 0px, 0px, 0px);
}


.p-mask h4 {
  color: #ffffff;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 1px;
}

.p-mask p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
}

.gal-sec {
  padding: 1%;
}

/*-- //Gallery Section --*/

/*-- /banner_bottom --*/

.banner_bottom_left h4 {
  font-size: 1.5em;
  color: #3c3c3c;
  letter-spacing: 1px;
  position: relative;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*--slider--*/

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}

.events {
  list-style: none;
}

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
}

.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}

/****
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top:55%;
  left: 40px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 34px;
  width: 34px;
  background:#222 url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
  left: auto;
  background:#222 url(../images/right.png) no-repeat 0px 0px;
  right: -62px;
}
.callbacks_nav.prev {
  left: auto;
  background:#222 url(../images/left.png) no-repeat 0px 0px;
  left: -58px;
}
/****/

#slider3-pager a {
  display: inline-block;
}

#slider3-pager span {
  float: left;
}

#slider3-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}

#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius: 30em;
  opacity: 1;
}

#slider3-pager a {
  padding: 0;
}

#slider3-pager li {
  display: inline-block;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  height: auto;
  border: 0;
}

.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 42%;
  right: 0%;
  padding: 0;
  margin: 0;
  display: block;
  z-index: 99;
}

.slider-top span {
  font-weight: 600;
}

.callbacks_tabs li {
  display: inline-block;
  margin: 0px 3px;
}

/*----*/

.callbacks_tabs a {
  visibility: hidden;
}

.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 16px;
  width: 16px;
  display: inline-block;
  background: #2b3945;
  border-radius: 50%;
}

.callbacks_here a:after {
  background: #ff3c41;
}

/*-- //slider --*/

/*-- /progress --*/

.tooltip {
  position: relative;
  float: right;
  z-index: 9;
}

.tooltip>.tooltip-inner {
  background-color: #ff9933;
  padding: 18px 14px;
  color: rgb(23, 44, 66);
  font-weight: bold;
  font-size: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.tooltip.top {
  padding: 5px 0;
}

.popOver+.tooltip>.tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ff9933;
}

section {
  margin: 100px auto;
  height: 1000px;
}

span.progressText {
  color: #686a6b;
  letter-spacing: 1px;
  line-height: 40px;
}

.progress {
  border-radius: 0;
  overflow: visible;
}

.progress-bar {
  background: rgb(43, 57, 69);
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.barWrapper {
  margin-top: 2em;
}

.progress {
  height: 10px;
}

/*-- //progress --*/

.news-main {
  margin-top: 5em;
}

.banner_bottom_left p {
  margin-bottom: 3em;
}

.banner_bottom {
  padding: 6em 0;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.news-left {
  padding-left: 0;
}

.b_left {
  padding: 0;
}

.b_right {
  padding: 0;
}

.news-right h4 {
  color: #333;
  font-size: 2.5em;
  font-weight: 500;
}

p.sub_p {
  margin: 1.2em 0;
}

.ab_info {
  margin-bottom: 2em;
}

.ab_info h4 {
  margin-top: 1em;
  font-size: 1.4em;
}

.banner_bottom_left {
  text-align: center;
  margin-top: 4em;
}

.banner_bottom_grid_right {
  text-align: left;
}

.dodecagon.b1 {
  width: 5em;
  height: 5em;
}

.dodecagon-bg.b1,
.octagon-bg.b1 {
  background: #3acfd5;
}

.banner_bottom_grid_left_grid .fa-w-16 {
  font-size: 1.8em;
  color: #fff;
  margin-top: 26px;
}

.help_full {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.banner_bottom_in {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}

.banner_bottom_in img {
  background-color: #ebeeef;
  padding: 0.5em;
}

.banner_bottom_in p {
  margin: 2em 0;
}

.ab_button {
  margin-top: 2em;
}

.ab_button a {
  padding: 0.8em 2em;
  color: #222;
  font-size: 0.8em;
  letter-spacing: 1px;
  background: #ffffff;
  border: 2px solid #23B684;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -o-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
}

.ab_button a:hover {
  background: #23B684;
  border: 2px solid #23B684;
  color: #fff;
}
.add_btn_white a {
  padding: 0.8em 2em;
  color: #ffffff;
  font-size: 0.8em;
  letter-spacing: 1px;
  background: #ff3c41;
  border: 2px solid #ff3c41;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -o-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
}

.add_btn_white a:hover {
  background: #23B684;
  border: 2px solid #23B684;
  color: #fff;
}

.banner_bottom_in h3 {
  line-height: 1.3em;
}

.banner_bottom_in iframe {
  width: 600px;
  min-height: 333px;
  border: 6px solid #ddd;
  margin-top: 3em;
}

.help_full::before {
  background: #2b3945 none repeat scroll 0 0;
  content: "";
  height: 52%;
  left: -27px;
  position: absolute;
  top: -27px;
  width: 95%;
}

.news-main {
  margin-top: 4em;
  border-top: 1px solid #ddd;
  padding-top: 4em;
}

.banner_bottom_grid_left_grid span {
  font-size: 2em;
  color: #76daff;
  line-height: 62px;
}

.banner_bottom_grid_right h4,
.last-img-info-text h4 {
  font-size: 1.2em;
  margin-bottom: .7em;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
}

.banner_bottom_grid_right p {
  line-height: 1.9em;
}

.ser-first-grid {
  position: relative;
}

.ser-first-grid:nth-child(1) {
  margin-top: 7em;
}

.ser-first-grid:nth-child(2) {
  margin-top: 2em;
}

.ser-first-grid:nth-child(3) {
  margin-top: 7em;
}

.ser-first-grid:nth-child(4) {
  margin-top: 1em;
}

.ser-first-grid .fa-w-16,
.fa-w-18,
.fa-paper-plane,
.fa-edit {
  font-size: 2em;
  color: #fff;
  margin-top: 40px;
}

.ser-first {
  margin-top: 5em;
}

/** Dodecagon Styles **/

.dodecagon {
  display: inline-block;
  width: 7em;
  height: 7em;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.dodecagon-in {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.dodecagon-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.dodecagon-bg,
.octagon-bg {
  background-color: #ff3c41;
}

/*-- /works--*/

/*-- /price--*/

.price-sec {
  background: #E1E1E1;
  padding: 7em 0;
}

.price-info:nth-child(1) {
  margin-top: 9em;
}

.price-info:nth-child(2) {
  margin-top: 5em;
}

.price-info:nth-child(3) {
  margin-top: 1em;
}

.price-grid-main {
  margin-top: 6em;
}

.prices {
  background: #161617;
  padding: 2em 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  position: relative;
}

.price-info:hover .prices {
  background: #161617;
}

.prices-h {
  padding: 2em;
  border-bottom: 1px solid #ff9933;
}

.prices-top {
  position: absolute;
  top: -75px;
  left: 113px;
}

.prices-bottom {
  text-align: center;
  padding: 2em;
}

.prices-top h3 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 3.1em;
  text-shadow: 0 2px 12px rgba(97, 50, 3, 0.6);
}

.prices-bottom ul li {
  font-size: .95em;
  line-height: 1.8em;
  color: #89898a;
  padding: 1em 0;
  list-style: none;
}

.prices-bottom h4 {
  font-size: 1.6em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  letter-spacing: 1px;
  font-weight: 700;
}

a.button {
  font-size: .95em;
  text-transform: uppercase;
  padding: .9em 1em;
  background: #ff9933;
  color: #fff;
  display: block;
  margin: 1.5em auto 0;
  font-weight: 600;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -o-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
}

.dodecagon-bg.s1,
.octagon-bg.s1 {
  background: #ff9933;
}

.dodecagon.s1 {
  width: 8em;
  height: 8em;
}

.prices-bottom ul {
  margin-top: 1em;
}

/*--/model--*/

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 2em;
  border-bottom: 0px solid #e5e5e5;
}

.modal-header h4 {
  font-size: 1.6em;
  color: #2b3945;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}

.modal-dialog {
  width: 600px;
  margin: 96px auto;
}

.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="password"] {
  width: 99%;
  color: #555;
  outline: none;
  font-size: 0.9em;
  padding: .6em 1em;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  margin-bottom: 1.5em;
  line-height: 1.8em;
  letter-spacing: 1px;
}

.modal-header.book-form form {
  margin-top: 1.5em;
}

.book-form input[type=submit] {
  color: #FFFFFF;
  padding: .8em 1em;
  font-size: 1em;
  cursor: pointer;
  border: 2px solid #fff;
  outline: none;
  border-radius: 25px;
  background: #2b3945;
  width: 100%;
  letter-spacing: 3px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.book-form input[type=submit]:hover {
  background: #3acfd5;
  color: #fff;
}

.check-box input[type="checkbox"]+label {
  position: relative;
  padding-left: 2em;
  border: none;
  outline: none;
  font-size: 0.9em;
  color: #555;
  font-weight: 400;
  cursor: pointer;
}

.check-box {
  margin-bottom: 1.5em;
}

.check-box input[type="checkbox"] {
  display: none;
}

.check-box input[type="checkbox"]:checked+label span:first-child:before {
  content: "";
  background: url(../images/tick.png)no-repeat;
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 10px;
  width: 10px;
  height: 10px;
}

.check-box input[type="checkbox"]+label span:first-child {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #555;
  position: absolute;
  left: 0;
  top: 1px;
}

/*--//model--*/

/*-- //price--*/

/*-- /graphers--*/

.dodecagon.t1 {
  display: inline-block;
  width: 8em;
  height: 8em;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.dodecagon-in.t1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.dodecagon-bg.t1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.dodecagon-bg.t1,
.octagon-bg.t1,
.dodecagon-bg.t2,
.octagon-bg.t2,
.dodecagon-bg.t3,
.octagon-bg.t3,
.dodecagon-bg.t4,
.octagon-bg.t4 {
  background: url(../images/p1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.dodecagon-bg.t2,
.octagon-bg.t2 {
  background: url(../images/p2.jpg) no-repeat 0px 0px;
}

.dodecagon-bg.t3,
.octagon-bg.t3 {
  background: url(../images/p3.jpg) no-repeat 0px 0px;
}

.dodecagon-bg.t4,
.octagon-bg.t4 {
  background: url(../images/p4.jpg) no-repeat 0px 0px;
}

.dodecagon.t2 {
  width: 11em;
  height: 11em;
}

.dodecagon.t3 {
  width: 13em;
  height: 13em;
}

.dodecagon.t4 {
  width: 15em;
  height: 15em;
}

.dodecagon-bg.l1,
.octagon-bg.l1 {
  background: url(../img/img3.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.dodecagon.l1 {
  width: 22em;
  height: 22em;
}

.last-img-info {
  text-align: center;
}

.photo-grid:nth-child(1) {
  margin-top: 2em;
}

.photo-grid:nth-child(2) {
  margin-top: 4em;
}

.photo-grid:nth-child(3) {
  margin-top: 6em;
}

.photo-grid:nth-child(4) {
  margin-top: 8em;
}

.photo-grid h3 {
  margin: 26px 0 10px 0;
  color: #2b3945;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
}

.photo-grid.text-center p {
  color: #99a3a9;
  font-weight: 600;
  font-size: 0.9em;
  font-style: italic;
}

.team_icons ul {
  margin-top: 1em;
}

.team_icons ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

/*-- //graphers--*/

.inner_sec_info_agile_w3_info {
  margin-top: 4em;
}

.banner_inner_con {
  background: url(../images/banner2.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
}

.services-breadcrumb {
  padding: 1em 1em;
  background: #f5f5f5;
  text-align: center;
}

ul.short li {
  text-align: left;
  display: inline-block;
  letter-spacing: 1px;
  color: #8c8e90;
  font-size: 0.85em;
}

ul.short li a {
  color: #76daff;
  text-decoration: none;
}

.services-breadcrumb ul li span {
  padding: 0 1.5em;
}

/*-- //works--*/

h3.tittle_w3ls {
  color: #2b3945;
  font-size: 2.4em;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: .7em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
margin-bottom: 1%;
}
#test h3.tittle_w3ls {
  color: #fff;
  font-size: 3em;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
 margin: 0;
  text-align: center;
}
h3.tittle_w3ls.cen {
  color: #fff;
  text-align: center;
}

.ser-first-grid span {
  font-size: 40px;
  color: #ffffff;
  margin-top: 35px;
  text-align: center;
}

.ser-first-grid p {
  margin: 0;
  color: #777;
  font-size: 0.9em;
  line-height: 1.9em;
}

.ser-first-grid h3 {
  margin: 26px 0 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 1px;
}

.works {
  padding: 7em 0;
  background: #2b3945;
}

/*-- /testimonials --*/

.carousel.slide.two .item {
  background: none !important;
}

.tesimonials {
  padding: 7em 0;
  background: #23B684;
  text-align: center;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */

#quote-carousel .carousel-control {
  background: none;
  color: #fff;
  font-size: 2em;
  text-shadow: none;
  margin-top: 0px;
  line-height: 145px;
}

ol.carousel-indicators.two {
  display: block;
}

/* Previous button  */

#quote-carousel .carousel-control.left {
  left: -116px;
}

/* Next button  */

#quote-carousel .carousel-control.right {
  right: -116px !important;
}

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
  left: 37%;
  top: auto;
  bottom: -26px;
  margin-right: -19px;
}

/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}

#quote-carousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #ee4f4f;
  border: 1px solid #ee4f4f;
}

#quote-carousel img {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}

/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-top: 14px;
}

.test_img_info p {
  color: #f7f5f5;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.test_img_info h6 {
  color: #2b3945;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 2em;
  letter-spacing: 1px;
}

.text-center.test_img {
  margin-right: 1em;
}

.test_img .fa-w-16 {
  color: #087d7d;
  font-size: 2em;
}

.test_img_info {
  text-align: left;
  float: right;
  width: 72%;
}

.dodecagon-bg.c1,
.octagon-bg.c1,
.dodecagon-bg.c2,
.octagon-bg.c2,
.dodecagon-bg.c3,
.octagon-bg.c3 {
  background: url(../images/t1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.dodecagon-bg.c2,
.octagon-bg.c2 {
  background: url(../images/t2.jpg) no-repeat 0px 0px;
}

.dodecagon-bg.c3,
.octagon-bg.c3 {
  background: url(../images/t3.jpg) no-repeat 0px 0px;
}

.dodecagon.c1,
.dodecagon.c2,
.dodecagon.c3 {
  width: 6em;
  height: 6em;
}

/**
MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #quote-carousel {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
  }
}

/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
      bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
      display: inline-block;
      margin: 0px 5px;
      width: 15px;
      height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
      margin: 0px 5px;
      width: 20px;
      height: 20px;
  }
}

/*-- //testimonials --*/

/*--/newsletter--*/

.newsletter {
  padding: 3em 7em;
}

.newsright input[type="email"] {
  outline: none;
  width: 100%;
  padding: 15px 20px;
  color: #848484;
  font-size: 14px;
  border: 1px solid #ddd;
  width: 74%;
  letter-spacing: 3px;
  background: none;
  border-radius: 25px 0px 0px 25px;
  -webkit-border-radius: 25px 0px 0px 25px;
  -o-border-radius: 25px 0px 0px 25px;
  -moz-border-radius: 25px 0px 0px 25px;
  -ms-border-radius: 25px 0px 0px 25px;
}

.newsright input[type="submit"] {
  border: none;
  padding: 16px 20px 16px;
  font-size: 15px;
  outline: none;
  text-transform: uppercase;
  margin: 0 0 0 -4px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #ff3c41;
  color: #fff;
  border-radius: 0 25px 25px 0px;
  -webkit-border-radius: 0 25px 25px 0px;
  -ms-border-radius: 0 25px 25px 0px;
  -o-border-radius: 0 25px 25px 0px;
}

.newsright input[type="submit"]:hover {
  background: #080808;
  color: #ffffff;
}

.newsleft h2 {
  font-size: 24px;
  margin-top: 15px;
  color: #333;
  letter-spacing: 3px;
  font-weight: 700;
}

.blog_sec {
  padding-top: 7em;
}

/*--//newsletter--*/

.banner_bottom.proj {
  background: #f7f7f7;
}

/*-- footer --*/

.footer {
  padding: 4em 0;
  background: #1d2931;
}

.footer_inner_info {
  width: 90%;
  margin: 0 auto;
}

ul.social-nav.model-3d-0.footer-social.social.two {
  float: none;
}

.footer-left p {
  color: #737070;
  line-height: 2em;
  font-size: 14px;
  margin-top: 22px;
}

.sign-gd h4,
.sign-gd-two h4 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.sign-gd h4 span,
.sign-gd-two h4 span {
  font-weight: 300;
}

.sign-gd ul li,
.sign-gd-two ul li {
  color: #848484;
  line-height: 2em;
  font-size: 14px;
  list-style-type: none;
}

.sign-gd ul li a,
.sign-gd-two ul li a {
  color: #737070;
  letter-spacing: 1px;
}

.sign-gd ul li a:hover,
.sign-gd-two ul li a:hover {
  color: #ffffff;
}

.post-grid:nth-child(2) {
  margin: 1em 0;
}

.address-left i.fa.fa-phone,
.address-left i.fa.fa-envelope,
.address-left i.fa.fa-map-marker {
  color: #FFFFFF;
  font-size: 1em;
}

.address-right h6 {
  color: #ffffff;
  font-size: 1.1em;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.address-right p {
  margin: 1em 0 0 0;
  font-size: .9em;
  color: #b2c3ce;
}

.address-right p a {
  color: #ffffff;
  text-decoration: none;
}

.address-right p a:hover {
  color: #b5b5b5;
}

.address-right p span {
  display: block;
  margin: .5em 0;
}

ul.social-nav.model-3d-0.footer-social.social.two {
  margin: 4em 0 1em 0;
  text-align: center;
}

.social-nav li {
  display: inline-block;
  margin: 0 6px;
}

.social-nav a {
  display: inline-block;
  float: none;
  width: 30px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  background: #000;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.model-3d-0 a {
  background: #5C5B5B;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.model-3d-0 .front,
.model-3d-0 .back {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(18px);
  -moz-transform: translateZ(18px);
  -ms-transform: translateZ(18px);
  -o-transform: translateZ(18px);
  transform: translateZ(18px);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
  color: #212121;
  font-size: 12px;
}

.model-3d-0 .back {
  -webkit-transform: rotateX(90deg) translateZ(18px);
  -moz-transform: rotateX(90deg) translateZ(18px);
  -ms-transform: rotateX(90deg) translateZ(18px);
  -o-transform: rotateX(90deg) translateZ(18px);
  transform: rotateX(90deg) translateZ(18px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.twitter .front {
  background: #00acee;
}

a.facebook .front {
  background: #3b5998;
}

a.instagram .front {
  background: #f77737;
}

a.pinterest .front {
  background: #bd081c;
}

.twitter .back,
.facebook .back,
.instagram .back,
.pinterest .back {
  background: #fff;
}

.model-3d-0 a:hover {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.model-3d-0 a:hover .back {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}

.social .front i {
  color: #fff;
  font-size: 12px;
}

.social .back .fa-w-9,
.social .back .fa-w-16,
.social .back .fa-w-12,
.social .back .fa-w-14 {
  color: #000;
  font-size: 12px;
}

ul.social-nav .fa-w-9,
ul.social-nav .fa-w-16,
ul.social-nav .fa-w-12,
.social-nav .fa-w-14 {
  color: #fff;
}

/*--social icons--*/
.flickr-post ul li {
  display: inline-block;
  margin: 5px 5px;
}

.flickr-post ul li {
  display: inline-block;
  margin: 1% 1%;
  width: 28%;
}

p.copy-right {
  color: #8194a0;
  text-align: center;
  font-size: 14px;
}

p.copy-right a {
  color: #ffffff;
  text-decoration: none;
}

p.copy-right a:hover {
  color: #848484;
}

.dodecagon.f1 {
  width: 5em;
  height: 5em;
}

.address-grid-w3ls-agile {
  text-align: center;
}

.address-grid-w3ls-agile .fa-w-12,
.address-grid-w3ls-agile .fa-w-16 {
  font-size: 1.7em;
  color: #fff;
  margin-top: 27px;
}

.address-right {
  margin-top: 2em;
}

.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
  outline: none;
  padding: 15px 15px;
  font-size: 14px;
  color: #777;
  background: rgba(218, 221, 222, 0.02);
  width: 100%;
  letter-spacing: 1px;
  border: none;
  border: 1px solid #2d3c46;
  margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
  margin: 1em 0 0;
}

.contact_grid_right textarea {
  min-height: 150px;
  margin: 1em 0em;
  resize: none;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"] {
  outline: none;
  padding: 23px 0;
  font-size: 14px;
  color: #fff;
  background: #344754;
  width: 49.75%;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 700;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"]:hover {
  background-color: #ff3c41;
}

.contact-left h4 {
  color: #444;
  font-size: 1em;
  margin-bottom: .5em;
  letter-spacing: 1px;
  font-weight: 700;
}

.contact-left p {
  font-size: 1em;
  letter-spacing: 1px;
}

.contact-text a {
  color: #888;
}

.contact-text a:hover {
  color: #fb383b;
}

.contact_grid_right h6,
.contact-left h6 {
  font-size: 1.2em;
  color: #9ca8b1;
  margin-bottom: 1.5em;
  letter-spacing: 1px;
  font-weight: 400;
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.contact-map-wthree-agileits iframe {
  width: 100%;
  height: 400px;
}

/*-- //single --*/

p.read_para {
  margin: 2em 0;
  line-height: 2em;
}

p.read_para i {
  color: #23B684;
}

.banner-inner-page {
  background: url(../images/banner4.jpg)no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 300px;
}

.read_img img {
  width: 100%;
}

/*-- //single --*/

/*-- //footer --*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/top_move.png) no-repeat 0px 0px;
}



/*** Custom Style*******/
.logo_img{
  width:10%;
}
.logo_img img{
  width:25%;
}
.navbar-brand {
  padding-top: 5%;
  
}
h3.tittle {
  color: #262c38;
  margin: 0;
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
}
.inner_sec_grids_info_w3ls {
  margin-top: 4em;
}
.services-left-top {
  padding: 4em 1em;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0px 1px rgb(168, 168, 168), 0 1px 2px rgba(0, 0, 0, .24);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.services-left-top h5 {
  color: #212121;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 1em 0;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.services-left-top1 {
  margin: 2em 0 0 0;
}
.services-left-top {
  padding: 4em 1em;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0px 1px rgb(168, 168, 168), 0 1px 2px rgba(0, 0, 0, .24);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.services-middle-img img {
  width: 100%;
  box-shadow: 0 0px 1px rgb(168, 168, 168), 0 1px 2px rgba(0, 0, 0, .24);
}
.services-middle-grids {
  margin: 2em 0 0 0;
}
.services-left-top1 {
  margin: 2em 0 0 0;
}
.services-middle-left:nth-child(1) {
  padding-left: 0;
}
.services-left-top {
  padding: 4em 1em;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0px 1px rgb(168, 168, 168), 0 1px 2px rgba(0, 0, 0, .24);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.services-middle-left:nth-child(2) {
  padding-right: 0;
}
.services-left-top:hover {
  background: #23B684;
}
.services-left-top:hover h5 {
  color: #FFFFFF;
}
.section_1_left img ,.section_2_left img{
  width:100%;
}
.section_1_left img {
  border: 2px solid #ff3c41;
}
.section_1_right p{
  font-size:1em;
  line-height:1.8em;
  margin-bottom:1%;
}
.section_1_right ul {
  padding-inline-start: 40px;
  list-style-type:none;
  margin-top: 1%;
}
.section_1_right {
  padding: 2% 4%;
}

.services-middle-left {
  padding: 0;
}
.banner_top.container {
  padding: 0;
  margin: 0 auto;
}
.navbar {
  margin-bottom: 0;
}
/*** Home Section event ******/
.event_sec {
  
  padding: 2em;
  text-align: center;
  color: #ffffff;
}
.event_sec1{
  background-color:#ef5155;
}
.event_sec2{
  background-color: #ff3c41;
}
.event_sec3{
  background-color: #ca4444;
}

.event_sec1:hover{
  background-color:#9a2427;
}
.event_sec2:hover{
  background-color: #9a2427;
}
.event_sec3:hover{
  background-color: #9a2427;

} 
.event_sec p{
  color: #ffffff;
  font-size: 1.2em;
}
.event_icon img {
  
  width:  72px;
  margin-bottom:  1%;
}

.event_sec h3 {
  margin: 4% 0;
  font-size: 2.5em;
}

/*** Home Section 2 ******/
.home_sec2 {
  background: url(../img/slider3.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  min-height: 536px;
  padding-top: 6em;
  padding-bottom: 10em;

}
.services .tittle {
  margin-top: 5%;
}
.text_center{
  text-align:center;
}
.gobal_title{
  margin:5% 0;
}
.section_2_right h3{
  font-size:2.2em;
  line-height:3em;
  color:#ffffff;
  font-weight:bold;
}
.section_2_right p{
  font-size:1em;
  line-height:1.8em;
  margin-bottom:5%;
  color:#ffffff;
}
.section_2_left img{
  bolder:1px solid #ffffff;
  padding:5px;
}

/***footer *****/
.footer_grid h3{
  font-size: 1.4em;
  color: #fff;
  position: relative;
  margin-bottom: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer_grid p {
  color: #8b8b96;
  line-height: 2em;
  margin-bottom: 1em;
}
.footer_grid ul {
  margin: 0;
  padding: 0;
}
.footer_grid_list li, .address li {
  display: block;
  margin-bottom: 1em;
}
.footer_grid_list li i {
  color: #23b684;
  padding-right: 1em;
}
.footer_grid_list li a {
  color: #8b8b96;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.address li i {
  margin-right: 1.5em;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #4b4b50;
}
.address li {
  color: #8b8b96;
}
.address li a{
  color:#8b8b96;
  text-decoration:none;
}
.address li a:focus{
  color:#8b8b96;
  text-decoration:none;
}

.address li span {
  display: block;
  margin-left: 4em;
  letter-spacing: 1px;
  font-size: 0.9em;
      line-height: 1.8em;
}
.footer_img1{
  width:50%;
  float:left;
}
.footer_img1 img{
  width:50%;
}


/*****About uS page **************/
.about_sec1_rt p{
  font-size:1em;
  line-height:1.8em;  
}
.about_sec1_rt h3{
  color: #ff3c41;
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  margin:3% 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
}

.section_1_inner_right h3 {
  font-size: 1.4em;
  color: #23B684;
  margin-bottom: 4%;
  font-weight:700;
}
.section_1_inner_right p {
  font-size: 1em;
  line-height:1.8em;
}
.section_1_inner_left img {
  width: 100%;
}
.about_sec1_lf .row {
  margin-bottom: 5%;
}
.aboutus_sec1 {
  margin-top: -2%;
}
/************ gallery***************/

.page_title_gallery{

  margin-top: 0;
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
  background-position: 0 50%;
  background-color: transparent;
  background-image: url(../img/breadcrumb1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid #FFF;
  text-align:center;
}
.page_title_gallery:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  display:block;
}

.page_title_gallery h2 {
  color: #ffffff;
  font-size: 2em;
  margin: 0.3em 0 0.1em;
  font-weight: bold;
}
.page_title_gallery p a ,.page_title_gallery p span{
  color:#ffffff;
  font-size:1.2em;
  font-weight:bold;
}
.gallery_page{
  background-color: #ffffff;
}
#gallery h3.tittle_w3ls{
  margin:4% 0;
}

/******************* About us *******************/
.aboutus_page h3.tittle_w3ls {
  margin-bottom: 4%;
}

/**********contact us*******************/
.contactus_sec1, .contactus_sec2{
  background: #ffffff;
}
.add_left {
  float: left;
  width: 25%;
  padding: 0px 0 5px;
  font-weight: bold;
  font-size: 18px;
}
.add_right {
  float: left;
  margin-left: 10%;
  width: 65%;
}
.add_right span {
  padding: 5px 0;
  font-size: 16px;
  line-height: 30px;
}

.address_title {
  font-size: 22px;
  color: #ff0000;
  font-weight: bold;
  margin: 0px 0 25px 0;
}
.contact_loc .row{
  margin-bottom: 50px;
}
.contactus_form {
  background: #2b3945;
  padding: 30px 10px;
}
.contactus_form h2 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
.aboutus_sec1 h3.tittle_w3ls , .service_sec1 h3.tittle_w3ls , .contactus_sec1 h3.tittle_w3ls{
  margin-bottom: 30px
}

.contactus_form input[type="submit"], .contactus_form input[type="reset"] {
  background-color: #ff0000 !important;
  }
.add_right hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 1px solid #eee;
}
.w3layouts_mail_grid input[type="text"], .w3layouts_mail_grid input[type="email"], .w3layouts_mail_grid textarea {
  font-size: 14px;
  color: rgb(33, 33, 33);
  width: 100%;
  margin-bottom: 1em;
  letter-spacing: 2px;
  outline: none;
  padding: 14px;
  background: rgb(245, 245, 245);
  border-width: 1px;
  border-style: solid;
  border-color: #2b3945;
  border-image: initial;
}
.w3layouts_mail_grid textarea {
  min-height: 170px;
  width: 100% !important;
}
.w3layouts_mail_grid input[type="submit"], .w3layouts_mail_grid input[type="reset"] {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: none;
  padding: 15px 0px;
  background: #2b3945;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.contactus_map ,.contactus_sec2{
  padding:2em 0;
}
.contactus_sec1  h3.tittle_w3ls {
  margin-top: 6%;
}
.contact-right a {
  color: #ffffff;
  text-decoration:none;
}
.contactus_sec1 h3.tittle_w3ls {
  margin-top: 6%;

}
*/
/************ Services****************/
.grid-top {
  padding-bottom: 3em;
}
.grid-column {
  text-align: center;
}
.grid-column img {
 
}
img {
  vertical-align: middle;
}
.grid-column h3 {
  margin: 1em 0px;
  font-size: 1.3em;
  font-weight: 700;
  color: #ff3c41;
}
.service_img {
  width: 125px;
  margin: 0 auto;
}
.our_services h3.tittle_w3ls {
  margin-bottom: 4%;
}

.global_social {
  position: fixed;
  z-index: 999999;
  top:35%;
}
@media (max-width: 768px) {
    .global_social {
        bottom: 5%;
        top: auto;
    }
}
.global_social li 
{
margin-bottom: 10px;
  margin-left: -140px;
  transition: all 0.2s ease-in-out 0.2s;
 list-style: outside none none;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.phone12 li:hover {
  background: #ff7519 none repeat scroll 0 0;
  width: 233px;
 
}
.phone12 img
{
  margin-left: 200px;
}
.global_social .phone12 li {
  margin-left: -200px;

}
.phone12 li , .mail12 li , .watsapp12 li{ 
  
  
}
.global_social li:hover
{
  margin-left: -10px !important;
  padding-left: 12px;
}
.sky12 li:hover
{
  background: #40aad7 none repeat scroll 0 0;
   width: 174px;
  border-radius: 0 15px 15px 0px;
   height: 48px;
}
.mail12 li:hover {
  background: #ff7519 none repeat scroll 0 0;
      width: 230px;
   height: 48px;
}
.global_social .mail12 li {
  margin-left: -190px;

}

.watsapp12 li:hover
{
  background: #57bb63 none repeat scroll 0 0;
 width: 174px;
  height: 48px;
}
.watsapp12 img
{
  margin-left: 142px;
}
.text 
{
  margin-top: 16px;
  position: absolute;
color:#fff;
margin-left:15px;
  font-size: 14px;
  line-height: 20px;
}
.mail12 .text 
{
 
margin-left:5px;
}
.mail12 img {
  margin-left: 190px;
}
.sky12 img 
{
  margin-left: 142px;
display:none;

}

.global_social a 
{
  color: #fff !important;
}

/**** Popup form ***************/
.popup_contactus_form {
  background-color: #ffffff;
  padding: 0%;
  margin: 0;
  box-shadow:6px 7px 20px 9px rgba(0, 0, 0, 0.2);
  width: 400px;
}
.popup_form {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  width: 400px;
  display: none;
}
.popup_contactus_form input[type="text"], .popup_contactus_form input[type="email"], .popup_contactus_form input[type="number"], .popup_contactus_form input[type="url"], .popup_contactus_form input[type="search"], .popup_contactus_form input[type="tel"], .popup_contactus_form input[type="password"], .popup_contactus_form input[type="date"], .popup_contactus_form input[type="color"], .popup_contactus_form select {
 
  border: 2px solid #005b7f;
  
}
.popup_contactus_form textarea{
 border: 2px solid #005b7f;

}
.popup_btn {
  display: inline-block;
  background: red;
  padding: 10px;
  cursor: pointer;
  transform: rotate( 90deg );
  position: fixed;
  bottom: 120px;
  z-index: 100;
  right: -80px;
}
.popup_btn p {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
}
.close_icon {
  position: absolute;
  cursor: pointer;
  width: 30px;
  top: 10px;
  right: 10px;
}

#contact_form_test .w3layouts_mail_grid {
  margin: 0px;
}
#contact_form_test .w3layouts_mail_grid textarea {
  min-height: 100px;
  
}
.popup_form_heading{
  color: #ff0000;
}
/********* popup enkd *************/
/***************our mission **************************/
.mission_title {
  font-size: 2em;
  line-height: 2.2em;
  color: #007daf;
}
.our_mission {
  padding: 0 3%;
}

.our_mission ul{
  padding: initial;
  margin: initial;
}
.our_mission ul li {
 
  margin: 10px 10px 10px 0;
  padding-left: 23px;
  text-align: justify;
  list-style-type: none;
}

.our_mission li {
padding-left: 1.3em ;
}

.our_mission li:before {
content: "\f005";
display: inline-block;
margin-left: -1.3em;
width: 1.3em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:red;
  font-size: 16px;
}
.our_mission .mission_sub_list li {
  list-style-type:disc;
      padding-left: 0;
}
.mission_sub_list li:before{
  display: none;;
}
ul.mission_sub_list {
  padding-left: 23px;
}

/***************** partner page****************/
.global_partner_logo {
  text-align: center;
  display: inline-block;
  margin: 1% 1%;
}
.global_logo_img .global_partner_logo img {
  width: 200px;
      margin: 10px 10px;
  padding: 10px 15px;
}

.global_partner_logo img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.global_partner_logo img:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(1.1);
}

.global_partner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.our_team table td{
  color: #ff0000;
  font-size:24px;
  line-height: 28px;
      width: 50%
}
.our_team table th{
  font-size:18px;
      width: 50%
}

.our_team table {
  width: 70%;
  margin: 0 auto;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #000;
}








/********** responsive start here *****************/



/*--responsive--*/

@media(max-width:1440px) {
  .price-sec,
  .works,
  .banner_bottom {
      padding: 6em 0;
  }
  h3.tittle_w3ls {
      font-size: 2.8em;
  }
}

@media(max-width:1366px) {
  .carousel-caption {
      min-height: 700px !important;
      padding-top: 17em;
  }
  .carousel-caption h2,
  .carousel-caption h3 {
      font-size: 3.5em;
      letter-spacing: 1px;
  }
  .item_1 .carousel-caption {
     width:60%;
         padding-top: 14em;
  }
      
}

@media(max-width:1280px) {
  .item_1 .carousel-caption {
     width:100%;
         padding-top: 14em;
  }

  .price-sec,
  .works,
  .banner_bottom {
      padding: 5em 0;
  }
  .carousel-indicators {
      bottom: 14%;
      left: 50%;
  }
  .contact_grid_right input[type="submit"],
  .contact_grid_right input[type="reset"] {
      padding: 23px 0;
      width: 49.7%;
  }
  .footer_inner_info {
      width: 80%;
      margin: 0 auto;
  }
  .tesimonials {
      padding: 6em 0;
  }
  .newsletter {
      padding: 3em 3em;
  }
  .dodecagon.t2 {
      width: 9em;
      height: 9em;
  }
  .dodecagon.t3 {
      width: 11em;
      height: 11em;
  }
  .dodecagon.t4 {
      width: 13em;
      height: 13em;
  }
  .dodecagon {
      width: 6em;
      height: 6em;
  }
  .ser-first-grid .fa-w-16,
  .fa-w-18,
  .fa-paper-plane,
  .fa-edit {
      font-size: 1.8em;
      margin-top: 32px;
  }
  .ser-first-grid h3 {
      margin: 26px 0 10px 0;
      font-size: 1.2em;
  }
  .prices-bottom ul li {
      font-size: .9em;
      line-height: 1em;
      padding: 0.8em 0;
  }
  #quote-carousel {
      margin-bottom: 0;
      padding: 0 10px 30px 10px;
  }
}
@media(max-width:1200px) {
.top_left_header ul.nav.navbar-nav {
  margin-top: 0%;
}
}
@media(max-width:1080px) {
  .navbar-nav>li>a {
      padding: 10px 20px;
      letter-spacing: 1px;
      font-size: 0.75em;
  }
  .carousel-caption {
      min-height: 630px !important;
      padding-top: 16em;
  }

  .item3 .carousel-caption {
  min-height: 630px !important;
  padding-top: 16em;
  left: 0;
}
  .carousel-control {
      line-height: 32em;
  }
  .ser-first {
      margin-top: 3em;
  }
  .prices-top {
      position: absolute;
      top: -75px;
      left: 81px;
  }
  .test_img_info {
      float: right;
      width: 70%;
  }
  h3.tittle_w3ls {
      font-size: 2.5em;
  }
  .newsletter {
      padding: 3em 2em;
  }
  #quote-carousel .carousel-indicators {
      left: 39%;
      top: auto;
      bottom: -26px;
      margin-right: -19px;
  }
  .footer {
      padding: 6em 0;
  }
}

@media(max-width:1024px) {
  .dodecagon.l1 {
      width: 22em;
      height: 22em;
  }
}

@media(max-width:1024px) {
  .price-sec,
  .works,
  .banner_bottom,
  .tesimonials,
  .footer {
      padding: 5em 0;
  }
  .dodecagon.t4 {
      width: 12em;
      height: 12em;
  }
  .col-md-offset-2 {
      margin-left: 0 !important;
  }
  .dodecagon.l1 {
      width: 20em;
      height: 20em;
  }
  .footer_inner_info {
      width: 90%;
      margin: 0 auto;
  }
  .price-sec,
  .works,
  .banner_bottom,
  .tesimonials,
  .footer,
  .tesimonials {
      padding: 4em 0;
  }
  .nav_top_fx_w3layouts_agileits {
      margin: 0 auto;
      width: 100%;
  }
  .banner-inner-page {
      min-height: 250px;
  }
  .read-img-info {
      margin-top: 1em;
  }
   .container {
  width: 100%;
}
}

@media(max-width:991px) {
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 40%;
      left: -15px;
      position: absolute;
      top: -17px;
      width: 95%;
  }
  .callbacks_tabs {
      bottom: 58%;
      right: 0%;
  }
  .ser-first-grid:nth-child(2) {
      margin-top: 0em;
  }
  .ser-first-grid:nth-child(1) {
      margin-top: 0em;
  }
  .ser-first-grid:nth-child(3) {
      margin-top: 0em;
  }
  .ser-first-grid {
      position: relative;
      float: left;
      width: 50%;
      margin-bottom: 1em;
  }
  .photo-grid:nth-child(1),
  .photo-grid:nth-child(2),
  .photo-grid:nth-child(3),
  .photo-grid:nth-child(4) {
      margin-top: 1em;
  }
  .photo-grid.text-center {
      float: left;
      width: 49%;
  }
  .dodecagon.t2 {
      width: 10em;
      height: 10em;
  }
  .dodecagon.t1 {
      width: 10em;
      height: 10em;
  }
  .dodecagon.t4 {
      width: 11em;
      height: 11em;
  }
  .price-info:nth-child(1),
  .price-info:nth-child(2),
  .price-info:nth-child(3) {
      margin-top: 1em;
  }
  .price-info:nth-child(1),
  .price-info:nth-child(2),
  .price-info:nth-child(3) {
      margin-top: 2em;
      float: left;
      width: 49%;
  }
  .price-info:nth-child(3) {
      margin-top: 8em;
  }
  .address-grid-w3ls-agile:nth-child(2) {
      margin: 1.7em 0;
  }
  .footer_inner_info {
      width: 93%;
      margin: 0 auto;
  }
  ul.social-nav.model-3d-0.footer-social.social.two {
      margin: 2em 0 1em 0;
      text-align: center;
  }
  .newsleft h2 {
      font-size: 20px;
      margin-top: 15px;
      letter-spacing: 2px;
  }
  .prices-top {
      position: absolute;
      top: -75px;
      left: 95px;
  }
  .prices-top h3 {
      font-size: 2em;
      line-height: 4em;
  }
}

@media(max-width:900px) {
  .logo h1 a {
      font-size: 0.8em;
  }
  .navbar-nav>li>a {
      padding: 7px 18px;
      letter-spacing: 1px;
      font-size: 0.7em;
  }
  .carousel-caption h2,
  .carousel-caption h3 , .item_1 .carousel-caption h3{
      font-size: 3em;
      letter-spacing: 1px;
  }

  .carousel-caption {
      min-height: 580px !important;
      padding-top: 14em;
  }
  .newsright input[type="email"] {
      padding: 15px 15px;
      font-size: 14px;
      width: 70%;
  }
}

@media(max-width:800px) {
  ul.nav.navbar-nav {
      margin-top: 0em;
  }
.navbar-header .navbar-brand {
	padding-top: 2%;
}
  .newsright input[type="email"] {
      width: 68%;
  }
  .carousel-caption {
      min-height: 530px !important;
      padding-top: 14em;
  }
  .carousel-indicators li {
      width: 14px;
      height: 14px;
      margin: 0 4px;
  }
  .carousel-indicators .active {
      width: 14px;
      height: 14px;
      margin: 0 4px;
  }
  .carousel-caption p {
      letter-spacing: 4px;
      font-size: 1em;
      margin: 1em 0 1em 0;
  }
  .carousel-indicators {
      bottom: 10%;
      left: 50%;
  }
  .carousel-caption h2,
  .carousel-caption h3 , .item_1 .carousel-caption h3{
      font-size: 2.8em;
      letter-spacing: 1px;
  }
  .p-mask h4 {
      font-size: 1.2em;
      text-decoration: none;
      line-height: 1.8em;
      letter-spacing: 1px;
  }
  .banner_bottom_left {
      text-align: center;
      margin-top: 2em;
  }
}

@media(max-width:768px) {
  .tab-info {
      padding: 3em 0;
  }
  .test_img_info {
      float: right;
      width: 100%;
  }
  #quote-carousel .carousel-indicators {
      left: 12%;
      top: auto;
  }
  .text-center.test_img {
      margin-right: 0;
      margin-bottom: 1em;
  }
  .newsright input[type="email"] {
      width: 66%;
  }
}

@media(max-width:767px) {
  .navbar-nav {
      float: none;
      margin: 0;
  }
  .navbar-toggle {
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-top: 50px;
      margin-right: 50px;
      margin-bottom: 0px;
      background-color: transparent;
      background-image: none;
      border: 2px solid rgba(74, 72, 72, 0);
      border-radius: 0px;
  }
 
  .navbar-default .navbar-toggle {
      border-color: #2d2c2c;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #23B684;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
      background-color: #fff;
  }
  ul.nav.navbar-nav.pull_left {
  float: none;
}
.dropdown-menu {
  top:-20%;
}
  ul.nav.navbar-nav {
      margin-top: 1em;
      text-align: center;
  }
  .navbar-nav>li>a {
      padding: 10px 18px;
      letter-spacing: 1px;
      font-size: 0.8em;
  }
  .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: #444040;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #b1b0b0;
      text-align: center;
  }
  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
      color: #ff3c41;
      background-color: transparent;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
      max-height: none !important;
  }
  .inner_sec_info_agile_w3_info {
      margin-top: 3em;
  }
  .contact-map-wthree-agileits iframe {
      width: 100%;
      height: 250px;
  }
  .banner_bottom_left h4 {
      font-size: 1.3em;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 39%;
      left: -14px;
      position: absolute;
      top: -17px;
      width: 95%;
  }
  .news-main {
      margin-top: 2em;
      border-top: 1px solid #ddd;
      padding-top: 2em;
  }
  .newsright {
      margin-top: 1em;
  }
}

@media(max-width:667px) {
  .prices-top {
      position: absolute;
      top: -75px;
      left: 77px;
  }
  .carousel-caption , .item_1 .carousel-caption{
      min-height: 495px !important;
      padding-top: 13em;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 36%;
      left: -14px;
      position: absolute;
      top: -17px;
      width: 95%;
  }
  .callbacks_tabs a:after {
      height: 12px;
      width: 12px;
  }
  .callbacks_tabs li {
      display: inline-block;
      margin: 0px 1px;
  }
  .banner_bottom_left h4 {
      font-size: 1.2em;
  }
}

@media(max-width:640px) {
  h3.tittle_w3ls {
      font-size: 2.2em;
  }
  .carousel-caption h2,
  .carousel-caption h3 , .item_1 .carousel-caption h3{
      font-size: 2.4em;
      letter-spacing: 1px;
  }
  .prices-top {
      position: absolute;
      top: -75px;
      left: 74px;
  }
  .callbacks_tabs {
      bottom: 64%;
      right: 0%;
  }
  .photo-grid.text-center p {
      font-size: 0.85em;
  }
  .p-mask h4 {
      font-size: 1em;
  }
  .prices-h {
     padding: 1em 0;
  }
  p {
      font-size: 0.9em;
  }
  .modal-dialog {
      width: 100%;
  }
}

@media(max-width:600px) {
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 32%;
      left: -14px;
      position: absolute;
      top: -17px;
      width: 95%;
  }
  .callbacks_tabs {
      bottom: 64%;
      right: 0%;
  }
  .prices-top {
      position: absolute;
      top: -75px;
      left: 56px;
  }
  
}

@media(max-width:568px) {
  .carousel-caption , .item_1 .carousel-caption {
      min-height: 430px !important;
      padding-top: 11em;
  }
  .carousel-control {
      line-height: 29em;
  }
  .dodecagon.s1 {
      width: 7em;
      height: 7em;
  }
  .prices-top h3 {
      font-size: 1.8em;
      line-height: 3.8em;
  }
  .prices {
     padding: 1em 0em;
  }
  .test_img_info {
      float: right;
      width: 100%;
      padding: 0;
  }
  .newsletter {
      padding: 2.5em 1em;
  }
  h3.tittle_w3ls {
      font-size: 2em;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 31%;
      left: -14px;
      position: absolute;
      top: -17px;
      width: 95%;
  }
  .price-sec, .works, .banner_bottom, .tesimonials, .footer, .tesimonials {
      padding: 3em 0;
  }
  .gal-sec,.gallery-grid1 {
      width: 100%;
  }
  .p-mask h4 {
      font-size: 1.2em;
  }
}

@media(max-width:480px) {
  .price-info:nth-child(1), .price-info:nth-child(2), .price-info:nth-child(3) {
      margin-top: 2em;
      float: left;
      width: 100%;
  }
  .prices-top {
      position: absolute;
      top: -75px;
      left: 147px;
  }
  .price-info:nth-child(2), .price-info:nth-child(3){
      margin-top:7em;
  }
  .carousel-caption h2, .carousel-caption h3 , .item_1 .carousel-caption h3{
      font-size: 2.2em;
      letter-spacing: 1px;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 26%;
      left: -14px;
      position: absolute;
      top: -15px;
      width: 95%;
  }
  .callbacks_tabs {
      bottom: 73%;
      right: -1%;
  }
  .banner_bottom_left {
      text-align: center;
      margin-top: 2em;
      padding: 0;
  }
  .banner_bottom_left h4 {
      font-size: 1.1em;
  }
  .ser-first {
      margin-top: 1em;
  }
  .dodecagon.l1 {
      width: 16em;
      height: 16em;
  }
  .last-img-info {
      text-align: center;
      margin-top: 2em;
  }
  .price-grid-main {
      margin-top: 5em;
  }
  .prices-bottom h4 {
     font-size: 1.2em;
  }
  .banner-inner-page {
      min-height: 190px;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 22%;
      left: -10px;
      position: absolute;
      top: -11px;
      width: 95%;
  }
}

@media(max-width:440px) {
  .carousel-caption h2, .carousel-caption h3 , .item_1 .carousel-caption h3{
      font-size: 1.6em;
      letter-spacing: 1px;
  }
  .carousel-caption p {
      letter-spacing: 2px;
      font-size: 1em;
      margin: 1em 0 1em 0;
  }
  h3.tittle_w3ls {
      font-size: 1.7em;
      letter-spacing: 1px;
  }
  .ser-first-grid {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 1em;
      padding: 0 2em;
  }
  .photo-grid.text-center {
      float: left;
      width: 100%;
  }
  .photo-grid:nth-child(1), .photo-grid:nth-child(2), .photo-grid:nth-child(3), .photo-grid:nth-child(4) {
      margin-top: 1.5em;
  }
  #quote-carousel .carousel-indicators {
      left: 20%;
      top: auto;
  }
  .dodecagon.b1 {
      width: 3em;
      height: 3em;
  }
  .banner_bottom_grid_left_grid .fa-w-16 {
      font-size: 1.2em;
      color: #fff;
      margin-top: 15px;
  }
  .banner_bottom_grid_right {
      text-align: left;
      padding: 0;
  }
  .inner_sec_info_agile_w3_info {
      margin-top: 2.5em;
  }
  .photo-grid:nth-child(1){
      margin:0;
  }

}
@media(max-width:414px) {
  .prices-top {
      position: absolute;
      top: -75px;
      left: 112px;
  }
  #quote-carousel .carousel-indicators {
      left: 20%;
      top: auto;
  }
  .price-sec, .works, .banner_bottom, .tesimonials, .footer, .tesimonials {
      padding: 2.5em 0;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 20%;
      left: -8px;
      position: absolute;
      top: -10px;
      width: 95%;
  }
  .callbacks_tabs {
      bottom: 78%;
      right: -1%;
  }
  .tooltip{
      left: 0!important;
  }
  .bnr-button a {
      padding: .7em 2em;
      border: solid 2px #fff;
      letter-spacing:1px;
      font-size: 0.8em;
  }
  .carousel-caption , .item_1 .carousel-caption{
      min-height: 400px !important;
      padding-top: 11em;
  }
   .photo-grid:nth-child(1){
      margin:0;
  }
}
@media(max-width:384px) {
  .carousel-caption h2, .carousel-caption h3 , .item_1 .carousel-caption h3{
      font-size: 1.6em;
      letter-spacing: 1px;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 17%;
      left: -8px;
      position: absolute;
      top: -10px;
      width: 95%;
  }
  h3.tittle_w3ls {
      font-size: 1.6em;
      letter-spacing: 1px;
  }
  .ser-first-grid h3 {
      margin: 26px 0 10px 0;
      font-size: 1.1em;
  }
  .newsright {
      margin-top: 1em;
      padding: 0;
  }
  .nav_top_fx_w3layouts_agileits {
      padding: 1em 0;
  }
}

@media(max-width:375px) {
  .carousel-caption , .item_1 .carousel-caption{
      min-height: 369px !important;
      padding-top: 9em;
  }
  .carousel-caption h2, .carousel-caption h3 , .item_1 .carousel-caption h3{
      font-size: 1.5em;
      letter-spacing: 1px;
  }
  .carousel-control {
      line-height: 25em;
  }
   .carousel-indicators li {
      width: 10px;
      height: 10px;
      margin: 0 2px;
  }
  .carousel-indicators .active {
      width: 10px;
      height: 10px;
      margin: 0 2px;
  }
  .carousel-caption p {
      letter-spacing: 2px;
      font-size: 1em;
      margin: 1em 0;
  }
  .prices-top {
      position: absolute;
      top: -75px;
      left: 93px;
  }
  .address-right h6 {
      font-size: 1em;
  }
}

@media(max-width:320px) {
  .carousel-caption h2, .carousel-caption h3 ,.item_1 .carousel-caption h3{
      font-size: 1.3em;
      letter-spacing: 1px;
  }
  .carousel-caption p {
      letter-spacing: 1px;
      font-size: 0.9em;
      margin: 1em 0;
  }
  .bnr-button a {
      padding: .6em 1.5em;
      letter-spacing: 1px;
      font-size: 0.8em;
  }
  .carousel-caption , .item_1 .carousel-caption{
      min-height: 335px !important;
      padding-top: 9em;
  }
  h3.tittle_w3ls {
      font-size: 1.4em;
      letter-spacing: 1px;
  }
  .help_full::before {
      background: #2b3945 none repeat scroll 0 0;
      content: "";
      height: 13%;
      left: -8px;
      position: absolute;
      top: -10px;
      width: 95%;
  }
  .banner_bottom_left h4 {
      font-size: 1em;
  }
  .callbacks_tabs {
      bottom: 84%;
      right: -1%;
  }
  .banner_bottom_left p {
      margin-bottom: 1em;
  }
  .prices-top {
      position: absolute;
      top: -75px;
      left: 68px;
  }
  .newsleft h2 {
      font-size: 18px;
      margin-top: 15px;
      letter-spacing: 1px;
  }
  .newsright input[type="email"] {
      width: 62%;
  }
  .dodecagon.l1 {
      width: 12em;
      height: 12em;
  }
}

/*--//responsive--*/

.sticky {
  position: fixed;
  top: 0;
  width: 1170px ;
  border-bottom: 2px solid red;
}
#myHeader{
  z-index: 9999999;
}

/*  Itcertification tab */
.it_certification_sec .row {
  width: 100%;
  margin: 0;
}
.it_cert_title {
  color: #fff;
  border-color: #007daf;
  background-color: #007daf;
}
.it_cert_title p {
  padding: 10px 10px;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
}
div.global-tab-container{
z-index: 10;
background-color: #ffffff;
padding: 0 !important;
margin: 0px;
}
.list-group{
  cursor: pointer;
}
div.global-tab-menu{
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
}
div.global-tab-menu div.list-group{
margin-bottom: 0;
}
div.global-tab-menu div.list-group>a{
margin-bottom: 0;
cursor: pointer;
}
div.global-tab-menu div.list-group>a .glyphicon,
div.global-tab-menu div.list-group>a .fa {
color: #ddd;
}
div.global-tab-menu div.list-group>a:first-child{
border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
}
div.global-tab-menu div.list-group>a:last-child{
border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
}
div.global-tab-menu div.list-group>a.active,
div.global-tab-menu div.list-group>a.active .glyphicon,
div.global-tab-menu div.list-group>a.active .fa{
background-color: #ddd;
background-image: #ddd;
border-color: #ddd;
color: #333;
}
div.global-tab-menu div.list-group div.icon {
margin-bottom: 5px;
}
div.global-tab-menu div.list-group>a {
text-decoration: none;
font-size: 14px;
padding: 12px 10px;
font-weight: bold;
}
div.global-tab-menu div.list-group>a.active:after{
content: '';
position: absolute;
left: 100%;
top: 50%;
margin-top: -13px;
border-left: 0;
border-bottom: 13px solid transparent;
border-top: 13px solid transparent;
border-left: 10px solid #ddd;
}

div.global-tab-content{
background-color: #ffffff;
/* border: 1px solid #eeeeee; */
padding-left: 10px;
padding-top: 0px;
}
div.global-tab-content h4 {
font-size: 16px;
margin-bottom: 10px;
color: #ff0000;
}
div.global-tab-content p {
margin-bottom: 1em;
}
div.global-tab div.global-tab-content:not(.active){
display: none;
}

div.global-tab-content ul {
padding-left: 10px;
}
div.global-tab-content li {
padding: 0;
margin: 0;
list-style: none !important;
color: #333;
}
div.global-tab-content li {
margin: 0;
margin-left: 2em;
list-style: none;
font-size: 14px;
margin-bottom: 8px;
line-height: 20px;
}
div.global-tab-content li:before {
content: '\f138'; /* fa-star */
font-family: 'FontAwesome';
float: left;
margin-left: -1.5em;
color: #ff0000;
}

/***************** Home  popup *********************/
.cov_popup .modal-header{
  padding: 10px;
}
.cov_popup .modal-header h4 {
  font-size: 1.2em;
  color: red;
  letter-spacing: 0;
  text-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  margin: 0 auto;
}
.cov_popup p {
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 10px;
  font-size: 14px;
  color:blue;
}
.color_red{
  color: red !important;
}

.color_blue{
  color:blue;
}
.terms_condition li {
  margin: 0;
  margin-left: 2em;
  list-style: none;
  font-size: 14px;
  margin-bottom: 8px;
  color: blue;
  line-height: 20px;
}
.terms_condition li:before {
  content: '\f138';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: blue;
}
.cov_popup .modal-body {
  padding:20px 30px;
}
.terms_condition {
  padding: 5px 15px;
}
.model_address{
padding: 5px 20px;
}
.cov_popup.modal-dialog {
  width: 660px;
  margin:30px auto;
}
.cov_popup .modal-header .close {
  margin-top: -8px;
}
button.close {
  font-size: 46px;
  position: absolute;
  right: 4px;
  top: 0;
  color: #000;
}
.close:hover, .close:focus {

  outline: none;
}
.cov_popup p a {
color: red;
}
@media (max-width: 700px){
.cov_popup.modal-dialog {
  width: 95% ;
  margin:10px auto;
}
}
/*************Responsive code ******************/

@media (max-width: 1366px){
.inner_content_info_agileits, .banner-bottom, .services {
  padding: 5em 0;
}

.inner_sec_grids_info_w3ls {
  margin-top: 3em;
}
}

@media (max-width: 991px){
.services-middle {
  margin-top: 1em;
}
.services-middle-left:nth-child(2) {
  padding: 0;
  margin: 0 0 1em 0;
}
.services-middle-left:nth-child(1) {
  padding: 0;
  margin: 0 0 1em 0;
}

}

@media (max-width: 768px) {
.footer_grid{
margin-bottom:2em;
}
.popup_sec_content .popup_form {
  display: none;
}
.our_team table td{
  color: #ff0000;
  font-size:14px;
  line-height: 28px;
      width: 50%
}
.our_team table th{
  font-size:14px;
      width: 50%
}

.our_team table {
  width: 100%;
  margin: 0 auto;
}


}

@media (min-width: 768px){
.sticky {
  width: 750px;

}
.popup_form {
  display: block;
}

}

@media (min-width: 992px){
.sticky {
  width: 970px;
}
}

@media (min-width: 1200px){
.sticky {
  width: 1200px;
}
}


@media (max-width: 1024px){
.sticky {
  width: 100%;
}
}


/********* Common styles************/
.mb_15{
  margin-bottom: 15px;
}

.mb_20{
  margin-bottom: 20px;
}

.pb_20{
  padding-bottom: 20px;
}


/*********** Training page**************/

.global_acc__card {
  margin-bottom: 10px;
  position: relative;
}

.global_acc__title {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 12px 14px;
  position: relative;
  text-align: left;
  font-weight: 600;
}
.global_acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 10px;
  content: " ";
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.global_acc__title.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 17px;
}

.global_acc__panel {
  background: #fff;
  color: #212121;
  display: none;
  margin: 0;
  padding: 20px 10px;
  text-align: left;
}
.global_acc__title.active{
    color: #fff;
    border-color: #007daf;
    background-color: #007daf;
}

.global_acc__title.active::after{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
img{
  max-width: 100%;
}
.icon img{
  width: 50px;
}
.global_acc p{
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
}
.global_acc h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #007daf;
    font-weight: bold;
}
.global_acc h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: bold;
}

.header_table{
      margin-top: 2%;
      float: right;
      text-align: left;
}

.header_table td{
    color: #ff3c41 !important;
    text-transform: initial;
    font-size: 1.2em;
    line-height: 1.8em;
    padding-left: 45px;
}

.header_table td a{
  color: #ff3c41 !important;
    text-transform: initial;
}

.about_partner .slick-track{
    margin: 0 auto;
}