/****Designed by Minal D****
***On Date: 20/10/2020*****/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

img {
  vertical-align: middle;
  border-style: none;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 320px) {
  .pricing-circle{
    left: 100px!important;
  }
}
@media (min-width: 360px) {
  .pricing-circle{
    left: 110px!important;
  }
}
@media (min-width: 376px) {
  .pricing-circle{
    left: 135px!important;
  }
}
@media (min-width: 320px) {
  .mySlides {
    height: 400px!important;
  }
  .about-title {
    text-align: center!important;
    font-size: 22px!important;
  }
  .about-subtitle {
  	 text-align: center!important;
  	 font-size: 15px;
  }
  .feature-block-title{
  	font-size: 22px!important;
  	padding: 70px 20px 5px 20px!important;
  }
  /*.pricing-circle{
  	left: 90px!important;
  }*/
  .navy-block-text{
  	font-size: 30px!important;
  }
  .price-block li{
  	padding: 18px 10px!important;
  }
  .select-plan-btn{
  	width: 75%!important;
  }
  .free-btn-adv{
  	width: 75%!important;
  }
}
@media (min-width: 375px) {
  /*.pricing-circle{
  	left: 115px!important;
  }*/
  .select-plan-btn{
  	width: 80%!important;
  }
  .free-btn-adv{
  	width: 80%!important;
  }
}

