@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}


header {
	padding: 8px 0 0px 0;	
}


body {
	line-height: 1.5;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
}

body:after{
  position:fixed;
  content:"";
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,0.7);
  z-index:-1;
}

p{
	font-size: 1.0rem;
	line-height: 1.9;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #29166f; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }

small { font-family: 'Lato', sans-serif; }

li{ font-size: 1.154rem;}





.section-spacing{
	margin:60px 0px 25px;
}

.footer{
	background: #d4d1d1;
	padding:30px 0px;
}

header .logo {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
header .logo img {
	height: 70px;
}
header form {
    width: 100%;
    max-width: 222px;
    float: right;
}
header form input.form-control {
    width: 100%;
    max-width: 100%;
    background-color: #e6e7e9;
	border-radius: 0;
}
header form button {
    width: 100%;
    max-width: 100%;
    background-color: #d40f2c;
	border-radius: 0;
	color: #fff;
	text-transform:uppercase;
}
article {
	position: relative;	
}
span.edit-link {
    position: absolute;
    right: 0;
    background: #61a60e;
    padding: 7px;
}
span.edit-link a {
    color: #fff;
}
.banner-intro ul {
	margin: 0;
	padding: 0;
}
.banner-intro ul li {
	display: inline-block;
	vertical-align: middle;
}
.banner-intro img {
	width: 100%;
	height: auto;
}
.od360-intro {
   
}
.od360-intro p {
    margin: 0 0 35px;
    display: inline-block;
    font-size: 20px;
	text-align: justify;
}
.company-store h3 {
	margin: 0 0 35px;
	text-align: center;	
	font-size:35px;
	font-weight:700;
}

.company-store .responsive-tabs ul li a{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	min-height:25px;
}


.tabs-content-redbg{
	background-color: #00a7e1;
	color: #fff;
	border-radius: 5px;
	padding:25px;
}

.tabs-content-area-small{
	max-width:60%;
	margin:0 auto;
}

.tabs-content-area-fullwidth{
	max-width:95%;
	margin:0 auto;
}

/* MOBILE style */
@media screen and (max-width: 992px) {
    /*
     * In Mobile, hide the tabs controls and undo some potential damage done by the accordion
     */
    .responsive-tabs .nav-tabs,
    .responsive-tabs .tab-content .collapse.active:not(.in) {
        display: none;
    }
    .responsive-tabs .tab-content .collapse.in,
    .responsive-tabs .tab-content .collapsing {
        display: block;
    }
}


/* DESKTOP style */
@media screen and (min-width: 991px) {
    /*
     * In desktop, hide the accordion's controls and undo some potential damage done on the active tab
     */
    .responsive-tabs .panel-heading {
        display: none;
    }
    .responsive-tabs > .active {
        height: auto !important;
    }
}


/* To make it a bit prettier */

.tab-content .panel-heading {
    padding: 0;
}

.tab-content a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: solid #ccc;
    border-width: 1px 0;
}

.responsive-tabs {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.responsive-tabs ul {
    border: none;
}
.responsive-tabs ul li {
    width: 100%;
    max-width: 223px;
    display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 10px;
}
.responsive-tabs ul li a {
    width: 100%;
    max-width: 100%;
    display: flex;
	background-color: #dddddd;
	color: #231f20;
	padding: 7px 0;
	text-decoration: none;
	position: relative;
	flex-direction: column;
	justify-content: center;
	min-height:73px;
	line-height:22px;
	
}
.responsive-tabs ul li a.active {
    background-color: #00a7e1;
	color: #ffffff;
}
.responsive-tabs ul li a::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #ddd;
    margin: 0 auto;
    transform: rotate(45deg);
    z-index: -1;
}
.responsive-tabs ul li a.active::after {
    background-color: #00a7e1;
}
.responsive-tabs .tab-content {
	width: 100%;
	padding: 35px 25px;
}


.od360 h2 {
    text-align: center;
    color: #00a7e1;
    font-weight: 900;
    font-size: 35px;
	margin-bottom: 34px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
}
.od360 h2 span {
    display: block;
    font-size: 25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
}

.responsive-tabs .od-tabs {
	background-color: #dddddd;
}
.responsive-tabs .od-tabs ul {
	width: 100%;
	max-width: 1187px;
	margin: 0 auto;
}
.responsive-tabs .od-tabs ul li {
	max-width: 289px;
    transform: skewX(45deg);
    border-left: 8px solid #fff;
	margin: 0;
}
.responsive-tabs .od-tabs ul li a {
	padding-top: 16px;
	padding-bottom: 16px;
}
 .responsive-tabs .od-tabs ul li:last-child {
	border-right: 8px solid #fff;
}
.od-tabs ul li a span {
	transform: skewX(-45deg);
    display: inline-block;
	font-size: 14px;
    font-weight: bold;
}
.od-tabs ul li a::after, .od-tabs ul li a.active::after {
	display: none;
}

.apparel .responsive-tabs .tab-content ul,
.promotional .responsive-tabs .tab-content ul {
	padding: 0;
}


.print .responsive-tabs .od-tabs ul li, .promotional .responsive-tabs .od-tabs ul li {
    max-width: 197px;
}


.promotional .responsive-tabs .od-tabs ul li a {
	line-height: 16px;
	text-align: center;
}
.promotional .responsive-tabs .od-tabs ul li:last-child a {
    padding: 23px 0;
}

.responsive-tabs .active {
    animation: slide-down 2s ease-out;
}





a.btn.learn-more {
	background-color: #00a7e1;
	display: inline-block;
    margin: 0 auto;
    color: #fff;
    padding: 10px 22px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 55px;
    box-shadow: none;
    border: none;
}


a.btn.learn-more:hover {
    background: #000000;
    color: #ffffff;
   
}

footer .container {
	background-color: #00a7e1;	
}
footer .footer-form .formcont {
    width: 100%;
    
}
footer .footer-form .formcont input,
footer .footer-form .formcont textarea {
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 14px;
}
footer .footer-form .formcont {
    padding-top: 15px;
}
footer .footer-form  {
    position: relative;
}
footer .footer-form .formcont textarea {
    height: 108px;
	resize: none;
}
div.wpcf7 .ajax-loader, .site-info {
	display: none;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
}
footer .footer-form .formcont input[type=submit] {
    background: #fff;
    padding: 7px 0px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    max-width: 208px;
}
footer .footer-form img.footer-logo {
    position: absolute;
    bottom: 15px;
    right: 0;
}
#example3_101 .desc-in-bg, #example3_101 .title-in-bg, #example3_109 .title-in-bg {
	display: none;	
}
p.od360-sm-intro {
    width: 100%;
    max-width: 757px;
    text-align: center;
    font-size: 20px;
}



