html {
  height: 100%;
}
html,
body {
  width: 100%;
  font-family: "Oxygen", sans-serif;
  color: #000;
  background-color: #fff;
  height: 100%;
}
a:link {
  text-decoration: none;
  color:rgb(220, 8, 30);
}
a:visited {
  text-decoration: none;
  color:rgb(220, 8, 30);
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color:#111517;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
}

/*Noman style*/
.services-details-sum h2{ 
    padding:30px 120px 15px;
    line-height:34px;
    font-weight:600;
    }

.adj-pad{ padding: 0rem 0 6rem !important;}

.services-details-sum p{
    font-style: italic;
    }
.bg-gray{
    background-color:#ff0000;
    padding-bottom: 25px;
    }
.bg-gray ul li{ color:#fff!important;
    }
    
.bg-gray h1{ color:#fff!important;
}
p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  padding: 2% 0px;
  color: #fff;
  text-align: left;
}

@font-face {
  font-family: "trump_gothic_westbold";
  src: url("../fonts/trump_gothic_west_bold-webfont.woff2") format("woff2"),
    url("../fonts/trump_gothic_west_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.nav-color .navbar {
  background-color: #000 !important;
}
.navbar-color {
  background-color: #000 !important;
}
/*cross btn style*/
#nav-toggle {
  cursor: pointer;
  padding: 30px 50px 0px 0px;
  float: right;
  margin: 0px 0.9%;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: "";
}
#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  bottom: -7px;
}
#nav-toggle span,.service-list ul li
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

.service-submenu-list li span{width: 100%; display: inline-block;}
.service-submenu-list li img{
     width: 25%;
}

#nav-toggle.active span {
  background-color: transparent;
  color: #ff3743;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*cross btn style end*/
.mainMenu {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 78;
  display: none;
  width: 100%;
  height: 100%;
}
.mainMenu ul {
  margin: 0px;
  padding: 110px 50px 0px 0px;
  list-style: none;
  display: block;
  float: right;
  width: 500px;
}
.mainMenu ul li {
  margin: 0px;
  padding: 0px;
  text-align: left;
  display: block;
}
.mainMenu ul li a {
  padding: 5px 0px;
  font-size: 48px;
  line-height: 54px;
  color: #fff;
  display: block;
  font-family: "trump_gothic_westbold";
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
}
.mainMenu ul li a:hover {
  color: #ff3743;
}
.menu-link {
  color: #888 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  padding: 5px 0px !important;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 300 !important;
}
.menu-link:hover {
  color: #fff !important;
}
.navbar-title {
  position: relative;
}
.navbar-title-text {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  font-family: "trump_gothic_westbold";
  font-weight: 700;
  font-size: 25px;
  padding: 10px 0px;
  display: inline-block;
  text-transform: uppercase;
}




.space-div {
  padding: 10px 0px;
}
.space {
  padding-bottom: 70px;
}
.space2 {
  margin-top: 14%;
}
.social-top-icon {
  display: block;
  text-align: center;
  padding: 20px 5px 0px 0px;
  clear: both;
  float: right;
  width: 500px;
  transition: all 0.4s ease-out 0s;
}
.social-top-icon a {
  color: #888;
  float: left;
  margin-right: 15px;
  font-size: 27px;
}
.social-top-icon a:hover {
  color: #fff;
}
/*video banner css*/
.videoContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.videoContainer video {
  min-width: 100%;
  min-height: 100%;
}


.img-size img{ width:150px;}

/*video banner css end*/
.about-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.about-banner img {
  width: 100%;
  height: 100%;
}
/*nav css*/
.navbar-fixed-top {
  top: 0px;
  border-bottom: transparent;
  background-color: transparent;
}
.navbar {
  min-height: auto;
  padding: 10px 0px;
  margin-bottom: 0;
  height: auto;
  border: 1px solid transparent;
}
.navbar-nav {
  float: right;
  margin: 25px 0px;
}
.navbar-brand {
  padding: 0px 50px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  transition: all 0.4s ease-out 0s;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav > li > a {
  padding: 10px 15px;
  font-weight: 400;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #1191d0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #1191d0;
}
.navbar-toggle {
  margin-top: 30px;
  background-color: #1191d0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #1191d0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #8bc53f;
}
.dropdown-menu {
  min-width: 160px;
  padding: 0px 0;
  background-color: #8bc53f;
}
.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #000;
}
.navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  background-color: #8bc53f;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #000;
}
/*nav css end*/

/*.dropdown:hover .dropdown-menu {
    display: block;
}
/*use 767 to 420
.dropdown-menu {
    position: relative;
    float: none;
}*/

/*page scroll header color change*/
.navbar.header-scroller {
  background-color: #000;
  transition: background-color 1s ease 0s;
}
.navbar.header-scroller .navbar-nav > li > a {
  color: #4d7615;
  background-color: transparent;
}
.navbar.header-scroller .navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  background-color: #83b441;
  color: #fff;
}
.navbar.header-scroller .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #83b441;
}
.navbar.header-scroller .navbar-brand {
  position: relative;
}
.navbar.header-scroller #nav-toggle {
  padding: 0px 50px 0px 0px;
  margin: 35px 0.9%;
}
/*page scroll header color change*/

.header {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 100%;
  display: table;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 2;
}
.header::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(8, 21, 21, 0.7);
  content: "";
}
.about-container {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 100%;
  display: table;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 2;
}
.about-container::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.animated-scroll {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 60px;
  margin: 5% auto;
  position: relative;
  width: 60px;
  text-align: center;
}
.arrow1 {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  padding: 20px;
  margin: 0px auto;
  background: url(../images/arrow.png) center no-repeat;
  -webkit-animation: moving 2s ease-out infinite;
  animation: moving 2s ease-out infinite;
}
@-webkit-keyframes moving {
  0% {
    top: 20px;
  }
  30% {
    top: 10px;
  }
  60% {
    top: 20px;
  }
}

