/* **Home 13 drop down** */
/*Styling the scrollbar in the Dropdown menu*/
 .google-dropdown::-webkit-scrollbar {
     width: .7em;  }
 .google-dropdown::-webkit-scrollbar-thumb {
     background-color: #d8d3d3;
     border-radius: 100px;   }
/*Changes the color of the Menu Items on Click*/
 .sj-gcard.et_pb_blurb:active {
     background: #e8f0fd !important  }
/*Adds a click effect to the button in the dropdown*/
 .sj-more-button.et_pb_button:active {
     background-color: #ecf3fe;
     border-color: transparent;
     box-shadow: 0 1px 2px 0 rgba(110, 130, 208, .30), 0 2px 6px 2px rgba(110, 130, 208, .15);  }
/*Changes the Cursor to Pointer when move mouse to the dot image*/
 .dot .et_pb_main_blurb_image{
     cursor:pointer;  }
/*Adds a click effect to the Dots button*/
.dot .et_pb_main_blurb_image:active{
     background:rgba(60,64,67,0.1) !important  }
/*Show the Text "Google Apps" on Hover over to the dots*/
 .dot .et_pb_main_blurb_image:hover:after{
     content: "Contact Us";
     background: rgba(0,0,0,0.66);
     color: #fff;
     font-family: 'Fira Sans';
     font-weight: 500;
     padding: 14px 3px !Important;
     font-size: 15px;
     border-radius: 5px;
     display: block;
     width: 100px;
     position: absolute;
     margin-top: 20px;
     margin-left: -30px;  }
.sj-menu-module .et_pb_menu .et_mobile_menu {
    margin-top: 50px !IMPORTANT;
    padding: 5%;
    width: 150%;  }
/*Trying to fix the Mobile Menu Hamburgur Menu at it's position - Hopefully it will work :) */
.mobile_menu_bar:before {
    position: relative;
    top: -2px !IMPORTANT;  }
/* *****************============={{Home 13}}==================*************  ** */
/* Position Aware Hover Effect button*/
.et_pb_button.position_aware_effect {
text-shadow:1px 1px rgba(13, 12, 12, 0.3), 2px 2px rgba(13, 12, 12, 0.3);
box-shadow: 0px 2px 30px 10px rgba(110,130,200,.17);
overflow:hidden;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
z-index: 1 !important; }
.et_pb_button.position_aware_effect:hover{
color: rgba(38, 38, 38, 0.5) !important;
box-shadow: 0px 6px 14px 1px rgba(0,0,0,0.2);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.et_pb_button.position_aware_effect:focus{
color: rgba(13, 13, 13, 1) !important; }
@media all and (min-width: 981px) {
.et_pb_button.position_aware_effect:after {
margin-left: 0em !important;  }}
@media all and (max-width: 980px) {
.et_pb_button.position_aware_effect:after {
line-height: 1.7em !important;  }}
.blob{
z-index: -1;
position:absolute;
width:2px;
height:2px;
margin-left: 0;
margin-top: 0;
background: rgba(var(--orange), 1) !important; /* define your color here */
border-radius: 50%;
border-color: rgba(var(--orange), 1) !important; /* define your color here */
border-width: 1px;
border-style: solid;
-webkit-transition: border-width 0.7s ease-in-out,margin-left 0.7s ease-in-out,margin-top 0.7s ease-in-out;
transition: border-width 0.7s ease-in-out,margin-left 0.7s ease-in-out,margin-top 0.7s ease-in-out;  }
.expand{
border-color: rgba(var(--orange), 1) !important; /* define your color here */
border-width: 500px;
border-style: solid;
-webkit-transition: border-width 0.7s ease-in-out,margin-left 0.7s ease-in-out,margin-top 0.7s ease-in-out;
transition: border-width 0.7s ease-in-out,margin-left 0.7s ease-in-out,margin-top 0.7s ease-in-out;
margin-left:-500px;
margin-top:-500px;  }
/*our service style css**/
/* Divider */
.blurb-web .et_pb_divider { 
    width: 0;
    transition: all .5s ease-in-out;  }  
.blurb-web:hover .et_pb_divider { 
    width: 100%;
    transition: all .5s ease-in-out;   }
   /* Description text */
.blurb-web .description { 
    transform: translatex(60px);
    opacity: 0;
    transition: all .5s ease-in-out;  }  
.blurb-web:hover .description { 
    transform: translatex(0px);
    opacity: 1;
    transition: all .5s ease-in-out;  }
@media (max-width: 768px){ 
.blurb-web .description { 
    transform: translatex(0px)!important;
    opacity: 1!important;
    transition: all .5s ease-in-out;	}}
/*we are committed section blurb icon*/
.pa-blurb-icon-button {
	transition: box-shadow .2s ease-in-out;  }
/*add an arrow icon in the bottom right corner*/
.pa-blurb-icon-web:after {
	font-family: ETModules;
	content: "\24";
	font-size: 36px;
	color: rgba(var(--black), 1);
  background-color: #f1f1f5;
  border-radius: 100%;
  padding: 15px 10px 15px 10px;
	position: absolute;
	bottom: 26px;
	right: 5px;
	transition: all .2s ease;  }
/*adjust the icon on hover*/
.pa-blurb-icon-web:hover:after {
	color: #fff;
    background-color: rgba(var(--orange), 1);
cursor: pointer;
	bottom: 30px;
	transition: all .2s ease; }
/*   our benefits  */
.web-our-benefits{ text-align: center; border:1px solid rgba(var(--black), 1);   }
.web-our-benefits .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  	position: relative;
     bottom: -12px;
    background: rgba(var(--black), 1);
    margin-bottom: 15px;
    font-size: 35px;
    color: #fff !important;
    line-height: 100px;
    transition: all 0.3s ease 0s; }
.web-our-benefits .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    width: 190px;
    font-size: 20px;
  	font-weight: bold;
  	font-variant:small-caps;
    color: #333;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(var(--black), 1);
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative; }
.web-our-benefits .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before,
.et_pb_blurb_da_1_18 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(var(--black), 1);
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s; }
.web-our-benefits .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
    left: 50%;
    margin: 0 0 0 -5px; }
