/*--
	Author: proj
	Author URL: http://proj.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
	margin: 0;
	font-size: 100%;
	background: #fff;

}
.omonew {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
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;
}




#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: white;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #3c4858 !important;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #2f55d4;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #2f55d4;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #2f55d4;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Nunito", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #2f55d4;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll, #topnav.scroll-active, #topnav.dark-menubar {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu > li > a, #topnav.scroll-active .navigation-menu > li > a, #topnav.dark-menubar .navigation-menu > li > a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu > li > a:hover, #topnav.scroll-active .navigation-menu > li > a:hover, #topnav.dark-menubar .navigation-menu > li > a:hover {
  color: #2f55d4 !important;
}

#topnav.scroll .navigation-menu > li.active > a, #topnav.scroll-active .navigation-menu > li.active > a, #topnav.dark-menubar .navigation-menu > li.active > a {
  color: #2f55d4 !important;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}
#topnav .btn-soft-secondary {
    color: #F95C19 !important;
    background-color: rgba(249, 92, 25, 0.1) !important;
        box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);

}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: 12px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 105%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #2f55d4;
  }
  #topnav .navigation-menu > li:hover,
  #topnav .navigation-menu > li.active > a {
    color: #2f55d4 !important;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    margin-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #2f55d4;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    min-height: 74px;
  }
  #topnav .container {
    width: auto;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #2f55d4;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #2f55d4;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .buy-button {
    display: none;
  }
  #topnav .buy-buttons {
      display:block !important;
  line-height: 68px;
  padding-left: 30px;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}


a:hover {
	text-decoration: none;
}
.maihhhn {
    background-image: url(../assets/img/gallery/bg.png);
}
.rowws {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
	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-weight: 300;
}

section {
    display: block;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10; }
  @media (max-width: 991px) {
    section {
      padding-top: 30px;
      padding-bottom: 80px; } }
.bg-gray-v2 {
  background: #f9f9f9; }
 .u-pb-80 {
  padding-bottom: 5rem !important; }
.u-mb-75 {
  margin-bottom: 4.6875rem !important; }
 .u-mb-70 {
  margin-bottom: 4.375rem !important; }
  .u-fs-50 {
  font-size: 3.125rem !important; }
  
 .mb-6 {
    margin-bottom: 4rem !important;
}


@media (min-width: 768px){
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
}
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.u-of-hidden {
    overflow: hidden;
}

@media all and (min-width: 768px){
.p-md-5 {
    padding: 3rem!important;
}
}

@media all and (min-width:641px) and (max-width:992px){
  .carousel-caption {
    position: relative;
    display: block;
    width: 90%;
    min-height: 5px;
    padding-top: 150px;
    text-align: left;
    word-wrap: break-word;
}
.cardkekeke {
    position: absolute;
    display: block;
    width: 100%;
    height: 60%;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    padding-bottom: 180px;
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
}


.w3layouts_stats_left h3 {
    letter-spacing: 1px;
}
.services_bottom_grid_left h3 {
    font-size: 4em;
    color: #fff;
}
.team-social a i {
    width: 33px;
    height: 33px;
}
.proj_gallery_grid1_pos {
    bottom: 42px;
}
.pricing-grid h4 {
    font-size: 1.5em;
}
.pricing-grid h3 {
    font-size: 1.2em;
}
.newsletter h3 {
    letter-spacing: 3px;
    font-size: 2.5em;
}
.carousel-item {
    height: 30em;
    background-color: #777;
}

.carousel-caption {
    bottom: 7em;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.8em;
}
.stats {
    margin: 0em 0 0 0;
}
button.navbar-toggler {
    background: #fff;
}
    
}


@media all and (min-width:992px) and (max-width:2981px){
.carousel-caption {
        position: absolute;
        display: block;
    width: 50%;
    min-height: 5px;
    padding-top: 150px;
    text-align: left;

}

.cardkekeke {
    position: absolute;
    display: block;
    width: 100%;
    height: 60%;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

}




@media all and (min-width:385px) and (max-width:641px){
.carousel-caption {
        position: absolute;
        display: block;
    width: 100%;
    min-height: 5px;
    text-align: left;

}

.cardkekeke {
    position: absolute;
    display: block;
    width: 100%;
    height: 60%;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    align-items:center;
    text-align:center;
    justify-content:center;
}

}


@media all and (min-width:0px) and (max-width:385px){
.carousel-caption {
        position: absolute;
        display: block;
    width: 100%;
    min-height: 5px;
    text-align: left;
    top: 5%;

}


}

.u-mb-20 {
    margin-bottom: 1.25rem !important;
}

.u-rounded-50 {
    border-radius: 1000em;
}
.u-of-hidden {
    overflow: hidden;
}
.borderse {
    border: 1px solid #e9ecef!important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.input-group .form-controlsss {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.input-group .form-controlsss, .input-group-addon, .input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group .form-controlsss {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin: -5px -7px;
}
.form-controlsss {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.p-3 {
    padding: 1rem!important;
}

.p-4 {
    padding: 5.5rem!important;
}
.border-0 {
    border: 0!important;
}

.btn-primarygg {
    background: #0081FF;
    -webkit-box-shadow: 0 5px 40px 0 rgb(0 129 255 / 30%);
    box-shadow: 0 5px 40px 0 rgb(0 129 255 / 30%);
    color: #fff;
}

.btn-roundedse {
    border-radius: 100em;
}
.btnla {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px !important;
    padding: 0.8125rem 2rem;
}

.btnla {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.9rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 1.05rem;
    transition: all .15s ease-in-out;
}
.input-group .form-controlsss:active, .input-group .form-controlsss:focus, .input-group .form-controlsss:hover {
    z-index: 3;
}
.btn-primarygg {
    color: #fff;
    background-color: #F95C19;
    border-color: #F95C19;
}


.btnla {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all .15s ease-in-out;
}
input {
    overflow: visible;
}
input, textarea {
    border: 1px solid #e9eff5;
    padding: 9px 30px;
    border-radius: 4px;
    width: 100%;
}
.form-controlsss {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 2.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.card {
    border: none !important;
}
.bg-white {
    background: #fff !important;
}

.card-span {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0;
}
.rounded-2 {
    border-radius: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 992px){
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}
}
@media (min-width: 768px){
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFEFE;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}


.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-12 {
    width: 0.75em;
}
.text-warning {
    color: #FFAF0F !important;
}
.me-3 {
    margin-right: 1rem !important;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
img, svg {
    vertical-align: middle;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.text-700 {
    color: #5C5B6C !important;
}
.conera{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.conera{max-width:540px}}@media (min-width:768px){.conera{max-width:720px}}@media (min-width:992px){.conera{max-width:960px}}@media (min-width:1200px){.conera{max-width:1140px}}

.rowse{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}


.col-lg-4, .col-md-6{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px){
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
}
}
.text-center {
    text-align: center !important;
}
@media (min-width: 1200px){
h1, .h1 {
    font-size: 2.48832rem;
}
}
.mediasee{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}
.text-primary{color:#F95C19 !important;font-weight: 800;}a.text-primary:focus,a.text-primary:hover{color:#2d9fef!important}
.mr-4{margin-right:1.5rem!important}

.guijuhg{
    font-family: "Dosis", sans-serif;
    color: #273f5b;
    line-height: 1.37em;
    font-weight: 600;
    font-size: 26;
}
.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.u-fs-60 {
    font-size: 3.75rem !important;
}

p {
	margin: 0;
	font-size: 0.9em;
	color: #777777;
	line-height: 2em;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */

