.related-services {

    margin-bottom: 2%;

}

.col-md-3.col-xs-12.sidebar.resources {

    margin-bottom: 2%;

}  
   

.form-group.newform .form-control {

    padding: 4px 10px 4px 8px !important;

	box-shadow: none; 

} 

@media only screen and (max-width: 767px) { 

.form-group {

    margin-bottom: 22px;

    margin-top: 15px !important;  

}

}



.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}

  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
height: 2px;
    width: 56px;
    background-color: #c9040f;
    margin: 0 auto;
    margin-bottom: 10px;
}


.major{
    color: #c9040f;
    font-size: 20px;
    padding-right: 81px;
    font-weight: 500;
}

.major2 {
    color: #201f1f;
    font-size: 18px;
    padding-left: 0px;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width: 768px){
.inner-icons {
    max-height: 27px;
    max-width: 27px;
    margin: -0.5% 2%;
    margin-top: -2px !important;
    margin-right: 10px !important;
}}


.faq {
    padding-block: 50px;
    background: #f7fbff;
}

.faq .section-title {
    margin-bottom: 0px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #ff5f74;
    text-align: center;
    border: 1px solid #ff5f74;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 125, 255, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #ff5f74 30%, #a85fff 100%);
}

.icon-list li {
    position: relative;
    list-style: disc;
    padding-left: 17px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    /* padding-left: 25px; */
    font-family: "Poppins", sans-serif;
}

.inner {
			display: flex;
			flex-direction: row;
			width: 100%;
		}
		.inner .common__inner {
			width: calc(100% / 3);
			height: 100%;
			display: flex;
			flex-direction: column;
			padding: 20px;
			box-sizing: border-box;
		}
		.inner .inner1 {
			background: #e28525;
			border-top-left-radius: 8px;
			border-bottom-left-radius: 8px;
		}
		.inner .inner2 {
			background: #016972;
		}
		.inner .inner3 {
			background:#f44336;
		}
		
		
			.inner .inner4 {
			background:#c34416;
		}	
		
			.inner .inner5 {
    background: #e91e63;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
		}	
		
			.inner .inner6 {
			background:#2196f3;
		}	
		
		
			.inner .inner7 {
			background: #9e9e9e;
		}	
		
			.inner .inner8 {
			background: #3f51b5;
		}	
		
			.inner .inner9 {
			background: #00403f;
			border-top-right-radius: 8px;
    		border-bottom-right-radius: 8px;
		}	

			.inner .inner10 {
			background: #cb983b;
			border-top-right-radius: 8px;
    		border-bottom-right-radius: 8px;
		}	
		
		.inner .inner1 .img, .inner .inner2 .img, .inner .inner3 .img, .inner .inner4 .img, .inner .inner5 .img, .inner .inner6 .img, .inner .inner7 .img, .inner .inner8 .img, .inner .inner9 .img, .inner .inner10 .img {
			height: 65px;
		}
		.inner .inner1 .title, .inner .inner2 .title, .inner .inner3 .title, .inner .inner4 .title, .inner .inner5 .title, .inner .inner6 .title, .inner .inner7 .title, .inner .inner8 .title, .inner .inner9 .title, .inner .inner10 .title   {
			color: white;
			font-size: 19px;
			font-family: "Poppins", sans-serif;
			height: 50px;
		}
		.inner .inner1 .desc, .inner .inner2 .desc, .inner .inner3 .desc, .inner .inner4 .desc, .inner .inner5 .desc, .inner .inner6 .desc, .inner .inner7 .desc, .inner .inner8 .desc, .inner .inner9 .desc, .inner .inner10 .desc {
			color: #ffffffbf;
			font-size: 15px;
			font-family: "Poppins", sans-serif;
			height: 160px;
			line-height: 23px;
		}
		.inner .inner1 .button button, .inner .inner2 .button button, .inner .inner3 .button button, .inner .inner4 .button button, .inner .inner5 .button button, .inner .inner6 .button button, .inner .inner7 .button button, .inner .inner8 .button button, .inner9 .button button, .inner10 .button button {
			height: calc(100% - 275px);
		}
		.inner .inner1 .button button, .inner .inner2 .button button, .inner .inner3 .button button, .inner .inner4 .button button, .inner .inner5 .button button, .inner .inner6 .button button, .inner .inner7 .button button, .inner .inner8 .button button, .inner9 .button button, .inner10 .button button {
			background: white;
			border: unset;
			padding: 13px 27px;
			border-radius: 20px;
			color: #e28525;
			font-family: "Poppins", sans-serif;
    		font-weight: bold;
			cursor: pointer;
		}
		.inner .inner2 .button button {
			color: #016972;
		}
		.inner .inner3 .button button {
			color: #00403f;
		}
		
				.inner .inner4 .button button {
			color: #00403f;
		}

		.inner .inner5 .button button {
			color: #00403f;
		}

		.inner .inner6 .button button {
			color: #00403f;
		}

		.inner .inner7 .button button {
			color: #00403f;
		}

		.inner .inner8 .button button {
			color: #00403f;
		}


		.inner .inner9 .button button {
			color: #00403f;
		}

		.inner .inner10 .button button {
			color: #00403f;
		}

	@media only screen and (max-width: 768px) {
			.inner {
				flex-direction: column;
			}
			.inner .common__inner {
				width: 100%;
			}
			.inner .inner1 {
				border-bottom-left-radius: unset;
    			border-top-right-radius: 8px;
			}
			.inner .inner3 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
			
			.inner .inner4 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
			
			.inner .inner5 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
			
			
			.inner .inner6 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
			
			.inner .inner7 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
			
			
			.inner .inner8 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
					
			.inner .inner9 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
				.inner .inner10 {
				border-bottom-left-radius: 8px;
    			border-top-right-radius: unset;
			}
										
		}