@keyframes moving {
  0% {
    top: 20px;
  }
  30% {
    top: 10px;
  }
  60% {
    top: 20px;
  }
}
/*banner contant css */
.home-top-main {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: relative;
}
.home-top-contant {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.home-top-contant h1 {
  text-align: left;
  color: hsl(349.65deg 91.13% 48.63%);
  padding: 15px 10%;
  margin: 0px;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
}

.home-top-contant h1 span {
  color: hsl(0, 0%, 100%);
}

.home-top-contant p {
  font-family: "Maison Neue", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  text-align: left;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
  display: block;
  color: #fff;
  clear: both;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0.8px;
}



.home-top-contant p {
    padding: 15px 40% 15px 10%;
}


.home-top-contant .bannerBtn {
  color: #fff;
  padding: 20px 0px;
  margin: 1.5% 10%;
  width: 240px;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #ff3743;
  text-transform: uppercase;
}
.home-top-contant .bannerBtn:hover {
  background-color: #c30928;
  color: #fff;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.sep1 {
  margin: 20px 10%;
  transform: translateY(0) scale(1);
  opacity: 1;
  background-color: #ef0d33;
  height: 4px;
  width: 40px;
  float: left;
  text-align: left;
  -webkit-transition: -webkit-transform 0.9s ease 0.25s, opacity 0.9s ease 0.25s;
  transition: transform 0.9s ease 0.25s, opacity 0.9s ease 0.25s;
}
.banner-footer {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 10%;
  right: 10%;
  border-top: 0.5px solid #dededf;
  padding: 20px 0px;
}
.banner-footer p {
  color: #fff;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 15px 0px;
}
.banner-f-logo {
  display: block;
  padding: 15px 0px;
}
.banner-f-logo a {
  float: left;
  margin-right: 22px;
}
/*banner css end*/

/*section--home-block css*/
.section--home-block {
  background-image: linear-gradient(90deg, #fe675c, #fd267d);
  width: 100%;
  padding: 12% 0px;
  background-size: cover;
  box-sizing: border-box;
}
.section--home-block-container {
  margin: 0px auto 0;
  position: relative;
  display: block;
  max-width: 100%;
  padding: 0px;
}
.section--home-block-left {
  display: block;
  padding: 5px 60px;
}
.section--home-block-left img {
  display: block;
  padding: 30px 0px;
}
.section--home-block-left h1 {
  font-size: 60px;
  line-height: 64px;
  color: #fff;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding: 30px 0px;
  text-align: left;
  text-transform: uppercase;
}
.section--home-block-left p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  clear: both;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  padding: 15px 0px;
  text-align: left;
}
.white-sep {
  margin: 3% auto;
  transform: translateY(0) scale(1);
  opacity: 1;
  background-color: #fff;
  height: 4px;
  width: 40px;
  float: left;
  text-align: left;
  -webkit-transition: -webkit-transform 0.9s ease 0.25s, opacity 0.9s ease 0.25s;
  transition: transform 0.9s ease 0.25s, opacity 0.9s ease 0.25s;
}
/*.shb-btn{
	margin:5% 0px;
	padding:15px 0px 15px;
	border:solid 2px #fff;
	text-align:center;
	display:block;
	width:250px;
	background-color:transparent;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	transition: all 0.4s ease-out 0s;
	text-transform:uppercase;
	font-size:17px;
}
.shb-btn:hover{
	color:#000;	
	background-color:#fff;
}*/
.section--home-block-right {
  display: block;
  position: relative;
  margin: 30px 0px;
}
.section--home-block-right img {
  position: absolute;
  left: 0px;
  z-index: 777;
  width: 100%;
  top: 0px;
}
/*section--home-block css end	*/

.testimonial-section {
  display: block;
  padding: 100px 0px;
}
.testimonial-section img {
  display: block;
  margin: 0px auto;
  padding: 10px 0px;
  max-width: 100%;
  height: 120px;
}
.testimonial-section p {
  text-align: center;
  display: block;
  padding: 20px 0px;
  font-size: 26px;
  line-height: 36px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111517;
  text-transform: inherit;
  font-weight: 300;
}
.testimonial-section span {
  text-align: center;
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  line-height: 20px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888;
  text-transform: inherit;
  font-weight: 300;
}
.testimonial-section span i {
  font-style: normal;
  color: #000;
  padding: 5px 0px;

  font-weight: 400;
}
/*bluewrap*/
.bluewrap {
  background-color: #00adf2;
  width: 100%;
  padding: 10% 0px;
  background-size: cover;
  box-sizing: border-box;
}
.blue-img {
  float: right;
  padding: 30px 0px;
}
/*bluewrap css end*/
.section-boosted {
  background-color: #1b2a2f;
  width: 100%;
  padding: 11% 0px;
  background-size: cover;
  box-sizing: border-box;
}
.section-legalzoom {
  background-image: linear-gradient(45deg, #56cad5, #247ad4);
  width: 100%;
  padding: 11% 0px;
  background-size: cover;
  box-sizing: border-box;
}
/*wrap sections css*/
.orange-wrap {
  background: #ff943b;
  width: 100%;
  padding: 11% 0px;
  background-size: cover;
  box-sizing: border-box;
}
.gray-wrap {
  background: #f0f0f0;
  width: 100%;
  padding: 0px;
  background-size: cover;
  box-sizing: border-box;
}
.white-wrap {
  background: #fff;
}
.wht-img {
  margin: 18% auto !important;
  display: block;
}
.ft-img {
  margin: 10% auto !important;
}

.gray-wrap img {
  padding: 10px 0px;
  display: block;
  margin: 0px auto;
}
.gray-wrap a {
  text-align: left;
  display: block;
  margin: 15% 0px 0px -50px;
  font-size: 22px;
  line-height: 30px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
  color: #111517;
  text-transform: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.gray-wrap a:hover {
  text-decoration: underline;
}
.gray-wrap p {
  color: #888;
  font-size: 18px;
  line-height: 32px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
  font-weight: 400;
  margin: 3% 0px 0px -45px;
}
/*wrap sections css end*/
/*contact form css*/
.contact-main {
  padding: 80px 0px;
  display: block;
  text-align: center;
}
.contact-main h1 {
  color: #111517;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 42px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin: 6% 0px 0px;
}
.form-box {
  margin: 5% auto;
  display: block;
}
.txt-box {
  width: 55%;
  background-color: transparent;
  border: solid 1px #ccc;
  height: 58px !important;
  margin: 3% auto;
  font-weight: 300;
  border-radius: 0px;
  font-size: 18px;
  display: block;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.txtarea {
  height: 200px !important;
  resize: none;
}
.send-btn {
  color: #fff;
  padding: 18px 0px;
  margin: 3% auto;
  width: 55%;
  border-radius: 5px;
  display: block;
  border: none;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  background-color: #ff3743;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.send-btn:hover {
  background-color: #c30928;
  color: #fff;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
/*contact form css end*/
/*footer css*/
.footer-main {
  background-color: #111517;
  padding: 10px 0px 160px;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.footer-main ul {
  display: block;
  text-align: center;
  padding: 30px 0px;
}
.footer-main ul li {
  display: inline-block;
  list-style: none;
  float: none;
}
.footer-main ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  padding: 5px 15px;
  display: inline-block;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
}
.footer-main ul li a:hover {
  color: #ff3743;
}
.a-alt {
  color: #888 !important;
}
.a-alt:hover {
  color: #ff3743 !important;
}
.footer-our-office {
   display: block;
}
.our-office-col {
  padding: 10px;
  margin-bottom: 40px;
}
.our-office-col a {
  display: block;
  text-align: center;
  font-size: 80px;
  color: #fff;
  transition: all 0.4s ease-out 0s;
  padding: 10px 0px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.our-office-col a:hover {
  color: #ff3743;
}
.our-office-col span {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #888;
  font-weight: 300;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 20px;
}
.social-icon {
  display: block;
  padding: 120px 0 20px 0px;
  text-align: center;
}
.social-icon a {
  color: #888;
  display: inline-block;
  margin-right: 15px;
  font-size: 28px;
}
.social-icon a:hover {
  color: #fff;
}
.contact-line {
  display: block;
  text-align: center;
  color: #ef0d33 !important;
  font-size: 26px !important;
  padding-top: 12px !important;
  text-transform: inherit !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/*footer css end*/
.inner-section {
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 8rem 0;
}
.inner-section h1 {
  display: block;
  margin: 8% 0px 0px;
  position: relative;
  color: #111517;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
}
.inner-section h1 span {
  color: hsl(349.65deg 91.13% 48.63%);
}

.inner-section p {
  color: #111517;
  font-size: 26px;
  line-height: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  text-align: center;
  padding: 30px 156px;
  margin: 0px;
  }
.service-box1-main {
  padding: 10px 0px 120px;
  box-sizing: border-box;
  display: block;
}



.service-box1 {
  padding: 20px 0px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

.service-box2 {
  padding: 0px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

.service-box2 img{width: 50%; display: inline-block;}

.service-box1 p{ color: #000;
    text-align: center;
    padding: 23px;
    font-size: 16px;
    line-height: 22px;

}

.service-box2 a {
  color: #111517;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 32px;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  position: relative;
  text-align: center;
  padding: 15px 0px 25px 0px;
  letter-spacing: 0px;
  display: block;
}

.service-box2 a:hover{color: #ef0d33;}

.mrg-btm30{margin-bottom: 100px;}
.mrg-btm50{margin-bottom: 50px!important;}



.service-box1 img{display: inline-block;
  width: 50%;
  }



.service-box1 h2 {
  color: #111517;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 32px;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  position: relative;
  text-align: center;
  padding: 15px 0px 25px 0px;
  letter-spacing: 0px;
}

.service-box1 h2:before {
  position: absolute;
  top: 65px;
  left: 42%;
  content: "";
  z-index: 77;
  border: solid 2px #ef0d33;
  width: 40px;
}
.service-box1 ul {
  display: block;
  padding: 30px 0px;
  list-style: none;
}
.service-box1 ul li {
  color: #111517;
  font-size: 18px;
  text-transform: inherit;
  line-height: 32px;
  font-family: "Maison Neue", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 0px;
  list-style: none;
  float: none;
}



.img-box {
  display: block;
  width: 100%;
  position: relative;
  background-size: cover;
  transition: all 0.4s ease-out 0s;
  background-color: rgbs(0, 0, 0, 0.9);
}
.img-box:hover {
  opacity: 0.8;
}
.anim-image:hover {
  -webkit-transition: all 1s ease;
  -webkit-filter: grayscale(0);
}
.anim-image {
  -webkit-transition: all 1s ease;
  margin: 0.5% 0px;
  -webkit-filter: grayscale(1);
}
/*media box css*/
.media-box-main {
  padding: 20px 0px 110px;
  display: block;
}
.media-block {
  padding: 30px;
  background: #fff;
  margin: 3% 0px;
  text-align: center;
  display: block;
  transition: box-shadow 0.3s;
  min-height: 320px;
  cursor: pointer;
}
.media-block img {
  display: block;
  margin: 0px auto;
  padding: 20px 0px;
}
.media-block p {
  color: #111517;
  font-size: 26px;
  text-transform: inherit;
  line-height: 37px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  text-align: center;
  padding-top: 30px;
}
.media-block a {
  color: #ef0d33;
  font-size: 18px;
  text-transform: inherit;
  line-height: 22px;
  display: block;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  padding-top: 10px;
}
.media-block:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
/*media block css end*/
/*testimonial css*/
.testimonial-slider {
  max-width: 100%;
}
.testimonial-left-block {
  padding: 80px 10px 0px;
  min-height: 800px;
}
.testimonial-left-block h2 {
  color: #111517;
  font-size: 44px;
  line-height: 52px;
  font-family: "trump_gothic_westbold";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0px;
}
.testimonial-left-block p {
  color: #111517;
  font-size: 33px;
  text-transform: inherit;
  line-height: 47px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  text-align: center;
  padding: 30px 0px;
  position: relative;
}
.testimonial-left-block p:before {
  position: absolute;
  text-align: center;
  display: block;
  left: 0%;
  content: "";
  z-index: 77;
  border: solid 2px #ef0d33;
  width: 40px;
  bottom: -10px;
  right: 0px;
  margin: 0px auto;
}
.testimonial-left-block span {
  color: #111517;
  font-size: 22px;
  text-transform: inherit;
  line-height: 26px;
  font-family: "trump_gothic_westbold";
  font-weight: 400;
  text-align: center;
  display: block;
  padding-top: 45px;
  position: relative;
}
.testimonial-right-block {
  padding: 0px;
  display: block;
}
.testimonial-right-block img {
  min-height: 800px;
  width: 100%;
  transition: all 0.85s ease;
}
/*testimonial css end*/
/*contact form css*/
.contact-block {
  padding: 10% 0px;
  margin: 0px auto;
  max-width: 650px;
  display: block;
}
.contact-block h1 {
  color: #111517;
  font-size: 95px;
  line-height: 100px;
  font-family: 'Rift', system-ui,-apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;;
  padding: 25px 0px 50px;
}
.contact-block h1:before {
  position: absolute;
  text-align: center;
  display: block;
  left: 0%;
  content: "";
  z-index: 77;
  border: solid 2px #ef0d33;
  width: 40px;
  bottom: 25px;
  right: 0px;
  margin: 0px auto;
}
.contact-block h2 {
  color: #111517;
  font-size: 32px;
  line-height: 40px;
  font-family: "trump_gothic_westbold";
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 45px 0px 0px 35px;
  clear: both;
}
.txt-box-4 {
  width: 100%;
}
.txt-box-2 {
  width: 90%;
}
.txt-box-3 {
  width: 43%;
  float: left;
  background-color: transparent;
  border: solid 1px #ccc;
  height: 58px !important;
  margin: 3% 0px 0px 5%;
  font-weight: 300;
  border-radius: 0px;
  font-size: 18px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.send-btn-2 {
  margin: 7% auto;
  width: 90%;
}
/*check box css*/
.check {
  width: 43%;
  float: left;
  background-color: transparent;
  border: solid 1px #ccc;
  height: 55px !important;
  margin: 3% 0px 0px 5%;
  font-weight: 300;
  border-radius: 0px;
  font-size: 18px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 0px;
  width: 1.2em;
  height: 1.2em;
  color: red !important;
  margin-right: 0.8em;
}
.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 55%;
  left: 8%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}
.checkbox label,
.radio label {
  padding: 20px !important;
  color: #ccc;
  font-size: 13px;
  line-height: 16px;
}
.label-star {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #b1b1b1 !important;
  font-weight: 300 !important;
}
.label-star i {
  position: absolute;
  font-style: normal;
  padding: 0px;
  left: 60px;
  top: 20px;
  z-index: 77;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: 20px;
}
/*check box css end*/

/*contact form css end*/
/*bubble red css*/
.contact-bubble {
  z-index: 9999;
  outline: none;
  text-decoration: none;
  /*background-color: #ef0d33;*/
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 25px;
  right: 30px;
  border: none;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.contact-bubble:before {
  content: "";
  z-index: 2;
  width: 80px;
  height: 80px;
  background: url(../images/comment.png) center top no-repeat;
  background-repeat: no-repeat;
  margin-top: 8px;
}
.contact-bubble--overlay {
  z-index: 1;
  opacity: 0;
  width: 140%;
  height: 100%;
  position: absolute;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d20b2d;
  transform: translate3d(100%, 0, 0) skew(0deg);
  transition: transform 0.5s ease, opacity 0.3s ease;
  right: 0;
}
/*bubble red css end*/
.career-position {
  padding: 10% 0px;
  display: block;
}
.career-position ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.career-position ul li {
  width: 44%;
  float: left;
  padding: 0px;
  margin: 1% 2%;
  position: relative;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.career-position ul li a {
  display: block;
  text-align: left;
  font-size: 38px;
  color: #111517;
  position: relative;
  line-height: 40px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-family: "trump_gothic_westbold";
  z-index: 2;
}
.career-position ul li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  background-color: #ef0d33;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.career-position ul li > a:hover:after {
  width: 100%;
  height: 100%;
}
.career-position ul li a:hover {
  color: #fff;
}
.career-position li a span {
  display: block;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  font-family: "trump_gothic_westbold";
  font-weight: normal;
  text-transform: capitalize;
}
.career-position li i {
  right: 20px;
  color: #ef0d33;
  top: 23px;
  position: absolute;
  z-index: 77;
}
.career-position li:hover i {
  color: #fff;
}
.career-inner-block {
  padding: 15% 0px 3%;
  margin: 0px auto;
  max-width: 700px;
  display: block;
}
.career-inner-block h1 {
  color: #111517;
  font-size: 95px;
  line-height: 100px;
  font-family: "trump_gothic_westbold";
  font-weight: 700;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding: 25px 0px;
}
.career-inner-block h1:before {
  position: absolute;
  text-align: center;
  display: block;
  left: 0%;
  content: "";
  z-index: 77;
  border: solid 2px #ef0d33;
  width: 40px;
  bottom: -10px;
  right: 0px;
  margin: 0px auto;
}
.career-inner-section {
  max-width: 780px;
  margin: 5% auto;
  display: block;
  text-align: center;
}
.career-inner-section p {
  color: #111517;
  font-size: 30px;
  line-height: 44px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  text-align: left;
  padding: 25px 0px;
  text-transform: capitalize;
}
.career-inner-section img {
  padding: 0px 0px 50px;
}
.career-inner-section h2 {
  color: #111517;
  font-size: 35px;
  line-height: 42px;
  font-family: "trump_gothic_westbold";
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 45px 0px;
  clear: both;
}
.career-inner-section ul {
  display: block;
  text-align: center;
  padding: 0px;
}
.career-inner-section ul li {
  display: block;
  text-align: left;
  padding: 0px 30px 20px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  color: #171717;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0px;
}
.career-inner-section ul li:before {
  content: " ";
  background-color: #ef0d33;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  right: 0px;
}
.paragraph1 {
  font-size: 20px !important;
  line-height: 34px !important;
  text-align: left;
  color: #171717;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  padding: 10px 0px;
}
.career-form {
  max-width: 650px;
  margin: 3% auto;
  display: block;
  text-align: center;
}

.service-list {
  padding: 65px 0px;
  display: block;
}
.service-list ul {
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.service-list ul li {
  text-align: center;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  padding: 10px 20px;
  font-size: 26px;
  line-height: 26px;
  color: #111517;
  display: block;
}


.service-banner-sec {
  display: block;
  position: relative;
  width: 100%;
}
.service-banner-sec img {
  width: 100%;
  height: auto;
  background-size: cover;
}
.service-banner-inner {
  position: absolute;
  top: 7%;
  left: 20%;
  right: 20%;
  z-index: 77;
  content: "";
  display: block;
  margin: 0px auto;
  }

  .bg_image--8
  {
    background-image: url(../images/service-banner1.jpg);
    background-attachment: fixed;
    display: flex;
    height: 650px;
    align-items: center;
    position: relative;

  }

  .bg_image--9
  {
    background-image: url(../images/service-banner2.jpg);
    background-attachment: fixed;
    display: flex;
    height: 650px;
    align-items: center;
    position: relative;

  }


.service-banner-inner p {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  text-align: center;
  padding: 30px 80px;
  position: relative;
  letter-spacing: 1px;
}
/*red strip css*/
.red-strip {
  background-color: rgb(220, 8, 30);
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  display: block;
  background-image: linear-gradient(
    to left,
    transparent,
    transparent 50%,
    #ef0d33 50%,
    #ef0d33
  );
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.red-strip:hover {
  background-position: 0 0;
  color: #fff;
}
.red-strip a {
  display: block;
  padding: 140px 0px;
  text-align: center;
  margin: 0px auto;
}
.red-strip span {
  color: rgb(255, 255, 255);
  font-size: 120px;
  line-height: 100px;
  display: block;
  text-align: center;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  padding: 30px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.red-strip span i {
  font-style: normal;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 35px;
  display: block;
  font-weight: 300;
  padding-bottom: 10px;
  text-transform: none;
}


.red-strip .adj-spn i{padding: 20px 175px;}


/*red strip css end*/
.button3 {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 15px;
  width: 250px;
  cursor: pointer;
  border: solid 2px #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  margin: 5% 0px;
  display: block;
}
.button3 a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  display: block;
}
.button3 span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button3:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.button3:hover > span {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
.button3::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
}
.button3:hover::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*valuebox leftright image css*/
.valuebox {
  padding: 20px 0px 85px;
  display: block;
}
.valuebox i {
  font-size: 65px;
  color: #dcdcdc;
  text-align: left;
  padding: 15px;
  font-style: 300;
}
.valuebox h2 {
  font-size: 33px;
  line-height: 42px;
  color: #000;
  font-family: "trump_gothic_westbold";
  padding: 15px;
  text-transform: uppercase;
  text-align: left;
}
.valuebox p {
  font-size: 18px;
  line-height: 30px;
  color: #888;
  padding: 15px;
  text-align: left;
  font-style: 400;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
/*valuebox css end*/
.value-box2 {
  padding: 20px 0px;
}
.value-box2 i {
  font-size: 65px;
  color: #dcdcdc;
  text-align: left;
  padding: 40px 15px 30px;
  font-weight: 300;
}
.value-box2 h2 {
  font-size: 46px;
  line-height: 50px;
  color: #000;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  text-align: left;
}
.value-box2 h2:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 77;
  border: solid 2px #ef0d33;
  width: 40px;
  bottom: -12px;
  left: 16px;
}
.value-box2 p {
  font-size: 19px;
  line-height: 32px;
  color: #888;
  padding: 10% 100px 10% 15px;
  text-align: left;
  font-weight: 400;
  margin: 0px;
  font-family: "Maison Neue", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
}
.value-box2 img {
  padding: 20px 30px 0px 0px;
  display: block;
  margin: 0px auto;
}
.leftimagebox {
  position: relative;
  margin: 150px 0px;
}
.leftimagebox img {
  display: block;
}
.leftimagebox-inner {
  position: absolute;
  bottom: 50%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: block;
  z-index: 77;
  content: "";
}
.leftimagebox-inner img {
  display: block;
  margin: 0px auto;
  max-width: 360px;
}
.rightbox {
  margin: 140px auto;
  display: block;
  padding: 40px 40px 0px;
}
/*valuebox leftright image css end*/
/*card css*/
.card {
  display: block;
  position: relative;
  color: #fff;
  transition: box-shadow 0.3s, transform 0.3s, opacity 0.3s;
  background-color: #888;
  padding-bottom: 134%;
  overflow: hidden;
  margin-bottom: 30px;
}
.card__img {
  width: 100%;
  display: block;
  position: absolute;
}
.card__header {
  top: 30px;
  left: 40px;
  right: 40px;
  position: absolute;
}
.card__meta-title {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-size: 15px;
  letter-spacing: 2.5px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.card__title {
  font-family: "trump_gothic_westbold";
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  padding: 5px 0px;
  text-align: left;
  text-transform: uppercase;
}
.card__footer {
  bottom: 36px;
  left: 40px;
  position: absolute;
}
.card__footer p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.card:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
}
/*card css end*/
.our-works {
  padding: 10% 0px;
  display: block;
}
/*tabs css*/
.nav-pills {
  display: block;
  text-align: center;
  margin: 0px 0px 5%;
}
.nav-pills > li {
  display: inline-block;
  float: none;
}
.nav-pills > li > a {
  border-radius: 0px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "trump_gothic_westbold";
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.nav-pills > li > a:hover {
  background-color: transparent;
  color: #ef0d33;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ef0d33;
  background-color: transparent;
}
.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}
.cool-link:hover::after {
  width: 100%;
}
.cool-link2::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
.cool-link2:hover::after {
  width: 100%;
}
/*tabs css end*/

/* The Loader */

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
/*loader end*/

/*event section css*/
.events-section {
  background-size: cover;
  width: 100%;
  text-align: center;
  margin: 12% 0px;
}
.events-section h1 {
  display: block;
  padding: 10% 0px;
  position: relative;
  color: #111517;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 52px;
  font-family: "trump_gothic_westbold";
}
.gray-wrap-2 {
  background: #f0f0f0;
  width: 100%;
  padding: 3% 0px 8%;
  background-size: cover;
}
/*event section css end*/
/*news letter css*/
.newsletter {
  padding: 10% 0px;
  display: block;
}
.newsletter p {
  color: #111517;
  font-size: 30px;
  line-height: 44px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  text-transform: capitalize;
}
.well {
  /* min-height: 10px; */
  padding: 20px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.singup-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-size: 17px;
  background-color: #ff3743;
  text-transform: uppercase;
}
.singup-btn:hover {
  background-color: #ef0d33;
}
select.frecuency {
  border: none;
  font-style: italic;
  background-color: transparent;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.35s ease-in;
  transition: -webkit-transform 0.35s ease-in;
  border-bottom: none;
}
select.frecuency:focus {
  outline: none;
  background: #ff3743;
  border-bottom: 5px solid #39b3d7;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: -webkit-transform 0.35s ease-in;
  transition: -webkit-transform 0.35s ease-in;
}
.free {
  text-transform: uppercase;
}
.input-group {
  margin: 20px auto;
  width: 100%;
}
input.btn.btn-lg,
input.btn.btn-lg:focus {
  outline: none;
  width: 70%;
  height: 55px;
  border-color: #888;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
button.btn {
  width: 30%;
  height: 55px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*news letter css end*/
/*scroll top css*/
#toTop {
  position: fixed;
  bottom: 10px;
  margin: 0px auto;
  text-align: center;
  right: 0px;
  width: 25px;
  height: 70px;
  background: url(../images/arrow.png) center top no-repeat;
  border: none;
  left: 0px;
  z-index: 9999;
  cursor: pointer;
  display: none;
  -webkit-animation: moving 2s ease-out infinite;
  animation: moving 2s ease-out infinite;
}
@-webkit-keyframes moving {
  0% {
    bottom: 10px;
  }
  30% {
    bottom: 10px;
  }
  60% {
    bottom: 20px;
  }
}

@keyframes moving {
  0% {
    bottom: 10px;
  }
  30% {
    bottom: 10px;
  }
  60% {
    bottom: 20px;
  }
}
/*scroll top css*/

/*owl css*/
#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

/*counter css*/
.counter {
  display: block;
  text-align: center;
  padding-bottom: 95px;
}
.employees,
.customer,
.design,
.order {
  margin-bottom: 70px;
  border-right: solid 1px #ccc;
}
.counter-count {
  font-size: 120px;
  position: relative;
  color: #000;
  font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  font-weight: 800;
}
.employee-p,
.customer-p,
.order-p,
.design-p {
  font-size: 18px;
  color: #000000;
  line-height: 40px;
  font-family: "Maison Neue", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-weight: 300;
  padding-top: 25px;
  text-align: center;
}
.order:last-child {
  border-right: none;
}
/*counter css end*/

@media (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 999px) {
  .navbar-nav {
    float: none;
    margin: 0px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    float: none;
    margin: 0px;
  }
}

@media (max-width: 480px) {

  .inner-section p{padding: 20px 20px;}
  .our-works{padding: 17% 0px 10%;}

  .nav-pills {margin: 60px 0px 5% !important;}
.red-strip .adj-spn i{padding: 20px 10px;}  
  
  .value-box2 img{padding: 20px 0px 0px 0px;}
  
  
  .navbar.header-scroller #nav-toggle {
   margin: -45px 0.9%;
}


.services-details-sum h2{ padding: 10px;}



  


  .career-position ul li{

    width: 100%;


  }
.pad-0{padding:0;
    
    
    
    
}






  .red-strip span{
    font-size:75px;
    line-height: 70px;
  }
  .check{width: 90%;}

  .contact-block h2{
    padding: 45px 0px 0px 20px;
  }


  .service-banner-inner p {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-family: "Rift", system-ui, -apple-system, "Segoe UI", Roboto,
      "Helvetica Neue", sans-serif;
    text-align: center;
    padding: 0px 50px;
    position: relative;
    letter-spacing: 1px;
  }




  .service-banner-inner{
    position: absolute;
    top: 7%;
    left: 0%;
    right: 0%;
    z-index: 77;
    content: "";
    display: block;
    margin: 0px auto;
}

  
  .navbar-nav {
    float: none;
    margin: 0px;
  }
  .navbar-brand {
    padding: 10px 15px;
  }
  .navbar-brand > img {
    display: inline-block;
  }
  .mainMenu ul {
    margin: 0px;
    padding: 110px 0px 0px 30px;
    list-style: none;
    display: block;
    float: none;
    max-width: 100%;
  }
  #nav-toggle {
    padding: 0px 50px 0px 0px;
    margin: -45px 0px;
    z-index: 9999999;
  }
  .home-top-contant h1 {
    padding: 200px 0px 0px 10%;
    font-size: 34px;
    line-height: 38px;
    margin: -30% 0px 0px;
  }
  .sep1 {
    margin: 12px 10%;
  }
  .home-top-contant p {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 10%;
  }
  .social-top-icon {
    padding: 40px 0px 0px 30px;
    float: left;
    width: 100%;
  }
  .home-top-contant .bannerBtn {
    padding: 10px 0px;
    margin: 1% 10%;
    width: 140px;
    font-size: 14px;
  }
  .banner-footer {
    padding: 5px 0px;
  }
  .banner-footer p {
    padding: 10px 0px;
  }
  .banner-f-logo {
    display: block;
    padding: 15px 0px;
    text-align: center;
  }
  .banner-f-logo a {
    float: none;
    margin-right: 15px;
    display: inline-block;
    padding: 10px 0px;
  }
  .section--home-block-left h1 {
    font-size: 35px;
    line-height: 40px;
    padding: 15px 0px;
  }
  .section--home-block-left p {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0px;
  }
  
  .home-top-contant p {
    padding: 15px 10%;
}


.card__title {
  font-family: "trump_gothic_westbold";
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0px 0px;
  text-align: left;
  text-transform: uppercase;
}

.card__header {
  top: 10px;
  left: 10px;
  right: 40px;
  position: absolute;
}  

.card__footer {
    top:25px;
  bottom:0;
  left: 10px;
  position: absolute;
}


.card__footer p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

  
  .imgs-hide{display:none!important;}
  .valuebox{padding-bottom:20px;}
  
  .button3 {
    padding: 10px;
    width: 190px;
    font-size: 16px;
    margin: 3% 0px;
  }
  .section--home-block {
    padding: 10% 0px;
  }
  .section--home-block-right img {
    top: 30px;
  }
  .testimonial-section {
    padding: 120px 0px 50px;
    clear: both;
  }
  .testimonial-section p {
    padding: 20px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .blue-img {
    float: none;
    padding: 25px 0px 0px 50px;
    display: block;
    max-width: 100%;
  }
  .section--home-block-right {
    margin: 30px 0px 170px;
  }
}
.index-cls .service-box1-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index-cls .service-box1 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
}
.index-cls .service-box1 img {
    width: 120px;
}
.index-cls .service-box1 h2 {
    padding: 4px 0px 2px 0px;
}
.index-cls .service-box1 h2:before {
    top: 45px;
    transform: translate(-50%, -50%);
    left: 50%;
}
.about-servic-col h2:before {
    transform: translate(-50%, -50%);
    left: 50%;
    border: unset;
    width: 15%;
    height: 3px;
    background: #ef0d33;
    top: 55px;
}
.about-servic-col img {
    width: 120px;
}
.about-servic-col h2 {
    padding-bottom: 8px;
}
.index-cls .service-box1-main .service-box1 ul li {
    padding: 0px;
    color: #111517;
    font-size: 20px;
    line-height: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: center;
    margin: 0px;
}
.about-servic-sec .about-servic-col p {
    color: #111517;
    font-size: 20px;
    line-height: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: center;
}
.servic-pag-sec .servic-pag-col a {
    padding: 0px 0px 25px 0px;
}
.contact-block {
    padding-bottom: 0;
    padding-top: 90px;
}
.contact-pag-sec {
    padding-top: 150px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {    
  .mainMenu ul {        
    padding: 120px 0px 0px 30px;    
}    
  .navbar-brand > img { 
    width: 150px;        
    height: 49px;    
}    
#nav-toggle { 
    margin: -32px -15px 0 0;    
}
.navbar.header-scroller #nav-toggle {
        margin: -36px -15px 0 0 !important;
}
#nav-toggle span:before, #nav-toggle span:after {
    height: 2px;
    width: 28px;
}
#nav-toggle span {
    height: 2px;
    width: 24px;
}
.mainMenu ul li a {
    font-size: 34px;
}
.social-top-icon a {
    font-size: 22px;
}
.contact-block h1 {
    font-size: 35px;
    line-height: 40px;
    padding: 40px 0px 35px;
}
.contact-block h1:before {
    bottom: 25px;
    border: solid 1px #ef0d33;
}
.index-cls .service-box1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 25px;
}
.index-cls .service-box1-main {
    padding-top: 0;
    padding-bottom: 48px;
}
.inner-section h1 {
    margin: 0 0px 0px;
    font-size: 35px;
}
.inner-section p {
        font-size: 18px;
        line-height: 35px;
        text-align-last: center;
        text-align: justify;
}
.counter-count {
    font-size: 55px;
    padding: 0;
    line-height: 65px;
}
.employee-p, .customer-p, .order-p, .design-p {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
}
.employees, .customer, .design, .order {
    margin-bottom: 15px;
}
.counter-sec .row .counter-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
}
.counter-sec .row {
    display: flex;
    flex-wrap: wrap;
}
.why-work-sec {
    padding-bottom: 8px;
}
.counter-sec {
    padding-bottom: 80px;
}
.home-servic-sec {
    padding-bottom: 0px;
}
.index-cls .service-box1-main .service-box1 ul li {
    font-size: 18px;
    line-height: 37px;
}
.service-box1 ul {
    padding: 22px 0px 15px 0;
}
.index-cls .service-box1 h2:before {
    top: 44px;
    border: solid 1px #ef0d33;
}
.index-cls .service-box1 h2 {
    font-size: 25px;
}
.index-cls .service-box1 img {
    width: 100px;
}
.index-cls .service-box1:after {
    content: "";
    background: #ccc;
    width: 84%;
    height: 1px;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.index-cls .service-box1:last-child:after {
    background: transparent;
}
.index-cls .service-box1:first-child {
    padding-top: 0;
    margin-top: -10px;
}
.about-who-sec {
    padding-bottom: 55px;
}
.service-box1 img {
    display: inline-block;
    width: 50%;
    width: 100px;
}
.about-servic-sec .about-servic-col p {
    font-size: 18px;
    line-height: 37px;
    text-align: justify;
    text-align-last: center;
    padding: 20px 35px 0 35px;
}
.about-servic-sec .about-servic-col h2 {
    padding: 5px 0 0 0;
    font-size: 25px;
}
.about-servic-col h2:before {
    width: 12%;
    height: 2px;
    top: 45px;
}
.about-servic-col:after {
    content: "";
    background: #ccc;
    width: 84%;
    height: 1px;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.about-servic-sec .about-servic-col:last-child:after {
    background: transparent;
}
.about-servic-sec {
    padding-bottom: 60px;
}
.servic-pag-sec .servic-pag-col a {
    font-size: 25px;
}
.servic-pag-sec .servic-pag-col img {
    width: 100px;
}
.servic-pag-sec .servic-pag-col:after {
    content: "";
    background: #ccc;
    width: 98%;
    height: 1px;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.servic-pag-sec .servic-pag-col {
    margin-top: 18px;
}
.servic-pag-sec .servic-pag-col:first-child {
    margin-top: 0;
}
p.servic-para-botm {
    padding-bottom: 0;
}
.servic-pag-sec .servic-pag-col:last-child:after {
    background: transparent;
}
.servic-pag-top-sec {
    margin-bottom: 55px;
}
.contact-pag-sec .form-box {
    margin-top: 0;
}
.contact-block {
    padding-bottom: 25px;
}
.contact-pag-sec {
    padding-top: 120px;
    padding-bottom: 50px !important;
}
.career-position ul li a {
    font-size: 30px;
}
.we-offer-sec .inner-section {
    padding-bottom: 60px;
}
.freedom-sec .freedom-col {
    padding-top: 80px !important;
    padding-bottom: 40px; 
}
.space-mob {
    height: 0;
    padding: 0;
}
.freedom-sec .freedom-col i.fa.fa-diamond {
    padding-top: 0;
}
.freedom-sec .freedom-col h2 {
    padding-top: 0;
    padding-bottom: 0;
}
.freedom-sec .freedom-col p {
    font-size: 18px;
    text-align: justify;
    padding-bottom: 0;
}
.career-position ul {
    padding: 0 10px;
}
.career-position ul li {
    float: unset;
    padding: 0px;
    margin: auto;
    border-bottom: unset;
}
.career-position ul li:last-child {
    border-bottom: solid 1px #ccc !important;
}
.career-position {
    padding: 6px 0 0 0;
}
.why-digital-sec {
    padding-bottom: 80px;
}
.leftimage-inner-mob {
    margin-bottom: 0;
}
.partteam-sec {
    margin: 0;
    padding: 80px 0 0 0;
}
.partteam-sec i.fa.fa-diamond {
    padding-top: 0;
}
.partteam-sec h2 {
    padding-top: 0;
    padding-bottom: 0;
}
.partteam-sec p {
    text-align: justify;
    padding-bottom: 0;
}
.learn-best-sec .learn-best-col {
    margin: 0;
    padding: 80px 0 0 0;
}
.learn-best-sec i.fa.fa-diamond {
    padding-top: 0;
}
.learn-best-sec h2 {
    padding-top: 0;
    padding-bottom: 0;
}
.learn-best-sec p {
    text-align: justify;
    padding-bottom: 0;
}
.learn-best-sec h2 br {
    display: none;
}
.leftimage-learn-mob {
    margin-top: 430px;
    margin-bottom: 20px;
}
.uper-div-learn-mob {
    padding: 0;
}
}
