/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@font-face {
    font-family: GothamFont;
    src: url(../../font/Gotham-Font/GothamMedium.ttf);
  }
  h3{
    font-family: GothamFont;
  }
  h6{
    font-family: GothamFont;
  }
.btn-circle{border-radius: 1.5rem !important;}
.btn_main{padding-left: 3rem;padding-right: 3rem;height: 2.7rem; font-size:1rem;font-family: 'Manrope', sans-serif; font-weight:600; background:#f27930 !important;border-color:#f27930;border-width: 2px;}
.btn_main:hover {
    box-shadow: 0 2px 8px 0 rgba(242,121,48,0.16);
    background-image: linear-gradient(to bottom,#f27930,#e15d0e) !important;
	border-color:#f27930 !important;
}

.btn_main2{padding-left: 3rem; background:#fff !important;padding-right: 3rem;height: 2.7rem; font-size:1rem;font-family: 'Manrope', sans-serif; font-weight:600; border: 2px solid #f27930 !important; color:#f27930 !important;}
.btn_main2:hover {
    box-shadow: 0 2px 8px 0 rgba(242,121,48,0.16);
    background-image: linear-gradient(to bottom,#f27930,#e15d0e) !important;
	border-color:#f27930 !important;
	color:#fff !important;
}
.home_main{ display:block;}.home_main_mobile{ display:none;}.certificate{ position:relative;}.certificate img{ width:300px;}.certificate h4{ position:absolute; font-weight:bold; top:268px; left:0;text-align: center; width: 100%; color:#fff;font-size: 1.4rem; text-transform:uppercase;}@media (max-width: 767px) {.certificate img{ width:250px;}.certificate h4{ position:absolute; font-weight:bold; top:220px; left:0;text-align: center; width: 100%; color:#fff;font-size: 1.0rem; text-transform:uppercase;}.home_main{ display:none}.home_main_mobile{ display:block;}}