@media (min-width: 425px) {
  .mySlides {
    height: 450px!important;
  }
   .pricing-circle{
  	left: 145px!important;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .mySlides {
    height: 545px!important;
  }
  .about-title {
    text-align: left!important;
    font-size: 25px!important;
  }
  .about-subtitle {
  	 text-align: left!important;
  	 font-size: 16px;
  }
  .blue-circle{
  	left: 60px!important;
  }
  .feature-block-title{
  	font-size: 20px!important;
  }
  .pricing-circle {
    left: 95px!important;
  }
  .price-block li{
  	padding: 18px 10px!important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .white-block ul {
	  padding: 0px 10px!important;
	}
	/*.navy-block-text {
    font-size: 32px!important;
  }*/
  .price-block li{
  	padding: 18px 25px!important;
  }
  .select-plan-btn{
  	width: 75%!important;
  }
  .free-btn-adv{
  	width: 75%!important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .blue-circle{
  	left: 85px!important;
  }
  .white-block ul {
	  padding: 0px 25px!important;
	}
	.pricing-circle {
	    left: 145px!important;
	}
	.select-plan-btn{
  	width: 82%!important;
  }
  .free-btn-adv{
  	width: 82%!important;
  }
  .feature-block-title {
  	font-size: 22px!important;
  	padding: 70px 20px 5px 20px!important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .pricing-circle {
	    left: 175px!important;
	}
	.select-plan-btn{
  	width: 85%!important;
  }
  .free-btn-adv{
  	width: 85%!important;
  }	
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.bg-dark {
  background-color: #343a40 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}


.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}
.text-center{
	text-align: center!important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-justify {
  text-align: justify !important;
}

.main-title{
	font-size: 44px;
  text-transform: uppercase;
  color: #393939;
  font-family: "Lato", "Lato", Sans-serif;
  font-weight: 700;
  line-height: 45px;
}
.main-title-white{
	font-size: 44px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", "Lato", Sans-serif;
  font-weight: 700;
  line-height: 45px;
}
.sub-title{
  color: #7f7f7f;
  font-size: 17px;
  font-family: "Lato", Sans-serif;
  margin-top: 10px;
  font-weight: 400;
}

.devider{
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #3fa3f6;
  width: 15%;
}
.element-devider{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-icon{
  height: 73px;
  width: 73px;
 /* border: 1px solid #3fa3f6;
  background: #3fa3f6;
  box-shadow: 0px 1px 0px 10px #3fa3f682;*/
  /*margin-top: 22px;*/
  /*border-radius: 50%;*/
}
/*.about-icon img{
	height: 100%;
	width: 100%;
}*/
.about-title{
	font-size: 28px;
  text-transform: capitalize;
  color: #5e5d5d;
  font-family: "Lato", "Lato", Sans-serif;
  font-weight: 600;
  text-shadow: 2px 2px #e4e4e4;
  text-align: left;
  line-height: 30px;
  margin-top: 15px;
}
.about-subtitle{
	color: #7f7f7f;
	margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Lato", Sans-serif;
  text-align: justify;
}
.white-block{
	max-width: 265px;
  height: 380px; /*245px, 320px*/
  background: #fff;
  border-radius: 15px;
	position: relative;
	box-shadow: 8px 8px 1px #2f2f2f75;
}
.blue-circle{
  position: absolute;
  background: #3fa3f6;
  height: 90px;
  width: 90px;
  box-shadow: 0px 1px 0px 10px #3fa3f682;
  border-radius: 50%;
  text-align: center;
  top: -44px;
  left: 70px; /*85px*/
}
.white-block:hover .blue-circle{
  background: #102044;
  transition: 0.4s all;	
}
.feature-icon{
  height: 65px;
  width: 65px;
  margin-top: 12px;
}
.featurefa-icon{
	font-size: 38px;
  padding: 13px 10px;
  color: #fff;
}
/*.feature-icon img{
	height: 100%;
	width: 100%;
}*/
.feature-block-title{
  text-transform: capitalize;
  font-size: 22px;
  color: #5e5d5d;
  font-family: "Lato", "Lato", Sans-serif;
  font-weight: 700;
  line-height: 30px;
  padding: 70px 20px 20px 20px;
  text-align: center;
}
.white-block ul {
  list-style: none;
  padding: 0px 25px;
}

.white-block ul li:before {
  content: '\2713\0020';
  color: #3fa3f6;
  font-weight: 600;
  margin-right: 6px;
  font-size: 20px;
  vertical-align: sub;
  position: absolute;
  left: 0;
  top: 0;
}
.white-block li{
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /*20px*/
  font-family: "Lato", Sans-serif;
  text-align: left; /*justify*/
  position: relative;
  padding-left: 25px;
}
.mt-85{
	margin-top: 85px;
}
.mt-115{
	margin-top: 115px;
}
.price-block{
	max-width: auto;
  height: auto;
  background: #fff;
  border-radius: 15px;
	position: relative;
  box-shadow: 5px 5px 5px #0000001f;
}
.price-block:hover{
  box-shadow: 10px 10px 10px #0000002e;
}
.nevy-block{
	background: #102044;
  height: 140px;
  border-radius: 10px 10px 0px 0px;
}
.pricing-circle{
  position: absolute;
	background: #3fa3f6;
	height: 95px;
	width: 95px;
	box-shadow: 0px 1px 0px 10px #3fa3f682;
	border-radius: 50%;
	text-align: center;
	top: 88px;
	left: 175px;
}
.price-block:hover .pricing-circle{
  background:  #102044;
  transition: 0.4s all;
}
.navy-block-text{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 17px;
}
.free-btn {
  border: 1px solid #40a4fa;
  position: relative;
  padding: 8px 20px;
  margin: 35px 0px 5px 35px;
  color: #40a4fa;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  background-color: #40a4fa29;
}
.price-block ul {
  list-style: none;
  padding: 0px;
}
.price-block .gray-bg li:nth-child(even) {
	background: #7f7f7f29;
}
.price-block .sky-bg li:nth-child(even) {
	background: #3fa3f647;
}
.gray-bg li:hover, .sky-bg li:hover{
	border-right: 4px solid #102044;
	border-left: 4px solid #102044;
}

.price-block ul li:before {
  content: '\2713\0020';
  color: #3fa3f6;
  font-weight: 600;
  margin-right: 6px;
  font-size: 20px;
  vertical-align: sub;
}
.price-block ul li.no-icon:before {
  content: "";
  margin: 0;
}
.price-block ul li.no-icon {
  padding-left: 45px !important; /*60px !important;*/
  font-weight: 400;
}
@media screen and (min-device-width: 320px) and (max-device-width: 425px) { 
  .price-block ul li.no-icon {
    /*padding-left: 0px !important;*/
    font-weight: 400;
    text-align: left!important; /*center*/
  }
}
.price-block li{
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 600; /*400;*/
  padding: 18px 30px;
  line-height: 20px;
  font-family: "Lato", Sans-serif;
  text-align: justify;
}
.free-btn-adv {
  border: 1px solid #102044;
  position: relative;
  padding: 8px 15px;
  margin: 35px 0px 30px 35px; /*20px 0px 30px 35px;*/
  color: #102044 !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  background-color: transparent;
}

.starting-at-btn{
	border: 1px solid #102044;
  position: relative;
  padding: 8px 20px;
  margin: 35px 0px 5px 35px;
  color: #102044;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(64, 164, 250, 0.16); /*#10204466*/
}
.select-plan-btn{
  border: 1px solid #102044;
  position: relative;
  padding: 8px 15px;
  margin: 20px 0px 30px 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 85%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  background-color: #102044;
}
.select-plan-btn:hover{
  border: 1px solid #62bc30;
  background-color: #62bc30;
}
/* Slideshow container */
.slideshow-container {
  max-width: 85%;
  position: relative;
  margin: auto;
}
.about-fa-icon{
	color: #ffffff;
  font-size: 30px;
  background: -webkit-linear-gradient(#188ef0 , #3fa3f682);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  padding: 20px 14px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height: 600px;
}
.mySlides img{
  width: 100%;
  height: 100%;
}
.parallax {
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 55px;
  height: 35px;
  margin-top: -22px;
  padding: 1px 18px; /*6px 18px*/
  color: white!important;
  background: #3fa3f6;
  font-weight: bold;
  transition: 0.6s ease;
  left: -35px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 55px;
  height: 35px;
  margin-top: -22px;
  padding: 1px 22px; /*6px 18px*/
  color: white!important;
  background: #3fa3f6;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: -35px;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border: 2px solid #2483d5;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #2483d5;
  border: 2px solid #2483d5;
}

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

.free-btn-adv > a, a.free-btn-adv {
  color: #102044;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/*****ACCORDATION*****/
.accordion {
  background-color: #3fa3f647;
  color: #818181;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  border: 1px solid #3fa3f647;
}

.faq .active, .accordion:hover {
  background-color: #6e6e6ed1;
  color: #fff;
}

.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bolder;
  float: right;
  margin-left: 5px;
  font-size: 20px;	
}

.faq .active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 25px;
  border: 1px solid #3fa3f647;
}

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

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

@media screen and (max-width: 640px) {
  .white-block{
    height: auto;
    padding-bottom: 10px;
  }
}
#join_plan:focus { outline: none; }
#wpsisac-slick-slider-1 .slick-dots li.slick-active button, .htmega-testimonial-area .slick-dots li.slick-active button {
    background-color: #41759db8 !important;
}
/*.elementor-navigation a {
    display: block !important;
    line-height: 1.3125 !important;
    outline-offset: -1px !important;
    padding: 0.55em 0 !important;
}
@media screen and (min-device-width: 375px) and (max-device-width: 765px) { 
  .htmega-testimonial-style-3 .testimonal img {
      float: none!important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .elementor-120 .elementor-element.elementor-element-0d2db83 > .elementor-element-populated {
    padding: 0px!important; 
  }


  .elementor-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding-top: 15px !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .white-block {
      max-width: 265px !important;
      height: 390px!important;
      background: #fff !important;
      border-radius: 15px !important;
      position: relative !important;
      box-shadow: 8px 8px 1px #2f2f2f75 !important;
  }
  .navy-block-text {
      color: #fff !important;
      font-size: 25px!important;
      font-weight: 600 !important;
      text-transform: uppercase !important;
      padding-top: 25px!important;
  }

  .starting-at-btn {
    margin: 35px 5px 0px 5px!important;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .blue-circle {
      left: 32%!important;
  }
}
@media only screen and (max-width: 768px){
  #section-header #section-header-menu {
      right: 0px !important;
  }
}*/
.dnone{ display: none; }


/* new CSS */
@media only screen and (max-width:767px){ 
  .htmega-testimonial-style-3 .testimonal img {
      float: none!important;
  }
}
@media only screen and (max-width:500px) {
  .elementor-120 .elementor-element.elementor-element-0d2db83 > .elementor-element-populated {
    padding: 5px 15px 15px 10px!important; 
  }

  /*.elementor-navigation ul {
    margin: 0;
    padding-top: 5px 15px 15px 115px;
  }*/
}
@media only screen and (max-width:1024px) {
  .navy-block-text {
      font-size: 25px!important;
      padding-top: 25px!important;
  }
}

@media only screen and (max-width:375px){
  .starting-at-btn{
    margin: 35px 5px 5px 5px!important;
  }
}

@media only screen and (max-width:1024px){
  .starting-at-btn{
    margin: 35px 30px 5px 30px!important;
  }
}
body .elementor-widget-default-navmenu .elementor-menu {
    background-color: transparent;
}
.nav-margin nav#elementor-navigation {
    margin: 0 1em!important;
}
@media screen and (min-width: 414px) and (max-width:1024px) {
  .blue-circle {
      left: 32%!important;
  }
}
@media only screen and (max-width:425px){
  .login-container  .htb-row{
    margin-top: 20px;
  }
}
body{
  margin: 0px !important;
}
/*@media only screen and (max-width: 768px){
  .elementor-navigation ul {
    height: 1px!important;
  }
}*/
@media only screen and (max-width: 768px) {
  #section-header #section-header-menu {
      display: block;
      width: 100%;
      top: 0;
      right: 0px!important;
      position: absolute;
  }
  body .elementor-widget-default-navmenu .elementor-menu{
        height: 1px!important;
  }
  .nav-margin nav#elementor-navigation {
      margin: 0 0em!important;
  }
  .elementor-menu-toggle {
    padding-top: 5px!important;
    padding-right: 5px!important;
  }
  .elementor-navigation a{
    padding: 0.55em 12px !important;
  }
}
@media only screen and (max-width: 900px){
  body .elementor-widget-default-navmenu .elementor-menu {
    height: 1px!important;
  }
}
@media only screen and (max-width: 800px){
  .elementor-navigation ul {
    margin-top: 50px!important;
  }

}
@media (min-width: 576px) {
  #wpsisac-slick-slider-1 .slick-dots, .htmega-testimonial-area .slick-dots {
      bottom: -50px;
  }
}
/*#section-header .elementor-widget-default-navmenu .elementor-nav-menu .menu-item a {
    background-color: inherit;
}*/
@media screen and (min-width: 320px) and (max-width:767px) {
	.htmega-testimonial-area .slick-dots {
		bottom: -50px !important;
	}
  .about-subtitle { padding: 0px 10px 0px 10px; }
}
@media screen and (min-width: 1024px) and (max-width:1920px) {
	.elementor-navigation a {
	    padding: 0.7rem!important;
	    margin-left: 5px!important;
	}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
	.white-block { height: 390px; }
}
.page-id-1335 section.elementor-element-b83d4e9,
.page-id-1335 section.elementor-element-4531a90,
.page-id-1335 section.elementor-element-4f29593 {
	background-image: none !important;
    background-color: #d1d1d1;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated { padding: 0px; }
@media screen and (min-width: 320px) and (max-width:766px) {
	.white-panel { margin-top: 80px!important; }
}
@media screen and (min-width: 767px) and (max-width:900px) {
	.white-panel { margin-top: 120px!important; }
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline: none; }
@media all and (-ms-high-contrast:none) {
  h2.elementor-heading-title.elementor-size-small { padding-top:15%; }
  .home section.elementor-element-fa73857.elementor-section-boxed { padding-top:10%; }
  .price-block { box-shadow: 5px 5px 5px rgba(0,0,0,0.12) !important; }
  .price-block:hover { box-shadow: 10px 10px 10px rgba(0,0,0,0.18) !important; }
  .blue-circle, .pricing-circle { box-shadow: 0px 0px 0px 10px rgba(63,163,246,0.51) !important; }
  .price-block .gray-bg li:nth-child(2n) { background: rgba(127, 127, 127, 0.16) !important; }
  .price-block .sky-bg li:nth-child(2n) { background: rgba(63, 163, 246, 0.28) !important; }
  .about-fa-icon { color: #3fa3f6; }
  /*.about-fa-icon {
    color: linear-gradient(#188ef0,rgba(63, 163, 246, 0.51%)) !important;
  }*/
  /*.about-fa-icon{
      background: -webkit-linear-gradient(#188ef0 , rgba(0,0,0,0.12));
      background: -moz-linear-gradient(#188ef0 , rgba(0,0,0,0.12));
      background: -ms-linear-gradient(#188ef0 , rgba(0,0,0,0.12));
      background: -o-linear-gradient(#188ef0 , rgba(0,0,0,0.12));
      background: linear-gradient(#188ef0 , rgba(0,0,0,0.12));
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188ef0', endColorstr='rgba(0,0,0,0.12)',GradientType=1 );
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
  }*/
  #wpsisac-slick-slider-1 .slick-dots li.slick-active button, .htmega-testimonial-area .slick-dots li.slick-active button {
    background-color: rgba(65,117,157,0.72) !important;
  }
  #wpsisac-slick-slider-1 .slick-dots li button {
      color: transparent;
      background: rgb(227 227 227) !important;
      border: none;
      border-radius: 1px !important;
  }
  .free-btn {
      border: 1px solid #40a4fa;
      position: relative;
      padding: 8px 20px;
      margin: 35px 0 5px 35px;
      color: #40a4fa;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      display: inline-block;
      border-radius: 5px;
      background-color: rgba(64, 164, 250, 0.16);
  }
  /*.about-fa-icon > i{
    background: -webkit-linear-gradient(#188ef0 , rgba(0,0,0,0.12))!important;
    background:  -ms-linear-gradient(#188ef0 , rgba(0,0,0,0.12))!important;
    background:  -moz-linear-gradient(#188ef0 , rgba(0,0,0,0.12))!important;
    background:  -o-linear-gradient(#188ef0 , rgba(0,0,0,0.12))!important;
  }
  .about-fa-icon > i{
    background: -moz-linear-gradient(#188ef0 , #3fa3f682);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(#188ef0 , #3fa3f682);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#188ef0', endColorstr='#3fa3f682');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#188ef0', endColorstr='#3fa3f682')";
  }*/
  .elementor-icon.elementor-social-icon {
      font-size: 25px !important;
      text-align: center;
      padding: .5em !important;
      margin-right: 5px !important;
  }

}
.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
}
.ctm-padding-box .elementor-widget-wrap > .elementor-widget-icon-box { padding: 20px; }
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-right {
  padding: 0px 0px !important;
  text-align: left !important;
  width:auto !important;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
  padding: 20px 20px 20px 20px !important;
  /*margin-right: -2%;*/
  text-align: left;
}
.ctm-content h4 {
    margin-bottom: 0px;
    margin-top: 8%;
}
.ctm-content span {
    color: #8397ac;
    font-size: 14px;
}
.wpsisac-slick-slider.design-4 .slick-dots { bottom: -40px !important; }

.wpsisac-image-slide h2.wpsisac-slide-title {
  display: none;
}

@media screen and (min-width: 280px) and (max-width:767px) {
	#section-footer .section-footer-col { border-bottom: 0px solid #0c1c3d; }
	.about-title {
	    text-align: center !important;
	    font-size: 18px !important;
	}
	.about-subtitle {
	    text-align: center !important;
	    font-size: 18px !important;
	}
	.feature-block-title.rm-br > br { display: none; }
  .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap.wp-medium-12.wpcolumns {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (min-width: 280px) and (max-width:640px) {
  .blue-circle { left: 85px; }
  .section-subheading p { font-size: 16px; }
}
@media screen and (min-width: 767px) and (max-width:1023px) {
  .price-block li { text-align: left; }
  .mySlides img { height: auto; }
  .ctm-padding-box .elementor-widget-wrap > .elementor-widget-icon-box { padding: 0px; }
  .pt-5.ctm-responsive-cls { padding-top: 2rem !important; }
  .section-subheading p { font-size: 17px; }
}
@media screen and (min-width: 768px) and (max-width:909px) {
	.elementor-menu-toggle > .fa.fa-navicon {
	    font-size: 24px;
	}
}
@media only screen and (max-width: 426px){
  .price-block {
      height: auto!important;
  }
}
@media screen and (min-width: 280px) and (max-width:900px) {
	.elementor-nav-menu { background: rgba(127, 127, 127, 0.90); }
}
@media screen and (min-width: 768px) and (max-width:1025px) {	
  /*@media only screen and (max-width: 1025px)*/
  .price-block {
      /*height: 2090px !important;*/ /*2065px*/
    height: 100%;
  }
}
@media screen and (min-width: 1026px) and (max-width:2100px) {
	.price-block {
	 /*height: 2030px;*/
    height: 100%;
	}  
}
@media screen and (min-width: 280px) and (max-width:1024px) {
	.home .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p {
	    font-size: 16px;
	}
	.row.ctm-responsive-cls {
		margin: 0;
	}
}
a:focus, :focus { outline:none; }
p, .free-btn-adv, .select-plan-btn, footer ul li a, .wpsisac-slider-short-content h4, .welcome-detail h3, .welcome-detail p {
    font-family: "Lato", sans-serif;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p {
	font-size: 17px !important;
}
section p {
	color: #7f7f7f;
}
li::marker {
	color: #7f7f7f;
	font-family: "Lato", sans-serif;
	font-size: 14px;
}
footer .elementor-120 .elementor-element.elementor-element-cdb1d5d p, .wpsisac-slider-short-content p{
	color: #ffffff;
}
.wpsisac-slider-short-content p{
	font-size: 14px;
}
@media screen and (min-width: 280px) and (max-width:767px) {
	.elementor-15 .elementor-element.elementor-element-04d879a .elementor-image img { width: 180px; }
	a.select-plan-btn, a.free-btn-adv { margin: 20px auto 30px auto; }
}
@media screen and (min-width: 280px) and (max-width:640px) {
	.wpsisac-content-right {
		float: none;
		max-width: 50%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 641px) and (max-width:767px) {
	.wpsisac-content-right {
		max-width: 40%;
	}
}
@media screen and (min-width: 500px) and (max-width:767px) {
	.pricing-circle { left: 200px!important; }
}
@media screen and (min-width: 400px) and (max-width:767px) {
	.elementor-836 .elementor-element.elementor-element-6138036 .elementor-heading-title {
		font-size: 28px;
	}
	.elementor-836 .elementor-element.elementor-element-4a2871e .elementor-heading-title {
	    font-size: 18px;
	}
	.elementor-924 .elementor-element.elementor-element-6138036 .elementor-heading-title {
	    font-size: 38px;
	    text-align: center;
	}
	.elementor-941 .elementor-element.elementor-element-6138036 .elementor-heading-title {
	    font-size: 38px;
	    text-align: center;
	}
	.elementor-948 .elementor-element.elementor-element-6138036 .elementor-heading-title {
	    font-size: 38px;
	    text-align: center;
	}
}
@media screen and (min-width: 280px) and (max-width:399px) {
	.elementor-836 .elementor-element.elementor-element-6138036 .elementor-heading-title {
		font-size: 25px;
	}
	.elementor-836 .elementor-element.elementor-element-4a2871e .elementor-heading-title {
	    font-size: 16px;
	}
	.elementor-924 .elementor-element.elementor-element-6138036 .elementor-heading-title {
	    font-size: 34px;
	    text-align: center;
	}
	.elementor-941 .elementor-element.elementor-element-6138036 .elementor-heading-title {
	    font-size: 34px;
	    text-align: center;
	}
	.elementor-948 .elementor-element.elementor-element-6138036 .elementor-heading-title {
	    font-size: 34px;
	    text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
	.free-btn { margin-bottom: 25px; }
	section.elementor-element-4f29593 { overflow: hidden; }
  .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
  padding: 0px 0px 0px 5px !important; /*0px 0 80px 20px*/
  margin-right: 10%;
  text-align: left;
}
}
/*h2.elementor-heading-title.elementor-size-small {
    text-align: center;
}*/
@media screen and (min-width: 1024px) and (max-width:1900px) and (orientation: landscape)  {
  .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
    padding: 0px 0px 0px 5px !important; /*0px 0 80px 20px*/
    margin-right: 18%;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait)  {
  .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
    margin-right: 16%;
  }
}

.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap {
  background-color: rgba(65,117,157,0.72);
  padding: 0px 10px 0px 0px;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wp-medium-7 {
  float: right;
}


/* ==================== */

.htmega-counter-area {
  display: block !important;
  margin: 30px 0 0 0 !important;
}

.htmega-counter-icon{
  padding: 0px !important;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #393939;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 94px;
}

.htmega-counter-icon i{
  font-size: 42px !important;
  vertical-align: middle;
  color: #393939 !important;
}

.htmega-counter-content h2 {
  font-size: 18px !important;
  letter-spacing: normal;
  margin-top: 13px !important;
  font-weight: 400 !important;
}

.htmega-counter-content .htmega-counter-number, .htmega-counter-content .htmega-suffix {
  font-size: 42px !important;
  font-weight: 800 !important;
  margin-top: 0px !important;
}

.main-navigation, .page-description, .author-description .author-link, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .pagination .nav-links, .comments-title, .comment-author .fn, .no-comments, .site-title, h1, h2, h3, h4, h5, h6{
  letter-spacing: normal;
}


.htmega-tab-style-5 .htmega-tab-nav {
  flex: 0 0 28.50%;
  max-width: 28.50%;
}

.htmega-tab-style-5 .htmega-tab-content-area {
  flex: 0 0 71.50%;
  max-width: 71.50%;
}

#section-footer {
  padding-top: 68px;
  padding-bottom: 50px;
}

.htmega-align-center .htmega-call-to-action {
  /*background-color: #429deb !important;*/
  padding-top: 70px;
  padding-bottom: 115px;
}

.copyright-wrapper {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: #16284c !important;
}

.htmega-call-to-action .action-btn a.call_btn{
  background-color: #102044 !important; 
  border-color: #102044 !important;
}

body .htmega-tab-menu-style-4 a{
  background-color: #252525;
}

.footer-width-fixer .elementor-120 .elementor-element.elementor-element-8f9f5e9:not(.elementor-motion-effects-element-type-background), .elementor-120 .elementor-element.elementor-element-8f9f5e9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #16284c;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.htmega-counter-number , .htmega-suffix{
  color: #40A4FA !important;
}

#latest_article_section .post-inner h2 {
  margin-top: 0;
}

#latest_article_section .post-inner{
  padding-bottom: 80px !important;
}

body #latest_article_section .post-inner a.readmore-btn{
  bottom: 35px;
}

