/*==================================================================================
    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;
	padding: 6px 0 !important;
	line-height: 38px;
	cursor:pointer;
}  
.nav-link:hover,.nav-link:focus,.nav-link:active
{
	color:#fff ; 
	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;
}
/***************************** FAQ DESIGNS *******************************/
.faq_model1 #faq .card {
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #e1eeff;
}
.faq_model1 #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px;
  background: #fff;
  padding: 0;
}
.faq_model1 #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #031b4e;
  font-weight: 500;
  white-space: normal;
  padding: 20px;
  font-size: 18px;
}
.faq_model1 #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.faq_model1 #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
.faq_model1 #faq .card .collapsing {
  line-height: 30px;
}
.faq_model1 #faq .card .collapse {
  border: 0;
}
.faq_model1 #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.faq_model2 .faq-detail-content p {
  font-size: 16px;
  line-height: 30px;
  color: #031b4e;
}
.faq_model2 .faq-detail-content h3 {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 600;
}
.faq_model2 .faq-detail-content {
  padding-bottom: 40px;
}
.faq_model3 #faq3 .card {
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #e1eeff;
}
.faq_model3 #faq3 .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px;
  background: #fff;
  padding: 0;
}
.faq_model3 #faq3 .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #fff;
  white-space: normal;
  background: #2e5ae8;
  font-weight: 500;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
}
.faq_model3 .card-body {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.faq_model3 #faq3 .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.faq_model3 #faq3 .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
}
.faq_model3 #faq3 .card .collapsing {
  line-height: 30px;
}
.faq_model3 #faq3 .card .collapse {
  border: 0;
}
.faq_model3 #faq3 .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.faq_model4 .faqdiv {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.faq_model4 .faqleft {
  border-right: 1px solid #e1eeff;
  padding: 0px;
}
.faq_model4 .faqright {
  padding: 40px;
}
.faq_model4 .nav-pills li a {
  padding: 15px 30px 15px 30px !important;
}
.faq_model4 .nav-pills li {
  padding: 0px !important;
}
.faq_model4 .nav-pills .nav-link.active,
.faq_model4 .nav-pills .show > .nav-link,
.faq_model4 .nav-pills .nav-link.active p {
  background-color: #e5efff;
  color: #2a5ae9 !important;
  font-weight: 500;
  border-radius: 0px;
}
.faq_model4 .nav-pills .nav-link {
  color: #031b4e !important;
} 
/***************************** FAQ DESIGNS *******************************/ 
/***************************** Banner DESIGNS *******************************/
.banner1 .about-us-title span {
  display: inline;
  font-weight: 800;
}
.banner1 .about-us-title h3 {
  font-weight: 900;
  font-size: 20px;
}
.banner1 .about-us-title h2 {
  font-size: 32px;
}
.banner1 ul li {
  font-size: 20px;
  color: #062462;
}
.banner1 ul {
  padding-top: 10px;
}
.banner1 ul li i {
  font-size: 16px;
  color: #1ab31a;
  padding-right: 10px;
}
.banner1 .pt_price small {
  font-size: 20px;
  color: #031b4e;
}
.banner1 .pt_price span {
  font-size: 40px;
  color: #2a5ae9;
  font-weight: 600;
}
.banner1 .pt_price {
  padding: 20px 10px;
}
.banner1 p {
  padding: 20px 10px;
  color: #031b4e;
}
.banner1 p i {
  padding-right: 5px;
  color: #2a5ae9;
}
.banner2 {
  padding: 100px;
}
.banner2 .banner-content h4 {
  font-size: 20px;
}
.banner2 .banner-content h3 {
  font-size: 32px;
}
.banner2 p {
  padding: 20px 0px;
  color: #fff;
  margin-bottom: 5px;
}
.banner2 ul li {
  font-size: 17px;
  color: #fff;
  line-height: 33px;
}
.banner2 ul {
  padding-top: 10px;
  padding-bottom: 25px;
}
.banner2 ul li i {
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
}
.banner2 {
  background: linear-gradient(99deg, rgb(5 0 87) 51%, rgb(9 9 121 / 0%) 100%),
    url("../img/bann.jpg") center center no-repeat !important;
}
.banner3 .about-us-title span {
  display: inline;
  font-weight: 800;
}
.banner3 .about-us-title h3 {
  font-weight: 900;
  font-size: 20px;
}
.banner3 .about-us-title h2 {
  font-size: 32px;
}
.banner3 ul li {
  font-size: 20px;
  color: #062462;
}
.banner3 ul {
  padding-top: 10px;
}
.banner3 ul li i {
  font-size: 16px;
  color: #1ab31a;
  padding-right: 10px;
}
.banner3 .pt_price small {
  font-size: 20px;
  color: #031b4e;
}
.banner3 .pt_price span {
  font-size: 40px;
  color: #2a5ae9;
  font-weight: 600;
}
.banner3 .pt_price {
  padding: 20px 10px;
}
.banner3 p {
  padding: 20px 10px;
  color: #031b4e;
}
.banner3 p i {
  padding-right: 5px;
  color: #2a5ae9;
}
.banner3 .sub-section-title h2 {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.banner3 .topban {
  padding: 0px !important;
}
.banner3 .topban.active {
  padding: 0px !important;
  background: #eee;
}
.banner3 .sub-section-title {
  padding: 10px;
}
.banner3 .topban.active .sub-section-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 27px solid #eeeeee;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
} 
/***************************** Banner DESIGNS *******************************/ 
/***************************** Features DESIGNS *******************************/
.feature_model1 .nav-tabs {
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  flex-wrap: nowrap;
}
.feature_model1 .nav-tabs > li.active > a,
.feature_model1 .nav-tabs > li.active > a:focus,
.feature_model1 .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.feature_model1 .nav-tabs > li > a {
  border-bottom: 3px solid #ddd !important;
  color: #031b4e !important;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
.feature_model1 .nav-tabs > li > a.active,
.feature_model1 .nav-tabs > li > a:hover {
  border-bottom: 3px solid #2b5be9 !important;
  color: #2a5ae9 !important;
  background: transparent;
}
.feature_model1 .nav-tabs > li > a::after {
  content: "";
  background: #4285f4;
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.feature_model1 .nav-tabs > li.active > a::after,
.feature_model1 .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding: 20px;
}
.feature_model1 .nav-tabs::-webkit-scrollbar {
  display: none;
}
.tabbable-responsive {
  display: block;
  min-width: 100%;
  overflow-x: auto;
  margin: 0px -20px -13px -20px;
}
.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs {
  white-space: nowrap;
  min-width: 100%;
  padding: 0px 21px;
  border: 0px;
}
.tab-content .about-us-title p {
  /*font-size: 17px;*/
	
  color: #031b4e;
}
.tab-content .about-us-title {
  padding-top: 70px;
}
@media (max-width: 575.98px) {
  .feature_model1 .nav-tabs > li > a {
    padding: 10px 25px !important;
  }
}
.feature_model3 #faq .card {
  margin-bottom: 30px;
  border: 0;
}
.feature_model3 #faq .card .card-header {
  border-bottom: 1px solid #e2eeff;
  -webkit-box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px;
  background: #fff;
  padding: 0;
}
.feature_model3 #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #031b4e;
  font-weight: 500;
  white-space: normal;
  padding: 20px;
  font-size: 18px;
}
.feature_model3 #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.feature_model3 #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
.feature_model3 #faq .card .collapsing {
  line-height: 30px;
}
.feature_model3 #faq .card .collapse {
  border: 0;
}
.feature_model3 #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.feature_model3 .table.table-responsive {
  border: 1px solid #e2eeff;
  border-radius: 10px;
}
.feature_model3 .table tbody {
  width: 100%;
  display: table;
}
.feature_model3 .table tbody td {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid #e2eeff;
  color: #031b6a;
}
.feature_model4 .single-feature {
  height: 400px;
  background-position: center;
  background-size: cover;
  border: none !important;
  border-radius: 20px;
  text-align: left;
}
.feature_model4 .single-feature h3 {
  font-size: 25px;
  text-align: left;
}
.feature_model4 .single-feature .textonlydiv {
  margin: 0;
  position: absolute;
  top: 40%;
}
.feature_model4 .single-feature .textonlydiv span {
  font-size: 50px !important;
  color: #183075;
}
.feature_model4 .single-feature .textonlydivpar {
  position: relative;
} 
 
