/*    common   attributes    */
:root {
  --orange: #fa8626;
}

body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: "Helvetica", sans-serif;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.padd0 {
  padding: 0;
}
.marg0 {
  margin: 0;
}
.main-container,
.footer-container {
  padding: 0 15px;
}
/*   header   */
.header-top {
  display: inline-block;
  width: 100%;
  background: #5e1a96 url(../images/TTC-top-nav-bg-2.jpg) 0 0;
  background-size: cover;
  height: 51px;
  padding: 13px 0;
}
.header-top .top-lft {
  width: 80%;
  float: left;
  padding-left: 2%;
}
.header-top .top-lft a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  line-height: 27px;
  margin-right: 25px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.header-top .top-lft a:hover {
  color: #fa8626;
  text-decoration: none;
  transition: all ease 0.3s;
}
.header-top .top-lft a i {
  color: #fa8626;
  font-size: 16px;
  display: inline-block;
  margin-right: 3px;
  transition: all ease 0.3s;
}
.header-top .top-lft a:hover i {
  color: #ffffff;
  transition: all ease 0.3s;
}
.header-top .top-rght {
  width: 20%;
  float: right;
  text-align: right;
}
.top-quote {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
.top-social {
  margin-right: 125px;
}
.top-social a {
  margin-left: 20px;
  font-size: 18px;
  color: #4091c8;
}
.top-quote .btn-proposal {
  background: #fa8626;
  box-shadow: none;
  border: 0;
  color: #ffffff;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  padding: 11.5px 18px;
  transition: all ease-in-out 0.3s;
}
.top-quote .btn-proposal:hover {
  background: #4091c8;
}
.btn-proposal .fa {
  margin-left: 10px;
}
header {
  position: relative;
  top: 0;
  z-index: 20;
  width: 100%;
}
.search-enter {
  float: right;
  margin-top: -60px;
  margin-right: 83px;
}
.srcfield {
  background: url("../images/search-ico.png") 10px 10px no-repeat;
  text-indent: 1em;
  display: inline-block;
  border: 0 none;
  width: 0;
  height: 3em;
  border-radius: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  padding: 1em 1.5em;
  cursor: pointer;
  -webkit-appearance: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #999;
  vertical-align: baseline;
  transition: all ease-in-out 0.4s;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.srcfield:hover,
.srcfield:focus {
  background: #ffffff url("../images/search-ico.png") 10px 10px no-repeat;
  z-index: 9;
  position: relative;
}
.srcfield:focus {
  width: 100%;
  cursor: text;
  border: 1px solid #00adb5;
}
.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.search-field,
.search-submit {
  height: 3.75rem;
}
.search-form label {
  color: #ffffff;
  visibility: hidden;
}
.search-field {
  position: absolute;
  right: 0;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #333333;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  padding: 6px 32px 6px 12px;
  width: 0;
  z-index: 3;
  border-radius: 20px;
}
.search-field:focus {
  cursor: text;
  opacity: 1;
  outline: none;
  width: 100%;
  z-index: 1;
}
.search-field:focus:hover ~ .search-submit .fa-search {
  color: #333333;
}
.search-field:hover ~ .search-submit .fa-search {
  color: #333333;
}

.search-submit {
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: none;
  float: right;
  position: relative;
  width: 3.75rem;
  z-index: 2;
}
.search-submit:hover .fa-search {
  color: #333333;
}
.fa-search {
  transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 2.25rem;
}
.top-right {
  float: right;
  width: 60%;
  padding: 8px 0;
}
/*header .header-top ul li .hd-gpls{
    padding: 5px 8px;
}*/

/*   navigation   */

header .nav-area .navbar-default {
  border: none;
  border-radius: 0;
  margin: 0;
  background: none;
  min-height: 66px;
  position: relative;
}
header .nav-area .navbar-default .navbar-header .navbar-brand {
  height: auto;
  padding: 2px 15px;
}
.nav-area .navbar-default.scroll-fix {
  background-color: #fafafa;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
  min-height: 50px;
}
.scroll-fix .search-form label {
  color: #fafafa;
}
.nav-area .navbar-default .navbar-collapse {
  transition: all ease-in-out 0.1s;
}
.nav-area .navbar-default.scroll-fix .navbar-collapse {
  padding-right: 180px;
}
.nav-area .navbar-default.scroll-fix .navbar-brand > img {
  width: auto;
  height: 45px;
}
header .nav-area .navbar-default .navbar-nav > li {
  margin: 5px 7px 0px 7px;
}
.blog-wrap .blog-page .blockcontent p {
  font-size: 16px;
}
header .nav-area .navbar-default .navbar-nav > li > a {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}

header .nav-area .navbar-default .navbar-nav > li > a:hover,
header .nav-area .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fa8626;
  background: none;
}
header .nav-area .navbar-default .navbar-nav li.current-menu-parent a {
  background: none;
}
header .nav-area .navbar-default .navbar-nav li.current-menu-parent a:hover {
  background: #f5f5f5;
}
header .nav-area .navbar-default .cart-btn li {
  float: right;
  text-align: center;
  margin: 12px 0 0;
}
header .nav-area .navbar-default .cart-btn li a {
  padding: 11px 15px;
  background: #b6281c;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

header .nav-area .navbar-default .cart-btn li a:hover {
  background: #7eb6d3;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

header .nav-area .navbar-default .cart-btn li a .fa {
  margin-right: 10px;
}

header .nav-area .navbar-default .cart-btn li a span {
  margin: 0 5px;
}
.navbar-nav > li > .dropdown-menu {
  width: 230px;
  padding: 0;
  right: inherit;
  left: 0;
}
.menu-navigation-container .dropdown-menu > li > a {
  padding: 8px 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.menu-navigation-container .dropdown-menu > li > a:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 8px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #4091c8;
}

/*   slider   */

.desk-banner {
  display: block;
  max-width: 100%;
}
.mb-banner {
  display: none;
  max-width: 100%;
}

.slider .carousel-control.left {
  width: auto;
  left: 0;
  margin-left: 0;
  text-shadow: none;
  opacity: 1;
}
.slider .carousel-control .glyphicon-chevron-left,
.slider .carousel-control .icon-prev {
  margin-left: 0;
  padding: 10px 20px;
  width: auto;
  height: auto;
  color: #ce2558;
  font-size: 50px;
}
.slider .carousel-control.right {
  width: auto;
  right: 0;
  margin-left: 0;
  text-shadow: none;
  opacity: 1;
}
.slider .carousel-control .glyphicon-chevron-right,
.slider .carousel-control .icon-next {
  margin-right: 0;
  padding: 10px 20px;
  width: auto;
  height: auto;
  color: #ce2558;
  font-size: 50px;
}
/*.slider .carousel-caption{
    text-align: left;
    left: 5%;
    right: 45%;
    top: 70px;
    text-shadow: none;
}*/
.slider .carousel-caption {
  width: 100%;
  /* left: 50%; */
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10%;
  text-align: center;
  top: 18%;
  /* transform: translate(-50%, -50%); */
}
.carousel-caption{
  bottom: 0px;
}
/*.slider .carousel-caption h1{
	font-size:60px;
	font-weight:700;
	color:#4091c8;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform:capitalize;	
}
.slider .carousel-caption p{
	font-size:24px;
	color:#253746;
	line-height: 28px;
}*/
.slider .carousel-caption h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Helvetica", sans-serif;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.home .slider .carousel-inner .desk {
  background-size: cover;
  object-fit: cover;
  width: 100%;
}
.digital-marketing .consistency img {
  float: right;
  height: 100%;
}
.slider .carousel-caption p {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  margin: 0px 0 20px;
}
.slider .carousel-caption h2 {
  color: #4a3e41;
  text-transform: capitalize;
  font-weight: 300;
}
.slider .carousel-caption h2 span {
  font-weight: 500;
}
.btn-1 {
  text-align: center;
  display: inline-block;
  padding: 5px 22px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-1:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  left: -54px;
  top: -54px;
  transform: rotate(37deg);
  transition: all 0.3s;
  opacity: 1;
}
.btn-1:hover:before {
  left: 95%;
}
.sliderbtn {
  color: #ffffff;
  background: #fa8626;
  height: 50px;
  display: inline-block;
  width: 250px;
  text-transform: uppercase;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
  margin-top: 30px;
  line-height: 51px;
  border-radius: 25px;
  text-align: center;
  border: 0px solid #00adb5;
}

.sliderbtn:hover {
  color: #ffffff;
  background: #4091c8;
}
.slider .carousel-control .glyphicon-chevron-left,
.slider .carousel-control.right {
  display: none;
}
.about-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.about-img img {
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  width: 100%;
}
.about-img .about-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: rotation 30s linear infinite;
  animation: rotation 30s linear infinite;
}
.home-about {
  margin-top: 50px;
}
.home-about h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}
.sec-head {
  font-size: 30px;
  color: #fa8626;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 700;
  display: block;
}
.home-about p {
  color: #696687;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.home-about p strong {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.four-way li {
  width: 50%;
  float: left;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #4091c8;
  list-style: none;
}
.four-way li .fa {
  padding-right: 10px;
  color: #fa8626;
}
.more-about {
  background: #fa8626;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 35px;
  transition: all ease-in-out 0.3s;
}
.more-about:hover {
  background: #4091c8;
  color: #ffffff;
}
.ttc-offer {
  background: #fafafa url("../images/whatwedo-rhgt-dotted-bg.png") 100% 0
    no-repeat;
  margin-top: 50px;
  padding: 50px 0;
}
.ttc-offer h3 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.ttc-offer h3 .sec-head {
  font-weight: 700;
}
.single-services.box {
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  background-color: #fff;
  margin-bottom: 30px;
}
.single-services {
  text-align: center;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-services.box span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa203),
    to(#fa8626)
  );
  background-image: linear-gradient(to right, #ffa203, #fa8626);
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 115px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #fa8626;
  -webkit-animation: border-transform 5s linear infinite alternate forwards;
  animation: border-transform 5s linear infinite alternate forwards;
}
.single-services.box span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  background-color: #fafafa;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
}
.single-services h4 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Saira Extra Condensed", sans-serif;
  color: #4091c8;
  margin-bottom: 20px;
}
.single-services p {
  color: #696687;
  margin-bottom: 20px;
  font-size: 16px;
}
.rd-more a {
  font-size: 14px;
  background: #fa8626;
  color: #ffffff;
  font-weight: 400;
  border-radius: 30px;
  padding: 12.5px 40px;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}