body .wpsisac-slick-slider.design-4 .slick-dots {
  bottom: -60px !important;
}

.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wp-medium-7 {
  padding-top: 20px !important;
}

.htmega-tab-nav.htb-nav.htmega-tab-menu-style-5 a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  height: auto;
}

.htmega-tab-area.htmega-tab-style-4 .htmega-tab-nav.htb-nav.htmega-tab-menu-style-4 a {
  color: #fff;
  font-size: 15px;
  margin: 5px 5px 0px 5px;
}

.htmega-tab-area.htmega-tab-style-4 .htmega-tab-nav.htb-nav.htmega-tab-menu-style-4 a.htb-active {
  color: #40A4F4;
}

.htmega-tab-area.htmega-tab-style-4 {
  text-align: center;
}

.htmega-tab-nav.htb-nav.htmega-tab-menu-style-4 {
  justify-content: center;
}

.htmega-tab-content{
  padding: 30px 6% 0 6%;
}

.htmega-tab-content p{
  margin: 0 0 20px 0;
}

.htmega-tab-content p:last-child{
  margin-bottom: 0px;
}

body .elementor-widget-default-navmenu .elementor-nav-menu .menu-item a{
  text-decoration: none !important;
  margin: 0px !important;
}

body .elementor-widget-default-navmenu .elementor-nav-menu .menu-item a:hover {
  background-color: transparent;
  color: #40a4fa !important;
}