.feature_model5 .border-left
{
	    border-left: 1px solid #2c38bb !important;
}
.feature_model5 .border-right
{
	   border-right: 1px solid #2c38bb !important;
}
.feature_model5 .why-choose-text {
    width: 100%;
   padding: 30px 10px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 0px;
}
.feature_model5 .why-choose-text span {
    color: #818aff;
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom: 22px; */
}
.feature_model5 .why-choose-text h3 {
    margin-top: 15px;
}
.feature_model6 .border-left
{
	    border-left: 1px solid #2c38bb !important;
}
.feature_model6 .border-right
{
	   border-right: 1px solid #2c38bb !important;
}
.feature_model6 .why-choose-text {
    width: 100%;
   padding: 30px 10px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 0px;
}
.feature_model6 .why-choose-text span {
    color: #818aff;
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom: 22px; */
}
.feature_model6 .why-choose-text h3 {
    margin-top: 15px;
}
.feature_model6 .single-feature1 {
    border-right: 0px solid;
    /* border-image: radial-gradient(rgb(24, 89, 195), rgba(24, 89, 195, 0.48)) 1; */
    background: transparent;
    margin: 0px 0px;
    border-radius: 15px;
}
.feature_model6 .single-feature1 .transdiv {
       background: hsl(236deg 92% 26% / 50%);
    padding: 18px;
}
.feature_model6 .single-feature {
    border-radius: 15px;
	text-align: left;
}
.feature_model6 .single-feature .service-btn {
   color:#031b4e;
}
/***************************** Features DESIGNS *******************************/ 
/***************************** why us DESIGNS *******************************/
.whyus_model1 .wf-box .about-us-title {
  padding: 30px 0px;
}
.whyus_model1 .wf-box .about-us-title span {
  font-weight: 800;
  color: #2a5ae9;
}
.whyus_model1 .wf-box .about-us-title h3 {
  font-weight: 900;
  font-size: 20px;
}
.whyus_model1 .wf-box .wf-box .about-us-title h2 {
  font-size: 32px;
}
.whyus_model1 .wf-box .about-us-title p {
  color: #000;
  line-height: 30px;
}
.whyus_model1 .wf-box .single-feature {
  height: 550px;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 0px;
  border-radius: 20px;
}
.whyus_model1 .wf-box .item {
  padding: 10px;
}
.whyus_model2 .fdiv span i {
  padding: 20px;
  font-weight: 500;
}
.whyus_model2 .fdiv h3 {
  padding: 12px 10px;
}
.whyus_model2 .fdiv p {
  padding: 10px 0px;
  line-height: 26px;
}
.whyus_model2 .fdiv {
  padding-bottom: 25px;
}
.whyus_model4 .single-feature {
  height: 280px;
  background-position: center;
  background-size: cover;
  border: none !important;
  border-radius: 20px;
  text-align: left;
}
.whyus_model4 .single-feature h3 {
  font-size: 25px;
  text-align: left;
}
.whyus_model4 .single-feature .textonlydiv {
  top: 0%;
}
.whyus_model4 .single-feature .textonlydiv p {
  font-size: 17px !important;
  color: #183075;
}
.whyus_model4 .single-feature .textonlydiv span {
  font-size: 50px !important;
  color: #183075;
}
.whyus_model4 .single-feature .textonlydivpar {
  position: relative;
} 
/***************************** why us DESIGNS *******************************/
/***************************** calltoaction DESIGNS *******************************/
.calltoaction1 {
  background: #f3f3f3;
  margin: 0px 70px 100px 70px;
  border-radius: 20px;
}
.calltoaction1 .features {
  padding: 40px 0px;
}
.calltoaction1 .single-feature {
  text-align: left;
  background: transparent !important;
  border: none;
  padding: 5px;
}
.calltoaction1 .single-feature span {
  font-size: 40px !important;
}
.calltoaction1 .single-feature:hover {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}
.calltoaction1 .topspan {
  background: #0088fd;
  border-radius: 10px;
  padding: 5px;
}
.calltoaction1 .single-feature h3 {
  font-size: 20px;
  font-weight: 600;
}
.calltoaction2 .leftdiv {
  background: #ddedff;
  border-radius: 20px;
  margin: 0px 10px 0px 0px;
}
.calltoaction2 .rightdiv {
  background: #dadbdd;
  border-radius: 20px;
  margin: 0px 0px 0px 10px;
  padding: 50px;
}
.calltoaction2 .rightdiv h2 a {
  font-size: 20px;
  text-decoration: underline;
  line-height: 36px;
  color: #031b4e;
  font-weight: 500;
}
.calltoaction2 .features {
  padding: 40px 60px;
}
.calltoaction2 .single-feature {
  text-align: left;
  background: transparent !important;
  border: none;
  padding: 15px 15px 0px 30px;
}
.calltoaction2 .borderright {
  border-right: 1px solid #c2d4e8;
}
.calltoaction2 .single-feature span {
  font-size: 40px !important;
}
.calltoaction2 .rightdiv span {
  font-size: 40px !important;
}
.calltoaction2 .single-feature:hover {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}
.calltoaction2 .topspan {
  background: #0088fd;
  border-radius: 10px;
  padding: 5px;
}
.calltoaction2 .single-feature h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 17px;
  margin-top: 30px;
}
.calltoaction2 .single-feature p a {
  font-size: 15px;
  color: #031b4e;
}
/***************************** calltoaction DESIGNS *******************************/
body {
      position: relative;
  }
 #myScrollspy ul.nav-pills {
     top: 30%;
      position: fixed;
	  right: 0%;
  } 
  nav#myScrollspy {
    z-index: 1;
	display:none ;
}

