/*======================================
Theme Name: Divi-Child
Theme URI: https://divicake.com/
Description: it&#39;s a child theme for DIVI
Version: 3.19.18
Author: Khomin Hossain
Author URI: khomin91@gmail.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

body {
    font-weight: 400!important;
}
.plan-header{
	position:relative;
}
.plan-header .speed8 {
    position: absolute;
    font-size: 25px;
    color: #d6111e;
    font-weight: 700;
    top: 135px;
    left: 212px;
}
.plan-header .speed8 span {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}
.et_pb_contact_field *{
    position: relative;
    color: #333;
}
.container {
    width: 90%;
}
.et_pb_row {
    width: 90%;
}
.banner78{
	margin-top:-93px;
}
.mobile_menu_bar::before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #d6111e;
}
.pricing-plan {
    border-radius: 0 0 5px 5px;
    padding: 0;
	background: #fff;
border-color: transparent;
box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
	
}
.pricing-plan.color_style1 .plan-name {
    background: rgb(214,17,30);
background: linear-gradient(90deg, rgba(214,17,30,1) 0%, rgba(248,17,32,1) 100%);
	border-radius: 5px 5px 0 0;
text-align: center;
}
.pricing-plan .plan-header {
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f7f6fb;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 40px 20px;
}


.pricing-plan .plan-name h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 8px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}

.pricing-plan .plan-header ul {
	list-style: none;
	padding-left: 0;
}

.pricing-plan .plan-header ul li .plan-header-title {
	color: #d6111e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.pricing-plan .plan-header ul li .plan-header-aftertitle {
	color: #303a81;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
	text-transform: capitalize;
	padding-bottom: 0px;
}

.pricing-plan .plan-header ul li .plan-header-text {
	color: #303a81;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
}

.pricing-plan .plan-header ul li + li {
	margin-top: 15px;
}

.pricing-plan .plan-header img {
	
	width: 120px;
}

.pricing-plan .price-wrap {
	color: #42b7e2;
	display: inline-block;
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 0.7;
	margin: 20px 40px 10px;
	position: relative;
}
.pricing-plan .plan-features {
    margin: 30px 40px 0;
    padding-top: 0;
    position: relative;
}
ul.list-styled-circle{
	padding:0px;
	margin:0px;
}
ul.list-styled-circle li {
	border: none !important;
	padding: 0 !important;
	position: relative;
	list-style:none;
	font-size:15px;
}

ul.list-styled-circle li:before {
	color: #d6111e;
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	padding-right: 10px;
	position: relative;
	top: -4px;
}
.btn-maincolor {
    background-color: #d6111e;
    border-radius: 5em;
    border-width: 3px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 20px 55px;
	color:#FFF;
}
.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan .price-wrap[class*='bg-'] .plan-decimals {
	right: 33px;
}
.pricing-plan .price-wrap .gst {
    color: #333;
display: inline-block;
font-size: 14px;
font-weight: 600;
text-transform: none;
vertical-align: top;
}
.pricing-plan .price-wrap .plan-sign {
	color: #323232;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: top;
}

.pricing-plan .price-wrap .plan-price {
	color: #323232;
	display: inline-block;
	font-size: 36px;
	position: relative;
	vertical-align: top;
}

.pricing-plan .price-wrap .plan-decimals {
	color: #323232;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	text-transform: capitalize;
	vertical-align: top;
}

.pricing-plan .plan-button {
	margin-left: 40px;
	margin-top: 20px;
	padding-bottom: 40px;
}

.pricing-plan .plan-button a {
	font-weight: 600;
padding: 12px 25px;
text-transform: uppercase;
font-size: 15px;
	margin-top: 4px;
display: inline-block;
	
}

.pricing-plan .plan-button a:after {
	color: #fff;
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 10px;
}

.pricing-plan .plan-button a:hover:after {
	color: #42b7e2;
}

.pricing-plan .plan-button .btn.btn-link {
	color: #323232;
	margin-left: 15px;
	padding: 0;
}

.pricing-plan .plan-button .btn.btn-link:before {
	display: none;
}

.pricing-plan .plan-button .btn.btn-link:after {
	color: #303a81;
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 10px;
}

.pricing-plan .plan-button .btn.btn-link:hover {
	color: #42b7e2;
}

.pricing-plan .plan-button .btn.btn-link:hover:after {
	color: #42b7e2;
}

.pricing-plan .plan-description {
	color: #323232;
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-style: italic;
	margin-top: 2.1em;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 30px;
}


#main-header.et-fixed-header {
    box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
    background-color: rgba(2,0,0,0.8) !important;
}

#main-header.et-fixed-header #top-menu li li a {
    padding: 6px 20px;
    width: 220px !important;
    color: #333!important;
}
#main-header.et-fixed-header #top-menu li li a:hover {
    color: #FFF!important;
}
#main-footer {
	background:url(https://new.karmainfomedia.com/mysmartnet/wp-content/uploads/2020/09/footer-bg.jpg) no-repeat center center;
    background-color: #072b49;
}
#top-menu li a {
    padding-right: 15px;
	padding-left: 15px;
	position:relative;
}
#top-menu li a::before {
    content:"";
	position:absolute;
	width:7px;
	height:7px;
	background:#d6111e;
	right:-7px;
	top:5px;
	border-radius:7px;
}
.nav li ul {
    padding: 10px 10px!important;
	border-top:0px;
	background:#FFF!important;
	border-radius:6px;
}
#top-menu li li {
    padding: 0 0px!important;
    margin: 0;
}
#top-menu li li a {
    padding: 6px 20px;
    width: 220px!important;
	color:#333;
}

#top-menu li li a:hover {
    background:#d6111e;
	color:#FFF;
	border-radius:6px;
}
#top-menu .menu-item-has-children > a:first-child::after {
    right: 5px;
}
#top-menu li li a::before {
    display:none
}
.welcome ul{
	padding:0px;
	margin-top:15px;
}
.welcome ul li{
	padding:7px 7px 7px 0px;
	list-style:none;
	list-style:none;
	width:100%;
	float:left;
}
.welcome ul li img{
	float:left;
	width:70px;
}
.box82 h2{
	margin-bottom:15px;
}
.box82 h2 span{
	color:#d6111e;
}
.box82 ul{
	padding:0px;
	margin-top:0px;
}
.box82 ul li{
	width: 49%;
	float: left;
	padding: 8px 0;
	list-style: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin-right:2%;
	margin-bottom:5px;
}
.box82 ul li strong{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333;	
}
.box82 ul li img{
	float:left;
	margin-right:10px;
	margin-right:2%;
	width:100px;
}
.box82 ul li:nth-child(2n+0) {
	margin-right:0%;	
}

.footer-widget h4 {
    font-size: 20px;
    background: url(http://teknokraft.xyz/onestopgroup/wp-content/uploads/2020/01/footer-bar.jpg) no-repeat bottom left;
    color:#fff !important;
    margin-bottom: 15px;
    line-height: 30px;
	font-weight:600;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget{
	width:85%;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:15%;
}
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    width: 100%;
    background: #fff !important;
    border-radius: 20px 0 0 20px !important;
    padding: 12px !important;
    width: 75% !important;
	float:left;
}
.pricing-inner-wrapper {
    background:url(https://new.karmainfomedia.com/mysmartnet/wp-content/uploads/2020/07/pricing-bg.png) no-repeat top center;
    padding: 40px 40px 42px;
-webkit-box-shadow: 6px 5px 30px 0px rgba(70,70,70,.12);
}
 .pricing-content{
	margin-bottom:10px;
}
.pricing-table-info {
    padding-bottom: 27px;
    margin-bottom: 27px;
    position: relative;
}
.price-before {
    background:#2a2273;
	color: #fff;
padding: 12px 20px;
border-radius: 4px;
	display: inline-table;
	margin-bottom:15px;
}
.pricing-style-1 .pricing-table-info .price-text {
    color: #ff6000;
}
.price-text {
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
	color:#e90b9a;
	font-family: Roboto;
}
.price-text span {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
	color:#333;
}
.price-after p {
    position: relative;
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1px;
}
.pricing-table-info::after {
    content: "";
    width: 40%;
    position: absolute;
    height: 1px;
    background: #eaeaea;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}.pricing-table-body ul{
	padding:0px;
}
.pricing-table-body ul li {
    padding: 7px 0 7px 25px;
    position: relative;
    font-size: 16px;
	list-style:none;
	position:relative;
	background:url(https://new.karmainfomedia.com/mysmartnet/wp-content/uploads/2020/07/tick.jpg) no-repeat 0px 10px;
}
.pricing-style-1 .pricing-inner-wrapper .pricing-table-body ul li::before {
    color: #ff6000;
}
.pricing-table-foot a{
font-size: 14px;
padding: 10px 30px;
background: #4db746;
border-radius: 6px;
color: #FFF;
display: inline-block;
margin-top: 10px;
}
.mailpoet_submit{
	width: 25% !important;
float: left;
position: relative;
margin-top: -44px !important;
padding: 12px 20px 13px 5px !important;
margin-left: 75% !important;
border-radius: 0 20px 20px 0px;
background:#07375f !important;
border: none !important;
color:#FFF !important;
text-transform: uppercase;
}
.newsletter-45{
	background: url(http://teknokraft.xyz/onestopgroup/wp-content/uploads/2020/01/news-letter-bg-01.jpg) repeat-y top center;
	border-radius:65px;
	color:#7ac1fc;
	padding:25px 50px!important;
	font-size:15px;
	position:relative;
	}
.newsletter-45 h2{
	font-family: 'Dancing Script', cursive;
	font-size:38px!important;
	color:#FFF!important;
	font-weight:bold;
	color:#fff!important;
	}
.newsletter-45::before{
	position:absolute;
	content:"";
	top:0px;
	left:50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 122px 0 0 120px;
	border-color: transparent transparent transparent #07375f;
	}
.well h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
  margin-top:0px;
	position:relative;	
}
.well h1 span{
    color: #ff156e;
}
.well h1::after {
    position: absolute;
	width: 60px;
	content: "";
	height: 3px;
	top: 100%;
	left: 0%;
	background:#d6111e;	
}
.pack h1 {
    margin-bottom: 30px;
  margin-top:0px;
	position:relative;	
}
.pack h1 span{
    color: #ff156e;
}
.pack h1::after {
    position: absolute;
	width: 60px;
	content: "";
	height: 3px;
	top: 100%;
	left: 0%;
	background:#d6111e;	
}
.pack h3 strong{
    color: #d6111e;
	font-size:40px;
}
.pack ul{
	padding-left:0px!important;
}
.pack ul li{
	background:url(https://new.karmainfomedia.com/mysmartnet/wp-content/uploads/2020/09/tick-02.png) no-repeat 0px 10px;
	padding:7px 7px 7px 25px;
	list-style:none;
}
.welcome h1 {	
	position:relative;
	font-size:35px;

}
.welcome h1 span {	
	color:#d6111e;
}
.welcome h1::after {
	position:absolute;
	width:50px;
	content:"";
	height:3px;
	top:100%;
	left:0%;
	background:#07375f;

}
.test-4 h1 {
	
	position:relative;
	margin-bottom:25px;
}

.test-4 h1::after {
	position:absolute;
	width:50px;
	content:"";
	height:3px;
	top:100%;
	left:50%;
	background:#07375f;
	margin-left:-25px;
}
.blue-box{

padding: 15px;

border-radius: 6px;
width: 100%;
float: left
}
.blue-box ul{
	padding:0px;
	width: 100%;
float: left;
}
.blue-box ul li{
	list-style:none;
	width:50%;
	border:1px solid #f2f2f2;
	float: left;
	padding: 20px 10px;
	font-size: 12px;
	color: #333;
	max-height: 140px;
	overflow:hidden;
}
.blue-box ul li img{
	float:left;
	margin-right:10px;
	width: 90px;
}
.blue-box ul li strong{
	margin-right:10px;
	font-size:16px;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	color:#333;
}
.blue-box ul li img{
	float:left;
	margin-right:10px;
}
.blue-box ul li a {
    padding: 3px 15px 3px 15px;
    background: #07375f;
	border: 1px solid #FFF;
	color:#FFF;
    float: right;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}
.home-form input{
	background:
#F2f2f2 !important;
border: 1px solid
#e1e1e1 !important;
padding: 11px !important;
margin-bottom: 15px;
width: 100%;
border-radius: 6px;	
}
.home-form textarea{
	background:#F2f2f2 !important;
	border: 1px solid #e1e1e1 !important;
	padding: 11px !important;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 6px;	
	height:100px;
}
.home-form input[type="submit"]{
	background:#d6111e !important;
	border: 1px solid #d6111e !important;
	padding: 11px !important;
	margin-bottom: 15px;
	width: 180px;
	border-radius: 6px;	
	text-align:circle;
	float:right;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
}
.blue-box ul li:nth-child(1){
	border-left:0px;
	border-top:0px;
}
.blue-box ul li:nth-child(2){
	border-right:0px;
	border-top:0px;
}
.blue-box ul li:nth-child(3){
	border-left:0px;
	border-bottom:0px;
}
.blue-box ul li:nth-child(4){
	border-right:0px;
	border-bottom:0px;
}
.blue-box ul li:nth-child(5){
	border-left:0px;
	border-bottom:0px;
}
.blue-box ul li:nth-child(6){
	border-right:0px;
	border-bottom:0px;
}
.what-we-do h2{
	position:relative;
}
.what-we-do h2::after{
	content:"";
	position:absolute;
	width:50px;
	height:2px;
	background:#862498;
	left: 50%;
top: 100%;
margin-left: -25px;
	
}
.box a{
	color:#171717;
	font-size:13;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#banner-box{
	position: relative;
max-width: 1170px;
margin: auto;
	background:#FFF;
		
	-webkit-box-shadow: 0px 0px 50px 0px rgba(79,79,79,1);
-moz-box-shadow: 0px 0px 50px 0px rgba(79,79,79,1);
box-shadow: 0px 0px 50px 0px rgba(79,79,79,1);
	position: relative;
z-index: 100;
	margin-top:-10%;
	padding: 25px;
	margin-bottom: 100px;
}
#banner-box .et_pb_row {
	width:100%;
}
#footer-info {
    font-size: 12px;

}
.c-d{
	padding:0px;
	margin:0px;
}
.c-d ul{
	padding:0px;
	margin:0px;
 }
.c-d ul li{
	padding:10px 0px 14px 30px!important;
	margin:0px;	
	position:relative;
 }
.c-d ul li:first-child{
	padding:0px 0px 14px 30px!important;
	font-size:13px;

 }
.c-d ul li img{
	position:absolute;
	top:0px;
	left:-20px;
	
 }
.c-d ul li::before{
	display:none	
 }
.f-sm{
	margin-top:25px;
}
.f-sm img{
	margin-right:25px;
}
.footer-widget li::before{
	border-color: #fff;
}
#footer-widgets .footer-widget li::before {
    position: absolute;
    top: 9px;
    left: 0;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    content: "";
}
#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a{
    font-weight: 500;
}

#et-info-phone::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
    color: #fff;
}
#et-info-email::before {
   color: #fff;
}
#top-header .et-social-icons {
    display: inline-block;
    float: right;
}
.et_fixed_nav #top-header {
    position: fixed;
    padding: 3px;
}
.con896{
	background:#FFF;
}
.start{
	padding:0px;
}
.start ul{
	padding:0px;
	margin:0px;
}
.start ul li{
	width:48%;
	float:left;
	margin:10px 1%;
	list-style:none;
}
.start ul li input{
	width:100%;
	float:left;
	padding:7px 0px;
	border:none;
	border-bottom:1px solid #a1a1a1;
	background: none;
color: #FFF;
}
.sub78{
text-align: center;
float: left;
position: relative;
left: 50%;
width: 162px;
margin-left: -81px;
margin-top: 25px;
padding: 8px;
border-radius: 30px;
border: none;
font-size: 20px;
color: #263238;
text-transform: uppercase;
font-weight: 600;
}
.bg98{
	background:url(http://siliconsystems.in/beta/wp-content/uploads/2019/04/test-bg.png) no-repeat 25% 5%;
	text-align: right;
	padding: 19% 0 0 0;
	
}
.sm img{
	margin-top:15px ;
	margin-right:20px;
}
.full-image img {
    width: auto;
    max-width: none !important;
}
.map{
	position:relative;
}
.map::after {
    content: "";
    position: absolute;
    width: 38%;
    height: 100%;
    right: 0px;
    top: 0px;
	background:url(http://siliconsystems.in/beta/wp-content/uploads/2019/04/map-1.jpg) no-repeat top right;
}
.start-01{
	padding:0px;
}
.start-01 ul{
	padding:0px;
	margin:0px;
}
.start-01 ul li{
	width:48%;
	float:left;
	margin:25px 1%;
	list-style:none;
}
.start-01 ul li input{
	width:100%;
	float:left;
	padding:10px 0px;
	border:none;
	border-bottom:1px solid #6c808a;
	background: none;
color: #FFF;
}
.start-01 textarea{
	width:100%;
	float:left;
	padding:10px 0px;
	border:none;
	border-bottom:1px solid #6c808a;
	background: none;
color: #FFF;
	margin:25px 1%;
	height:110px;
}
.sub79{
text-align: center;
float: right;
position: relative;
width: 162px;

margin-top: 25px;
padding: 8px;
border-radius: 30px;
border: none;
font-size: 20px;
color: #263238;
text-transform: uppercase;
font-weight: 600;
}
#carousel-159 .slick-slide {
    margin: 15px!Important;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-category {
    margin: 10px 0;
    display: none!important;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap {
width:95%;
	background:#f2f2f2;
	margin-left:25px;
	position:relative;
	margin-top:-150px;
	padding:25px!important;
	text-align:left;
}
.wcp-post-author{
	display:none;
}
.wcp-content-wrap h3 a{
	color:#333333;
	font-size:20px;
	line-height:25px;
	
}
.arrow89{
	font-size:35px;
	color:#656469;
}
@media (max-width: 980px) {

	#main-header{
		background:#000!important;
	}
.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff !important;
}
	.et_mobile_menu li a{
		color:#000!important;
	}
}
@media (max-width: 767px) {
	.banner78 {
    margin-top: 0px;
}
	.box82 ul li {
    width: 100%;
    float: left;

}
.newsletter-45::before {
  
    display: none;
}
.newsletter-45 {
    background: #07375f;
    border-radius: 25px;
    padding: 25 !important;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0%;
}
.mailpoet_submit {
    background: #4cb745 !important;
	color:#FFF !important;
    text-transform: uppercase;
}
}

@media (max-width: 480px) {

	.newsletter-45 h2 {
    font-size: 26px !important;

}
	.blue-box ul li {
    width: 100%;
		padding:20px 10px;
}
	.blue-box ul li:nth-child(1) {
    border-left: 0px;
    border-top: 0px;
		border-right:0px;
}
	
	.blue-box ul li:nth-child(2) {
    border-left: 0px;
    border-top: 0px;
		border-right:0px;
}
	
	.blue-box ul li:nth-child(3) {
    border-left: 0px;
    border-top: 0px;
		border-right:0px;
		border-bottom: 1px solid #F2F2F2 !important;
}
	
	.blue-box ul li:nth-child(4) {
    border-left: 0px;
    border-top: 0px;
		border-right:0px;
		border-bottom:0px;
}
}

@media (max-width: 360px) {
.welcome h1 {
    color: #00395b;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}
}