/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (min-width: 768px){
.pctextleft{
text-align: left !important;
}

}
    .hdesign{
        padding-bottom: 1px !important;
     border-bottom: 1px solid #dcdcdc; 
    color: #000000 !important;
    font-weight: 500;
    }
#hero_in .wrapper h1 {
font-size: 3.625rem !important;
text-transform: none !important;
font-weight: 500 !important;
margin-top: 125px !important;
}
.singleservice{
padding: 12px 20px;
font-weight: 500;
}
.service{
background-color: #fff;
/*padding: 25px 25px 25px 25px; */
margin-bottom: 10px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.iconbox{
    text-align: center;
    background-color: #e2e2da;
    padding: 25px 25px 25px 25px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    /* box-shadow: 0px 2px 2px 3px rgb(255 242 0); */
    box-shadow: 0px 2px 2px 3px rgb(244 244 244);
    transition: .4s;
}
.iconbox:hover{
    background-color: #7e7e7e;
    transition: .4s;
}
.iconbox:hover h5{
    color: #fff;
    transition: .4s;
}
.boxnumber{
display:none;
padding: 14px;
background-color: #e2e2da;
border-radius: 50%;
}
ul.list_ok li:before {
top: -8px !important;
font-size: 22px !important;
color: #4974c8 !important;
}
/*section#description, section#lessons, section#reviews {
border-bottom: 1px solid #e7e7e7 !important;
border-left: 1px solid #e7e7e7 !important;
border-right: 1px solid #e7e7e7 !important;*/
}
.parbg{
background: url(../img/par-bg2.jpg) center center no-repeat fixed;
height: 600px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.h2txt{
color: #fff;
font-size: 3rem;
}
.border-b {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-image: linear-gradient( to right,rgba(0, 0, 0, 0), #4974c8, rgb(0 0 0 / 0%) ) 100% 1;
}
.iconb{
	padding: 5px;
    border: 1px solid #4974c8;
    border-radius: 50%;
    height: 30px;
}
.quote {
    width: 200px !important;
    background-color: #ffd903;
    color: #000;
    padding: 12px 20px;
    box-shadow: 0px 0px 10px -3px #000000;
}
.bgfeature{
	background: url(../img/par-bg2.jpg) center center no-repeat ;
	height: 500px;
}

.fsection{
background-color: #fff;
padding: 15px 25px 15px 25px; 
margin-bottom: 10px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.vcenter{
	    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fsectionfont{
	font-size: 10px;
    font-weight: 700;
}
.bluebg{
	background: rgb(143,173,232);
background: linear-gradient(184deg, rgba(143,173,232,1) 0%, rgba(73,116,200,1) 100%);
}
.gridnumb{
	position: absolute;
    font-size: 100px;
    text-align: right;
    margin-left: 56%;
    margin-top: -20px;
}
.gridicon{
	    position: absolute;
   
}
.gridshadow{
/*    background-color: #fff;*/
/*padding: 15px 25px 15px 25px; */
/*margin-bottom: 10px;*/
/*-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);*/
/*-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);*/
/*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);*/
}
.gridshadow:hover{
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.pt-new {
    padding-top: 2.2rem!important;
}
.bgash{
	background-color: #fbfbfb;
}
.singleservice:hover , .singleservice:hover i{
	color: #fff;
	background-color: #4974c8;
	cursor: pointer;
}
.txtblue{
	color: #4974c8;
}
.quote:hover {
    background-color: #f6e96f;
    color: #000;
}



#heading {
	text-transform: uppercase;
	color: #4974c8;
	font-weight: normal;
}

#msform {
    text-align: left;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

.form-card {
	text-align: left;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input, #msform textarea, #msform select {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    /*background-color: #ECEFF1;*/
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus ,  #msform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    outline-width: 0;
}

/*Next Buttons*/
#msform .action-button {
    width: 100px;
    background: #4974c8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #4974c8;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    background-color: #000000;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #4974c8;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
	color: #673AB7;
    font-weight: normal;
}

/*Step Count*/
.steps {
	font-size: 12px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/*Field names*/
.fieldlabels {
	color: gray;
	text-align: left;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    height: auto;
}

#progressbar .active {
    color: #4974c8;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;    
    margin-top: 20px;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f015";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f132";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #4974c8;
}

/*Animated Progress Bar*/
/*.progress {
	height: 20px;
}*/

.progress-bar {
	background-color: #4974c8;
	/*height: auto;*/
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}


.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
    border-bottom: 1px solid #B5B5B5 !important;
}
.g-recaptcha{
    text-align: -webkit-center;
}
.textalr{
    text-align: right !important;
}
.textall{
    text-align: left !important;
}
.ht65{
    margin-top: 8px !important;
}
.mobiconborde{
    color: #f6e96f;
}
@media(max-width:768px){
    #msform select{
    /*float: left !important;*/
    width: 100% !important;
    margin-bottom: 15px !important;
}

  .hamburger-box {
     height: 0px !important; 
    margin-bottom: 16px !important;
}
.textalr , .textall{
    text-align: center !important;
}
.ht65{
    height: 65px !important;
}
.mobiconborde{
    border: 1px solid #4974c8;
    padding: 8px;
    border-radius: 50%;
}
.iconb{
    border: unset !important;
}
.g-recaptcha {
    text-align: -webkit-center !important;
    transform-origin: center !important;
}

}

.fdesign{
    /*background-image: url(../img/f-design.png);*/
    background-image: url(../img/f1.png);
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: right top;
    color: #fff !important;
    background-color: #0F0F11;
}
.fdesign2{
    /*background-image: url(../img/f-design.png);*/
    background-image: url(../img/dots-footer4.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
    color: #fff !important;
    background-color: #0F0F11;
}
footer h5 {
    color: #ffffff !important;
}
footer ul li a {
    color: #ffffff !important;
}
footer ul.contacts li a i {
    color: #f6e96f !important;
}
.iconbox h5{
    color: #000;
}
footer ul li a .flinkdesign{
    color: #949494  !important;
    }

html {
  scroll-behavior: smooth;
}
.mailhover:hover{
    color: #ffd903;
}


.close {
    top: 15px;
    position: absolute;
    margin-left: 45%;
}
.modal-header {
    display: unset !important;
    text-align:center !important;
}
@media (min-width:768px){
    .mobV{
   display:none !important;   
  }
}