.heading-text {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    margin: 2% auto 2%;
}

.inner-page-content p {
    font-size: 16px;
    margin: 5px 0 10px 0;
}

.item p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #C7E5FF;
}

.center-text p {
  margin-bottom: 30px;
}

.services-small-item {
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.services-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}


.jumbotron {
	background-color: #00000012;
	margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 5px;
  // padding-top: 250px;
  // padding-bottom: 250px;
  border-radius: 0px;
  background-color: $white;
  &-background {
    position: absolute;
    left: 50%;
    bottom: 0%;
    margin: auto;
    z-index: -1;
    overflow: hidden;
    height: 3000px;
    width: 3000px;
    background-image: radial-gradient($primary, $secondary);
    transform: translateX(-85%) rotate(15deg);
    z-index: 1;
    border-radius: 5000px;
  }
  .container {
    position: relative;
    z-index: 2;
    color: #212121;
  }
  &-title {
    text-transform: uppercase;
    font-weight: 900;
  }
  &-description {
    font-size: 16px;
    word-spacing: 2px;
    font-weight: 500;
  }
  .cta-btn {
    display: inline-flex;
    margin: 30px auto;
    text-decoration: none;
    padding: 16px 48px;
    color: $primary;
    background-color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
    &:hover {
      background-color: darken(#212121, 10%);
    }
  }
}
.hero-image-container {
  height: 300px;
  width: 400px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: $primary;
  border-radius: 500px;
  position: relative;
  &::before,
  &::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  &::before {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    border-radius: 500px;
    background-color: $secondary;
    z-index: 1;
    background-image: radial-gradient($primary 50%, $secondary);
  }
  &::after {
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    border-radius: 500px;
    background-image: radial-gradient($primary 20%, $secondary);
    z-index: 2;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  }
  img {
    max-height: 100%;
    position: relative;
    z-index: 3;
  }
}


.credits{
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  text-align:center;
  background-color: #000000;
  color:$primary;
  padding:8px auto;
}


.jumbotron h1{
    font-size: 39px;
    font-weight: 700;
}

@media screen and (max-width: 768px){
.jumbotron h1 {
font-size: 22px;
    font-weight: 600;
    text-align: center !important;
}}

@media screen and (max-width: 768px){
.jumbotron p {
    margin-bottom: 15px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: calibri !important;
    text-align: -webkit-center;
}}

.jumbotron p {
    color: #515151;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 27px !important;
    text-align: justify;
}



@media screen and (max-width: 991px){
.top_strip {
    height: 104px !important;
  }
.jumbotron h1 {font-size: 26px;}
}/*991*/

/*.banner h1{
  margin: 0;
  text-align: center;
}

.banner {
  color: white;
  background: url('images/Dm-data/banner-flowers.png') top right no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}*/


#process {
  margin-bottom: 40px;
  overflow-x: hidden;
}