#myScrollspy li.nav-item {
    background: #ebf4ff;
    margin: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

#myscrollspy .nav-link i {
    font-size: 20px;
    padding-top: 6px;
    font-weight: 600;
}
.scrollspy-visible
{
	display:block !important;
}
.contactdiv .banner-content i
{
	color:#fff;
	font-size: 40px;
	margin-bottom: 24px;
}
.contactdiv .banner-content p
{
	color:#fff;
	padding: 10px 0px;
}
.contactdiv .banner-content h4
{
	font-size: 25px;
	color:#fff;
}
.featurelist 
{
	background : #f8f9fa;
}
.featurelist .features ul 
{
	    line-height: 36px;
    margin-top: 25px;
}
.featurelist .features ul li 
{
	    font-size: 15px;
}
.featurelist .features ul li  i
{
	    padding-right: 10px;
color:#b0b7c8;
}
.featurelist .features h3 {
    font-size: 20px;
    color: #03298c;
    font-weight: 600;
}

.feature-items .service-icon img {
    margin-bottom: 20px;
    padding: 20px; 
    background: #0816bf;
    border: 2px solid #1d53d0;
    z-index: 0; 
    border-radius: 50%; 
	width: 130px;
    height: 130px;
}
.feature-items .service-icon p {
    font-size: 20px;
}
.feature-items .service-icon {
    text-align: center;
    padding: 35px;
	    animation: iconAnimate 12s linear infinite;
}
 @keyframes floatY {
        0% {
            transform: translateY(-12px)
        }

        50% {
            transform: translateY(0)
        }

        100% {
            transform: translateY(-12px)
        }
    }
	   .delay1 {
        transition-delay: .1s
    }

    .delay2 {
        transition-delay: .2s
    }

    .delay3 {
        transition-delay: .3s
    }

    .delay4 {
        transition-delay: .4s
    }
	 
	.large_none
		{
			display:none !important;
		}
	@media (max-width: 575.98px) {
		.mobile_block
		{
			display:block  !important;
		}
		.mobile_none
		{
			display:none !important;
		}
	}
	
	.sticky {
    position: sticky;
    top: 10%;
    color: white;
    padding: 10px;
}
.review-slider--4
{
	padding-left:45px;
}