/* Since positioning the image, we need to help out the caption */


/* Declare heights because of positioning of img element */

.carousel-item {
	height: 40em;
	background-color: #777;
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
a.navbar-brand {
    font-size: 2em;
	letter-spacing: 2px;
}
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.bt-grid.ser {
	margin-top: 1.5em;
	margin-bottom: 0;
}

.marketing h2 {
	font-weight: 400;
}

.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
.header i.fab.fa-empire {
    background: #F95C19;
    padding:0.2em;
	border-radius: 30px;
}
/*--/slider--*/

.carousel-item {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban02.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban02.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban02.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban02.jpg) no-repeat;
	background-size: cover;
}

.carousel-item.item2 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban01.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban01.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban01.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban01.jpg) no-repeat;
	background-size: cover;
}

.carousel-item.item3 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban04.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban04.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban04.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ban04.jpg) no-repeat;
	background-size: cover;
}
.carousel-caption h2,
.carousel-caption h3 {
	letter-spacing: 1px;
	line-height: 1.4em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	font-size: 3em;
	font-weight: 800;
	text-transform: capitalize;
    color: rgb(255, 255, 255);
	font-family: 'Open Sans', sans-serif;
}

.carousel-caption p {
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
}

.carousel-caption h5 span {
	background: #dd4026;
	padding: 2px 12px;
	font-size: 0.8em;
}