.form-title h3 {
    font-weight: 400;
    text-align: center;
	margin-bottom: 55px;
}
.form-title h3 span {
    display: block;
}


.responsive-tabs ul.component-tab li {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left !important;
    margin-right: 10px;
    margin-top:10px;
    display: list-item;
}


form button.btn:hover{
    background: #ffffff;
    color: #00a7e1;
    border: 2px solid #00a7e1;
    padding: 9px 30px;
}


.footer-contact ul li{
	list-style-type:none;
}
.footer-contact, .footer-contact a{
	color:#ffffff;
}
.footer-contact h3{
	margin-top:20px;
	font-size:22px;
	font-weight:700;
}
.list-inline > li {
	display: inline-block;

}

.social-list{
	margin-left:40px;
}

.social-list > li {
padding:10px;
font-size:20px;
}


ul.bullet-list li {
	display: list-item;
	max-width: 100%;
	text-align: left;
	list-style-type: disc;
	margin-left: 17px;
}



/*********rinkal*********/
.head-section
{
	height: 651px;
}
.bg-image
{
	width: 100%;
	height: 100%;
	background: url(../images/slide.jpg) center center;
	background-size: cover;
	text-align:center;
}

.head-section h1
{
	padding: 87px 0 0px;
	font-size: 55px;
    color: #CE0000;
    font-weight: bold;
	margin: 0;
    line-height: 1.1;
}
.head-section h2
{

    color: #CE0000;
    line-height: 1.1;
}
.body-section
{
	padding: 85px 0;
	text-align:center;
}
.body-section p
{
	font-size: 20px;
    line-height: 1.3em;
    margin: 0;      
   	letter-spacing: 0.03em;
   	margin-bottom: 85px;
}
.body-section h3
{
	font-size: 40px;
    margin: 0;
    font-weight: bold;
    color: #CE0000;
    margin-bottom: 41PX;
}
.icon
{
	height: 58px;
	width: 61px;
}
.style-k4bcdvz0
{
  /* margin-left: 33px; */
  margin: 0 auto;
}
.body-section h6
{
	font-size: 16px;
  min-height: 65px;
  text-align: center;
}
.carousel-item 
{
	height: 651px !important;
}