.web-our-benefits:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{ left: 100%; }
.et_pb_blurb_da_1_18:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{ right: 100%; }
.et_pb_blurb_da_1_18 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    color: #fff;
   text-align:center;
	font-weight: 400;
	line-height: 28px;
  transition: all 0.5s ease 0s;
    padding: 0 15px;}
@media only screen and (max-width:990px){
    .et_pb_blurb_da_1_18{ margin-bottom: 30px; } }
.web-our-benefits{background: rgba(var(--black), 1)!important;}
.et_pb_blurb_da_1_18.light .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,.et_pb_blurb_da_1_18.light .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	color:#fff;}
.web-our-benefits .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before,
.et_pb_blurb_da_1_18.light .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
	background:#fff;}
.web-our-benefits .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	border-bottom:1px solid #fff;}
.web-our-benefits .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	background:#fff;
	color: #000 !important;}
.web-our-benefits:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
	background:rgba(var(--black), 1);
	color: #fff !important;}
/*feature*/
.et_pb_blurb_web-feature{
  background-color:#fff;
  text-align:center;
  width:100%;
  border:1px solid rgba(251,130,34,0);
  border-radius: 8px;
  box-shadow:0 0 5px 0 rgba(110,130,208,.31);
  position:relative;}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_main_blurb_image{
    background: rgba(var(--black), 1);
    height:120px;
    width:120px;
    margin:-60px auto 20px;
    border-radius:50%;
    transition:all .3s;}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    font-size:50px;
    color:#fff;
    line-height:120px;
    font-weight:900;}
  .et_pb_blurb_web-feature:hover .et_pb_blurb_content .et_pb_main_blurb_image{
    text-shadow:0 0 2px #333;
    box-shadow:0 0 0 7px #fff inset,0 0 0 10px  rgba(var(--black), 1);}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_blurb_container{
    text-align:center!important;}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    color:#fff;
    background: rgba(var(--black), 1);font-size:20px;font-weight:600;
    text-transform:uppercase;
    padding:15px 0;
    margin:0 -15px 10px;
    display:block;
    position:relative;}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after,.et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
    content:'';
    background:linear-gradient(45deg,transparent 49%, rgba(var(--black), 1) 50%);
    height:15px;
    width:14px;
    position:absolute;
    left:0;
    top:100%;}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{background:linear-gradient(225deg,transparent 49%, rgba(var(--black), 1) 50%);
    top:auto;
    bottom:100%;
    left:auto;
    right:0}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    padding:15px 10px 10px}
  .et_pb_blurb_web-feature .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
    color:#666;
    font-size:15px;
    line-height:25px;
    padding:0 10px 10px;
    margin:0 0 10px;
    font-weight:300;}
@media only screen and (max-width:980px){
    .et_pb_blurb_web-feature{ margin: 40px 10px 30px !important; }	
	.et_pb_blurb_web-feature .et_pb_blurb_content{max-width: 100%;} }
/*faq css*/
.web_faq .et_pb_toggle{margin-bottom: 20px !important;border:none;background:0 0;border-radius:0;padding:0;box-shadow:none;}
.web_faq  .et_pb_toggle h5.et_pb_toggle_title{
  display:block;
  font-size:16px;
  padding:17px 40px 17px 30px;
  background:#fff;
  border:1px solid #f3f3f3;
  border-bottom-color:#f3f3f3;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom:none;position:relative;
  transition:all .5s ease 0s;}
.web_faq  .et_pb_toggle.et_pb_toggle_close h5.et_pb_toggle_title:before{
  content:'\4c';
  color:#959595;
  background:#f4f4f4;}
.web_faq  .et_pb_toggle.et_pb_toggle_close h5.et_pb_toggle_title:hover:before{background:rgba(var(--orange), 1);
  color:#fff}
.web_faq  .et_pb_toggle h5.et_pb_toggle_title:before{
  font-weight:900;
  font-size:15px;
  color:#fff;content:'\4b';
  width:45px;
  height:100%;
  line-height:54px;
  display:block!important;
  text-align:center;
  position:absolute;
  top:7px;right:-1px;
  background:rgba(var(--orange), 1);}
.web_faq .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title:after{
  content:"";
  position:absolute;
  bottom:-11px;
  right:-1px;
  border-bottom:12px solid transparent;
  border-left:12px solid rgba(var(--orange), 1)}
.web_faq .et_pb_toggle .et_pb_toggle_content{
  font-size:14px;
  color:#b7b7b7;
  padding:0 30px 15px;
  line-height:20px;
  margin-right:12px;
  background:#fff;
  border:1px solid #f3f3f3;
  border-top:none;}
.web_faq  .et_pb_toggle.et_pb_toggle_close h5.et_pb_toggle_title{background:#fafafa;
  color:#959595;}