:root {
     --first-color: #83c241;
   
     --second-color: #92277d;
	
	 --third-color: #117ec1;
	
	--four-color: #de1f4f;
	
	--heading-font:"Alata", sans-serif;
   
}
a {
    color: inherit;
    text-decoration: none;
}a:hover {
    color: var(--third-color);
}
.main-header {
        position: relative;
    box-shadow: 0 4px 7px rgb(0 0 0 / 6%);
    background: #060606;
    background: #001025;
    /* background: #202020; */
    /* background: #2e343e; */
}

.main-header .logo-div img {
          max-height: 73px;
    margin: 11px 0px;
    padding: 3px 11px;
    border-radius: 2px;
    background: #fff;
}
.text-right {
    text-align: right !important;
    float: right;
}
.nav-list {
    display: inline-block;
    margin-right: 30px;
}
.main-header .nav-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0 32px;
    justify-content: space-between;
    align-items: center;
}

.header-menu {
    display: flex;
    margin-left: auto;
	align-items:center;
}
.main-header .nav-list ul li {
    list-style: none;
}

.main-header .nav-list ul li a {
    color: #ffffffcc;
    text-decoration: none;
    text-transform: uppercase;
	    font-weight: 500;
}

.main-header .nav-list ul li a:hover {
    transition: .3s;
    color: #fff;
}
 

.call-btn i {
    background: #c2c6cc;
    color: #fff;
    border-radius: 50%;
    border: 6px solid #05030140;
    padding: 9px 11px;
    background: #117ec1;
    font-size: 20px;
}