body #video_section .elementor-text-editor p {
  color: #393939 !important;
}

#footer-menu-links {
  padding-left: 70px;
}

a , a:hover , a:focus , a:visited , button , input , textarea{
  outline: none !important;
  text-decoration: none !important;
}

.background-after-edge:after {
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  height: 80px;
  background: #EFF1F3;
  content: "";
  -webkit-transform: rotate(-1deg) skewY(-1deg);
  -moz-transform: rotate(-1deg) skewY(-1deg);
  -ms-transform: rotate(-1deg) skewY(-1deg);
  -o-transform: rotate(-1deg) skewY(-1deg);
  transform: rotate(-1deg) skewY(-1deg);
  z-index: 11;
}

.elementor-2145 .elementor-element.elementor-element-7145902 > .elementor-background-overlay{
  background-color: #EFF1F3;
}

.htmega-call-to-action.callto-action-style-3::after {
  height: 80px;
  width: 100%;
  background: #16284c;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -30px;
  -webkit-transform: rotate(-1deg) skewY(-1deg);
  -moz-transform: rotate(-1deg) skewY(-1deg);
  -ms-transform: rotate(-1deg) skewY(-1deg);
  -o-transform: rotate(-1deg) skewY(-1deg);
  transform: rotate(-1deg) skewY(-1deg);
  z-index: 11;
}

