/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/
.main-header
{
	padding:0px !important;
}

.navbar-nav
{
	overflow-y: auto;
}
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 25px;
	margin-top: 0px;
	border-radius:0px;
	box-shadow:inset 0 0 8px rgba(0,0,0,0.1);
	border:0px;
	transition: top .2s ease, opacity .2s ease;
	
}
.megamenu1{
	position: absolute;
	width: 20%;
	left: 35%;
	right: 0;
	padding: 0px;
	margin-top: 0px;
	border-radius:0px;
	box-shadow:inset 0 0 8px rgba(0,0,0,0.1);
	border:0px;
	transition: top .2s ease, opacity .2s ease;
	
}
.megamenu2{
	position: absolute;
	width: 20%;
	left: 68%;
	right: 0;
	padding: 0px;
	margin-top: 0px;
	border-radius:0px;
	box-shadow:inset 0 0 8px rgba(0,0,0,0.1);
	border:0px;
	transition: top .2s ease, opacity .2s ease;
	
}
.nav-link
{
	color:#fff !important;
	padding: 6px 0 !important;
	line-height: 38px;
	cursor:pointer;
}  
.nav-link:hover,.nav-link:focus,.nav-link:active
{
	color:#fff !important; 
	padding: 6px 0 !important;
	line-height: 38px;
	cursor:pointer;
}
.sticking .nav-link
{
	color:#031b4e !important;
	padding: 6px 0 !important;
	line-height: 38px;
}
.sticking .nav-link:hover,.sticking .nav-link:focus,.sticking .nav-link:active
{ 
	color:#2e5ae8 !important; 
	cursor:pointer;
}
.sticking .clr
{
	color:#2e5ae8 !important;
	padding: 6px 0 !important;
	line-height: 38px;
}

.sticking .clr:hover,.sticking .clr:focus,.sticking .clr:active
{ 
	
	cursor:pointer;
	
}
.navbar-nav li
{
	    margin-left: 40px;
}
.nav-link:after
{
	display:none !important;
}
.stander
{
	list-style:none;
}
.stander li a
{
	color:#031b4e;
	line-height:35px;
	font-size:14px;
}
.stander li a i
{
	color:#2e5ae8;
}
.stander li a:hover
{
	color:#2e5ae8;
}
.menuhr
{
	border-color:#fff;
	height:0px;
    margin: 2px;

}
.megamenu_subhead
{
	padding-left:10px;
	color:#031b4e;
	
}
.navbar-toggler-icon i
{
	color:#fff;
}
.sticking .navbar-toggler-icon i
{
	color:#2e5ae8;
}
.text-indent
{
	padding-left:40px;
}
.navbar-nav .stander li
{
	 margin-left: 0px; 
}
.profile-details-wrapper 
{ 
	display: table-row; 
}
.profile-picture
{
	  display: table-cell; 
	  vertical-align: top; 
	  margin-right: 10px;
}
.profile-details 
{ 
	display: table-cell; 
	vertical-align: top; 
	line-height: 28px;
	padding-left: 10px;

}
.profile-details span
{
	color:#031b4e;
}
.profile-details-wrapper img
{
	width: 50px;
    height: 50px;
}

.profile-details-wrapperl
{ 
	display: flex;
    float: right;
    padding: 20px;
    padding-right: 0px; 
}
.profile-picturel
{
	  display: table-cell; 
	  vertical-align: top; 
	  margin-right: 10px;
} 
.profile-detailsl
{ 
	display: table-cell; 
	vertical-align: top; 
	line-height: 28px;
	padding-left: 10px;

}
.profile-detailsl span
{
	color:#031b4e;
}
.profile-details-wrapperl img
{
	width: 50px;
    height: 50px;
}
.feature-image--4
{
	display:flex !important;
}
.section--icon
{
	height:fit-content !important;
}
.iconimages
{
	height:64px;
	width:64px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.text-center
{
	text-align:center;
}
.font-18
{
	font-size:18px !important;
}
.font-15
{
	font-size:15px !important;
} 
  
#hexagon img{
        width: 35px;
    height: 35px;  
    display: inline-block;
    margin: auto;
}
 