#process .section-heading {
  margin-bottom: 40px;
}

.steps-pane img {
  height: 100px;
  margin-top: 18px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
}

.steps-pane {
  height: 140px;
  width: 140px;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
  height: 100px;
  width: 120px;
  background-image: linear-gradient(#f44336, #e91e63);
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-steps-pane p {
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
  padding: 20px 10px 10px 10px;
}

@media(min-width: 900px) {
  .steps-timeline {
    border-top: 5px double #000;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five,
  .steps-six  {
    float: left;
    width: 16%;
    margin-top: -105px;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-left: 39%;
    border: 2px solid #fc6429;
  }
  .verticle-line {
    position: absolute;
    height: 57px;
    width: 5px;
    margin-left: 10px;
    marker-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10.1px;
    border-radius: 50%;
    background: #c5010b;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: -10px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: 18.1%;
  }
}

@media(max-width: 899px) {
  #process .container-fluid {
    width: 50%;
  }
  .steps-timeline {
    border-left: 5px double #fc6429;
    margin-left: 35px;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five, {
  .steps-six {
    margin-left: -25px;
  }
  .step-wrap,
  .steps-stops {
    float: left;
  }
  .steps-timeline {
    border-left: 2px solid $brand-primary;
    margin-left: 30px;
  }
  .pane-warp {
    margin-left: 30%;
  }
  .inverted-pane-warp {
    margin-left: 30%;
  }
  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10px;
    border-radius: 50%;
    background: #fc6429;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-top: 125px;
    margin-left: -2px;
    border: 2px solid #e91e63;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: -45px;
    margin-left: 15px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 280px;
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  #process .container-fluid {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .verticle-line {
    width: 100px;
  }
}

.back-orange {
  background: #fc6429;
}

.back-blue {
  background: rgb(59, 37, 132);
}

.services h1{
  color: #a6a6a6;
  font-family: 'Concert One', cursive;
}
.services p{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  color: #737373;
  font-family: 'Concert One', cursive;
}
.services h1 span:before {
  content: '/';
  padding-right: 10px;
  font-weight: 100;
}
.services h1 span:before {
  color: #e600ff;
}
.services h1 span:after {
  content: '/';
  padding-left: 10px;
  font-weight: 100;
}
.services h1 span:after {
  color: #e600ff;
}
.box-a {
  background: rgba(41, 41, 41, 0.7); 
  color: #ddd;
  padding: 20px 20px 20px 20px;
  float: right;
  position: relative;
  margin-bottom: 25px;
}
.box-a:before, .box-b:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #191919;
  border-left: 15px solid #323232; /*Set to background color, not transparent!*/
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}
.box-a.rounded, .box-b.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.box-a.rounded:before, .box-b.rounded:before {
  border-width: 8px;
  border-color: #323232 #323232 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.box-a i{
  font-size: 60px;
  background: #323232;
  padding: 25px;
  border-radius: 150px;
}
.box-a h3{
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Concert One', cursive;
  color: #e600ff;
}
.box-a p{
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}

.box-b {
  background: rgba(41, 41, 41, 0.7); 
  color: #ddd;
  padding: 20px 20px 20px 20px;
  float: right;
  position: relative;
  margin-bottom: 25px;
}
.box-b i{
  font-size: 60px;
  background: #323232;
  float: right;
  padding: 25px;
  border-radius: 150px;
}
.box-b h3{
  display: inline-block;
  padding: 0;
  text-align: right;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Concert One', cursive;
  color: #e600ff;
  float: right;
}
.box-b p{
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 14px;
}
.box-a:hover i, .box-b:hover i{
  background: #e600ff;
  
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}


.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

#service .single_service:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  border: 1px solid #666;
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
#service .single_service:hover {
    background: #F8C01B none repeat scroll 0 0;
}