.carousel-indicators {
	bottom: 17%;
	left: 0%;
	cursor: pointer;
	display: none;
}

.bnr-button {
	margin-top: 2em;
}

.carousel-control {
	line-height: 42em;
}

.carousel-indicators li {
	display: inline-block;
	max-width: 20px;
	height: 19px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 0 8px;
}

.carousel-indicators .active {
	background: #dd4026;
}
.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin-right: 1em;
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
    color: #0aff75;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0aff75 !important;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: #0aff75;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #fff;
}
/* Show it is fixed to the top */

button.btn.btn-primary.play {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	outline: none;
	cursor: pointer;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	background-color: #dd4026;
	border: none;
}
.carousel-caption a {
    color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 1em 1em 0 0em;
   background: #333;
    display: inline-block;
    border: 2px solid transparent;
    font-weight: bold;
	background-color: #F95C19;
    border-color: #F95C19;
    border-radius: 30px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background:#091b27 !important;
}
.btn-outline-success {
    color: #fff;
    background-color: #fb6a19;
    background-image: none;
    border-color: #fb6a19;
}
i.fas.fa-phone {
    color: #fff;
    margin-right: 0.5em;
    background: #F95C19;
    padding: 1em;
	border-radius: 30px;
}
span.navbar-text p {
    color: #fff;
}
.navbar-text p {
    color: #fff;
}
/*--//banner --*/
/*-- bottom-to-top --*/
/*-- banner-bottom --*/
.wthree_banner_bottom_grid_right h4 {
    font-size: 1.4em;
    margin-bottom: .7em;
    font-weight: 400;
    color: #222222;
}

.wthree_banner_bottom_grid_right p {
    line-height: 2em;
}

.agile_banner_bottom_grid_left_grid {
    width: 60px;
    height: 60px;
    text-align: center;
}

.agile_banner_bottom_grid_left_grid span {
    font-size: 2em;
    color: #F95C19;
}

.w3_agileits_banner_bottom_pos_grid:hover span {
    color: #111;
}
.banner-bottom {
       position: relative;
    width: 80%;
    left: 10%;
    bottom: -15%;
    z-index: 999;
    background: #fff;
    padding: 2em;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px;
}
.banner {
    position: relative;
}

/*-- //banner-bottom --*/
/*-- stats --*/

.w3layouts_stats_left {
    text-align: center;
}

.w3layouts_stats_left p {
    font-size: 3em;
    letter-spacing: 2px;
    color:#00aeef;
    margin: 0.1em 0 0.1em 0;
	font-weight: 300;
}

.w3layouts_stats_left h3 {
    font-size: 1em;
    color: #F95C19;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 600;
}

.w3layouts_stats_left span {
    font-size: 1.5em;
    color: #fff;
	background-color: #F95C19;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
}

