@import url('../css2.css');
@import url('../css2-1.css');
body{
    margin:0;
    padding:0;
    color: #441C5B;
    font-family: 'Hind Madurai', sans-serif;
}

/*#1F152D*/
.main{
    margin: auto;
    padding: 0;
    width: 93%;
}
/*#fed43a*/
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

/*    font-family: 'Yanone Kaffeesatz', sans-serif;
*/

/*start top head section*/

.tophead-section{
  padding: 0;
  background: #FFFFFF;
}
.tophead-section1{
  padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.top-icon{
  padding: 0px 10px;
}
.top-icon1{
  padding: 0px 10px;
}
.top-icon1 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-icon1 ul li{
  display: inline-block;
  margin: 0;
  padding: 0px 0px;
}
.top-icon1 li a{
  color: #680000;
  text-decoration: none;
}
.top-icon1 li a i{
  color: #680000;
    font-size: 20px;
    margin: 0;
    font-size: 22px;
    height: 50px;
    width: 50px;
    /* color: #d1003d; */
    text-align: center;
    line-height: 50px;
    border-right: .5px solid #000000;
    box-shadow: 0.5px 0 0 #ffefc5;
    display: inline-block;
    transition: 0.5s;
}
.top-icon1 li a:hover i{
  color: #000000;
  transition: 0.5s;
}

.top-mark{
  padding: 0px 10px;
}
.top-mark1{
      padding: 9px 35px 5px 38px;
      clip-path: polygon(90% 0,100% 50%,90% 100%,0 100%,8% 51%,0 0);
      background: #441C5B;
      color: #fff;
      line-height: 30px;
      font-weight: 800;font-size: 21px;
      text-transform: capitalize;
}

.top-animate{
  padding: 0px 10px;
}
.top-animate1{
  padding: 0px 10px;
    overflow: hidden;
	background: #441C5B;
    color: white;
}
.top-animate1 p{
  margin: 0;
  font-size: 27px;
  text-transform: capitalize;
  text-align: center;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  transition: 0.2s;
}
.top-question{
  padding: 0px 0px;
}
.top-question1{
  padding: 0px 0px;
}

.top-question1 a {
  color: #000000;
  font-weight: 800;
  font-size: 30px;
}

/*end top head section*/

/* start head section*/

.head-section{
  padding: 0;
}
.head-section1{
  padding: 0 0 8px 0;
}

.head-logo1{
  padding: 10px 0px 0px;
}
.head-logo2{
  padding: 0;
  
}


.head-right1{
  padding: 0;
}
.head-right2{
  padding: 0;
  
}
.head-right3{
  padding: 0 10px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 10% 100%);
  background: #441C5B;
text-align: center;}
.head-right3 p{
  color: yellow;
  text-transform: capitalize;
  font-size: 25px;
  font-weight:800;
  text-align: center;
  "animation: 1.5s scc linear infinite;"
}
@keyframes scc{
  0%{color:#000;transform: scale(1);}
  50%{color:#441C5B;transform: scale(0.9);}
  100%{color: #000;transform: scale(1);}

}
.head-right3 a{
  color:white;
  font-size: 47px;
  margin:0;
  text-decoration:none;
  font-weight: 900;
display: block;margin: -10px 0 0;}
.head-right4{
  padding: 15px 0 0;
  
text-align: center;}
.head-right4 p{
  color: #000;
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  margin:0;
  animation-name: bounce;
   animation-duration: 1s;
   margin:0;
   animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-13px);}
  60% {transform: translateY(-10px);}
}

/* end head section*/

/* start head mark section*/

.headmark_section{
    padding:0;
    background: black;
    color: #fff;
}
.headmark_section1{
    padding: 0px;
}
.headmark-left1{
    padding: 10px 10px 0;
}
.headmark-left2{
    padding: 0px;
}
.headmark-left2 p{
    
    padding: 0px 0px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 27px;
    text-align: center;
}

.headmark-center1{
    padding: 6px 0px 0;
}
.headmark-center2{
    padding: 4px 0 0;
    text-align: center;
}
.headmark-center2 p{
    background: #ffb700;
    color: #000;
    margin:0;
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 8px 13px;
    border-radius: 40px;
}




.headmark-right1{
    padding: 10px 10px 0;
}
.headmark-right2{
    padding: 0px;
}
.headmark-right2 p{
    padding: 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
  animation:blkk 0.2s infinite;
}
@keyframes blkk{
    0%{
      color:#fff;
    }
    50%{
      color: #fab001;
    }
    100%{
      color:#fff;
    }
}

/* end head mark section*/

/* start header image section*/

.header-img{
    padding:0;
}
.header-img img{
  width: 100%;
}
/* end header  image section*/


/* END HEADER SECTION */

/* start mark section */

.mark-section{
  padding: 0;
  background: #ffb700;

}
.mark-section1{
  padding: 50px 0 60px;   
}
.mark-left1{
  padding: 10px;
}
.mark-left2{
  padding: 0;
text-align: center;}
.mark-left2 p{
  color:#000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  margin:0;
  padding: 0 0 6px 0;
}
.mark-left2 span{
  color: #441C5B;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 28px;
  margin:0;
}



.mark-right1{
  padding: 10px 0;
}
.mark-right2{
  padding: 27px 0 0 0;
  text-align: center;
}
.mark-right2 a{
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
  border-radius: 40px;
  padding: 8px 20px;
  margin:0;
  font-size:15px;
  color:#fff;
  border: 2px solid #441C5B;
  margin: 0 14px 0 0;
background: #441C5B;}

.mark-right2 a:last-child{
  background: green;
  margin: 0;
  border: 2px solid #008000;
}
.mark-right2 a:hover{
  background:#ac0000;
  color: #fff;
}
.mark-right2 a:last-child:hover{
  background:green;
}
.mark-right2 a span{
  color: #000;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin: 0;
  text-transform: uppercase;
}
/* end mark section */



/* start top services section */
.topservices-section{
  padding: 0;
}
.topservices-section1{
  padding: 50px 30px;
}
.top-services{
  padding: 40px 0 0 0;
}
.top-services1{
  padding: 10px;
   transition: all 0.5s;
   
}
.top-services2{
  border: 1px solid #eee;
  padding: 40px 10px 0px;
  border-top: 6px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
  transition: .3s;
  overflow: hidden;
  background:#FFFFFF;
}
.top-services2:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 350px;
 
  top: -112px;
  border-radius: 50%;
  transition: .3s;
  background-color: #441C5B;
}
.top-services3{
  padding: 0;
  text-align: center;
}
.top-services3 img{
  border-radius: 50%;
  border: 12px solid #ffffff;
}
.top-services4{
  padding: 20px 10px;
  transition: .3s;
  text-align: center;
}
.top-services4 strong {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 0;
}
.top-services4 p{
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
/* end top services section */






/* start about us section */


.aboutus-section{
  padding:0;
  background: white;
}
.aboutus-section1{
  padding: 50px 30px;
}
.about-cotnent{
  padding: 40px 0 0 0;
}

.aboutus-left1{
  padding: 0;
}
.aboutus-left2{
  text-align: left;
  padding: 0;
}
.aboutus-left2 p{
  color: #000;
  font-size:15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
.aboutus-left2 p strong{
  color: #441C5B;
}
.aboutus-left2 ul{
  padding: 10px 0px 0 0px;
  margin: 0;
  list-style: none;
  text-align: left;
}
.aboutus-left2 ul li{
  color: #000;
  font-size:15px;
  line-height: 30px;
  font-weight: 600;
  border: 1px solid #000000;
  padding: 7px 0 6px 9px;
  border-radius: 38px;
  margin: 10px 0;
  text-transform: capitalize;
}
.aboutus-left2 li:before{
    color: #441C5B;
    content: "\f356";
    font-weight: 900;
    display: inline-block;
    font-size: 17px;
    padding: 0 6px 0 0px;
    font-family: "Font Awesome 6 Pro";
}
.aboutus-right1{
  padding: 0;
}
.aboutus-right2{
  padding: 0;
  text-align: center;
}
.aboutus-right2 img{
  border-radius: 50%;
  padding: 0;
  height: 450px;
  box-shadow: 9px 2px 0 3px #ff9c01;
}
.aboutus-head{
  padding: 0;
  text-align: center;
}
.aboutus-head strong{
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 44px;
  margin: 0;
  font-weight: 600;
  text-transform:uppercase;
}
.aboutus-head p{
  color: #000;
  font-size: 18px;
  margin: -6px 0 0 0;
  font-weight: 500;
  text-transform: capitalize;
}

/* end about us section */

/*start bottom services section*/

.other-services{
  padding:0;
  background: #f3f3f3;
}
.other-services1{
  padding: 50px 30px;
}
.other-services2{
  padding: 10px 0px 0;
}
.other-services3{
  padding: 10px;
}
.other-services4{
  padding: 0px;
transition: 0.4s ease-in-out;
    border: 5px solid #441C5B;

}
.other-1{
  padding: 0;
}
.other-1 img{
   border-radius: 0;
   text-align: center;
  min-width: 100%;
}
.other-2{
  padding: 30px 24px 30px;
  text-align: center;
}
.other-2  span {
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    font-size: 39px;
font-family: 'Yanone Kaffeesatz';}
.other-2 p{
  font-weight: 400;
  color: #111;
  margin: 0;
  padding: 5px 0 5px;
  font-size: 15px;
  line-height: 30px;
}
.other-2 a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:20px;
  
  border: 1px solid rgb(0 0 0 / 20%);
  padding:10px 10px;
  
  display:block;
  width:100%;
  font-weight: 600;color:#000;
}
.other-services4:hover{
  background-color: #FFF;
  box-shadow: 0 5px 45px 0 rgb(0 0 0 / 10%);
}
.other-services4:hover .other-2 a{
  background:#fba400;
  color:#fff;
}
/*end other services section*/










/*start form section*/

.form{
  
    padding: 0px;
}
.form1{
    padding: 60px 30px 50px 30px;
}
.form-ban1{
    padding: 10px;
}
.form-ban2{
    padding: 0px;
}
.detail{
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid #b7b7b7;
}
.detail p{
  color: #441C5B;
  /* background: #ffb000; */
  padding: 6px 15px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 -1px 0;
  display: inline-block;
  border-radius: 15px;
  text-transform: capitalize;
  text-align: center;
}
.detail span{
 text-align: left;
 font-size: 19px;
 font-weight: 600;
 padding: 0px 10px;
 text-transform: capitalize;
 display: block;
 color: #222;
}
.detail i{
  padding: 0 5px 0 0;
}

.form-1{
    padding: 10px;
}
.form-2{
    padding: 20px 40px;
    border: 0px solid #afafaf;
background: red;}
.contac-r {
    padding: 0px 0px 0px 0px;
    margin: 0;
    text-align: left;
}
.form-texxx{
  text-align: center;
  padding: 0px 0 0px 0;
}
.form-texxx p {
     font-family: 'Yanone Kaffeesatz';color: #441C5B;
     font-size: 50px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
     padding: 0;
}
.form-texxx span{
     font-size: 19px;
     color: #000;
     font-weight: 600;
     display: block;text-transform: capitalize;
margin: -10px 0 0;}
.form-row{
  
  display:block;
}
.contac-r {
    padding: 0;
    margin: 0px 0 0 0;
    text-align: left;
}
.form-group {
    padding: 0px 15px 0px  0px;
    padding-bottom: 12px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 18px;font-weight: 700;
     color: #441C5B;
}
.form-control:focus {
    border-color: #00000000;
    border: 0;
    background-color: #1b1b1b00;
    outline: 0;
    border: 1px solid #000000;
    box-shadow: none;
    color: #000;
}
.custom_btn {
    z-index:9999;
}
.btn-group{
  text-align:center;
  width: 100%;
}
input.form-control {
    color: #000;
    font-weight: 500;
    height: 42px;
}
.form-control {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    border:0;
    border: 1px solid #313131;
    border-radius: 0;
    font-size: 14px;
}
textarea.form-control {
    height: 78px;
    font-weight: 500;
    color: #000;
}
.btn-group>.btn:first-child {
       margin-left: 0;
       margin: 3px 0 0 0;
       padding: 10px 26px;
       color: #fff;
       font-size: 21px;
       border: 0px solid #1f142d;
       background: #441C5B;
       border-radius: 0;
       text-transform: uppercase;
       transition: 0.7s;
       font-weight: 500;
       width: 100%;
}
.btn-group>.btn:first-child:hover{
  color: #ffb750;
  transition: 0.7s;
}
.form-group  .place::-webkit-input-placeholder{
  color: #000000;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

/*end form section*/
/* start awards sectuion */

.award-section{
  padding: 0;
  background: #441C5B;
}
.award-section1{
  padding: 50px 30px;
}
.list-serv1{
  padding: 10px;
}
.list-serv2{
  padding: 34px 0px;
  background: #feba01;
}
.choose-list3{
  padding: 0px 19px;
}
.choose-list3 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.choose-list3 ul li{
  color: #000;
  font-size: 17px;
  margin: 0;
  line-height: 34px;
  border-bottom: 1px solid;padding: 6px 0 0;text-transform: capitalize;
  text-align: left;
}
.choose-list3 ul li:before{
  content: "\f669";
  font-family: "fontawesome";
  font-size: 18px !important;
  font-weight: 700;
  padding:0 8px 0 0;
  color: #a20000 !important;
  
font-family: "Font Awesome 6 Pro";}



.form-right1{
  padding: 10px;
}
.form-right2{
  padding: 10px;
}

.awards-1{
  padding: 10px;
}
.awards-2{
  padding: 0px;
}
.awards-2 img{
  min-width:100%;
  border: 4px solid #fed200;
}
/* end awards section */
/* start testimonials section*/

.testimonials-section{
  padding: 0;
}
.testimonials-section1{
  padding: 30px 30px 60px;
}


.testimonials{
  padding: 30px 0 0 0;
}

.testimonials-1{
  padding: 10px;
}
.testimonials-2{
  padding: 20px;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 20px 20px 15px 15px;
  border: 1px solid #a9a9a9;
}
.testimonials3{
  padding: 0;
  text-align: center;
}
.testimonials3 img{
  border-radius: 50%;
  padding: 6px;
  height: 82px;
  border: 4px solid;
}
.testimonials-text{
  padding: 0px 0 5px;
}
.testimonials-text p{
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
padding: 10px 0 0;}
.testimonials-name{
  padding: 0px 0 0;
border-bottom: 1px solid #eee;}
.testimonials-name strong{
  font-size: 26px;
  margin: 0;
  font-weight: 800;
  text-transform: capitalize;
}
.testimonials-name p{
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

/* end testimonials section*/





/* start copy right section*/

.copyright_section1{
    padding: 0;
    text-align: center;
background: #000;}
.copyright_section2{
    padding: 30px 0;
}
.copy-right{
    padding: 10px 0;
    border-top: 2px solid #ffeeab;
}
.copy-right p{
    color: #ffb700;
    font-weight: 800;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 0 0;
}
.copy-right span{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 16px 0 14px 0;
  display: block;
  line-height: 29px;
border-bottom: 1px solid #feba01;}

/* end copy right section*/


#callbook {
    background:green;
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff; 
    background:#441C5B;
    position: relative;
    padding: 15px;
    width:50%;
    list-style:none;
    float:left; text-align: center;
}
#callbook ul li a span {
    color: #fff;
    font-size:22px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -15px;
}
#callbook ul li a i{ 
  color: #fff;
    position: relative;
    top: -13px;
    font-size: 20px;

}    

@media (max-width: 767px){
  body{text-align: center;}
  .top-icon1{display:none;}
  .top-animate1 p{font-size:15px;}
  .head-right3{clip-path:none;padding: 10px 0  0;}
  .headmark-left1{display:none;}
  .head-right4{display:none;}
  .mark-left2 p{font-size:25px;}
  .mark-left2 span{font-size:25px;}
  .head-section1{padding:0;}
  .headmark-center1{display:none;}
  .aboutus-section1{padding: 30px 0px;}
  .tophead-section1{display: block;}
  .topservices-section1{padding: 30px 0;}
  .top-services1{width: 50%;}
  .form1{padding: 0 0px 30px 0px;}
  .testimonials-section1{padding: 30px 0px 60px;}
  .testimonials-1{width: 50%;}
  .other-services3{width:50%;}
  .other-services1{padding:30px 0;}
  .form-1{padding:0;}
  .award-section1{padding:30px 0;}
  .awards-1{width:50%;}
  .copyright_section2{padding:30px 0 60px;}
  .other-2 span{font-size:30px;}
  

  #callbook ul li {padding: 20px 0px;}
  #callbook {display:block;}
  #callbook ul li a span {font-size: 18px;top: -4px;}
  #callbook ul li a i {top: -3px;}
  
  
  




}

@media only screen and (min-width: 768px) and  (max-width:991px) {
  .other-2 span{font-size:30px;}
  .top-icon1{padding:0;}
  .top-animate1{padding:0;}
  .top-icon{padding:0;display: none;}
  .top-animate1 p{font-size:21px;}
  .head-right4 p{font-size:21px;}
  .headmark-right2 p{font-size:20px;}
  .headmark-left2 p{font-size:17px;}
  .headmark-center2 p{padding: 5px 0 5px;font-size: 16px;}
  .top-icon1{display:none;}
  .top-animate1 p{font-size: 19px;}
  .head-right3{/* clip-path:none; */padding: 10px 0  0;}
  .headmark-left1{display:none;}
  .head-right4{display:none;}
  .mark-left2 p{font-size:25px;}
  .mark-left2 span{font-size:25px;}
  .form-2 {padding: 20px 20px;}
 
}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .other-2 span{font-size:30px;}
  .top-icon1{padding:0;}
  .top-icon{padding:0;}
  .top-animate1 p{font-size:21px;}
  .head-right4 p{font-size:21px;}
  .headmark-right2 p{font-size:20px;}
  .headmark-left2 p{font-size:17px;}
  .headmark-center2 p{padding:5px 0 0;font-size:15px;}



}
@media only screen and (min-width: 1200px) and  (max-width:1300px) {
  .top-icon1{padding:0;}
  .top-animate1{padding:0;}
  .top-animate1 p{font-size:21px;}
  .head-right4 p{font-size:21px;}
  .headmark-right2 p{font-size:20px;}
  .headmark-left2 p{font-size: 19px;}
  .headmark-center2 p{padding:5px 0 5px;font-size:17px;}
}

@media only screen and (max-width: 1260px) and (min-width: 1200px){
   
}

@media (max-width: 575px) and (min-width: 0px){
  .top-services1{width: 100%; background:black;}
  .testimonials-1{width: 100%;}
  .awards-1{width:100%;}
  .other-services3{width:100%;}

}

@media (max-width: 420px) and (min-width: 290px){





}
.highlight-section{
  padding: 0;
  background: #441C5B;
  color: #ffffff;
  animation: bli 0.4s ease-in-out infinite;
}
.highlight-section1{
  padding: 0px 0px;
}
.highlight-section1 p{
  font-size: 98px;
  padding: 0;margin: 0;
  font-weight: 800;
  text-align: center;text-transform: uppercase;
}
@keyframes bli{
  0%{background: #ffdb00;color: #000000;}
  100%{background: #db3200;color: #000000;}
}