.rd-more a:hover,
.single-services:hover .rd-more a {
  background: #4091c8;
}
.single-services:hover span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#66b8f0),
    to(#4091c8)
  );
  background-image: linear-gradient(to right, #66b8f0, #4091c8);
}
.viewall-srv {
  text-align: center;
}
.viewall-srv a {
  background: #fa8626;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 35px;
  transition: all ease-in-out 0.3s;
  margin-top: 15px;
  display: inline-block;
}
.viewall-srv a:hover {
  background: #4091c8;
}
.deliver-success {
  background: url("../images/deliver-success-bg.jpg") 0 0 no-repeat;
  background-size: 100%;
}
.deliver-block h4 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin: 95px 0 20px;
}
.deliver-block p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}
.deliver-block a {
  font-size: 18px;
  border-radius: 30px;
  background: #fa8626;
  color: #ffffff;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 30px;
  transition: all ease-in-out 0.3s;
}
.deliver-block a:hover {
  background: #4091c8;
}
.single-rate {
  padding: 40px;
  color: #ffffff;
  text-align: center;
}
.marg0 {
  margin: 0;
}
.deepblue {
  background: rgba(48, 41, 108, 0.8);
}
.midblue {
  background: rgba(83, 75, 155, 0.8);
}
.lightblue {
  background: rgba(64, 145, 200, 0.8);
}
.persants strong {
  font-size: 100px;
  font-weight: 900;
}
.persants {
  font-size: 100px;
  font-weight: 900;
}
.single-rate h5 {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 36px;
  font-weight: 500;
}
.single-rate p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 10px 0;
}
.single-rate a {
  font-size: 14px;
  background: #fa8626;
  color: #ffffff;
  font-weight: 400;
  border-radius: 30px;
  padding: 12.5px 40px;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}
.single-rate a:hover {
  background: #4091c8;
}
.success-rate {
  margin-top: 115px;
}
.whychoos-us {
  overflow: hidden;
  padding: 50px 0;
}

