.hdd {
    font-family: "Alkatra", system-ui;
}

body {
    font-family: "Albert Sans", sans-serif;
}

.new-tophead {
    padding: 0;
    background: #b00000;
}

.new-tophead1 {
    padding: 0;
}

.newtop-left1 {
    padding: 0;
}

.newtop-left2 {
    padding: 10px;
    background: #b00000;
}

.newtop-left2 p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0px;
    font-weight: 600;
}

.newtop-left2 p:after {
    content: "";
    position: absolute;
    right: -7px;
    z-index: 1;
    top: 0px;
    height: 20px;
    bottom: 0;
    background: #1c1d29;
    margin: auto;
    border: 11px solid #1c1d29;
    border-left: 11px solid #b00000;
}

.newtop-right1 {
    padding: 0;
}

.newtop-right2 {
    padding: 10px 0;
    font-size: 17px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: capitalize;
}

.header {
    float: left;
    width: 100%;
}

.header1 {
    float: left;
    width: 100%;
	padding: 10px;
    text-align: center;
}

.header1 img {
    max-width: 100%;
    padding-top: 10px;
}

.newhead-right1 {
    padding: 0 10px 10px 10px;
}

.newhead-right2 {
    padding: 0;
    text-align: right;
}

.newhead-icons {
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* background: #828282; */
}

.new-hide1 {
    padding: 10px;
}

.new-hide2 {
    padding: 10px;
    border: 1px solid;
    visibility: hidden;
}

.new-icons1 {
    padding: 0;
}

.new-icons2 {
    padding: 7px 0px;
    text-align: center;
    background: #606061;
    border-bottom-left-radius: 20px;
}