.features-icon
{
	margin: 0 10px;
    padding: 0;
}
.bg-footer
{
	background-color: rgba(206, 0, 0, 1);
}
@media screen and (max-width: 990px)
{
	.features-icon
	{
		margin: 0;
	}
	.body-section p 
	{
		font-size: 22px;
	}
}

@media screen and (max-width: 778px)
{
	.head-section {
    height: 210px;
	}		
	.head-section h1
	{
		padding: 25px 0 0px;
		font-size: 25px;
	}
	.head-section h2
	{
		font-size: 12px;
	}
	.body-section 
	{
    	width: 100%;
    	padding: 34px 0;
	}
	.body-section p 
	{
    	font-size: 15px;
    	margin-bottom: 35px;
	}   
	.body-section h3 
	{
		font-size: 25px;
		margin-bottom: 35PX;
	}
	.body-section h6
	{
		font-size: 14px;
		min-height: 45px;
	}
	.icon
	{
		height: 35px;
		width: 50px;
	}
	.style-k4bcdvz0
	{
		margin-left: 28%;
	}
	.carousel-item 
	{
		height: 300px !important;
	}
}

/*********rinkal end*********/





/*********Jatin START*********/
/* h1.section-name{
    color: #CE0000;
    font-weight: 600;
    font-size: 40px;
} */
p.section-content{
  font-size: 17px;
  color: #000000;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  background: 0 0;
  line-height: 1.5em;
  pointer-events: auto;

}
p.section-contents{
  font-size: 17px;
  color: #000000;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  background: 0 0;
  line-height: 1.5em;
  pointer-events: auto;
}
p.section-content-1{
    color: #CE0000;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
}

.height-light{
    color: #CE0000;
    font-weight: 600;
}

#comp-k4x6d8co{
    margin:0 auto;
}
.innovation-button {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: rgba(206, 0, 0, 1);
    border: none;
    border-radius: 25px;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
    
}
.innovation-button:hover {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #000000;
    background-color:#ffffff ;
    border: none;
    border-radius: 25px;
  } 
  
  
  
.view {
  cursor: default;
}