.whychoos-us h4 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}
.whychoos-us p {
  color: #696687;
  font-size: 16px;
  margin-bottom: 20px;
}
.why-choose-us-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.why-choose-us-img img {
  max-width: 100%;
}
.why-choose-us-img .why-choose-us-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-animation: rotation 30s linear infinite;
  animation: rotation 30s linear infinite;
}
.work-skill {
  padding-left: 40px;
}
.work-skill li {
  position: relative;
  margin-bottom: 30px;
}
.work-skill li p {
  margin-bottom: 0;
}
.work-skill li h5 {
  font-size: 30px;
  font-weight: 600;
  color: #4091c8;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Saira Extra Condensed", sans-serif;
}
.work-skill li::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 24px;
  color: #fa8626;
  display: block;
  position: absolute;
  top: -1px;
  left: -40px;
}
.accrodion-sec {
  background: #fafafa url("../images/accordion-bgdotted.png") 0 0 no-repeat;
  padding: 50px 0;
}
.accrodion-sec h4 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 40px;
}
.accordion-group {
  width: 78%;
  margin: 0 auto;
}
.accordion-group .panel-heading {
  padding: 0;
}
.accordion-group .panel-group .panel + .panel {
  margin-top: 15px;
}
.accordion-group .panel-title a {
  display: block;
  padding: 15px 20px;
  font-size: 20px;
  color: #696687;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.accordion-group .panel-title a:focus,
.accordion-group .panel-title a:focus-visible {
  outline: 0;
}
.accordion-group .panel-title a span {
  font-weight: 700;
}
.accordion-group .panel-group .panel {
  border: 0;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 3%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 3%);
}
.accordion-group .panel-default > .panel-heading {
  background-color: #ffffff;
  border: 0;
  border-radius: 8px;
}
.accordion-group .panel-body p {
  font-size: 16px;
  color: #696687;
  line-height: 25px;
}
.accordion-group .panel-title a.collapsed:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 20px;
  display: block;
  color: #fa8626;
  position: absolute;
  top: 17px;
  right: 20px;
  transition: all ease-in-out 0.4s;
}
.accordion-group .panel-title a:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 20px;
  display: block;
  color: #fa8626;
  position: absolute;
  top: 20px;
  right: 20px;
}
.accordion-group
  .panel-heading#headingOne
  .panel-title
  a.collapsed[aria-expanded="true"]::after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 20px;
  display: block;
  color: #fa8626;
  position: absolute;
  top: 17px;
  right: 20px;
}
.accordion-group
  .panel-heading#headingOne
  .panel-title
  a[aria-expanded="true"]::after {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 20px;
  display: block;
  color: #fa8626;
  position: absolute;
  top: 20px;
  right: 20px;
}
.get-more {
  text-align: center;
}
.get-more a {
  background: #fa8626;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  margin-top: 30px;
}
.get-more a:hover {
  background: #4091c8;
}
.seo-checking {
  padding: 50px 0;
  overflow: hidden;
}
.seo-checking h4 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.seo-checking h4 span {
  color: #fa8626;
}
.seo-checking p {
  font-size: 16px;
  color: #696687;
  line-height: 22px;
}
.seo-checking .seo-check-form label {
  font-size: 14px;
  font-weight: 500;
  color: #696687;
  display: block;
}
.form-ico {
  border: 1px solid #cacaca;
  width: 60px;
  height: 50px;
  float: left;
  text-align: center;
  padding-top: 14px;
  border-radius: 8px 0px 0px 8px;
}
.form-ico .fa {
  color: #fa8626;
  font-size: 18px;
}
.seo-check-form .form-control {
  height: 50px;
  border: 1px solid #cacaca;
  box-shadow: none;
  width: 88%;
  border-radius: 0px 8px 8px 0px;
  border-left: 0;
}
.seo-check-form .form-control:focus {
  box-shadow: none;
  border-color: #cacaca;
}
.seo-check-form .form-group:first-child {
  margin-bottom: 40px;
  margin-top: 30px;
}
.seo-checking img {
  float: right;
}
.contact-home {
  background: url("../images/home-contact-bg.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.contact-home .floating-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.contact-home h4 {
  font-size: 60px;
  color: #ffffff;
  text-align: left;
  font-weight: 200;
  padding-top: 130px;
  margin-top: 0;
}
.contact-home h4 strong {
  font-weight: 600;
}
.home-contact {
  padding: 113px 0 112px 40px;
  margin: 0 -8px;
}
.home-contact .form-group {
  width: 50%;
  float: left;
  padding: 0 8px;
  margin-bottom: 35px;
}
.home-contact .form-group .form-control,
.home-contact .form-group .wpcf7-select {
  border-radius: 8px;
  height: 45px;
  padding: 8px 20px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  width: 100%;
}
.home-contact .form-group select.wpcf7-select {
  color: #f5f5f5;
}
.home-contact .form-group select.wpcf7-select:focus-visible {
  outline: 0;
}
.home-contact .form-group select.wpcf7-select option {
  color: #4091c8;
}
.home-contact .form-group .form-control::placeholder,
.home-contact .form-group .wpcf7-select::placeholder {
  color: #f5f5f5;
}
.form-group-textare {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
.form-group-textare textarea {
  height: 135px;
  border-radius: 8px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.form-group-textare textarea::placeholder {
  color: #f5f5f5;
}
.btn-groups {
  text-align: center;
  margin-top: 30px;
}
.btn-groups .btn-submit {
  background: #fa8626;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  box-shadow: none;
  border: 0;
}
.btn-groups .btn-submit:hover {
  background: #4091c8;
}
.contact-home p {
  font-size: 40px;
  color: #ffffff;
  font-weight: 200;
  font-family: "Saira Extra Condensed", sans-serif;
  position: relative;
}
.for-more p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 4px;
  width: 160px;
  background: #ffffff;
  display: block;
}
.contact-home .form-group p,
.contact-home .form-group-textare p {
  font-family: inherit;
}
.seo-check-form .btn-group {
  margin-top: 20px;
}
.btn-group .btn-check {
  background: #fa8626;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  box-shadow: none;
  border: 0;
}
.btn-group .btn-check:hover {
  background: #4091c8;
}
.main-socialmedia {
  padding: 50px 0;
  text-align: center;
  height: 250px;
}
.socialmedia-group a {
  width: 72px;
  height: 69px;
  transform: rotate(45deg);
  display: inline-block;
  color: #ffffff;
  padding: 20px;
  transition: all ease-in-out 0.5s;
}
.socialmedia-group a:hover {
  transform: rotate(405deg);
}
.socialmedia-group a .fa {
  transform: rotate(-45deg);
  font-size: 24px;
}
.socialmedia-group a.fb {
  background: #166ada;
  position: absolute;
  left: 0;
  top: 0;
}
.socialmedia-group a.linkd {
  background: #0a66c2;
  position: absolute;
  top: 50px;
  left: 50px;
}
.socialmedia-group a.twi {
  background: #1da1f2;
  position: absolute;
  top: 2px;
  left: 98px;
}
.socialmedia-group a.inst {
  background: #dc0d31;
  position: absolute;
  top: 52px;
  left: 148px;
}
.socialmedia-group a.ytube {
  background: #ff0000;
  position: absolute;
  left: 196px;
  top: 4px;
}
.socialmedia-group {
  position: relative;
  width: 290px;
  margin: 0 auto;
}
.main-footer {
  background: #332241;
  border-top: 4px solid #ebebeb;
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
.main-footer .left-panel img {
  margin-bottom: 15px;
}
.main-footer .left-panel p {
  text-align: justify;
}
.main-footer h4 {
  font-size: 30px !important;
  font-weight: 700;
  color: #fa8626;
  margin-bottom: 30px;
}
.main-footer p.widget-title {
  font-size: 30px !important;
  font-weight: 700;
  color: #fa8626;
  margin-bottom: 5px;
  padding: 0px;
}
.main-footer ul {
  padding-left: 0;
}
.main-footer ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.main-footer ul li {
  position: relative;
  padding-left: 22px;
}
.main-footer ul li {
  width: 49%;
  display: inline-block;
}
.main-footer .contct-info li {
  display: block !important;
  width: 100% !important;
}
.main-footer #block-3 {
  margin-top: 50px;
}
.main-footer ul li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fa8626;
}
.main-footer ul li i.fa {
  color: #fa8626;
  font-size: 18px;
  margin-right: 15px;
}
.main-footer ul li i.fa-map-marker {
  float: left;
  color: #fa8626;
  margin: 0 30px 20px 0;
}
.main-footer p {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 12px;
  display: inline-block;
  color: #fff;
}
.main-footer ul li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 12px;
  display: inline-block;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.main-footer ul li a:hover {
  color: #00adb5;
}
.main-footer ul.contct-info li {
  margin-bottom: 10px;
  padding-left: 0;
}
.contct-info li::before {
  display: none;
}
.contct-info li p {
  font-size: 14px;
}
.footer-panel {
  /*background: #777777;*/
  background: #111;
  padding: 10px 0;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: -6px;
}
.footer-panel p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-panel p a {
  color: #ffffff;
  font-size: 14px;
}
.designby {
  text-align: right;
}
.main-footer h5 {
  font-size: 18px;
  font-weight: 500;
  color: #4091c8;
  margin-bottom: 15px;
}
.main-footer .form-group input {
  height: 45px;
  border-radius: 30px 0 0 30px;
  padding: 10px 15px;
  border: 1px solid #fa8626;
  float: left;
}
.main-footer .form-group button {
  border-radius: 0 30px 30px 0;
  background: #fa8626;
  color: #ffffff;
  height: 45px;
  padding: 12px 15px;
  margin-left: -3px;
  border: 0;
}
.mid-bottm-foot {
  text-align: center;
}
.form-group input:focus-visible {
  outline: 0;
}
.get-quote-modal .form-group input.form-control,
.get-quote-modal .form-group select.wpcf7-select {
  height: 45px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.get-quote-modal .form-group textarea.form-control {
  height: 80px;
  box-shadow: none;
}
.btn-group .wpcf7-submit {
  background: #fa8626;
  font-size: 14px;
  padding: 10px 40px;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
  width: auto;
  display: table;
  margin: 0 auto;
}
.btn-group .wpcf7-submit:hover {
  background: #4091c8;
}
.get-quote-modal .btn-group {
  text-align: center;
  display: block;
}
.modal-footer p {
  margin-bottom: 0;
  text-align: center;
}
section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.carousel-inner .item .mb {
  display: none;
}
.innertop-banner img {
  /* width: 100%;
  height: 400px;
  object-fit: cover; */
  display: none;
}
.innertop-banner {
  position: relative;
  min-height: 400px;
  /* background: #002231; */
  background: linear-gradient(135deg, #002231 0%, #4091c8 100%);
}
.innertop-banner::after {
  /* height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  position: absolute; */
}
.industries-page {
  position: relative;
}
.innerBanner-caption {
  position: absolute;
  top: 18%;
  left: 15%;
  right: 15%;
  text-align: center;
  z-index: 10;
}
.industries-page .innerBanner-caption {
  top: 30px;
  left: 45%;
  right: 5%;
  text-align: left;
}
.innerBanner-caption h1 {
  font-size: 50px;
  font-weight: 700;
  /*color: #4091c8;*/
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.innerBanner-caption p {
  font-size: 24px;
  font-weight: 500;
  /* color: #253746; */
  color: #e8c4c4;
  line-height: 24px;
  /* margin-top: 10px; */
}
.innerBanner-caption p strong {
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  color: #fa8626;
  font-family: "Helvetica", sans-serif;
}
.innerBanner-caption p span {
  font-weight: 800;
}
.innerBanner-caption p a.get-start {
  background: #fa8626;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
  display: inline-block;
}
.innerBanner-caption p a.get-start:hover {
  background: #4091c8;
}
.why-select {
  padding: 50px 0;
}
.why-select h2 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 50px;
}
.why-select.awesome-it h4 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.why-select.awesome-it h4 span {
  color: #fa8626;
}
.why-select.awesome-it h5,
.why-select.awesome-it h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003a63;
  margin-bottom: 8px;
}
.why-select p {
  font-size: 16px;
  color: #253746;
  margin-bottom: 20px;
}
.why-select img {
  float: right;
}
.why-select.awesome-it .why-choose-us-img {
  position: sticky;
  top: 65px;
  margin-top: 60px;
}
.health-care .why-select.awesome-it .why-choose-us-img,
.restaurant-digital-marketing .why-select.awesome-it .why-choose-us-img,
.small-business .why-select.awesome-it .why-choose-us-img,
.law-firms .why-select.awesome-it .why-choose-us-img,
.real-estate .why-select.awesome-it .why-choose-us-img,
.ecommerce .why-select.awesome-it .why-choose-us-img,
.locksmith-seo-company .why-select.awesome-it .why-choose-us-img {
  position: static;
  top: 0px;
  margin-top: 0px;
}
.consistency {
  background: #4091c8;
  overflow-x: hidden;
}
.consistency img {
  max-width: 100%;
}
.content-block0 {
  padding: 60px 15px 60px 6.5%;
}
.content-block0 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
}
.bl-img {
  padding-right: 0;
}
.content-block0 ul li {
  font-size: 16px;
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
  padding-left: 25px;
  line-height: 26px;
}
.content-block0 ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}
.getquote a {
  background: #fa8626;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  transition: all ease-in-out 0.3s;
  margin-top: 8px;
  display: inline-block;
  border: 1px solid #fa8626;
}
.getquote a:hover {
  background: #4091c8;
  border: 1px solid #ffffff;
}
.we-offer {
  background: #fafafa url(../images/service-bg-dotted.png) 0 0 no-repeat;
  padding: 40px 0;
  text-align: center;
}
.we-offer h4 {
  font-size: 40px;
  text-align: center;
  color: #333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.single-service {
  background: #ffffff;
  padding: 15px;
  margin-top: 70px;
  min-height: 320px;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 3%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 3%);
}
.circle-ico {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #fafafa;
  padding: 20px;
  margin-top: -65px;
}
.srv-info div strong {
  font-weight: 700;
  font-size: 24px;
  color: #253746;
  margin: 15px 0;
  display: inline-block;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.single-service p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.single-service p a {
  color: #fa8626;
}
.another-srv {
  text-align: center;
  margin-top: 30px;
}
.another-srv h5 {
  font-size: 24px;
  font-style: italic;
  color: #4091c8;
  font-weight: 400;
  margin-bottom: 15px;
}
.another-srv a {
  background: #fa8626;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  transition: all ease-in-out 0.3s;
  margin-top: 8px;
  display: inline-block;
}
.another-srv a:hover {
  background: #4091c8;
}
.work-step {
  background: url(../images/step-by-step-bg.jpg) 0 0 no-repeat;
  padding: 50px 0;
}
.work-step h4 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
.single-step {
  padding: 30px 15px;
  height: 100%;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.orange-stp {
  background: #fa8626;
}
.blue-stp {
  background: #4091c8;
}
.single-step strong {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4091c8;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px;
}
.single-step h5 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 20px;
  min-height: 50px;
  margin-bottom: 20px;
}
.single-step a {
  font-size: 18px;
  font-weight: 700;
  color: #253746;
  transition: all ease-in-out 0.3s;
}
.single-step a:hover {
  color: #f5f5f5;
}
.step2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #4091c8;
  display: block;
}
.step6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fa8626;
  display: block;
}
.step5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #4091c8;
  display: block;
}
.step4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fa8626;
  display: block;
}
.step3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #4091c8 transparent transparent;
  display: none;
}
.final-step::before {
  content: "";
  position: absolute;
  left: 45%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #4091c8 transparent transparent transparent;
  display: none;
}
.single-step.final-step {
  padding: 0;
}
.short-descr {
  padding-top: 40px;
}
.short-descr p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.short-descr a {
  background: #fa8626;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  transition: all ease-in-out 0.3s;
  margin-top: 8px;
  display: inline-block;
  text-decoration: none;
}
.short-descr a:hover {
  background: #4091c8;
}
.seo-services {
  margin-bottom: 50px;
}
.seo-services h3 {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.seo-services h2 {
  color: #4091c8;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.industriesService.seo-services h2 {
  color: #ffffff;
}
/*.single-srv{
	background: #fafafa;
	padding: 20px 15px;
	text-align: center;
	transition: all ease-in-out 0.3s;
}*/
.single-srv {
  background: #f5f5f5;
  padding: 20px 15px;
  margin-bottom: 30px;
  text-align: center;
  transition: all ease-in-out 0.3s;
  min-height: 323px;
  border-radius: 8px;
  box-shadow: 0 0 7px 3px #4091c840;
}

@media (min-width: 1199px) {
  .health-care .single-srv {
    min-height: 440px;
  }
  .law-firms .single-srv,
  .restaurant-digital-marketing .single-srv {
    min-height: 360px;
  }
  .real-estate .single-srv {
    min-height: 342px;
  }
  .ecommerce .single-srv {
    min-height: 367px;
  }
  .locksmith-seo-company .single-srv {
    min-height: 380px;
  }
}
.single-srv h5 {
  font-size: 18px;
  color: #253746;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-srv img {
  height: 40px;
  width: auto;
}
.single-srv span {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-bottom: 10px;
}
.single-srv p {
  font-size: 16px;
  color: #253746;
  line-height: 26px;
  margin-top: 0px;
}
.single-srv .single-content {
  height: 250px;
  overflow: auto;
  scrollbar-width: none;
}

.single-srv p a {
  font-weight: 700;
}
.single-srv:hover {
  -webkit-box-shadow: 0 0 7px 3px rgb(0 0 0 / 8%);
  box-shadow: 0 0 7px 3px rgb(0 0 0 / 8%);
}
.page2col .accordion-group {
  width: 100%;
}
.page2col h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 50px;
}
.page2col .accordion-group .panel-title a {
  font-size: 20px;
  font-weight: 600;
}
.page2col
  .accordion-group
  .panel-heading#headingOne
  .panel-title
  a.collapsed[aria-expanded="true"]::after,