.action-btn {
  min-width: 200px;
}

..htmega-service{
  padding: 0 10px;
}

body .blue-circle {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media(max-width: 1200px){
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px;
    padding: 0 15px;
  }

  body #latest_article_section .post-inner a.readmore-btn {
    width: 75%;
  }

  body .post-carousel-wrapper .htmega-postslider-layout-2 .content {
    padding: 0 5px;
  }

  body .elementor-2145 .elementor-element.elementor-element-54bdb5b .htmega-call-to-action {
    text-align: left;
  }

  body section div .elementor-element .elementor-heading-title {
    /*font-size: 35px;*/
    line-height: normal;
  }

  body .white-block {
    height: 100%;
  }
}

@media(max-width: 991px){
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px;
  }

  #footer-menu-links {
    padding-left: 10px;
  }

  body .elementor-menu-toggle{
    margin: 0px;
    font-size: 16px;
    font-size: 1.0rem;
    padding: 0.8125em 0.875em 0.6875em !important;
    background-color: #333333 !important;
    margin-right: 5px !important;
  }

  body .nav-margin nav#elementor-navigation {
    position: fixed;
    left: 0px !important;
    width: 100%;
    top: 89px;
    margin: 0px !important;
    border-top: 1px solid #ededed;
  }

  body .elementor-nav-menu {
    background: #252525;
    padding: 15px 0 !important;
  }
}

