@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-size: 14px;
	background: #FFFFFF;
	color: #a5a5a5;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.my_bg{
	background:#751bbb !important; 
}

.my_cl{
	color:#751bbb !important;
}

.my_btn{
	display: inline-block;
    font-weight: 400;
	cursor:pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

/**font-family: "Saira";**/

div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-size: 14px;
	line-height: 2.29;
	font-weight: 400;
	color: #a5a5a5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #FFD266;
	color: #C88E00;
}
p::selection
{
	background: #FFD266;
	color: #C88E00;
}
h1{font-size: 36px;}
h2{font-size: 22px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}


.site-header.header-dark a:focus,.site-header.header-dark a:hover{
	color:#751bbb !important;
}

.site-branding .site-title.title-image img {
    width: auto;
    height: auto;
    max-height: 70px;	
}

.main-navigation .menu-toggle{
	position: absolute;
	top: -22px;
    right: 0;
    color: #fff !important;
    background: #751bbba8;
    font-size: 30px;
}

.toggled ul.menu.nav-menu{
	width:100%;
}

.wth h2{
	font-size:35px;
	color:#06975aee;
	font-family:"Saira";
}

.wth p{
	font-size:25px;
}

.servicesnote{
	background:url("../img/phone_bg.jpg") no-repeat top center;
	padding: 8rem 2rem;
}

.servicesnote.fmsc{
	background: none;
	padding:3rem 2rem;
}

.phn-container{
	padding-top: 30rem;
    align-items: center;
}

.servicesnote.fmsc .phn-container{
	padding-top:0;
}

.crsliders {
	display:none;
	opacity:0;
	transition: opacity 500ms ease;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.crsliders .crtxt {
  color: #212121;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
}

.crsliders .crtxt h3{
	font-size:24px;
	font-weight:600;
	font-family: "Poppins", sans-serif;
}

.crsliders .crtxt p{
	font-size:21px;
}

.crsliders img{
	vertical-align:middle;
	width:100%;
	max-width:36.5rem;
}

.crsliders .numbercrtxt {
  color: #212121;
  font-size: 12px;
  padding: 8px 12px;
  position:;
}

.phn-container .dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.phn-container .active {
  background-color: #717171;
}

.phn-container .dotrw{
	position: absolute;
    right: 0;
	top:80px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.site-header.header-dark{
	background:#f8f9fa;
}
.prdh2{
	font-size:35px;
	color:#751bbb;
	font-family: "Saira";
}

.prdh_p h2{
	font-size:57px;
	color:#751bbb;
	font-family: "Saira";
	line-height: 1.1;
}

.prdh_p p{
	font-size: 21px;
    line-height: 1.7;
}

.prodx img{
	width:30%;
}

.prodx p{
	font-size:15px;
	line-height: 1.7;
	margin-top:10px;
}

.prdimgg img{
	
}

.ghj{
	position:relative;
	height: 100%;
}

.ghj i.lnr{
	font-size:43px;
	font-weight:bold;
	color:#751bbb;
}
.ghj p{
    padding-bottom: 0;
	margin-bottom: 3px;
}

.ghj .work-item-title{
	font-weight:600;
	font-family: "Poppins", sans-serif;
	margin-bottom:0;
}

.generic-blockquote {
    box-shadow: 0 0 20px rgb(214 215 216 / 60%);
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #06975aee;
}

.testiname{
	font-size:16px;
	font-weight:normal;
	font-family: "Poppins", sans-serif;
}

.section-title h5{
    color: #06975aee;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
	margin-bottom: 2px;
	display: inline-block;
	font-family: "Saira";
}

.section-title_ h5::before{
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #449efb;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.section-title_ h5::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #ea3509;
    top: 50%;
    transform: translateY(-50%);
    right: -23px;
}

.section-title h2{
    font-size: 42px;
    color: #000;
    padding-top: 10px;
	text-transform:uppercase;
	font-family: "Saira";
	line-height:1;
}



.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  width:100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  border: 1px solid #1e446c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #1e446c;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #1e446c;
}

.services .icon-box:hover .icon {
  color: #fff;
  background: #1e446c;
}


.work-grid .work-item {
    height: 270px;
}

.work-grid .work-item .work-item-info {
    height: 100%;
}


section#othprds {
    background: url("../img/prdothr_dk.jpg");
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	clear: both;
}

section#othprds::before {
    background-color: #00000012;
    opacity: 0.9;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 2;
}


.faq{
	background:#f1f7fd;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 18px;
  color:#449efb;
  line-height: 24px;
  font-weight: 600;
  padding-right: 25px;
  outline:none;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #e12234;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}





@media (max-width:576px) {
	
	.phn-container .dotrw{
		top:100%;
	}
	.slideshow-container {
    top: 90px;
	}
	.prdh_p h2{
		font-size:57px;
	}
	section#othprds {
		background: url("../img/prdothr_mb.jpg");
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.work-grid .work-item{
		height:auto;
	}
}