.page2col
  .accordion-group
  .panel-heading#headingOne
  .panel-title
  a[aria-expanded="true"]::after,
.page2col .accordion-group .panel-title a.collapsed:after,
.page2col .accordion-group .panel-title a:after {
  font-size: 16px;
  color: #fa8626;
}
.page2col {
  background: #fafafa;
  padding: 35px 0;
}
.seo-benefit {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 0 3px 3px rgb(0 0 0 / 8%);
  box-shadow: 0 0 3px 3px rgb(0 0 0 / 8%);
}
.seo-benefit .getquote {
  text-align: right;
}
.seo-benefit p {
  font-size: 16px;
  line-height: 26px;
  color: #253746;
  margin-bottom: 20px;
}
.seo-benefit ul li {
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  color: #253746;
  padding-left: 25px;
  line-height: 26px;
}
.seo-benefit ul li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fa8626;
}
.seo-benefit {
  position: relative;
  padding: 10px 1em;
}
.contact-discuss {
  background: url("../images/contactBG.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 50px 0px 100px 0px;
}
.contact-discuss h5 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Saira Extra Condensed", sans-serif;
  text-align: center;
  margin-top: 0;
}
.contact-discuss h5 span {
  color: #fa8626;
}
.contact-discuss p {
  padding: 0 45px;
  margin-top: 50px;
}
.contact-discuss p a {
  background: #ffffff;
  display: block;
  color: #4091c8;
  font-size: 36px;
  padding: 8px 15px;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
}
.contact-discuss p a img {
  margin-right: 25px;
}
.pageContact h4 {
  font-size: 40px;
  color: #4091c8;
  font-weight: 800;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-form .input-form {
  width: 100%;
  border-radius: 8px;
  padding: 15px 15px;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
}
.contact-form input.input-form,
.contact-form select.input-form {
  height: 45px;
}
.contact-form select.input-form {
  color: #f5f5f5;
}
.contact-form select.input-form option {
  color: #253746;
}
.contact-form textarea.input-form {
  height: 150px;
}
.contact-form .input-form::placeholder {
  color: #f5f5f5;
}
.contact-form .btn-group .btn-send {
  background: #fa8626;
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  border: 0px solid #fa8626;
}
.contact-form .btn-group .btn-send:hover {
  background: #4091c8;
}
.contact-form .btn-group {
  display: block;
  text-align: center;
}
.why-select p strong {
  font-size: 24px;
}
.why-select p strong span {
  color: #fa8626;
}
.industriesService {
  background: #003a63;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 40px;
}
.industriesService.seo-services .single-srv h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.flow-widget .single-flow {
  position: relative;
}
.single-flow .timeline-item-line {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2px;
  margin-left: -1px;
  background: url(../images/time-line-dashed.webp) repeat-y;
}
.flow-widget .single-flow .row [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}
.single-flow .timeline-item-pic {
  width: 230px;
  height: 230px;
  margin: 30px auto 0;
}
.flow-widget .single-flow .timeline-item-data {
  margin-top: 50px;
  text-align: left;
  background: #fff;
  box-shadow: 2px 5px 20px 0px rgb(23 22 139 / 8%);
  padding: 20px 30px;
  overflow: hidden;
}
.flow-widget .single-flow.timeline-one .timeline-item-data {
  border-left: 5px solid #4091c8;
}
.single-flow.timeline-one .timeline-item-data .rt-circle {
  width: 20%;
  float: left;
}
.single-flow .timeline-item-data .rt-circle span {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  float: left;
  background-image: linear-gradient(90deg, #4091c8 0%, #67b7ed 100%);
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 65px;
}
.single-flow.timeline-one .timeline-item-data .rt-circle span {
  background: linear-gradient(to right, #4091c8 0%, #67b7ed 100%);
}
.single-flow .timeline-item-data .rt-InRight {
  width: 80%;
  float: right;
}
.single-flow .timeline-item-data .rt-InRight h5 {
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  color: #4091c8;
  line-height: 28px;
}
.single-flow .right-rt-box .timeline-dashed-right {
  background: url(../images/top-line.webp) repeat-x;
  display: block;
  position: absolute;
  top: 115px;
  left: 10px;
  right: 0;
  z-index: 0;
  content: " ";
  width: 6%;
  height: 20px;
  z-index: 0;
}
.single-flow .timeline-item-dot {
  display: block;
  position: absolute;
  top: 106px;
  left: 50%;
  z-index: 0;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}
.single-flow.timeline-one .timeline-item-dot {
  border-color: #67b7ed;
}
.single-flow .left-rt-box .timeline-dashed-left {
  background: url(../images/top-line.webp) repeat-x;
  display: block;
  position: absolute;
  top: 115px;
  right: 10px;
  /* right: 0; */
  /* z-index: 0; */
  content: " ";
  width: 6%;
  height: 20px;
  z-index: 0;
}
.single-flow .timeline-item-dot {
  border-color: #fa8626;
}
.single-flow.timeline-two .left-rt-box .timeline-item-data {
  border-left: 5px solid #fa8626;
}
.single-flow.timeline-two .rt-circle span {
  background: linear-gradient(to right, #ff3834 0%, #fa8626 100%);
}
.top-line {
  background: url(../images/dash-img.webp) repeat-x;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  content: " ";
  width: 50px;
  margin: 0 auto;
}
.ourwork-flow h3 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.ourwork-flow h4 {
  font-size: 18px;
  padding: 0 20%;
  margin-bottom: 40px;
  text-align: center;
  line-height: 30px;
}
.page2col.choose-industries {
  margin-top: 50px;
}
.page2col.choose-industries h4 {
  font-size: 40px;
  color: #253746;
  font-weight: 600;
}
.pagevdo video {
  width: 100%;
  margin-top: 100px;
}
.awesome-it ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
.awesome-it ul li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fa8626;
}
.awesome-it ul li strong {
  font-size: 16px;
}
.awesome-it ul li p {
  font-size: 16px;
}
.awesome-it .col-lg-7 {
  padding-left: 30px;
}
.awesome-it .why-choose-us-img img {
  float: left;
}
.why-select.awesome-it {
  padding-top: 0;
}
.webdeign-seo {
  margin: 40px 0 20px;
}
.webdeign-seo .webdesign-table {
  margin: 10px 0;
}
.webdeign-seo h3 {
  margin-top: 20px;
}
.innertop-banner.pagehead-webdesign .innerBanner-caption {
  position: absolute;
  top: 20px;
  left: 53%;
  right: 0;
  text-align: left;
}
.innerBanner-caption .webdesign-header h1 {
  color: #ffffff;
}
.innerBanner-caption .webdesign-header p strong {
  color: #ffffff;
}
.overview {
  text-align: center;
  padding: 0 15%;
  margin-bottom: 30px;
}
.overview h2 {
  margin-bottom: 20px;
  font-weight: 600;
}
.overview p {
  font-size: 14px;
}
.webdesign-table tr th {
}
/*== blog ==*/
.mtop40 {
  margin-top: 40px;
}
.pad40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog-post-card {
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 14px #bcccdd;
  margin-bottom: 40px;
  transform: scale(1);
  transition: all ease 0.5s;
}
.blog-post-card:hover {
  transform: scale(1.03);
  transition: all ease 0.5s;
}
.blog-post-card.blog-page {
  height: auto;
  padding-bottom: 15px;
  min-height: 510px;
}
.blog-post-card .blog-pic {
  height: 170px;
  position: relative;
}
.blog-post-card .blog-pic img {
  width: 100% !important;
  display: block;
  height: 100% !important;
}
.blog-post-card .blog-author {
  height: 34px;
  background-color: #4091c8;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  padding: 0 25px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.blog-author a {
  color: #fff;
}
.blog-post-card.blog-page span.post-date a {
  color: #fa8626;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 15px;
  display: block;
}
.blog-post-card.blog-page .blockcontent {
  padding: 0 15px;
}
.blog-post-card.blog-page .blockcontent h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-post-card.blog-page .blockcontent h3 a {
  color: #494949;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-post-card.blog-page .blockcontent .blog-short-descr {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-details-page header img {
  width: 100%;
}
.blog-details-page p {
  color: #3c3b3b;
  font-size: 16px;
  line-height: 30px;
}
.blog-details-page .feature-snippet {
  border-radius: 7px;
  box-shadow: 0 0 14px #cecece;
  transform: scale(1.01);
  padding: 15px 10px;
  margin: 15px 0 20px;
}
.blog-details-page .feature-snippet h2 {
  margin-top: 0;
}
.category-blog header .meta {
  background: #f5f5f5;
  padding: 8px 15px;
  font-weight: 600;
  color: #666;
}
.sidebar-block {
  background-color: #fff;
  box-shadow: 0 0 14px #e8eaea;
  margin-bottom: 25px;
  padding: 0;
}
.sidebar-block h3 {
  background-color: #fa8626;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 45px;
  padding: 0 15px;
}
.blog-details-page .sidebar-block h3 {
  margin-top: 0px;
}

.sidebar-block ul {
  padding: 0px 0px;
  margin: 0;
}
.blog-details-page ul li {
  color: #3c3b3b;
  font-size: 16px;
  line-height: 21px;
  list-style-type: inherit;
  border-bottom: 1px solid #f1f1f1;
  font-family: "Poppins", sans-serif;
  padding: 8px 15px;
}
.blog-details-page ul.no-border {
  padding-left: 0;
}
.blog-details-page ul.no-border li {
  border-bottom: 0;
}
.sidebar-block ul li a {
  color: #747474;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 8px;
  display: block;
  font-weight: 400;
}
.sidebar-block ul li a::before {
  content: "\f0da";
  font-family: FontAwesome;
  z-index: 10;
  margin-right: 10px;
  font-size: 16px;
  display: none;
}
.blog-details-page .sidebar-block ul li {
  list-style-type: none;
}
.sidebar form p {
  font-size: 0 !important;
  line-height: 0 !important;
}
.sidebar .ajax-loader {
  display: none !important;
}
.cta-btn-link {
  height: 40px;
  color: #4091c8;
  font-size: 14px;
  line-height: 40px;
  display: table;
  padding: 0px;
  text-align: center;
  width: auto;
  border-radius: 5px;
  transition: all ease 0.3s;
  font-weight: 700;
}
.pad40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-wrap p {
  color: #3c3b3b;
  font-size: 16px;
  line-height: 25px;
  padding: 0 20px;
  margin-top: 20px;
}
.cta-btn-link:hover {
  color: #fa8626;
  transition: all ease 0.3s;
}
.blog-list-page h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

.portfolio-wraper {
  background-color: #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
.portfolio-wraper h2 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0px;
}
.portfolio-wraper h2 strong {
  color: #fa8626;
}
.portfolio-listing {
  margin-top: 30px;
}
.portfolio-listing ul {
  padding: 0;
  margin: 0;
}
.portfolio-listing ul li {
  list-style-type: none;
  display: block;
  /*float: left;
	width: 32%;*/
  margin-right: 15px;
  border: 5px solid #4091c8;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  transform: scale(1);
  transition: all ease 0.5s;
}
.portfolio-listing ul li:hover {
  border: 5px solid #fa8626;
  transform: scale(1.05);
  transition: all ease 0.5s;
}
.portfolio-listing ul li:nth-child(3n + 3) {
  margin-right: 0;
}
.portfolio-listing ul li .portfolio-pic-holder {
  height: 324px;
  width: 100%;
}
.portfolio-listing ul li .portfolio-pic-holder img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.portfolio-listing ul li h3 {
  width: auto;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 45%;
  text-align: center;
  font-weight: bold;
}
.portfolio-listing ul li h3 a {
  color: #fa8626;
  font-size: 30px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.portfolio-listing ul li h3 a:hover {
  transition: all ease 0.3s;
  background: rgba(0, 0, 0, 0.6);
  color: #4091c8;
}

.contact-wrap {
  padding: 50px 0;
}
.contact-wrap h2 {
  text-align: left;
  margin-bottom: 30px;
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
}
.contact-wrap p {
  font-size: 16px;
  color: #253746;
  margin-bottom: 15px;
}
.contact-wrap p i {
  color: #fa8626;
  font-size: 22px;
  margin-right: 7px;
}
.contact-wrap p a {
  color: #253746;
  transition: all ease 0.3s;
}
.contact-wrap p a:hover {
  color: #fa8626;
  transition: all ease 0.3s;
}
.contact-wrap form input[type="text"],
.contact-wrap form input[type="tel"],
.contact-wrap form input[type="email"] {
  height: 40px;
  border: 1px solid #ccc;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
}
.contact-wrap form textarea {
  height: 100px;
  border: 1px solid #ccc;
  line-height: 20px;
  color: #000;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.contact-wrap form input[type="submit"] {
  height: 41px;
  color: #fff;
  font-size: 14px;
  border: none;
  line-height: 41px;
  display: table;
  width: auto;
  padding: 0 20px;
  background-color: #00aeef;
  cursor: pointer;
  transition: all ease 0.3s;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
}
.contact-wrap form input[type="submit"]:hover {
  color: #fff;
  background-color: #fa8626;
  transition: all ease 0.3s;
}
.top-social a.whatsapp {
  color: #ffffff;
  margin-top: 0px;
  margin-right: 5px;
}
.top-rght a.whatsapp {
  background: #24cc63;
  padding: 6px 2px 6px 12px;
  color: #ffffff;
  width: 111px;
  display: inline-block;
  text-align: left;
  line-height: 11px;
  font-size: 16px;
  border-radius: 25px 0 0 25px;
  position: fixed;
  top: 30%;
  right: -72px;
  transition: all ease-in-out 0.3s;
}
.top-rght a.whatsapp:hover {
  right: -5px;
}
.whatsapp .fa {
  font-size: 30px;
  margin-right: 8px;
  float: left;
}
.top-social a.whatsapp .fa.fa-whatsapp {
  font-family: "FontAwesome";
  font-weight: normal;
}
.top-social a.whatsapp span {
  font-size: 13px;
}
.top-social a.whatsapp small {
  display: block;
  font-size: 11px;
  text-align: left;
  padding-left: 30px;
  line-height: 18px;
}
.blog-cta-middle {
  padding: 30px;
  margin: 20px 0;
}
.blog-cta-middle.dark-bg h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 38px;
}
.blog-details-page .blog-cta-middle.dark-bg p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.blog-details-page .blog-cta-middle.dark-bg p a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 8px 32px;
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 30px;
}
.blog-details-page .blog-cta-middle.dark-bg p a:hover {
  background: #4091c8;
}
.cs-video iframe {
  width: 100%;
  height: 390px;
  margin-top: 30px;
  border: 2px solid #333;
  border-radius: 8px;
}
.cs-video strong {
  font-size: 20px;
  margin-top: 12px;
  display: block;
  text-align: center;
}

blockquote.blog-block-cta {
  border: 0;
  background: #4091c8;
  text-align: center;
  padding: 40px 20px 40px;
  border-radius: 5px;
}
blockquote.blog-block-cta h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 0;
}
blockquote.blog-block-cta p {
  text-align: center;
}
blockquote.blog-block-cta p a {
  font-size: 18px;
  background: #f0f0f0;
  padding: 10px 30px;
  border-radius: 8px;
  color: #4091c8;
  transition: all ease-in-out 0.3s;
}
blockquote.blog-block-cta p a:hover {
  background: #ffffff;
}
.get-started {
  background: #fa8626;
  padding: 50px 0;
}
.get-started h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.get-started p {
  font-size: 16px;
  color: #ffffff;
}
.get-started a {
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 15px;
  transition: all ease-in-out 0.3s;
}
.get-started a:hover {
  background: #4091c8;
}
.faqs-sec {
  background: #f5f5f5;
  padding: 50px 0;
}
.faqs-sec h4,
.faqs-sec h2 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.faqs-sec h2{
  color: #333;
}
#ez-toc-container {
  width: 100% !important;
}