.new-icons2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.new-icons2 ul li {
    padding: 0 9px;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.new-icons2 li a {
    background-color: hsla(0, 0%, 100%, 0.32);
    border-radius: 1em;
    /* display: flex; */
    /* justify-content: center; */
    /* align-content: center; */
    width: 3.6em;
    line-height: 3.6em;
    height: 3.6em;
    display: inline-block;
    transition: background-color 200ms ease;
    color: #fff;
}

.new-icons2 li a i {
    font-size: 20px;
    line-height: 2.6em;
}

.new-blink1 {
    padding: 0;
}

.new-blink2 {
    padding: 0;
}

.new-blink2 p {
    text-decoration: none;
    display: block;
    color: #fff;
    background: #b00000;
    text-align: center;
    border-bottom-right-radius: 20px;
    padding: 15px 0px 14px;
    font-weight: 500;
    margin: 0px;
    text-transform: capitalize;
    font-size: 25px;
    animation: txt-blnk 0.6s infinite;
}

.newhead-right1 .col-sm-7 {
    padding: 0;
    margin: 0;
}

.newhead-right1 .col-sm-5 {
    padding: 0;
    margin: 0;
}

@keyframes txt-blnk {
    0% {
        background: #b00000;
        color: #fff;
    }

    50% {
        background: #fbf9da;
        color: #b00000;
    }

    100% {
        background: #b00000;
        color: #fff;
    }
}

.newhead-mark {
    padding: 5px 0 0 0;
}

.newhead-mark ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newhead-mark ul li {
    display: inline-block;
    border: 2px solid #eee;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #1c1d29;
    text-transform: capitalize;
    margin: 6px 1px 0;
    border-radius: 50px;
}

.newhead-mark ul li i {
    color: #b00000;
    padding: 0 0 0 10px;
}
.newhead-mark ul li:nth-child(1) {
    background: #1c1d29;
    color: #fff;
    border: 0;
}
.newhead-mark ul li:nth-child(2) {
    background: #b00000;
    color: #fff;
    border: 0;
}

.newhead-mark ul li:nth-child(3) {
    background: #4d8400;
    color: #fff;
    border: 0;
}
.navigation-section1 {
    padding: 0;
    float: left;
    width: 100%;
	
}
.services-top {
    padding: 0px 0px 15px;
    background: #ffffff;
}
.services-top1 {
    padding: 10px;
}
.services-top2 {
    padding: 0px;
    background: #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicestop-up1 img{
	border-radius:50%;
	outline: 2px solid #b00000;
    padding: 3px;
}
.servicestop-left1 {
    padding: 0px;
}
.servicestop-right1 {
    padding: 0px 0 0 12px;
    text-align: left;
}
.servicestop-right1 strong {
    color: #b00000;
	font-family: cursive;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.servicestop-right1 p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 0 0;
}
.header-top {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #000;
    font-size: 18px;
    color: #fff;
}
.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
   max-width: 100%;
}
.carousel-control.right {
    background: none;
}
.carousel-control.left {
    background: none;
}
.best-ser {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b00000;
	font-weight: bold;
}
.best-header.hdd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #1c1d29;
    text-transform: capitalize;
}
.best-header.hdd span
{
    color: #b00000;
}
.best-border {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.best-img {
    float: left;
    width: 100%;
    text-align: center;
}
.best-img img{
  max-width: 100%;

}
.best-cont {
    float: left;
    width: 100%;
    padding: 20px;
    box-shadow: 0 8px 2em -1.75em #000000ad;
   
    background-color: #b00000;
    margin-top: -50px;
    position: relative;
}
.circle-color {
    position: absolute;
    top: 2em;
    
    bottom: auto;
    width: 1em;
    height: 1em;
    border-radius: 7em;
    background-color: #b00000;
}
.best-cont-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.best-cont-title.hdd {
    float: left;
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding: 5px 0px;
    color: #fed001;
	font-weight:bold;
}
.best-cont-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.best-call {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-top: 17px;
}
.best-call a{
    padding: 8px 15px;
    color: #000;
	font-weight:bold;
    border-radius: 5px;
	    margin-left: 65px;
    background: #fff;
}
.best-call a:hover{
    text-decoration:none;
}
.round {
    position: relative;
}
.round .chakkra {
    position: absolute;
    right: -10%;
    top: 0px;
    z-index: -9;
    -webkit-animation: round 10s linear infinite;
    animation: round 10s linear infinite;
}

@keyframes round
{
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
    }
}
.about-us {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.abt-left {
    float: left;
    width: 100%;
    padding: 64px 45px;
    background: #fff2e4;
    border-radius: 0 0 50px 50px;
    border-bottom: 2px solid #b00000;
}
.abt-sub {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.abt-header.hdd {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 35px;
    color: #b00000;
	font-weight:bold;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    line-height: 28px;
	    font-family: math;
		
}
.abt-right {
    float: left;
    text-align: center;
    width: 100%;
}
.abt-right img{
   width: 100%;
   padding-top: 50px;
}
.list-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #b00000;
}
.list-design {
    border-radius: 10px;
    margin: 0px 0 0;
}
.text-start {
    text-align: left !important;
}
.list-design1 ul li:nth-child(1) {
    margin-top: 0;
}
.list-design1 ul li {
    list-style: none;
    font-weight: 500;
    background: #ffffff;
    border-radius: 13px;
    font-size: 17px;
    position: relative;
    padding: 15px 10px 16px 57px;
    margin: 17px 0 0;
    color: #000;
	font-weight: bold;
    text-transform: capitalize;
}

.list-design1 ul li a {
    color: #000;
	font-weight: bold;
}
.list-design1 ul li a:hover {
    text-decoration:none;
	color:#b00000;
}

.testi {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #b00000;
}


.test-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff2e4;
	font-weight: bold;
}

.test-border {
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #fff;
    border-radius: 50px 0px 50px 0px;
    position: relative;
}
.test-border:before {
    content: "\270f";
    font-family: "glyphicons-halflings-regular";
    width: 50px;
    height: 50px;
    line-height: 75px;
    background: #b00000;
    text-align: center;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 2%;
}

.test-conn {
    float: left;
    width: 100%;
    display: flex;
}

.tes-img {
    float: left;
    text-align: center;
}

