
/****************************** start pre define classes ****************************/
.mt1{margin-top:10px;}
.mt2{margin-top:20px;}
.mt3{margin-top:30px;}
.mt4{margin-top:40px;}
.mt5{margin-top:50px;}
.mt6{margin-top:60px;}
.mt7{margin-top:70px;}
.mt8{margin-top:80px;}
.mt9{margin-top:90px;}
.mt10{margin-top:100px;}
.mt11{margin-top:110px;}
.mt12{margin-top:120px;}

.mb1{margin-bottom:10px;}
.mb2{margin-bottom:20px;}
.mb3{margin-bottom:30px;}
.mb4{margin-bottom:40px;}
.mb5{margin-bottom:50px;}
.mb6{margin-bottom:60px;}
.mb7{margin-bottom:70px;}
.mb8{margin-bottom:80px;}
.mb9{margin-bottom:90px;}
.mb10{margin-bottom:100px;}
.mb11{margin-bottom:110px;}
.mb12{margin-bottom:120px;}

.pb1{padding-bottom:10px;}
.pb2{padding-bottom:20px;}
.pb3{padding-bottom:30px;}
.pb4{padding-bottom:40px;}
.pb5{padding-bottom:50px;}
.pb6{padding-bottom:60px;}
.pb7{padding-bottom:70px;}
.pb8{padding-bottom:80px;}
.pb9{padding-bottom:90px;}
.pb10{padding-bottom:100px;}
.pb11{padding-bottom:110px;}
.pb12{padding-bottom:120px;}

.pt1{padding-top:10px;}
.pt2{padding-top:20px;}
.pt3{padding-top:30px;}
.pt4{padding-top:40px;}
.pt5{padding-top:50px;}
.pt6{padding-top:60px;}
.pt7{padding-top:70px;}
.pt8{padding-top:80px;}
.pt9{padding-top:90px;}
.pt10{padding-top:100px;}
.pt11{padding-top:110px;}
.pt12{padding-top:120px;}

.main-title{font-size:36px;}
.actual{color:#1262ff !important;}
.pl0{padding-left:0px;}
.pr0{padding-right:0px;}

.ml0{margin-left:0px;}
.mr0{margin-right:0px;}

.pl30{ padding-left:30px; }
.pr30{ padding-right:30px; }

.ml-15{ margin-left:-15px; }
.mr-15{ margin-right:-15px; }

.ml10{ margin-left:10px; }
.mr10{ margin-right:10px; }

@media (min-width: 1140px) { /* md breakpoint starts at 768px in BS4 */
    .w-xl-75  {
        width: 75% !important;
    }
}

@media (min-width: 960px) { /* md breakpoint starts at 768px in BS4 */
    .w-lg-75  {
        width: 75% !important;
    }
}



@media (max-width: 800px) { /* md breakpoint starts at 768px in BS4 */
    .pl-md-2{padding-left:15px;}
    .row{
	margin-left: 0 !important;
	margin-right: 0 !important;
    }
    #zoom-anim, .d-mdx-none{
	display: none !important;
    }
    .testimonial-container .card{
	width:80% !important;
    }
}
@media (min-width: 768px) { /* md breakpoint starts at 768px in BS4 */
   .w-md-75  {
        width: 75% !important;
    }
    .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%} 
    .offset-md-0{
   	margin-left: 0%
    }
    .offset-md-1{
   	margin-left: 8.333333%
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mb-md-2{
       margin-bottom: .5rem !important;
    }
    .mb-md-5{
       margin-bottom: 3rem !important;
    }
    .d-md-flex{
	display: flex !important;
    }
    .justify-content-md-center {
	justify-content: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
    }
}

.mt-3{
    margin-top: 1rem !important;
}
.mb-4{
  margin-bottom: 1.875rem !important;
}

.btn-outline-secondary {
  color: #495057;
  background-color: transparent;
  background-image: none;
  border-color: #495057;
}

.btn-primary{
	background: #e6718d;
}

.btn-primary:hover{
	background: #e65e7e;
}


.display-4 {
  font-size: calc(1.175rem + 1.5vw);
  letter-spacing: -.05rem;
}