.banner_info_form {
  padding: 20px;
  background: #165885;
}
.banner_info_form .form-group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.banner_info_form .form-group i {
  left: 25px;
  top: 22px;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
}
.banner_info_form .form-control {
  width: 100%;
  font-size: 16px;
  color: #494949;
  box-shadow: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  -webkit-appearance: none;
  padding: 10px 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.banner_info_form .form-control::placeholder {
  opacity: 1;
  color: var(--formText);
}
.banner_info_form textarea.form-control {
  height: 115px;
  resize: none;
}
.banner_info_form .form-control.banner_info_form_btn {
  width: 175px;
  color: #ffffff;
  box-shadow: none;
  outline: none;
  background: #4091c8;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: 0.5s;
  padding: 14px 18px;
  font-size: 16px;
  height: 50px;
}
.banner_info_form .form-control.banner_info_form_btn:hover {
  background: #fa8626;
  color: #ffffff;
  cursor: pointer;
}

.blog-details-page .custom-widget-form h2 {
  background-color: #fa8626;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 45px;
  padding: 0 15px;
  margin: 0px;
}

div#ez-toc-container .ez-toc-title {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ff6600;
}
.blog-details-page #ez-toc-container {
  background: #fafafa;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details-page #ez-toc-container ul > li > a {
  font-weight: 700;
  color: #4091c8;
}
.blog-details-page #ez-toc-container ul li a {
  text-decoration: none;
}
.blog-details-page #ez-toc-container ul > li > ul > li > a {
  font-weight: 400;
  color: #5a5a5a;
}
.blog-details-page #ez-toc-container ul > li > ul > li {
  padding: 10px 0px;
}
.blog-details-page #ez-toc-container nav > ul {
  margin-top: 10px;
}
.blog-details-page h1,
.blog-details-page h2,
.blog-details-page h3,
.blog-details-page h4,
.blog-details-page h5,
.blog-details-page p,
.blog-details-page ul li {
  font-family: "Poppins", sans-serif;
}
.custom-widget-form {
  background-color: #fff;
  box-shadow: 0 0 14px #e8eaea;
  margin-bottom: 25px;
  padding: 0;
}
.blog-details-page .srv_box h2 {
  background-color: #fa8626;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 45px;
  padding: 0 15px;
  margin: 0px;
}
.blog-details-page .srv_box {
  background-color: #fff;
  box-shadow: 0 0 14px #e8eaea;
  margin-bottom: 25px;
  padding: 0;
}
.blog-details-page .srv_box ul li {
  display: flex;
  align-items: center;
}
.blog-details-page .srv_box ul li a {
  padding: 8px 15px;
  color: #747474;
  font-size: 16px;
}
.blog-details-page .srv_box ul li i {
  width: 50px;
}
.get_box_from_btn_main p {
  width: 175px;
  position: relative;
}
.get_box_from_btn_main p span {
  width: 24px;
  left: 60px;
  bottom: -30px;
  position: absolute;
}
.custom-widget-form .wpcf7-not-valid-tip {
  color: #ffb900;
}
.custom-widget-form .wpcf7 form .wpcf7-response-output {
  font-size: 11px;
  color: #ffb900;
  text-align: left;
  margin: 0px;
}
.custom-widget-form .form-group p span.wpcf7-not-valid-tip {
  left: 0px;
  bottom: -23px;
  position: absolute;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 11px !important;
}

