a.tt-logo.tt-logo__alignment img {
    width: 200px !important;
    padding-top: 22px !important;
    padding-right: 20px !important;
}
.tt-col__wrapper {
    background-color: #2f2583;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.tt-header-holder .tt-col__corner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #2f2583;
    border-left: 48px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tt-header-holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: #fff;
}
.desktopmenu nav > ul > li > a {
    display: inline-flex;
    position: relative;
    color: #fff;
    transition: color 0.2s linear;
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
}
.desktopmenu nav > ul > li.has-submenu > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    pointer-events: none;
}
.h-info-list a {
    color: #ec6466;
    display: inline-block;
    position: relative;
    font-weight: 800;
}
.h-icon__list a {
    color: #ff4917;
    fill: #ffffff;
    padding: 5px 7px;
    font-size: 16px;
    transition: color 0.35s ease, fill 0.35s ease;
}
i.fa.fa-angle-up {
    font-size: 51px;
}
.tt-popup__toggle{
	display:none;
}
.tt-back-to-top:after{
	display:none;
}
.tt-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff !important;
    line-height: 1;
    font-weight: 800;
    position: relative;
    outline: none;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
    transition: color 0.4s ease;
    overflow: hidden;
    white-space: nowrap;

}
.tt-btn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    transition: all 0.35s ease 0s;
    background: #e94f51 !important;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(
-25deg
);
    transform: translateX(-50%) translateY(-50%) rotate(
-25deg
);
}
.desktopmenu nav > ul > li > a:hover {
    color: #ef7b7d !important;
}
.fullwidth-promo .fullwidth-promo__indent-01 {
    padding: 37px 15px 70px !important;
}
i.fa.fa-users {
    font-size: 50px;
}
.more-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
   color:#50aefb!important;
   border: 2px solid #f9e1e1!important;
    line-height: 1;
    font-weight: 800;
    position: relative;
    outline: none;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
    transition: color 0.4s ease;
    overflow: hidden;
    white-space: nowrap;
}
.more-btn:hover {
   color:#fff!important;
}
.tt-additional_img01 {
    position: absolute;
    top: 0px;
    left: -90px;
    z-index: 2;
    pointer-events: none;
}
.tt-img01 .tt-label-01 {
    top: 0px !important;
    left: 0px !important;
    width: 185px !important;
    height: 100px !important;
}
img.serv.ls-is-cached.lazyloaded {
    width: 1500px !important;
}
.fullwidth-promo .fullwidth-promo__indent-02 {
    padding: 5px 15px 146px !important;
}
.ttt-titles{
	display:flex !important;
	justify-content: center;
}
.call-btn{
	padding-left:20px !important; 
  margin-left: 40px;
}
button.tt-btn02.call-btn {
    margin-left: 45px !important;
}
.foot-container{
	padding:0 10% !important;
}
footer{
	padding:30px 0;
}
.col-md-2.linkss li {
    padding: 8px 0 !important;
    font-size: 14px;
}
.linkss li a{
	color:#000!important;
}
.linkss li a:hover{
	color:#f4aeaf!important;
}
.links h2{
	color:#000 !important;
}
.our-logo{
	text-align: right;
}
.copyright{
	padding-top:10px;
}
.copy{
	text-align: :left !important;
}
.over-all-copy {
    background-color: #2f2583;
    color: #fff;
}





#sliders{
  width:100%;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:2px 5px 10px rgba(0,0,0,0.4);;
}

.slide{
  width:100%;
  
  display:none;
  animation-name:fade;
  animation-duration:1s;
  
}
.slide img{
 width:100%;
 height:80%; 
}
@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}

.controls{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:1.5em;
  padding:15px 10px;
  border-radius:5px;
  
}

.controls:hover{
  background:white;
  transition:0.3s;
}


#left-arrow{
  left:10px;
}

#right-arrow{
  right:10px;
}