.call-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 7px;
}
.bg-img {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.content {
    text-align: center;
    padding: 206px 0;
    z-index: 1;
    position: relative;
}

.content h4 {
    font-size: 60px;
    color: #fff;
    line-height: 68px;
    margin-bottom: 35px;
    font-weight: 600;
	    font-family: var(--heading-font);
}

.bg-img::before {
    content: '';
    background: #20171757;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

a.btn.btn-style1 {
        color: #fff;
    background: #ffffff24;
    padding: 11px 35px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #fff;
	    z-index: 1;
    position: relative;
}
a.btn.btn-style1:hover {
    color: #000;
    background: #fff;
    transition: .3s;
}
.default-padding {
    padding: 60px 0;
}

p.abt-sec {
    font-size: 19px;
    margin-bottom: 10px;
	    font-family: var(--heading-font);
}

h3.heading1 {
	    font-family: var(--heading-font);
    position: relative;
    font-size: 33px;
    margin-bottom: 20px;
    color: var(--third-color);
}

p.desc1 {
    font-size: 16px;
    margin-bottom: 20px;
	text-align: justify;
    text-align-last: center;
}

h3.heading1::before {
    content: '';
    position: absolute;
    width: 419px;
    height: 2px;
    left: 34%;
    background: #20171757;
    bottom: -2px;
}
p.desc1 b {
    color: var(--third-color);
}
.choose-sec h3.heading1 {
    color: #ffff;
	margin-bottom: 40px;
}

.choose-sec h3.heading1::before {
    content: none;
}
.choose-sec.bg-img::before { 
    background: rgba(34, 39, 54, 0.7);
} 
.choose-inner {
    padding: 14px 19px;
    background: #fff;
    display: table-cell;
    width: 100%;
    border-radius: 10px;
}

.choose-list span.num {
       background: var(--third-color);
       color: #fff;
       line-height: 21px;
       font-weight: 600;
       font-size: 13px;
       padding: 7px 10px;
       border-radius: 20px;
       margin-right: 10px;
	   
}

.choose-list span {
    font-size: 14px;
    font-weight: 500;
	    font-family: var(--heading-font);
    /* width: 100%; */
}
.choose-box {
    display: table;
    width: 25%;
    z-index: 1;
    margin-bottom: 11px;
}
.choose-list {
    display: flex;
    align-items: center;
    width: 100%;
}
.crs-desc p {
    text-align: justify;
    text-align-last: center;
}

.crs-block {
    display: flex;
    /* border: 1px solid #e5e5e5; */
    border-radius: 8px;
    padding: 20px 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
	    align-items: center;
}

.crs-img {
    overflow: hidden;
}

.crs-img img {
    transform: scale(1);
    transition: .5s ease-in-out;
    border-radius: 2px;
    height: 250px;
    width: 400px;
    overflow: hidden;
}

.crs-block:hover .crs-img img {
    transform: scale(1.3);
    border-radius: 10px;
}

.crs-desc {
    margin-top: 0;
    width: 100%;
    text-align: left;
    margin-left: 20px;
}

.crs-desc h4.crs-name {
    /* color: var(--third-color); */
    font-size: 21px;
	    font-family: var(--heading-font);
}

.crs-desc p {
    font-size: 15px;
    color: #9695a0;
    text-align: justify;
    text-align-last: left;
}
.crs-sec p.abt-sec { 
    margin-bottom: 25px;
}
.crs-sec h3.heading1::before { 
    width: 241px; 
    left: 41%;
}
.contact-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.whatsapp-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.whatsapp-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #25d366;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}
.whatsapp-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #25d366;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.whatsapp-ring-img-circle {
    background-color: #25d366;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent; 
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-btn-icon {
    display: flex;
}
.whatsapp-ring-img-circle .whatsapp-btn-icon i {
    font-size: 30px;
    color: white;
}
.slick-slide {
    margin: 0 15px;
}
a.btn.btn-style1.dark {
    border-color: var(--third-color);
    color: var(--third-color);
}

a.btn.btn-style1.dark:hover {
    color: #fff;
    background: var(--third-color);
}


@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}
 
.testimonial-box {
    background: #ffffff38;
    color: #ffff;
    padding: 20px 27px;
}

.testimonial-box p.review {
    text-align: justify;
}

.customer-details {
    display: flex;
    align-items: center;
}

.customer-details .customer-img {
    width: 85px;
    height: 85px;
    margin-right: 30px;
    border-radius: 50%;
    object-fit: fill;
	    font-family: var(--heading-font);
}

.customer-details p.customer-name {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-details .rating i {
    color: #ff9f43;
}

.customer-details p.designation {
    margin-bottom: -2px;
}
.testimonial-slider {
    z-index: 1;
}
.testimonial-slider {
    z-index: 1;
}
 

.testimonial-block h3.heading1 {
    margin-bottom: 32px;
}

.testimonial-block h3.heading1::before {
	content:none;
}
.testimonial-slider .slick-dots{
	display:none!important;
}
.testimonial-block.bg-img::before { 
    background: #2017179e;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--third-color);
    outline: 0;
    box-shadow: none;
}
.form-control {
    border-color: #d8d7d7;
    padding: 11px 21px;
}
.contact-form {
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    text-align: left;
    background: #faf9fb;
    border: 1px solid #e8e8e1;
}

.contact-form h4 {
    font-size: 33px;
    margin-bottom: 20px;
    color: var(--third-color);
	    font-family: var(--heading-font);
}
 

.btn.btn-style2 {
    color: #fff;
    background: var(--third-color);
    padding: 11px 35px;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #fff;
}

.btn.btn-style2:hover {
    background: var(--second-color);
    transition: .3s;
}
.more-box {
    border-bottom: 1px dashed var(--third-color);
    padding: 15px 22px;
    padding-left: 0px;
    margin-left: 20px;
	    font-family: var(--heading-font);
}

.more-box h4 {
    font-size: 24px;
    margin-bottom: 8px;
    color: var(--third-color);
}

.more-box p {
    margin-bottom: 0px;
    font-size: 18px;
}

.more-box:last-child {
    /* border-bottom: none; */
}
footer {
    background: #001025;
    padding-top: 42px;
    padding-bottom: 20px;
}

.f-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.f-logo img {
    max-height: 99px;
    margin: 11px 0px;
    padding: 2px 13px;
    border-radius: 2px;
    background: #fff;
}

.contact-social {
    margin-bottom: 20px;
}

.contact-social ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.contact-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.contact-social ul li i {
    font-size: 20px;
    margin-right: 6px;
    color: var(--third-color);
}

.contact-social ul li a {
    /* display: flex; */
}

.contact-social ul li a {
    color: #fff;
    font-size: 18px;
}

ul.social-list {
    padding: 0;
    margin-bottom: 20px;
}

ul.social-list li {
    margin-top: 2px;
    margin-bottom: 2px;
    list-style: none;
    margin-right: 1rem;
    display: inline-block;
}

ul.social-list li a {
    border: 1px solid #333535;
    background: #333535;
    color: #fff;
    transition: all 0.3s ease;
    justify-content: center;
    width: 40px;
    align-items: center;
    display: flex;
    height: 40px;
    border-radius: 40px;
    text-decoration: none;
}
ul.social-list li a:hover {
    color: #fff;
    background: var(--third-color);
    border-color: var(--third-color);
}

p.f-text {
    margin-bottom: 0px;
    color: #fff;
	    font-family: var(--heading-font);
}

p.f-text a {
    color: var(--third-color);
}
.hired-slider ul.slick-dots {
    display: none!important;
}
.choose-sec a.btn.btn-style1 {
    margin-top: 25px;
}
.modalbg {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 250ms;
}
.crsModal {
    position: fixed;
   top: 5%;
    left: 37%;
    width: 100%;
        max-width: 500px;
    z-index: 1000;
    transition: all .5s ease-in-out;
}
.modal-inner {
	    padding: 20px;
    background: white;  
    position: relative;
    transition: all .5s ease-in-out;
	    border-radius: 10px;
}
.team-flex { 
}

.team-flex img {
    width: auto;
    max-width: 300px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.team-dt {
    padding: 20px;
}
.modal-inner .crs-desc {
    margin: 0;
}
.crs-sec.design2{
	
}
.crs-sec.design2 a.btn.btn-style1 {
    margin-top: 20px;
}
.crs-sec.design2 .crs-block {
    display: block;
}

.crs-sec.design2 .crs-block .crs-desc {
    margin-left: 0;
    margin-top: 20px;
}
.crs-block.right-block .crs-desc {
    margin-left: 0px;
    margin-right: 20px;
}
 
 .faq-sec h3.heading1::before {
    content: none;
}
.faq-div {
    transition: 0.3s ease-out;
    border: 2px solid #d1d1d1;
    padding: 15px 22px;
    margin-bottom: 20px;
    border-radius: 11px;
    background: #fff;
}
.faq-div .title {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    cursor: pointer;
}
.faq-div .desc {
    margin-top: 17px;
    font-size: 17px;
    color: #000;
    border-top: 2px solid #d1d1d1;
    display: none;
    width: 95%;
    padding-bottom: 10px;
    padding-top: 14px;
}
.faq-div #open {
    background: #9fa2a8;
    height: 4px;
    margin-top: 12px;
    width: 18px;
    position: relative;
    float: right;
    border-radius: 15px;
}
.faq-div #closed {
    background: #9fa2a8;
    height: 18px;
    position: absolute;
    width: 4px;
    top: -7px;
    left: 7.2px;
    border-radius: 15px;
}
 .faq-sec {
    background: #e1e7f4ab;
}

@media only screen and (max-width: 767px) {
	h3.heading1::before {
    content: none;
	}
	.call-btn a { 
        display: inline-block;
    line-height: 6px;
    font-size: 14px;
	}
	.call-btn i{
		font-size: 9px;
    top: 8px;
    position: relative;
    padding: 6px 7px;
		
	}
	.call-btn a:nth-child(2) {
    display: block;
}
.call-btn {
    margin-top: -7px;
}
.content h4 {
    font-size: 27px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 22px;
    font-weight: 600;
}
.content { 
    padding: 91px 0; 
}
a.btn.btn-style1 { 
    font-size: 12px;
}
h3.heading1 { 
    font-size: 30px;
}p.desc1 {
    font-size: 14px;
}
.choose-box { 
    width: 100%;
}
.crs-sec p.abt-sec {
    margin-bottom: 20px;
    font-size: 16px;
}.crs-block {
    margin-bottom: 20px;
	    display: block;
}
.crs-desc p {
font-size: 14px;
}
.testimonial-box p.review {
    font-size: 14px;
}
.contact-form {
margin-bottom: 25px;
}
.more-box h4 {
    font-size: 21px;
}
.more-box p {
    margin-bottom: 0px;
    font-size: 15px;
}
p.f-text {
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.contact-social ul li a { 
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
}.f-logo { 
    margin-bottom: 15px;
}
.crs-desc { 
    margin-left: 0;
    margin-top: 20px;
}
.crs-img img { 
    height: auto;
    width: 100%;
}
.crsModal { 
    top: 0;
    left: 0;
       padding: 20px;
    width: 100%; 
	max-width:unset;
}

}