.blog-details-page .sp-easy-accordion .ea-header {
  background: #fa8626;
  font-weight: 400;
}
.blog-details-page .sp-easy-accordion .ea-header a {
  color: #ffffff !important;
  position: relative;
  font-weight: 600 !important;
  font-size: 20px !important;
}
.blog-details-page .sp-easy-accordion .ea-header a i {
  right: 0px;
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff !important;
  z-index: 999;
}
.pdc_rel h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.pdc_rel hr.ruller2 {
  height: 2px;
  background-color: #fa8626;
  width: 20%;
  margin-bottom: 40px;
  border-bottom: 0px;
}

.pdc_rel_carousel.owl-carousel .owl-item {
  padding: 20px 20px;
}

.why-select-page-content.why-select p strong {
  font-size: 16px;
}
.why-select-page-content h3 {
  margin-bottom: 20px;
}
.seo-services-content .single-srv p {
  font-weight: normal;
}
.seo-services-content.seo-services h3 {
  color: #ffffff;
}

.seo-services-content .single-srv {
  min-height: 440px;
}

.why_select_content_page p {
  font-weight: normal;
}

.why-select-page-content.why-select img {
  float: right;
  margin-bottom: 20px;
}
.why_choose_content h2 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.why_choose_content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003a63;
  margin-bottom: 8px;
}
.why_choose_content p {
  font-size: 16px;
  color: #253746;
  margin-bottom: 25px;
}
.why_choose_content .pagevdo video {
  margin-top: 0px;
}
.others-locations {
  background: #f8f8f8;
  padding: 60px 0;
}
.others-locations .title-sec h2 {
  color: #4091c8;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
}
.others-locations .title-sec h2 span {
  color: #fa8626;
  display: block;
}
.others-locations .title-sec p {
  font-size: 16px;
  font-weight: 600;
  color: #003a63;
  margin-bottom: 8px;
  text-align: center;
}
.why-select.locationws .col-lg-7 {
  margin-top: 30px;
}
.why-select.awesome-it.locationws .why-choose-us-img {
  margin-top: 25px;
  position: sticky;
  top: 65px;
}
.location-grid {
  padding-left: 0;
  text-align: center;
  margin-top: 30px;
}
.location-grid li {
  display: inline-block;
  padding: 15px;
  list-style: none;
  width: 32.33%;
}
.location-grid .place-box {
  position: relative;
}
.location-grid .place-box img {
  border-radius: 10px;
}
.location-grid .place-box .place-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 58, 99, 0.75);
  border-radius: 10px;
  padding: 40px 30px;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.location-grid li:hover .place-box .place-info {
  background: rgba(0, 58, 99, 0.3);
}
.location-grid .place-box .place-info h4,
.location-grid .place-box .place-info h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 34px;
}
.location-grid .place-box .place-info h4 strong,
.location-grid .place-box .place-info h3 strong {
  display: block;
}
.go-placee a {
  padding: 8px 25px;
  color: #003a63;
  background: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}