#dots-con{
  
  text-align:center;
}
.dot {
    display: inline-block;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    margin: 10px 5px;
}
@media (max-width:576px){
  #slider{width:100%;
  
  }
  
  .controls{
    font-size:1em;
  }
  
  #dots-con{
    display:none;
  }
}
.section-indent03:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 50px !important;
}
.section-indent05:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 50px !important;
}
.tt-additional__wrapper {
    padding: 50px 0 50px 0 !important;
    position: relative;
    overflow: hidden;
}
.tt-additional__bg02 {
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    padding: 21px 0 0 25px !important;
}
.blocktitle:not(.blocktitle__nomargin) {
    padding-bottom: 0px !important;
}
.section-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 50px !important;
}
/*.tt-col.tt-col__wrapper.tt-col__objects {
    padding-right: 60px !important;
}*/
@media(max-width:990px){
	.tt-col__wrapper {
    background-color: #fff !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.schuduling{
	display:none !important;
}
.tt-header-holder .tt-col__corner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #2f2583;
    border-left: 48px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display:none !important;
}
a.tt-logo.tt-logo__alignment img {
    width: 136px !important;
    padding-top: 11px !important;
    padding-right: 20px !important;
}.row-header-info {
    display: none !important;
}
iframe{
	width:300px !important;
	height:200px !important;
}
.section-indent-negative {
    margin-top: 50px;
}
.fullwidth-promo .fullwidth-promo__indent-01 {
    padding: 2px 5px 20px !important;
}
.blocktitle {
    text-align: center !important;
}
.tabs__container {
    padding: 13px 0 0 0 !important;
}
.linkss{
	padding-top:40px !important;
}
.tt-additional_img01{
	display:none !important;
}
.tt-additional__bg02 .tt-row01 .tt-col:last-child {
    padding-bottom: 0px !important;
}
.tt-additional__bg02 .tt-row01 .tt-col:last-child {
    padding-bottom: 0px !important;
}
.blocktitle__title {
    padding-top: 20px !important;
}

i.fa.fa-angle-up {
    font-size: 51px;
}
.tt-popup__toggle {
    display: block !important;
    padding-left: 20px;
    padding-top: 12px;
}
.tt-img01 .tt-label-01 {
    top: 0px !important;
    left: 0px !important;
    width: 185px !important;
    height: 54px !important;
}
button.tt-btn02.call-btn {
    margin-left: 22px !important;
    margin-top: 15px;
    margin-right: 15px;
}

}
/*index*/

    /*enqiry-form*/

@media (min-width: 1025px){
.tt-modal__close {
    width: 80px;
    height: 80px;
}
}
.tt-modal__close label {
     -webkit-transform: scale(1); 
     transform: scale(1); 
     opacity: 1; 

}


/*end-enquiry-form*/

.section-indent03 a{
  margin-top: 10px;
}
.section-indent03 span:hover{
  color: #ff4917;
}
.additional .know-more1{
  margin-top: 70px;
}
.additional .know-more2 {
  margin-top: 98px;
}


/*End-index*/


/*About-us*/
.fa-angle-double-right{
    color: #ff4917;
    font-size: 20px !important;
    padding-right: 10px;
}
.about-content p,i{
    padding-top: 10px;
}
.breadcrumb {
    background-image: url("../images/banner-4.png");
    
    background-size: cover;
    background-position: center;
}
ul.breadcrumb {
    padding: 60px 70px;
    font-size: 20px;
    list-style: none;
    
    
}

ul.breadcrumb li {
    display: inline;
    color: white;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}

ul.breadcrumb li a {
    
    color: #ff4917;
    font-weight: 800px;
}

ul.breadcrumb li a:hover {
    color: #ff4917;
}

/*.about-callnow h5 {
    font-size: 
}*/

.our-vision {
    text-align: center;
    padding-top: 20px;
}

.card {
  font-size: 25px;
  position: relative;
  width: 36%;
  text-align: center;
  border: 1px solid #e20b0e;
  padding: 50px;
  margin-left:100px; 
  margin-right: 80px;
  margin-top: 20px;
}
.card:hover{
    border: 1px solid #2c2487;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #e20b0e;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.card:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}
@media (max-width: 1100px){
.card {
    font-size: 15px;
    position: relative;
    width: 50%; 
    border: 1px solid #e20b0e;
}
.text {
  color: white;
  font-size: 12px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  line-height: 20px !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}
}
/*End-About-us*/


/*our-service-home*/

.our-service .service img{
    width: 410px;
    border: 1px solid;
    box-shadow: 5px 10px 18px #888888;
    
}
.service-content p{
  text-align: justify;
}
.tt-row-custom{
  padding-top: 30px;
}
.service-img {
  text-align: center;
}
@media (max-width: 1100px) {
  .tt-row-custom{
  padding-top: 0px !important;
}
.service-content{
  padding-top: 25px;
}
div #order1{
  order: 1;
}
div #order2{
  order: 2;
}
div #order3{
  order: 4;
}
div #order4{
  order: 3;
}
div #order5{
  order: 5;
}
div #order6{
  order: 6;
}
div #order7{
  order: 8;
}
div #order8{
  order: 7;
}
div #order9{
  order: 9;
}
div #order10{
  order: 10;
}
}


/*End-service*/

/*gallery page*/
.gallery img {
    padding: 30px 10px 0px 25px;
}

/*End-Gallery page*/
/*-start-Contact*/
.contact-form{
  padding: 10px 1px;
}
@media (max-width: 1100px) {
  .blocktitle__title{
    display: block;
  }

  .tt-min-width-01,.tt-list04.tt-list04__top{
    display: none;
  }
}
.col-md-6.capt {
    margin-top: 6px !important;
}
/*End-contact*/