#hexagon {
	width: 80px;
    height: 45px;
    background: white;
    position: relative;
    top: 18px;
    padding: 3px;
	margin:3px;
    text-align: center;
	border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hexagon:before {
	content: "";
    position: absolute;
    top: -22px;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 9px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 25px solid white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hexagon:after {
	content: "";
    position: absolute;
        bottom: -22px;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 10px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-footer--3
{
	background:#010e28 !important;
}
.footer-widget ul li a 
{
color:hsla(0,0%,100%,.5);
font-size:15px;
}
.footer-contacts ul li a 
{
color:hsla(0,0%,100%,.5) !important;
font-size:15px;
}
.footer-contacts ul li span i
{
color:hsla(0,0%,100%,.5) !important;
font-size:15px;
}
.footer-contacts ul li address
{
color:hsla(0,0%,100%,.5) !important;
font-size:15px;
}
.footer-widget ul li a:after
{ 
display:none;
}
.copyright span
{
color:hsla(0,0%,100%,.5);
}
 
.footer-widget ul li address:hover
{
color:white !important;
opacity:1 !important;
cursor:pointer;
}
.footer-widget ul li a:hover
{
color:white !important;
opacity:1 !important;
}
.main-footer--3 .bottom-footer 
{
	border-color:hsla(0,0%,100%,.1) !important;
}
.bottom-footer  .social-links ul li a 
{
	color:hsla(0,0%,100%,.5);
}
.bottom-footer  .social-links ul li a:hover
{
color:white !important;
opacity:1 !important;
}
.back-to-top.back-top--3:hover
{
animation: iconAnimate 2.9s infinite !important;
}
.footer-widget h3
{
	font-size:18px !important;
} 
.footer-widget h3
{
	font-size:18px !important;
}
.map
{
	    
	  -webkit-filter: hue-rotate(237deg); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.why-us-video:before
{
	background:#305DFD !important;
	opacity: 0.2 !important;
}
.sticky-tape:before, .sticky-tape:after
{
	 background:#305DFD !important;
	opacity: 0.9 !important;	
}
.single-feature
{ 	
	/*height: auto !important;*/
	background:white !important;
}
.featurerow {
  display: flex;
	width: 100%;
}

.featurecol {
  flex: 1; 
  background:white;
    border: 1px solid #e1eeff;
    border-bottom: 1px solid #2e5ae8;
}
.featurecol .single-feature
{
	border: 0px !important;
	background:transparent !important;
    border-bottom: 0px !important;
}
.featurecol .single-feature:hover
{
	box-shadow: 0 0 0px rgba(0,0,0,0.2) !important; 
}
.featurecol:hover
{
	box-shadow: 0 0 20px rgba(0,0,0,0.2) !important; 
}
.xs-section-padding {
    padding: 100px 0;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.office-interface-group-content, .join-with-us-wraper {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.office-interface-group-content > img {
    width: 100%;
}
.join-with-us-wraper {
    min-height: 436px;
    background-color: #1868dd;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.office-interface-group-content, .join-with-us-wraper {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.office-interface-group-content.content-1 {
    margin-top: -150px;
} 
.office-interface-group-content.content-2 {
    margin-right: 30px;
}
.main-footer--3 .bottom-footer
{
	border:0px;
}
.main-footer--3
{
	background: #031b4e !important;
	padding-top: 20px !important; 
} 
.bg-rotate:before	
{
	-webkit-transform: skewY(-5deg) !important;
    transform: skewY(-5deg) !important;
}
.domain-checker
{
    top: 30px !important;
}
.swiper-wrapper
{
	height:auto !important;
}
.swiper-slide
{
	height:auto !important;
}
.light-version .section-title p:after, .section-title.light1 p:after
{
	    background-color: #fff !important;
}
.login-card
{
	padding:20px;
	padding-top:0px;
	border-radius:0px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.login-card label
{
   color:black; 
}
.login-card .form-group
{
   text-align:left;
}
.login-card input
{
   height:45px;
}
.padding-60
{
	padding:60px;
}
.accordion
{
	padding-bottom:60px;
	padding-top:30px;
}
.accordion .accordion-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
      color: #4f6175 !important;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-link:hover,
.accordion .accordion-link:hover::after {
  cursor: pointer;
  color: #1c5dc7 !important;
}

.accordion .accordion-link:hover::after {
  border: 1px solid #1c5dc7;
}

.accordion .accordion-link.active {
  color: #1c5dc7 !important; 
}

.accordion  .accordion-link::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
      line-height: 20px;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion .accordion-link.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #1c5dc7;
  border: 1px solid #1c5dc7;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
  color:#5a5a5a;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
} 
.faq-card
{
	padding:30px !important;
	padding-top:0px;
	border-radius:0px;
	border:0px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.section-title h3:before {
    content: " ";
    position: absolute;
    left: 0px; 
    bottom: 6px;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background-color: #2e5ae8;
}
.section-title h3  {
    margin-top: 0;
    padding-bottom: 15px; 
    position: relative;
}
.faq-card .section-title
{
	padding-bottom:0px !important;
}
.faq-cat-card
{
	padding:0px !important; 
	border-radius:0px;
	border:0px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.faq-cat-card .nav-pills
{
	display:block !important;
}
.faq-cat-card ul li a,.faq-cat-card ul li a:hover,.faq-cat-card ul li a:focus
{
	color:black !important; 
	padding-left:20px !important;
	padding:20px !important;
	border-radius:0px;
	font-weight:500;
	border-bottom: 1px solid #e5e5e5;
}  
.nav-pills .nav-link.active, .nav-pills .show>.nav-link ,.nav-pills .nav-link.active p
{
	    background-color: transparent;
	    color: #1c5dc7 !important;
		border-radius:0px;

}    
.nav-pills  
{
	    display:block;

}    
.nav-pills .nav-link
{
	    background-color: transparent;
	    color: #7884ac !important;
		border-radius:0px;
		padding:0px !important;

}      
.nav-pills li
{ 
		padding-top:10px !important;
		padding-bottom:10px !important;

}  
.accordion-item .contact-social-icons li 
{
	  margin-right:0px !important; 
}
.accordion-item .contact-social-icons li a
{
	  color:#8c8383 ;
	  padding:0px;
}
.accordion-item .contact-social-icons li a:hover
{
	  color:#1c5dc7 ;
}
.updatecls
{
	display:flex;
	position:relative;
}
.faqiconcls
{ 
	position:absolute;
	display:flex;
	right:0;
}
.supportsec .single-service:hover .single-service-inner {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.heading-sub-title 
{
	font-size:18px !important;	
}

/*=============================================
   Media Query  -by preethi  on 11.03.2020
==============================================*/
@media (min-width: 1200px) and (max-width: 1300px){
.megamenu1 {
 
	left: 25%;
}
.megamenu2 {
 
	left: 65%;
}
.cart
{
	top: -2.9em;
	left: 22px;
    
}
}
@media (min-width: 1300px) and (max-width: 1400px){
.megamenu1 {
 
	left: 27%;
}
.megamenu2 {
 
	left: 65%;
}
}
@media  (min-width:992px ) and (max-width: 1024px)
{
.megamenu1 {
 
	left: 25%;
}
.megamenu2 {
 
	left: 70%;
}
.cart
{
	top: -2.9em !important;
	left: 22px !important;;
    
}
}
@media  (min-width:1025px ) and (max-width: 1100px)
{
.megamenu1 {
 
	left: 25%;
}
.megamenu2{
 
	left: 68%;
}
.cart
{
	top: -2.9em !important;
	left: 22px !important;;
    
}
}
@media  (min-width:1101px ) and (max-width: 1200px)
{
.megamenu1 {
 
	left: 25%;
}
.megamenu2 {
 
	left: 65%;
}
.cart
{
	top: -2.9em !important;
	left: 22px !important;
    
}
}
@media  (min-width:1172px ) and (max-width: 1199px)
{
.cart
{    top: -2.9em !important;
    left: 22px !important;
    
}
}
@media  (min-width:1200px ) and (max-width: 1245px)
{
.cart
{        top: -2.9em !important;
    left: 22px !important;
    
}
}
.cart
{
	top: -1.3em;
	border: 1px solid #e52f48;
    border-radius: 50%;
    padding-left: 3.9px;
    padding-right: 5.5px;
	left: -9px;
	    padding-top: 1px;
    padding-bottom: 1px;
    background: #e52f48;
	color: white;
}
sub, sup {
  
    font-size: 65%;
	font-weight:bolder
   
}

/*pricing table css starts*/

.signup-form input {
    height: 60px !important;
    border-radius: 0 !important;
    border-color: #e1eeff !important;
	font-size: 18px !important;
}

.signup-form select{
    height: 60px !important;
    border-radius: 0 !important;
    border-color: #e1eeff !important;
	font-size: 18px !important;
}

.signup-form input[type="checkbox"] , .signup-form input[type="radio"] {
    height: 15px !important;
    border-radius: 0 !important;
    border-color: #e1eeff !important;
	font-size: 18px !important;
}

.signup-form textarea {
    height: 180px!important;
    border-radius: 12 !important !important;
    border-color: #e1eeff !important;
    font-size: 19px !important;
}

.signup-form div {
   
    font-size: 21px !important;
   
	 margin-bottom:0px !important ;
	  padding: 5px !important;
}

.signup-form label {
    color: black !important;
}

.pt-50 {
    padding-top: 50px;
}

.signup-form .details {
font-size: 21px !important;
}
@media screen and (max-width:480px) {  .signup-form input {    height: 30px !important;    border-radius: 0 !important;    border-color: #e1eeff !important;	font-size: 18px !important;}}