.tes-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.test-name {
    float: left;
    text-align: left;
    font-size: 20px;
    padding-left: 15px;
    padding-top: 20px;
    color: #fed001;
    font-weight: 600;
}

.test-name p {
    font-size: 14px;
    color: #fff;
}

.tes-star i {
    font-size: 20px;
    color: #fff;
}

.test-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    padding-top: 20px;
}

.choose-sec {
    position: relative;
    float: left;
    width: 100%;
   
    box-shadow: 0 8px 2em -1.75em #000000ad;
   color:#fff;
    background-color: #fff;
    position: relative;
   background-color:#b00000;
    overflow: hidden;
    position: relative;
}
.choose-sec-1{
    padding: 0px 0 0;
}
.choose-sec-2{
    padding:10px 15px 0;
}
.choose-sec-3{
    padding: 0 58px 0;
}
.choose-0{
    padding: 0 15px 86px;
}
.choose-1{
    padding: 73px 0 0;
    position: relative;
}

.choose-2{
    padding: 0px;
    text-align: center;
}
.choose-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(0deg, #b00000 50%, transparent 50%);
    height: 165px;
    border-radius: 0 0 22px 22px;
    z-index: -1;
}
.choose-2:after{
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 125px;
    height: 123px;
    background: #b00000;
    border-radius: 22px;
    transform: rotate(45deg);
}
.chooseline{
    padding: 0 0 8px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #b00000;
}
.chooseline-content {
    padding: 0;
    position: relative;
}
.chooseline-content:before {
    content: '';
    background:#b00000;
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1;
}
.chooseline:before {
    content: '';
    border-radius: 35px;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    z-index: -1;
}
.chooseline-icon{
    position: relative;
    height: 57px;
    width: 57px;
    line-height: 42px;
    margin: -36px auto 0;
    background: #fff;
    border-radius: 50px;
}
.chooseline-icon i{
    color: #000000;
    font-size: 28px;
    line-height: 58px;
}
.chooseline-num{
  padding: 15px 0 0;
}
.chooseline-content .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    padding: 6px 0 6px;
    text-transform: capitalize;
  font-family: 'Inter', sans-serif;

    background: #b00000;
}
.chooseline-content span {
    color: #1c1d29;
    font-size: 39px;
    font-weight: 700;
    padding: 8px 0 0px;
    display: inline-block;
    font-family: 'Changa', sans-serif;
    
}
.choose-display{
    /* align-items: center; */
}
.choose-left{
    padding: 0;
}
.choose-left-1{
    padding: 0 0px 20px 0;
    text-align: center;
}
.srv-title strong{
    float: left;
    width: 100%;
	    padding-top: 32px;
    text-align: center;
    font-size: 35px;
    color: #fed001;
}
.srv-title p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #1c1d29;
    padding: 10px;
    text-transform: capitalize;
}

.footer{
    padding:0;
    background: #b00000f2;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
  
}
.footer:after {
    content: "";
    height: 100%;
   
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    top: 0;
}
.contact-section{
    padding: 75px 0 42px;
}
.contact-section-1{
    padding: 0 15px;
}
.contact-1{
    padding: 0 0 31px;
}
.contact-2{
    padding: 0;
    text-align: center;
}
.contact-3{
    padding: 35px;
    border: 2px solid #ffffff;
    border-radius: 14px;
    margin: 0 auto;
}
.contact-head {
    padding: 0;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
   
    letter-spacing: 2px;
}
.footer-text {
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    padding: 6px 0 0;
    text-transform: capitalize;
  
}
.footer-text strong{
    color: #fff;
    font-weight: 500;
}
.contact-icon{
    width: 135px;
    height: 135px;
    line-height: 215px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 8;
}
.contact-icon i{
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 75px;
    border-radius: 50%;
    padding: 0;
    line-height: 180px;
}
.contact-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 79px;
    width: 5px;
    margin: 0 auto;
    top: -78px;
    background: linear-gradient(0deg, #fff, #ffffff);
    z-index: -4;
}
.contact-icon:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    bottom: -9px;
    background: #b00000;
    z-index: -1;
    border-radius: 50%;
}
.contact-2 p{
    padding: 21px 0 6px;
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    text-transform: capitalize;
}
.contact-2  a{
    padding: 3px 0 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    display: inline-block;
}