.progress, .view, .waves-effect {
  overflow: hidden;
}
.progress, .view {
  position: relative;
}
.hm-zoom img, .hm-zoom video, .overlay img, .overlay video {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.view img, .view video {
  display: block;
  position: relative;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header {
  max-width: 100%;
  height: auto;
}
.overlay .mask {
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.view .full-bg-img, .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view .mask {
  background-attachment: fixed;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.flex-center p {
  margin: 0;
}
.btn, .white-text {
  color: #FFF;
  /* width: 100%; */
  background-color: #00a7e1;
  padding: 9px 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: 2px solid #00a7e1;
    color: #fff;
    border: none;
    border-radius: 25px;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}
.new-btn{
  padding: 9px 15px;
}
.hm-zoom:hover .mask, .overlay:hover .mask {
  opacity: 1;
}
.overlay .mask {
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.view .full-bg-img, .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view .mask {
  background-attachment: fixed;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.hm-zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hm-zoom img, .hm-zoom video, .overlay img, .overlay video {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.view img, .view video {
  display: block;
  position: relative;
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header {
  max-width: 100%;
  height: auto;
}

.progress, .view, .waves-effect {
    overflow: hidden !important;
}
.link-abs, .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: transparent;
  transition: all 0.5s ease;
  opacity: 0;
}
.part-image {
  position: relative;
}

.px-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-xy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(153, 153, 151, 0.6) !important;
}

.part-image:hover .overlay-xy {
  opacity: 1;
}

.text-content {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.part-image:hover img.px-image{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: 2s;
}
.part-image{
  overflow: hidden;
}




.category-box {
  background: #525f65;
  background: radial-gradient(circle,rgba(210,32,47,0.7),rgba(165,45,47,1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#adb8bd",endColorstr="#525f65",GradientType=1);
  transition: box-shadow 1s ease;
  overflow:hidden;
}

.category-box a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 40px;
	text-align: center;
}

.category-box img {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	min-height: 100%;
	opacity: .25;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease,-webkit-transform 1s ease;
}

.category-box .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  transition: all .15s linear;
}

.category-box-content {
	position:absolute;
	width:100%;
	z-index:3;
	top:0;
	left:0;
	text-align:center;
  height:300px;
  
  margin: 0;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-text {
    color: #ffffff;
    font-size: 40px;
	font-weight: 400;
	line-height: 17px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 3rem;
	width:100%;
}
.category-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: -5px;
-webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	
}
.category-subtitle {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
	  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.category-box:hover .category-title{
	-webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
}

.category-box:hover .category-subtitle{
	-webkit-animation-name: fadeInDownSm;
  animation-name: fadeInDownSm;
}


.category-box:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear,-webkit-transform 5s linear;
}

.category-box:hover  .bg-color {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
  transition: all .5s cubic-bezier(.13,.4,.57,.94);
	background: #e34338;
}
.custom-apparel-images img.img-fluid , .promotional-swag-images img.img-fluid{
  display: block;
  margin: 0 auto;
}
@media (min-width: 676px)
{
  .modal-dialog
  {
      max-width: 425px;
    }
  .modal-box 
  {
      max-width: 600px;
    }
     .modal-box2
    {
      max-width: 658px;
    }
}
@media screen and (max-width: 778px)
{
  .category-box a img {
    height: 545px;
    width: auto;
  }
  .content-text 
  {
    padding: 0 0.5rem;
    line-height: 13px;
  }
}
.black-text, .navbar-light .navbar-nav .nav-link{
  color: #000000 !important;
}
.guided-purchasing{
  margin: auto -10px !important;
}
.hedding-title{
  font-size: 40px !important;
  margin: 0 !important;
  font-weight: bold !important;
  color: #CE0000 !important;
  margin-bottom: 41PX !important;
  text-align: center;
}
#custom-apparel{
  margin-top: 50px;
}
.top-banner-part{
  background-color: #ffffff;
}
.banner-hedding{
  line-height: 58px;
  color: #ffffff;
  border-width: 0px;
  letter-spacing: 0px;
  font-size: 56px;
  text-align: center;
  margin: 0;
  font-weight:700;
}
.banner-content{
  color: #ffffff;
  text-align: center;
  font-size: 25.6px;
  line-height: 36px;
  font-weight: 600;
   margin-bottom: 0;
}
.banner-hedding-text{
  letter-spacing: -1.2px !important;
}

.set-radius-one-stop{
  background-color: #c92f2f;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.set-radius-easy-ordering{
  background-color: #8e6aae;;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-left: 35%;
  margin-top: 30px;
}

.set-radius-multi-user-account{
  background-color: #f3a250;;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-left: 35%;
  margin-top: 30px;
}

.set-radius-integration{
  background-color: #226da5;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-left: 35%;
  margin-top: 30px;
}

.mainmenu{
  background: #222222;
  color: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.mainmenu a{
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
  font-size: 1.054rem;
}

.nav-link {
  display: block;
  padding: .01rem 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.0rem;
  padding-left: 1.0rem;
}

.service-box{
	background: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(3, 115, 156, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1);
    padding: 30px 30px 0px;
    height: 100%;
    position: relative;
    border: 2px solid transparent;
    -webkit-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
    cursor: pointer;
    overflow: hidden;
}

.service-box:hover{

  border-color: rgba(20, 19, 20, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1);
}

.service-box .far, .service-box .fal{
  color: #0f0f0f;
  font-size: 60px;
  margin-top: 20px;
}

.contact-info{
  background: #ecebeb;
}

.padding-all-40{
	padding:40px;
}



.features_item{
    width: 300px;
    text-align: center;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(59, 59, 59, 0.2);
    box-shadow: 0px 50px 100px 0px rgba(59, 59, 59, 0.2);
    padding: 60px 30px;
    /* 83 */
    position: relative;
}

.first-featurebox{
	margin-top: 150px;
}

.second-featurebox{
	margin-top: 75px;
}

.p{
  padding: 10px;
}
.inner-heading-block:after{
  margin: 10px auto 0;
  content: '';
  display: block;
  width: 100px;
  border-top: 2px solid #222222;
}

.whoweare-intro ul{
  padding-inline-start: 0;
}

.whoweare-intro ul li{
  list-style: none;
}

.whoweare-intro ul li a:hover{
  text-decoration: none;
  color: #00a7e1;
}

.whoweare-intro ul li  i.fa.fa-check{
  color: #000000;
  padding-right: 5px;
}
.whatwedo {
  display: flex;
  line-height: 30px;
  margin-bottom: 15px;
}

.whatwedo-heading {
  font-weight: 600;
  color: #81b33a;
}

.whatwedo-heading.products{
  margin-right: 49px;
}
.whatwedo-heading.service{
  margin-right: 61px;
}
.whatwedo-heading.value{
  margin-right: 48px;
}
.whatwedo-content {
    flex: 1;
}
.whatwedo-content p{
   margin-bottom: 0;
   line-height: 35px;
}
.resource-intro ul {
  padding-inline-start: 0;
}
.resource-intro ul li a:hover {
  text-decoration: none;
  color: #00a7e1;
}
.whatwedo-intro p a:hover {
  text-decoration: none;
  color: #00a7e1;
}
.custom-margin-bottom{
    margin-bottom:0px;
}
@media (max-width: 991px) {
  .top-logo {
    display: flex;
    justify-content: center;
  }
  .top-buttons{
    text-align: center !important;
    margin: 10px 0;
  }
}

@media (min-width:767.8px) and (max-width: 991.8px) {
  .features_item {
    width: 350px;
    margin-top: 20px !important;
  }
  .highlight-text .feature-box{
    display: flex;
    justify-content: center;
  }
}

@media (max-width:767px) {
  .features_item {
    width: auto;
     margin-top: 20px !important;
  }
  .contact-details{
      margin-bottom: 20px;
  }
  .service-box{
	padding:30px !important;
  }
  .custom-company-margin-bottom{
    margin-bottom: 35px;
  }
  
  .client-img{
    display: flex;
    justify-content: center;
  }
  .whatwedo-content p {
    margin-bottom: 10px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .top-buttons button,
  .top-buttons a {
    margin: 5px 0;
  }
  
  .resource-intro ul {
    padding-inline-start: 40px;
}
}

.contact-info h4.head{
    margin: 0 0 0 0;
}

footer .container {
	background-color: #d4d1d1 !important;	
}

a.btn.footer-btn {
    padding: 1rem 2rem;
    border-radius: 50px;
}

a.btn.footer-btn:hover {
    color:#fff;
}

p.custom-margin-bottom a{
    color:#000 !important;
}

h6.green-color{
    color:#81b33a;
    font-size: 1.1rem;
    line-height: 1.35;
}

.btn-danger:hover{
  color : #000 !important;
  background-color: #61a60e !important;
  border-color: #61a60e !important;
}