.review-slider--4.dark .single-review  {
    background: #fff !important;
    padding: 30px;
    box-shadow: 0 0 0px rgba(0, 0, 0, .1);
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.review-slider--4.dark .single-review  p {
       color: #7884ac;
    line-height: 24px;
    margin-top: 25px;
    padding: 0px !important;
}
.review-slider--4.dark .single-review .single-review-inner {
    background-color: #166be4;
}
.review-slider--4 .single-review .single-review-inner {
    width: 95%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    padding: 40px 50px 50px 50px;
    border-radius: 10px;
    position: relative;
    margin-left: 40px;
    background-color: #fff;
	margin-bottom:40px;
}
.review-slider--4 .single-review .review-image {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.review-slider--4.dark .single-review .review-content p, .review-slider--4.dark .single-review .review-info h4, .review-slider--4.dark .single-review .review-info span {
    color: #fff;
}

.review-slider--4 .single-review .review-info h4 {
    color: #013b4e;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.section-title.section-title--5 p:after {
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 3px;
    content: '';
    background-color: #2a5ae9;
}
.heading_new
{
	padding:10px !important; 
	margin:20px !important; 
	max-width: 1000px !important; 
	font-size:35px;
}
.afcblock
{
	background: #fff;
	box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%); 
	border-radius: 3px;
	padding:60px;
	margin:50px;
}
.contactcloud
{
	background: linear-gradient(99deg, rgb(5 0 87) 51%, rgb(9 9 121 / 0%) 100%), url(../img/call.jpg)   no-repeat !important;
	padding: 70px;
}
.domain-search 
{
	margin-top: -18% !important; 
}
.domainbanner
{
	
	 background: url(../img/domainsearch.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;    min-height: 650px;
}
	@media (max-width: 575.98px) {
		.heading_new
		{
			padding:10px !important; 
			margin:20px !important; 
			max-width: 1000px !important; 
			font-size:25px !important; 
		}
		.afcblock
		{  
			padding:30px !important;
			margin:20px !important;
		}
		.banner2 {
			padding: 50px 10px !important;
		}
		.review-slider--4
		{
			padding-left:0px !important;
			padding-right:0px !important;
		}
		.review-slider--4 .single-review .single-review-inner
		{
			    width: 100% !important;
				margin-left: 0px !important;
		}
		.contactcloud
		{ 
			background: linear-gradient(99deg, rgb(5 0 87) 51%, rgb(9 9 121 / 0%) 100%), url(../img/be_a_partner.png)   no-repeat !important;
			padding: 50px 20px !important;
		}
		.calltoaction2 .borderright {
			border-right: 0px solid #c2d4e8;
		}
		.calltoaction2 .leftdiv { 
			margin: 0px 20px 20px 20px;
		}
		.calltoaction2 .rightdiv { 
			margin: 0px 20px 20px 20px; 
		}
		.calltoaction1 .features {
			padding: 40px 20px;
		}
		.scrollspy-visible
		{
			display:none !important;
		}
		.whyus_model1 .wf-box .single-feature{
			background-size: contain !important;
		}
		.calltoaction1 { 
			margin: 0px 30px 0px 30px; 
		}
		.calltoaction2 .features {
			padding: 30px 30px;
		}
		.domain-search 
		{
			margin-top: -32% !important; 
		}
		.domainbanner
		{    min-height: 250px;
		}
		.banner1 ul li {
			font-size: 17px;
			color: #062462;
		}
	}