.copyright{
    background: #000;
    background-repeat: no-repeat;
    padding:0;
    float: left;
    width: 100%;
}
.copy-right{
    padding:0;
    z-index: 1;
}
.disclimer{
    padding: 0;
    text-align: center;
}
.disclimer p {
    color: #fff;
    padding: 17px 0px 2px;
    line-height: 25px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.copyryt{
  padding:0;
  text-align: center;

}
.copyryt span{
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: inline-block;
  
}

.best-ser2 {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fffdf5;
    text-align: center;
}
.best-header2 {
    float: left;
	    font-weight: bold;
    width: 100%;
    font-size: 35px;
    color: #b00000;
    padding-bottom: 5px;
}

.best-border22 {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.best-img2 {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.best-img2 img {
    max-width: 100%;
    border: 1px solid #b00000;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}
.best-cont22 {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #b00000;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding: 80px 15px 15px 15px;
    position: relative;
    margin-top: -90px;
    background: #b00000;
}
.best-cont22 h2 {
    float: left;
    width: 100%;
	font-weight: bold;
    font-size: 22px;
    color: #fed001;
    font-family: "Alkatra", system-ui;

}
.best-cont22 a {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
	    font-weight: bold;
}
.best-cont22 a:hover {
   text-decoration:none;
}
#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}

#callbook ul {
    padding: 0px;
    float: left;
    width: 100%;
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 21px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li a span {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top: -15px;
    text-decoration: none;
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 16px;
}

#callbook ul li a {
    line-height: 41px;
}

#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .header .col-sm-5{width: 100%;}
    .header .col-sm-7{width: 100%;}
    .about-us .col-sm-6{width: 100%;}
    .best-ser .col-sm-4{width: 50%;}
    .best-ser2 .col-sm-3{width: 50%;}
    .testi .col-sm-4{width: 50%;}
    .choose-sec-1 .col-sm-3{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
    #callbook {
        display: block;
       }
       .new-icons2 {
          display: none;
         }
         .new-blink1 {
           float: left;
           width: 100%;
           position: relative;
           padding-top: 10px;
         }
         .new-blink2 p {
           font-size: 18px;
           padding: 5px;
         }
}
@media(min-width:480px) and (max-width:639px)
{
    #callbook {
        display: block;
       }
       .new-icons2 {
          display: none;
         }
         .new-blink1 {
           float: left;
           width: 100%;
           position: relative;
           padding-top: 10px;
         }
         .new-blink2 p {
           font-size: 18px;
           padding: 5px;
         }
         .newhead-mark ul li {
  float: left;
  width: 100%;
  text-align: center;
}
.abt-left {
  padding: 25px 10px;
}
.list-design1 ul {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
    #callbook {
     display: block;
    }
    .new-icons2 {
       display: none;
      }
      .new-blink1 {
        float: left;
        width: 100%;
        position: relative;
        padding-top: 10px;
      }
      .new-blink2 p {
        font-size: 18px;
        padding: 5px;
      }
      .navigation-section1 {
  display: none;
}
.newhead-mark ul li {
  float: left;
  width: 100%;
  text-align: center;
}
.abt-left {
  padding: 25px 10px;
}
.list-design1 ul {
  padding: 0;
}
}
/* Footer */
.footer {
    width: 100%;
    padding: 20px 0px;
    background-color: #b00000f2;
    color: white;
}
.footer ul li {
    list-style: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 32px;
}
.footer ul li:hover {
    color: #ffd31c;
    transition: 0.5s;
}
.footer h3 {
    color: #ffd31c;
}
.section video {
    width: 100%;
}
@media screen and (max-width:576px) {
    .section {
        width: 100%;
    }

    .Customer h1 {
        font-size: 30px;
    }
}
@media screen and (max-width:762px) {
    .Customer h1 {
        font-size: 36px;
    }
}