@media(max-width: 800px){
  body .elementor-navigation ul{
    margin-top: 0px !important;
  }
}

@media(max-width: 767px){
  html , body{
    overflow-x: hidden;
  }

  body .nav-margin nav#elementor-navigation {
    top: 81px;
  }

  .footer-width-fixer h3 {
    margin-top: 25px;
  }

  #section-footer .elementor-col-33 {
    padding-bottom: 25px;
  }

  #section-footer .elementor-col-33 p:last-child{
    margin-bottom: 0px;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 8px;
  }

  body .elementor-2145 .elementor-element.elementor-element-b83d4e9 {
    padding: 80px 0 0px 0px;
  }

  body .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap {
    padding: 0;
  }

  body .elementor-2145 .elementor-element.elementor-element-4f29593 {
    padding: 50px 0px 80px 0px;
  }

  .htmega-align-center .htmega-call-to-action {
    padding: 50px 15px 100px;
  }

  .htmega-callto-action-title{
    margin-bottom: 15px !important;
  }

  body .elementor-2145 .elementor-element.elementor-element-e42ec95 .elementor-heading-title , 
  body .elementor-2145 .elementor-element.elementor-element-05c1b04 .elementor-heading-title , 
  body .elementor-2145 .elementor-element.elementor-element-448b6f2 .elementor-heading-title , 
  body .elementor-2145 .elementor-element.elementor-element-99fbdb0 .elementor-heading-title ,
  body .elementor-2145 .elementor-element.elementor-element-70436d7 .elementor-heading-title{
    font-size: 26px;
  }

  body .elementor-2145 .elementor-element.elementor-element-6138036 .elementor-heading-title {
    font-size: 26px;
  }

  .background-after-edge:after{
    height: 40px;
  }
}