.go-placee a:hover {
  background: #fa8626;
  color: #ffffff;
}
.go-placee {
  transform: translateY(180px);
}
.why-select.awesome-it.locationws .why-choose-us-img img {
  height: 350px;
  margin: 0 auto;
}
.location-dm .single-srv .iconcircle {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}
.location-dm .single-srv .iconcircle img {
  margin-top: 20px;
  width: auto;
  max-width: 100%;
}
.location-dm .single-srv .single-content {
  height: 185px;
}
.location-seo .single-srv .iconcircle {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}
.location-seo .single-srv .iconcircle img {
  margin-top: 20px;
  width: auto;
  max-width: 100%;
}
.location-seo .single-srv .single-content {
  height: 260px;
}
.location-seo .single-srv h3,
.location-dm .single-srv h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.why-select img {
  border-radius: 15px;
  margin-top: 10px;
}
.why-select h2 span {
  color: var(--orange);
}
.seo-services h2 span {
  color: var(--orange);
}
.seo-company-in-london .location-seo .single-srv .single-content {
  height: 220px;
}
.location-seo h2,
.location-dm h2 {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
}
.seo-company-in-texas .location-seo .single-srv .single-content {
  height: 220px;
}
.navbar-collapse
  .main-navigation
  .menu-item
  .sub-menu
  .menu-item.menu-item-has-children
  a
  .submenu-toggle {
  transform: rotate(-90deg);
  font-size: 10px;
}

.req-quot p.modal-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*--------css-menu--------*/

.main-navigation {
  display: flex;
  justify-content: center;
  padding: 0;
}
.main-menu,
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu {
  display: flex;
  gap: 30px;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.main-menu li a:hover {
  color: #0073aa;
}
.submenu-toggle {
  margin-left: 6px;
  font-size: 12px;
  background: none;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  color: #999;
}

/* First and second-level dropdowns (desktop) */
.main-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.main-menu li ul li {
  position: relative;
}

.main-menu li ul ul {
  left: 100%;
  top: 0;
}

.main-menu li ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  background: #fff;
  color: #333;
}

.main-menu li ul li a:hover {
  background: #f0f0f0;
}
.free-strategy {
  border: 0;
  background: #4091c8;
  text-align: center;
  padding: 40px 20px 40px;
  border-radius: 5px;
  margin: 40px 0px;
}
.free-strategy h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 0;
}
.free-strategy a {
  font-size: 18px;
  background: #f0f0f0;
  padding: 10px 30px;
  border-radius: 8px;
  color: #4091c8;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.free-strategy a:hover {
  background: #ffffff;
}

#sp-ea-3392.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-3402.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-2781.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-2833.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-2880.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-2858.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-2959.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-2940.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-2919.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-3248.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
	/* float: right !important;
	color: #fa8626 !important; */
}
.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p{
	/* margin-bottom: 0px !important;
	font-size: 16px; */
}
.panel-title > a{
	font-size: 20px;
	font-weight: 600;
}
.panel-body {
	font-size: 16px;
}
.work-step p{
  font-size: 16px;
  margin-bottom: 15px;
}
.ourwork-flow p{
  font-size: 16px;
}
.blog-post-card .blockcontent p{
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-wrap .form-control{
  border-radius: 8px;
}
.home .wpcf7 form.invalid .wpcf7-response-output{
  color: #dc3232;
  font-size: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 70%;
  padding: 5px 2px;
  text-align: center;
  bottom: 0;
}
.home .wpcf7-not-valid-tip{
	font-size: 13px !important;
  position: absolute;
}
.panel-group .panel{
  border-radius: 8px !important;
}
#sp-ea-2781.sp-easy-accordion>.sp-ea-single{
  border-radius: 8px;
}
.real-estate .single-srv p,
.small-business .single-srv p,
.ecommerce .single-srv p,
.web-design-development .single-srv p{
  margin-bottom: 20px;
}
.locksmith-seo-company .ourwork-flow h3,
.restaurant-digital-marketing .ourwork-flow h3{
  margin-bottom: 40px;
}
.locksmith-seo-company .portfolio-wraper h2,
.restaurant-digital-marketing .portfolio-wraper h2{
  margin-bottom: 20px;
}
.health-care .why-select.awesome-it .why-choose-us-img{
  margin-top: 60px;
  position: sticky;
  top: 65px;
}
.law-firms .why-select.awesome-it .why-choose-us-img{
  margin-top: 60px;
  position: sticky;
  top: 65px;
}
.digital-marketing .innertop-banner img,
.local-seo-services .innertop-banner img,
.content-marketing .innertop-banner img,
.lead-magnet-creation .innertop-banner img,
.web-analytics .innertop-banner img,
.video-marketing .innertop-banner img,
.strategy-planning .innertop-banner img,
.digital-marketing-company-california .innertop-banner img,
.seo-company-in-texas .innertop-banner img,
.seo-company-in-toronto .innertop-banner img,
.seo-company-in-california .innertop-banner img,
.seo-company-in-ireland .innertop-banner img,
.roofing .innertop-banner img{
  min-height: 400px;
}
.paid-marketing-ppc-services .why-select h2,
.digital-marketing-company-california .why-select h2,
.digital-marketing-agency-uk .why-select h2,
.seo-company-in-london .why-select h2,
.seo-company-in-texas .why-select h2,
.seo-company-in-california .why-select h2,
.seo-company-in-ireland .why-select h2,
.seo-company-in-uk .why-select h2,
.cleaning-industry .why-select h2,
.health-care .why-select h2,
.hemp-cbd .why-select h2,
.law-firms .why-select h2,
.vape-industries .why-select h2,
.real-estate .why-select h2,
.small-business .why-select h2,
.ecommerce .why-select h2,
.locksmith-seo-company .why-select h2,
.restaurant-digital-marketing .why-select h2,
.web-design-development .why-select h2,
.roofing .why-select h2,
.facebook-marketing-services .why-select h2,
.facebook-marketing-services .why-select.awesome-it h4,
.facebook-marketing-services .faqs-sec h4,
.about-us .why-select h2{
  color: #333;
}
.digital-marketing-company-california .others-locations .title-sec h2,
.health-care .others-locations .title-sec h2,
.law-firms .others-locations .title-sec h2,
.vape-industries .others-locations .title-sec h2{
  color: #333;
}
.real-estate .seo-services h3,
.small-business .seo-services h3,
.ecommerce .seo-services h3,
.locksmith-seo-company .seo-services h3,
.restaurant-digital-marketing .seo-services h3,
.web-design-development .seo-services h3{
  color: #ffffff;
}
.locksmith-seo-company .panel-default>.panel-heading,
.restaurant-digital-marketing .panel-default>.panel-heading{
  background-color: #ffffff !important;
  color: #333 !important;
}
.locksmith-seo-company .portfolio-wraper h2,
.restaurant-digital-marketing .portfolio-wraper h2{
  color: #333;
}
#sp-ea-2781.sp-easy-accordion>.sp-ea-single,
#sp-ea-2833.sp-easy-accordion>.sp-ea-single,
#sp-ea-2880.sp-easy-accordion>.sp-ea-single,
#sp-ea-2858.sp-easy-accordion>.sp-ea-single,
#sp-ea-2959.sp-easy-accordion>.sp-ea-single,
#sp-ea-2940.sp-easy-accordion>.sp-ea-single,
#sp-ea-2919.sp-easy-accordion>.sp-ea-single,
#sp-ea-3248.sp-easy-accordion>.sp-ea-single,
#sp-ea-3256.sp-easy-accordion>.sp-ea-single,
#sp-ea-3265.sp-easy-accordion>.sp-ea-single,
#sp-ea-3350.sp-easy-accordion>.sp-ea-single,
#sp-ea-3392.sp-easy-accordion>.sp-ea-single,
#sp-ea-3443.sp-easy-accordion>.sp-ea-single,
#sp-ea-3402.sp-easy-accordion>.sp-ea-single,
#sp-ea-3465.sp-easy-accordion>.sp-ea-single,
#sp-ea-3465.sp-easy-accordion>.sp-ea-single,
#sp-ea-3513.sp-easy-accordion>.sp-ea-single,
#sp-ea-3072.sp-easy-accordion>.sp-ea-single {
  /* background: #ffffff !important;
  border-radius: 8px; */
}
#sp-ea-2781.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-2833.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-2880.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-2858.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-2959.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-2940.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-2919.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3248.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3256.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3265.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3350.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3392.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3443.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3402.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3465.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3513.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
#sp-ea-3072.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
  /* border-top: 1px solid #ddd;
  border-radius: 0px 0px 8px 8px !important; */
}