.w3l_stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats {
    text-align: center;
  background-color: #ffffff;
    padding: 4em 0;
	margin: 8em 0 0 0;
}

.agile_inner_info_stats {
    margin-top: 2em;
}
/*-- //stats --*/
.w3-head-all h3 {
    font-size: 3em;
    color: #00aeef;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
/*-- services-bottom --*/
.services-bottom { 
background: url(../images/ser4.jpg)no-repeat center 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; 
	padding: 3em 0;
}
.services_bottom_grid_left1 {
    position: absolute;
    bottom: 0%;
    left: 20%;
}
.services_bottom_grid_right {
    text-align: left;
}
.services_bottom_grid_left h3 {
    font-size: 5em;
    color: #fff;
}
.services_bottom_grid_left a {
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 1em 1em 0 0em;
    background: #333;
    display: inline-block;
    border: 2px solid transparent;
    font-weight: bold;
	background-color: #F95C19;
    border-color: #F95C19;
    border-radius: 30px;
}
.services_bottom_grid_left p {
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
}
.services_bottom_grid_right h3 {
    font-size: 3em;
    color: #ffff;
}
/*-- bars --*/
body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
}

body .bar_group__bar.thin::before {
	width: 100%;
	height: 10px;
	background: #fff;
}

body .bar_group__bar.thin {
	width: 0%;
	height: 10px;
	background: #F95C19;
	margin-bottom: 20px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s; 
	transition: width 1s;
}
.bar_group {
    position: relative;
    z-index: 1;
    margin-top: 4em;
}
body .bar_group__bar.thin:last-child {
    margin-bottom: 0;
}
p.b_label {
    font-size: .9em;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: .8em;
}
/*-- //bars --*/
/*-- //services-bottom --*/

/*-- services-main --*/

.testimonials span {
    color: #fff;
}
/*-- welcome --*/

.about-wel h5 {
    font-size: 28px;
    letter-spacing: 1px;
}

.about-wel h5 span {
    color: #ff3535;
}

.about-wel p {
    color: #545151;
    margin: 16px 0 25px;
}

.about-wel ul li {
    list-style: none;
}

.about-wel ul li {
    color: #999;
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 10px;
    letter-spacing: 1px;
}

.about-wel ul li i {
    margin-right: 12px;
    color: #ff3535;
}

.button-styles {
    margin-top: 35px;
}

.button-styles a {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    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;
	background-color: #F95C19;
    border-color: #F95C19;
    border-radius: 30px;
}

.button-styles a:hover {
    background: #00cdc1;
    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.button2-w3l {
    background: #00cdc1;
    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.button2-w3l:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //services-main --*/
/*-- team --*/
.team {
    background: url(../images/team22.jpg)no-repeat center 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.team-social {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-bottom: 1em;
	text-align: center;
}
.team-social a i {
    color: #000;
    font-size: 16px;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
}

.team i.fab.fa-facebook-f {
    color: #3b5998;
    border: 1px solid #3b5998;
}

.team i.fab.fa-facebook-f:hover {
    color: #fff;
    background: #3b5998;
    border: 1px solid #3b5998;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fab.fa-twitter {
    color: #1da1f2;
    border: 1px solid #1da1f2;
}
.team i.fab.fa-twitter:hover {
    color: #fff;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fab.fa-linkedin-in {
    color: #e68523;
    border: 1px solid #e68523;
}
.team i.fab.fa-linkedin-in:hover {
    color: #fff;
    background: #e68523;
    border: 1px solid #e68523;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.team i.fab.fa-pinterest-p {
    color: #bd081c;
    border: 1px solid #bd081c;
}
.team i.fab.fa-pinterest-p:hover {
    color: #fff;
    background: #bd081c;
    border: 1px solid #bd081c;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: 1s all;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.teamgrids p {
    color: #ffff;
    font-size: 15px;
    margin: .8em 0;
    letter-spacing: 1px;
	text-align: center;
}
.teamgrid1 i.fa {
    color: #ff4c4c;
    font-size: 1em;
    padding-right: .5em;
}
.teamgrid1 h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 1em 0;
    font-size: 21px;
	text-align: center;
}
/*-- //team --*/
/*-- gallery --*/

.section_1_gallery_grid {
	margin-top: 1em;
}

.w3_section_1_gallery_grid {
	padding: 0 8px;
}

.section_1_gallery_grid1 {
	position: relative;
	background: #edf3f3;
	padding: 6px;
}

.proj_gallery_grid1_pos {
	background: #F95C19b0;
	bottom: 86px;
	left: 30px;
	opacity: 0;
	padding: 1em;
	position: absolute;
	right: 30px;
	text-align: center;
	visibility: hidden;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.proj_gallery_grid1_pos h3 {
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: 600;
	position: relative;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.proj_gallery_grid1_pos p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

.banner-bottom.gallery {
	padding: 5em 0;
}

p.quia {
	font-size: 1.2em;
	color: #140b05;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.proj_gallery_grid img {
	width: 100%;
}

/*-- //gallery --*/
/*-- main pricing table --*/
.main {
    width: 70%;
    margin: 0 auto;
}
.main h1 {
    font-size: 2.5em;
    text-align: center; 
	font-family: 'Laila', serif;
	color:#fff;
}
.pricing-grids-info {
    text-align: center;
}
.pricing-grid {
    float: left;
    width: 31%;
}
.pricing-grid.grid-two {
    margin: 0 1em;
	background: #F95C19;
}
.pricing-grid.grid-three {
    margin: 0 1em 0 0;
}
.pricing-grid h3 {
    font-size: 1.6em;
    color: #fff;
    float: left;
    font-weight: 600;
    text-transform: capitalize;
}
.pricing-grid  h4{
    font-size: 2.3em;
    font-weight: 500;
    color: #fff; 
	float: right;
}
.pricing-grid h4 span.sup {
    vertical-align: text-top;
    font-size: 0.5em;
}
.pricing-grid {
    float: left;
    width: 31%;
    background: #fff;
    padding: 0 0 1em;
	background-color: #383737;
}
.w3ls-top {
    color: white;
    font-size: 1em;
    text-align: left;
    text-transform: uppercase;
    padding: 1.5em 1.5em 0;
}
.w3ls-bottom {
    padding: 3.5em 1em 0;
}
.w3ls-bottom  ul li {
    font-size: 1em;
   color: #ffffffe3;
    font-weight: 300;
    margin-top: 1em;
    border-top: 1px solid #E4E4E4;
    padding-top: 1em;
	list-style-type: none;
}
.more a {
    display: inline-block;
    font-size: 1em;
	color:#fff;
   background: #F95C19;
   background-color: #F95C19;
    border-color: #F95C19;
    border-radius: 30px;
    padding: .5em 4em;
    margin-top: 2.2em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all; 
}  
.more a:hover {
    opacity: .7;
}        
.pricing-grid.grid-two .w3ls-top:after {
    border-top-color: #16A086;
}
.pricing-grid.grid-two .more a{
	    background-color: #383737;
}
.pricing-grid.grid-three .more a{
	background: #F95C19;
}
.pricing-grid.grid-four .w3ls-top {
    background: #3598DB;
}
.pricing-grid.grid-four .w3ls-top:after {
    border-top-color: #3598DB;
}
.pricing-grid.grid-four .more a{
	background:#3598DB;
}
/*-- //main pricing table--*/
/*-- //Testimonials --*/
/*-- /contact us --*/
.w3-contact1 {
    background: url(../images/b2.jpg) no-repeat 0px 0px;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	min-height: 500px;
}
.w3-contact1 {
    padding: 9em 0 0 0;
}
.w3-contact1 h1 {
    font-size: 4em;
    color: #fff;
}
.w3-contact1 h2 {
    font-size: 3em;
    color: #fff;
}
.w3-contact1 { 
	text-align: center;
}
.w3-contact1 p {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
	margin: 2em 0 0 0;
}
.w3-contact1 p a {
    background:#ed001b;
    font-size: 16px;
    padding: 12px 30px;
    display: initial;
    border-radius: 2px;
	background-color: #F95C19;
    border-color: #F95C19;
    border-radius: 30px;
	transition:0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3-contact1 p a.read {
    background:#ed001b;
    font-size: 16px;
    padding: 12px 30px;
    display: initial;
    border-radius: 2px;
	transition:0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3-contact1 p a:hover{
    background: #1cc7d0;
}
.w3-contact1 p a.read:hover{
    background: #fd5c63;
}
.w3-contact1 p a{
    color: #fff;
}

.w3-contact1 p a:focus{
    outline: none;
}
/*-- /form --*/
.bg-agile {
    width: 80%;
    margin: 0 auto;
    padding: 50px;
    background: rgba(0, 0, 0, 0.95);
}
.top-icons-agileits-w3layouts {
    width: 70%;
    margin: 0 auto;
}
.top-icons-agileits-w3layouts span {
    display: inline-block;
    width: 64px;
    height: 3px;
    margin: 0;
    background: #fff;
    vertical-align: middle;
}
ul.icons-text li {
    list-style: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
}
ul.icons-text li:nth-child(1) {
	margin-left:9px;
	
}
ul.icons-text li:nth-child(2) {
	margin:0px 75px 0px 80px;
	color: #5fc9f8;
}
.mid-w3ls{
	background:#fc3158!important;
}
.mid-w3ls i{
	color:#fff!important;
}
.bg-agile h2 {
    color: #cddcea;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 10px 0px 20px;
	font-family: 'Roboto', sans-serif;
}
.bg-agile h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.login-form input[type="text"], .login-form input[type="email"],.form-control, textarea {
    width: 95.4%;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #cddcea;
    color: #fff;
    outline: none;
    font-size: 14px;
    margin: 6px 0 17px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    font-family: 'Roboto', sans-serif;
}
textarea {
    resize: none;
    height: 58px;
}
select.form-control {
    width: 95.4%;
    padding: 9px 10px;
}
/*.login-form input[type="text"]:hover,.login-form input[type="email"]:hover,textarea:hover {
    border: 1px solid #5b2f3f;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}*/

.login-form input[type="submit"],.agile_main_grid_left2_grid_bottom a { 
	background:#ed001b;
    color: #fff;
    font-size: 17px;
	margin-top: 10px;
    border: none;
    width: 100%;
    outline: none;
	letter-spacing: 1px;
	cursor:pointer;
    -webkit-appearance: none;
    padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.login-form input[type="submit"]:hover,.agile_main_grid_left2_grid_bottom a:hover {
    background:#333;
	color: #000;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
option{
	background:#000;
}
.left-w3-agile {
    width: 45%;
    float: left;
}
.right-agileits {
    width: 45%;
    float: right;
    margin-right: 18px;
}
.form2-color {
    color: #fff !important;
}
.form-control:focus {
    background-color: #0d0d0d;
}
 /*--placeholder-color--*/

::-webkit-input-placeholder {
	color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff !important; 
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
:-ms-input-placeholder {  
	color:#fff !important;
}
/*--//placeholder-color--*/
.book-form h3 {
    font-size: 2em;
    color: #00aeef;
    font-weight:200;
    text-transform: capitalize;
    text-align: center;
}
.w3l-map iframe {
    width: 100%;
    height: 500px;
    margin-top: 0;
    outline: none;
    border: none;
}
.w3l-map {
    border: 2px solid #F95C19;
}
/*-- //form --*/
/*-- registration --*/
.signin-form {
	    padding: 0em 1em 1em 1em;
    text-align: center;
	width: 100%;
}
.signin-form h3,h3.agileinfo_sign  {
       font-size: 1.5em;
    color: #F95C19;
    font-weight: 700;
    margin: 1em 0 0.8em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3.agileinfo_sign  {
	text-align:center;
}
.signin-form h3 span {
    color: #67e1ff;
}
.signin-form img {
    border-radius: 50%;
}
.login-form {
    margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"],.signin-form textarea {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: center;
}
.signin-form input[type="email"] {
    background: none;
    display: block;
}
.signin-form input[type="text"] {
    background: none;
    display: block;
}
.signin-form input[type="password"] {
     background: none;
    display: block;
}
.signin-form ::-webkit-input-placeholder{
	color:#212121 !important;
}
.signin-form ::-webkit-textarea-placeholder{
	color:#212121 !important;
}
.signin-form textarea {
	min-height:100px;
}
.signin-form input[type="submit"] {
    outline: none;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
    background: #F95C19;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	
}
.signin-form input[type="submit"]:hover {
    color: #fff;
       background: #000;
    transition: .5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.signin-form p a {
    font-size: 0.875em;
    color: #212121;
    letter-spacing: 1px;
}
.login-social-grids{
    margin: 1em 0;
}
.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
	 box-shadow:none!important;
}
/*-- //registration --*/
/*-- //contact us --*/
/*-- footer --*/
section.newsletter { 
background: url(../images/f2.jpg)no-repeat center 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; 
}
.newsletter h3 {
    color: #F95C19;
    font-weight: 800;
    letter-spacing: 5px;
    font-size: 3em;
}
.w3l_header_contact_details_agile p {
    color: #fff;
    font-size: 2em;
    margin-bottom: 0.5em;
    font-weight: 500;
}
.subscribe_inner {
    width: 60%;
    margin: 0 auto;
}
.newsletter p{
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
}
.newsletter ul li a {
    font-size: 30px;
    display: block;
    color: #fff;
}
.newsletter  ul {
    list-style-type: none;
}
.w3l_header_contact_details_agile p {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
a.w3l_header_contact_details_agile-info_inner {
    color: #333;
    font-size: 2em;
    color: #fff !important;
}
.subscribe_inner h4 {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
	letter-spacing: 2px;
}
.w3l_header_contact_details_agile p {
    color: #fff;
    font-size: 2em;
    margin-bottom: 0.5em;
}
footer {
    background: #1b1b1b;
}
footer p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ccc;
}

footer p a{
    color: #fff;
}
footer  a:hover{
    color: #ea0a0a;
}
.btn-primary {
    color: #fff;
    background-color: #F95C19;
    border-color: #F95C19;
}
/*-- footer --*/
/*-- /responsive design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
	.main {
    width: 100%;
}
}
@media(max-width:1080px){
	.banner-bottom {
    width: 90%;
    left: 5%;
    }
}
@media(max-width:1024px){
	.proj_gallery_grid1_pos {
    bottom: 66px;
   }
   a.w3l_header_contact_details_agile-info_inner {
    font-size: 1.5em;
    }
}



.w3layouts_stats_left {
    margin: 0 0 2em 0;
}
.services_bottom_grid_left h3 {
    font-size: 3em;
    color: #fff;
}
.ser_w3,.come {
    margin: 0 0 2em 0;
}
.teamgrid1 {
    margin-bottom: 2em;
}
.proj_gallery_grid1_pos {
    bottom: 145px;
}
.pricing-grid {
    float: none;
    width: 100%;
}
.pricing-grid h3 {
    font-size: 1.5em;
}
.pricing-grid.grid-two {
    margin: 2em 0 2em 0;
}
.w3-contact1 h2 {
    font-size: 2em;
    color: #fff;
}
.w3l-map iframe {
    width: 100%;
    height: 400px;
}
.newsletter h3 {
    letter-spacing: 2px;
    font-size: 2em;
}
.subscribe_inner {
    width: 90%;
    margin: 0 auto;
}
}
@media(max-width:667px){
	.left-w3-agile {
    width: 100%;
    float: none;
}
.right-agileits {
    width: 100%;
    float: none;
    margin-right: 0;
}
}
@media(max-width:640px){
}
@media(max-width:600px){
	.carousel-caption {
    width: 90%;
    margin: 0 auto;
}
}
@media(max-width:568px){
	.carousel-caption {
    width: 100%;
    margin: 0 auto;
   }
   .services_bottom_grid_left h3 {
    font-size: 2.5em;
    color: #fff;
   }
   .services_bottom_grid_right h3 {
    font-size: 2.5em;
    }
	.bar_group {
    margin-top: 1em;
     }
	 .services_bottom_grid_right {
    margin-top: 2em;
    }
	.teamgrid1 {
    text-align: center;
     }
	 .book-form h3 {
    font-size: 1.5em;
    }
	.w3-head-all h3 {
    font-size: 2.5em;
   }
   .w3layouts_stats_left p {
    font-size: 2em;
    }
}
@media(max-width:480px){
	.proj_gallery_grid1_pos {
    bottom: 114px;
  }
  .carousel-caption h2, .carousel-caption h3 {
    font-size: 2.2em;
   }
   .w3-head-all h3 {
    font-size: 2.5em;
    }
	.bg-agile {
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.95);
    }
	.book-form h3 {
    font-size: 1.2em;
    }
}
@media(max-width:414px){
	.carousel-caption h2, .carousel-caption h3 {
    font-size: 1.8em;
}
.w3-head-all h3 {
    font-size: 2.5em;
}
.carousel-control-prev, .carousel-control-next {
    top: 177px;
}
.proj_gallery_grid1_pos {
    bottom: 99px;
}
.w3-contact1 h1 {
    font-size: 3em;
    color: #fff;
}
i.fas.fa-phone {
    padding: 0.5em;
}
h3.head_size_con {
    font-size: 2em;
}
.newsletter p {
    font-size: 15px;
}
.services_bottom_grid_left h3 {
    font-size: 2em;
}
.services_bottom_grid_right h3 {
    font-size: 2em;
}
}
@media(max-width:384px){
	.carousel-caption h2, .carousel-caption h3 {
    font-size: 1.5em;
    }
	.carousel-caption p {
    font-size: 0.9em;
   }  
   .carousel-item {
    height: 23em;
    }
	.carousel-caption {
    bottom: 2em;
   }
   .proj_gallery_grid1_pos {
    bottom: 82px;
   }
   .w3-contact1 h2 {
    font-size: 1.8em;
   }
   .login-form input[type="submit"], .agile_main_grid_left2_grid_bottom a {
    width: 95%;
   }
   .newsletter p {
    font-size: 15px;
    letter-spacing: 1px;
    }
	h3.head_size_con {
    font-size: 2em;
   }
  }
@media(max-width:375px){
	h3.head_size_con {
    font-size: 2em;
}
}
@media(max-width:320px){
	.carousel-caption h2, .carousel-caption h3 {
    font-size: 1.2em;
    letter-spacing: 1px;
    } 
	.carousel-caption {
    bottom: 3em;
    }
	.wthree_banner_bottom_grid_right h4 {
    font-size: 1.2em;
     }
	 .services_bottom_grid_left h3 {
    font-size: 2em;
   }
   .services_bottom_grid_right h3 {
    font-size: 2em;
    }
	.button-styles a {
    padding: 12px 20px;
   }
   .proj_gallery_grid1_pos {
    bottom: 58px;
    }
	.about-wel h5 {
    font-size: 22px;
    letter-spacing: 1px;
     }
}
/*-- /responsive design --*/
/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999;
	width: 64px;
	height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/top.png") no-repeat 0px 0px;
	background-size: 40px;
}

#toTopHover {
	width: 64px;
	height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/*-- //to-top --*/