.wpcf7 form .wpcf7-response-output{
	font-size: 13px;
	color: #dc3232;
	width: 100%;
	text-align: center;
}
.breadcrumbs{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs li:last-child span{
  color: #fa8626;
}
.breadcrumbs span{
  font-size: 16px;
  color: #ffffff;
  margin: 0px 6px;
}
.facebook-marketing-services .accordion-group li:first-child{
  margin-top: 20px;
}
.facebook-marketing-services .accordion-group li{
  font-size: 16px;
  margin-left: 18px;
  margin-bottom: 10px;
  list-style-type: disc;
}
.facebook-marketing-services .main-socialmedia{
  display: none;
}
.modal-dialog{
  margin: 10px auto;
}
.hemp-cbd .why-choose-us-img-part-1 img,
.roofing .why-choose-us-img-part-1 img,
.vape-industries .why-choose-us-img-part-1 img,
.law-firms .why-choose-us-img-part-1 img,
.cleaning-industry .why-choose-us-img-part-1 img,
.health-care .why-choose-us-img-part-1 img{
  height: unset !important;
}
.hemp-cbd .why-choose-us-img-part-1,
.roofing .why-choose-us-img-part-1,
.vape-industries .why-choose-us-img-part-1,
.health-care .why-choose-us-img-part-1{
  margin-bottom: 60%;
}
.roofing .why-choose-us-img-part-2,
.vape-industries .why-choose-us-img-part-2,
.law-firms .why-choose-us-img-part-2,
.health-care .why-choose-us-img-part-2{
  margin-bottom: 60%;
}
.digital-marketing-company-london .why-choose-us-img-part-2,
.digital-marketing-agency-uk .why-choose-us-img-part-2{
  margin-bottom: 30%;
}
.accordion-group .ea-card.sp-ea-single{
  border-radius: 8px;
  overflow: hidden;
}
.accordion-group .ea-card.sp-ea-single .ea-body{
  font-size: 16px;
  border-top: 1px solid #ddd;
}
.accordion-group .ea-card.sp-ea-single .ea-header .collapsed{
  font-size: 18px;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
  font-size: 18px !important;
}
/* Desktop hover open */
@media (min-width: 992px) {
  .main-menu li.menu-item-has-children:hover > ul {
    display: block;
  }
  .main-menu li ul li.menu-item-has-children:hover > ul {
    display: block;
  }
}

/* Mobile styles */
@media (max-width: 991px) {
  .main-navigation {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-menu {
    flex-direction: column;
    width: 100%;
    background: #fff;
  }

  .main-menu li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .main-menu li a {
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    background: #f9f9f9;
    color: #333;
  }

  .main-menu li.open > a {
    background: #eee;
  }

  .main-menu li ul {
    display: none;
    position: static;
    background: #f1f1f1;
    padding-left: 20px;
    box-shadow: none;
  }

  .main-menu li ul li ul {
    padding-left: 20px;
  }

  .main-menu li ul li a {
    padding: 12px 20px;
    font-size: 15px;
    color: #444;
    background: #f1f1f1;
  }

  .main-menu li ul li ul li a {
    padding-left: 30px;
  }

  .main-menu li.open > ul {
    display: block;
  }

  .submenu-toggle {
    margin-left: auto;
    font-size: 12px;
    color: #999;
  }
}

.main-menu li {
  position: relative;
}
.main-menu li a {
  padding: 20px 15px;
}
.main-menu li ul li a {
  padding: 10px 15px;
}
.main-menu li .submenu-toggle {
  right: 0px;
  top: 18px;
  position: absolute;
  color: #333;
  font-size: 20px;
  -moz-rotate: 90deg;
  -webkit-rotate: 90deg;
  -o-rotate: 90deg;
  rotate: 90deg;
}
.main-menu li ul li .submenu-toggle {
  right: 15px;
  top: 10px;
  position: absolute;
  color: #333;
  font-size: 20px;
  -moz-rotate: 0deg;
  -webkit-rotate: 0deg;
  -o-rotate: 0deg;
  rotate: 0deg;
}
.nav-area .navbar-default.scroll-fix .navbar-collapse .main-menu li a {
  padding: 14px 15px;
  font-size: 16px;
}
.nav-area
  .navbar-default.scroll-fix
  .navbar-collapse
  .main-menu
  li
  .submenu-toggle {
  top: 11px;
}

/*===== Responsive =====*/

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.blog-details-page {
  position: relative;
  z-index: 1;
}
.blog-details-page ul.border-none {
  padding-left: 15px;
}
.blog-details-page ul.border-none li {
  border-bottom: none !important;
  list-style-type: disc;
}
.page-header {
  padding-bottom: 10px !important;
}
.category-blog header .meta {
  margin-bottom: 15px;
}
.blog-details-page h1,
.blog-details-page h2,
.blog-details-page h3 {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .carousel-inner img {
    width: 100%;
    object-fit: cover;
  }
  .cs-video iframe {
    margin-top: 0;
  }
}

.tst-cp-wraper {
  border-top: 2px solid #f1f1f1;
}
.test-cap-wrp {
  background: #f4583d;
  background: -moz-linear-gradient(-45deg, #f4583d 0%, #f77d44 100%);
  background: -webkit-linear-gradient(-45deg, #f4583d 0%, #f77d44 100%);
  background: linear-gradient(135deg, #f4583d 0%, #f77d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4583d', endColorstr='#f77d44',GradientType=1 );
  height: 423px;
  padding: 20px;
  border-radius: 25px;
  margin: 40px auto;
  width: 80%;
}
article .test-cap-wrp {
  width: 100%;
  height: auto;
}
.test-cap-wrp .left-sec {
  margin: 50px 0;
}
article .test-cap-wrp .left-sec {
  margin: 50px 0 10px;
}
.test-cap-wrp .left-sec h2 {
  color: #fff;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  margin: 10px 0;
  display: block;
}
.test-cap-wrp .left-sec p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.test-cap-wrp .left-sec form p {
  margin-bottom: 0px !important;
}
.test-cap-wrp .left-sec form label {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.test-cap-wrp .left-sec form input[type="email"] {
  height: 40px;
  border: 1px solid #ccc;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 25px;
}
.test-cap-wrp .left-sec form input[type="submit"] {
  height: 41px;
  color: #fff;
  font-size: 14px;
  border: none;
  line-height: 41px;
  display: table;
  width: auto;
  padding: 0 20px;
  background-color: #00aeef;
  cursor: pointer;
  transition: all ease 0.3s;
  font-weight: 700;
  border-radius: 25px;
  text-transform: uppercase;
}
.test-cap-wrp .left-sec form input[type="submit"]:hover {
  color: #f77d44;
  background-color: #fff;
  transition: all ease 0.3s;
}
.test-cap-wrp .right-sec {
}
.test-cap-wrp .right-sec img {
  height: 355px;
  object-fit: cover;
  border-radius: 15px;
}
article .test-cap-wrp .right-sec img {
  margin-top: 20px;
}
.client-testi {
  margin-top: 80px;
}
.client-testi h3 {
  display: block;
}
.client-testi h3 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.client-testi .cs-video {
  margin-bottom: 20px;
}
/* .health-care .why-select.awesome-it .why-choose-us-img{
  margin-top: 10px;
}
.health-care .why-select.awesome-it.locationws .why-choose-us-img img{
    width: 78%;
    object-fit: cover;
    height: auto;
} */
@media(max-width: 767px){
.home .wpcf7 form.invalid .wpcf7-response-output{
  width: 100%;
  position: relative;
  text-align: center;
  margin-left: 0px;
}
.contact-home{
  margin-bottom: 50px;
}
}

/* 22-09-25 */

@media screen and (max-width: 480px) {
  .test-cap-wrp,
  article .test-cap-wrp {
    width: 95%;
    height: auto;
  }
  .test-cap-wrp .left-sec,
  article .test-cap-wrp .left-sec {
    margin: 0px 0;
  }
  .test-cap-wrp .right-sec img,
  article .test-cap-wrp .right-sec img {
    height: auto;
  }
  .home-about img {
    margin-top: 40px;
  }
  .client-testi {
    margin-top: 40px;
  }
  .client-testi h3 {
    font-size: 24px;
  }
  .cs-video iframe {
    height: 200px;
  }
}
