html {
    overflow-x: hidden;
}

body{ 
  	margin:0; 
    padding:0;
    font-family: "Roboto Condensed", sans-serif;
	color:#656565;
	background: #fff;
    overflow-x: hidden;
}
body.open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
*{
	margin:0; 
	padding:0; 
	box-sizing: border-box;
}
img{ 
	 border:none; 
	 outline:none;
	 width: 100%;
}
a{ 
	text-decoration:none !important;
	font-family: "Roboto Condensed", sans-serif;
}
li{ 
	list-style:none;
}

input, textarea, select{
	outline:none;
    font-family: "Roboto Condensed", sans-serif;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
	color: #747373;
}
button:focus{
	outline: none;
}
.scrollToTop img {
    max-width: 60px;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 0;
}
.title {
    margin-bottom: 30px;
    color: #000;
    font-size: 54px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.container {
    max-width: 1200px;
}

.more_btn {
    background: #DD072D;
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(199 199 199);
    -moz-box-shadow: 0 0 20px 0 rgb(199 199 199);
    -webkit--box-shadow: 0 0 20px 0 rgb(199 199 199);
    display: inline-flex;
    align-items: center;
}
.more_btn i {
    margin-left: 10px;
}
.more_btn:hover {
    color: #ffd833;
}

.read_more img {
    width: 6px;
    margin-left: 5px;
}

/* Global Css */

/* Header Sec */

.header_sec {
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    background: #fff;
}

@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}
.header_sec .top_header {
    background: #DD072D;
    padding: 10px 0;
}

.header_sec .top_header .container {
    display: flex;
    justify-content: space-between;
}

.header_sec .top_header .container .left_sec {
    display: flex;
}

.header_sec .top_header .container .left_sec a {
    display: flex;
    color: #fff;
    font-size: 18px;
    align-items: center;
    margin-right: 20px;
}
.header_sec .top_header .container .left_sec a:hover {
   color: #F3A714;
}
.header_sec .top_header .container .left_sec a i {
    margin-right: 14px;
}
.header_sec .top_header .container .left_sec a img {
    width: 14px;
    margin-right: 10px;
}

.header_sec .top_header .social_sec {
    display: flex;
    align-items: center;
}
.header_sec .top_header .social_sec a i {
    color: #fff;
    font-size: 18px;
}
.header_sec .top_header .social_sec a i:hover {
    color: #F3A714;
 }
.header_sec .top_header .social_sec a {
    margin-left: 16px;
}
.header_sec .nav_header li.nav-item.dropdown .dropdown-menu li a:hover {
    color: #f3c4c0;
} 
.header_sec .nav_header {
    padding: 10px 0;
    background: #fff;
}
.header_sec .nav_header .logo {
    width: 124px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.header_sec .nav_header .navbar-nav li a {
    font-size: 16px;
    color: #2D2929;
    padding: 0 18px 0 0!important;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 0 18px;
    border-right: 1px solid #9d9696;
    font-weight: 500;
}
.header_sec .nav_header .navbar-nav li:last-child a {
    border-right: none;
    padding-right: 0 !important;
}
.header_sec .nav_header .navbar-nav .dropdown-menu li {
    border-right: none;
}
.header_sec .nav_header .navbar-nav li.active a, .header_sec .nav_header .navbar-nav li a:hover {
    color: #DD072D !important;
}

.header_sec .nav_header .navbar-nav li.active a:after, .header_sec .nav_header .navbar-nav li a:hover:after {
    right:0;
    transition: all 0.6s ease-in 0.3s;
    -webkit-transition: all 0.6s ease-in 0.3s;
    -moz-transition: all 0.6s ease-in 0.3s;
    -ms-transition: all 0.6s ease-in 0.3s;
    -o-transition: all 0.6s ease-in 0.3s;
    width: 100%;
}

.header_sec .nav_header .certificate_btn {
    background: #DD072D;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 12px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(199 199 199);
    margin-left: 20px;
}

.header_sec .nav_header .certificate_btn img {
    width: 26px;
    margin-right: 10px;
}
.header_sec .nav_header .certificate_btn:hover {
    color: #ffd833;
}
/* .header_sec.sticky .nav_header .navbar-nav li a:hover {
    color: #fb897f;
} */

.header_sec.sticky .logo_header ul {
    margin: 8px 0;
}
.header_sec.sticky .logo_header {
    padding: 26px;
}

/* .header_sec.sticky .nav_header .logo {
    width: 38px;
} */

.header_sec .nav_header .navbar-nav .dropdown-menu {
    padding: 0;
}

.header_sec .nav_header .navbar-nav .dropdown-menu a.dropdown-item {
    background: #FF4332;
    border-right: none;
    padding: 10px !important;
    font-size: 16px;
    border-bottom: 1px solid #ff8e84;
    word-break: break-word;
    white-space: break-spaces;
    color: #fff;
}
.header_sec .nav_header .certificate_btn.registration {
    background: #ffd833;
    color: #333;
}
.header_sec .nav_header .certificate_btn.registration:hover {
    background: #DD072D;
    color: #fff;
}
/* .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
} */

.header_sec .nav_header .navbar-nav .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
/* Header Sec */




/***=== Home Page ===***/

/* Banner Sec */
.banner_sec {
    overflow: hidden;
    height: 854px;
    margin-top: 142px;
}

.banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img  {
    height: 854px;
    object-fit: cover;
}



.banner_sec .banner_slider {
    position: relative;
}
.banner_sec .banner_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    height: 50px;
    z-index: 1;
    overflow: hidden;
    text-indent: 50px;
    width: 34px;
    background-position: center !important;
    background-size: 100% !important;
}
.banner_sec .banner_slider  button.slick-arrow.slick-prev {
    background: url(../images/testimonial_l_arrow2.svg);
    background-repeat: no-repeat;
    left: 15px;
}
.banner_sec .banner_slider  button.slick-next.slick-arrow {
    right: 15px;
    background: url(../images/testimonial_r_arrow2.svg);
    background-repeat: no-repeat;
}
.banner_sec .slick-dots {
    display: none !important;
}

/* Banner Sec */


/* About Sec */
.about_sec {
    padding: 140px 0;
    background: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.about_sec .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about_sec .application_btn {
      background: #DD072D;
      color: #fff;
      align-items: center;
      padding: 12px 60px;
      font-size: 40px;
      font-weight: 600;
      text-transform: capitalize;
      border-radius: 10px;
      box-shadow: 0 0 20px 0 rgb(199 199 199);
      margin: 0 auto 60px;
      display: inline-block;
      border: 5px solid #fff;
      border-radius: 48px;
}
 
.about_sec .application_btn:hover {
     color: #ffd833;
}

.about_sec .about_photo {
    width: 40%;
}


.about_sec .text_content {
    /*width: 48%;
    margin-left: 6%;*/
    width: 48%;
    margin-left: 6%;
    text-align: left;
}
.about_sec .text_content .des {
    line-height: 1.9;
    color: #747373;
    font-size: 24px;
    margin-bottom: 50px;
}
/* About Sec */

/* Why Choose */
.why_choose {
    padding: 120px 0 0;
    background: #E70029;
    position: relative;
}
.why_choose .bg_patten1 {
    width: 116px;
    position: absolute;
    left: 37%;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.why_choose .bg_patten2 {
    width: 80px;
    height: auto;
    position: absolute;
    right: 0;
    -webkit-animation: mover2 1s infinite  alternate;
    animation: mover2 1s infinite  alternate;
}

@-webkit-keyframes mover2 {
    0% { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
    100% { transform: rotate(80deg); -webkit-transform: rotate(80deg); -moz-transform: rotate(80deg); -ms-transform: rotate(80deg); -o-transform: rotate(80deg); }
}
@-webkit-keyframes mover2 {
    0% { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
    100% { transform: rotate(80deg); -webkit-transform: rotate(80deg); -moz-transform: rotate(80deg); -ms-transform: rotate(80deg); -o-transform: rotate(80deg); }
}




.why_choose .title {
    margin: 0 auto 30px;
    /* font-size: 30px; */
    line-height: 1.5;
    color: #fff;
}
.why_choose .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 84%;
    position: relative;
    align-items: flex-end;
}

.why_choose  .choose_photo {
    width: 36%;
}

.why_choose .text_content {
    width: 54%;
    margin-left: 10%;
}
.why_choose .text_content .des {
    color: #fff;
    width: 100%;
    font-size: 20px;
}
.why_choose .choose_list {
    margin-bottom: 0;
    list-style-type: none;
}

.why_choose .choose_list li {
    color: #fff;
    margin-bottom: 33px;
    font-size: 20px;
    padding-left: 0;
    /* position: relative; */
    line-height: 1.5;
    font-weight: 400;
    display: flex;
}
.why_choose .choose_list li i {
    margin-right: 20px;
    margin-top: 5px;
}
/* Why Choose */

/* Courses Sec */
.courses_sec {
    padding: 120px 0;
}
.courses_sec .title {
    margin-bottom: 60px;
}
.courses_sec .courses_content {
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(199 199 199);
    -moz-box-shadow: 0 0 20px 0 rgb(199 199 199);
    -webkit-box-shadow: 0 0 20px 0 rgb(199 199 199);
    height: 100%;
}

.courses_sec .courses_content .courses_photo {
    height: 290px;
    overflow: hidden;
}

.courses_sec .courses_content .text_content {
    padding: 15px;
}

.courses_sec .courses_content .text_content .courses_title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.courses_sec .courses_content .text_content  .des {
    line-height: 1.8;
    color: #6F6A6A;
    margin-bottom: 30px;
}

.courses_sec .courses_content .text_content .more_btn {
    font-size: 18px;
    padding: 9px 20px;
}

.courses_sec .courses_content .text_content .more_btn i {
    font-size: 16px;
}
/* Courses Sec */


/* Blog Sec */
.blog_sec {
    background: url(../images/blog-bg.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blog_sec .blog_slider .slick-dots {
    display: flex;
    margin: 40px auto 0;
    justify-content: center;
}
.blog_sec .blog_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #dd072d91;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.blog_sec .blog_slider .slick-dots li.slick-active button {
    background: #DD072D;
}

.blog_sec .blog_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 34px;
    background: none;
    border: aliceblue;
    width: 34px;
    overflow: hidden;
    background-repeat: no-repeat !important;
}
.blog_sec .blog_slider .slick-prev {
    left: 0;
    background: url(../images/blog_l_arrow.svg);
    text-indent: 100%;
}
.blog_sec .blog_slider .slick-next {
    right: 0;
    background: url(../images/blog_r_arrow.svg);
    text-indent: 100%;
}

.blog_sec .blog_content {
    background: #fff;
}

.blog_sec .blog_content .blog_photo {
    height: 220px;
    overflow: hidden;
}

.blog_sec .blog_content .blog_photo img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog_sec .blog_content  .text_content {
    padding: 20px;
}

.blog_sec .blog_content .text_content .date {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.blog_sec .blog_content .text_content .date img {
    width: 20px;
    margin-right: 7px;
}

.blog_sec .blog_content .text_content .blog_title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}

.blog_sec .blog_slider {
    padding: 0 40px;
}

.blog_sec .blog_slider .slick-slide {
    margin: 0 15px;
}
.blog_sec .blog_content .text_content .more_btn {
    font-size: 18px;
    padding: 9px 20px;
}
.blog_sec .blog_content .text_content .more_btn i {
    font-size: 16px;
}
/* Blog Sec */


/* Testimonial Sec */
.testimonial_sec {
    background: url(../images/testimonial_bg.png);
}
.testimonial_sec .container {
    display: flex;
}
.testimonial_sec .testimonial_photo_images {
    width: 38%;
    flex: 0 0 38%;
    position: relative;
}
.testimonial_sec {
    background: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    padding: 100px 0 0;
    background-size: cover;
}
.testimonial_sec .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.testimonial_sec .container img.testimonial-patten {
    width: 90px;
    position: absolute;
    left: 10%;
    top: 51%;
    z-index: 0;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.testimonial_sec  .testimonial_right_sec {
    width: 50%;
}
.testimonial_sec .testimonial_right_sec .testimonial_content {
    display: flex !important;
}
.testimonial_sec .testimonial_right_sec .testimonial_content .testimonial_photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex: 0 0 100px;
}
.testimonial_sec .testimonial_right_sec .testimonial_content .text_content {
    width: 100%;
    margin-left: 40px;
}

.testimonial_sec .testimonial_right_sec .testimonial_content .text_content img {
    width: 46px;
    margin-bottom: 20px;
}

.testimonial_sec .testimonial_right_sec .testimonial_content .text_content .des {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonial_sec .testimonial_right_sec .testimonial_content .text_content .bottom_sec {
    border-top: 1px solid #ffffff5c;
    padding-top: 30px;
}

.testimonial_sec .testimonial_right_sec .testimonial_content .text_content .bottom_sec .name {
    color: #fff;
    font-size: 20px;
}

.testimonial_sec .testimonial_right_sec .testimonial_content .text_content .bottom_sec .name span {
    display: block;
    color: #FDFBF9;
    font-size: 16px;
    margin-top: 10px;
}

.testimonial_sec .title_sec .title {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 10px;
}

.testimonial_sec .title_sec .des {
    font-size: 30px;
    color: #fff;
    /* margin-bottom: 70px; */
}

.testimonial_sec .title_sec .des span {
    color: #fbb80b;
}

.testimonial_slider {
    padding: 60px 0 140px;
}

.testimonial_sec .testimonial_slider .slick-arrow {
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 40px;
    background-repeat: no-repeat !important;
    box-shadow: none;
    border: none;
    height: 38px;
    text-indent: 40px;
    overflow: hidden;
}

.testimonial_sec .testimonial_slider .slick-prev.slick-arrow {
    background: url(../images/testimonial_l_arrow.svg);
    left: 25%;
}

.testimonial_sec .testimonial_slider .slick-next.slick-arrow {
    background: url(../images/testimonial_r_arrow.svg);
    left: 200px;
    right: 160px;
}

/* Testimonial Sec */

/* Contact Sec */

.contact_sec {
    background: url(../images/blog-bg.png);
    padding: 120px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.contact_sec .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_sec .contact_from {
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 0;
    width: 32%;
}

.contact_sec .contact_from .title {
    background: #FBB80B;
    color: #000;
    font-size: 24px;
    padding: 15px;
    margin: 0;
    text-align: center;
}

.contact_sec .contact_from .des {
    font-size: 18px;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.contact_sec .contact_from .from_content {
    padding: 15px;
}
.contact_sec .contact_from .from_content .contact_number {
    display: flex;
}
.contact_sec .contact_from .from_content .form-group .form-control {
    height: 44px;
    font-size: 16px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}
.contact_sec .contact_from .from_content .form-group textarea {
    height: 140px !important;
    /* border-radius: 5px; */
}
.contact_from .from_content .form-group .form-control:focus, .contact_from .from_content .form-group textarea:focus {
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

.contact_from .sumit_btn {
    display: block;
    width: 100%;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
    background: #DD072D;
    color: #fff;
}

.contact_from .sumit_btn:focus {
    box-shadow: none !important;
}
.contact_from .sumit_btn:active {
    background: #e6ac3c !important;
}
.contact_from .sumit_btn:hover {
    color: #ffd833;
}


.contact_sec .contact_photo {
    height: 700px;
    display: block;
    overflow: hidden;
    width: 44%;
}
/* Contact Sec */


/* Our Blog */
.our_blog {
    padding: 120px 0;
}

.our_blog .blog_content {
    margin: 30px 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.our_blog .blog_content .text_content {
    padding: 20px;
}
.our_blog .blog_content .text_content .date_highlight {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.our_blog .blog_content .text_content .date {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-right: 10px;
}

.our_blog .blog_content .text_content .date img {
    width: 18px;
    margin-right: 6px;
}
.our_blog .blog_content .text_content .blog_title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin: 0 auto 10px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.our_blog .blog_content .text_content .des {
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.our_blog .blog_slider .slick-dots {
    display: flex;
    margin: 0;
    margin: auto;
    justify-content: center;
}

.our_blog .blog_slider .slick-dots {
    display: flex;
    margin: 0;
    margin: auto;
    justify-content: center;
}
.our_blog .blog_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff4332a6;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
}
.our_blog .blog_slider .slick-dots li.slick-active button {
    background: #ff4332;
}
.our_blog .blog_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 34px;
    background: none;
    border: aliceblue;
    width: 34px;
    overflow: hidden;
    background-repeat: no-repeat !important;
}
.our_blog .blog_slider .slick-prev {
    left: 0;
    background: url(../images/slider_l_arrow.svg);
    text-indent: 100%;
}
.our_blog .blog_slider .slick-next {
    right: 0;
    background: url(../images/slider_r_arrow.svg);
    text-indent: 100%;
}
.our_blog .blog_slider .slick-list {
    margin: 0 50px;
}

/* Our Blog */

.language_category_sec {
    background: url(../images/about-bg.png);
    padding: 80px 0;
}

.language_category_sec .title {
    margin-bottom: 71px;
}

.language_category_sec .language_content {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    position: relative;
    top: -10px;
}
.language_category_sec .language_content:hover {
    box-shadow: none;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    top: 0;
}
.language_category_sec .language_content .courses_title {
    display: block;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(115deg, #fc00ff, #00dbde);
    font-weight: 700;
    font-size: clamp(1.2rem, 2rem + 2vw, 3rem);
}
/*****===== Home Page =====*****/


/*****===== About Page =====*****/
.about_page .banner_sec {
    height: 300px;
    position: relative;
}
.about_page .banner_sec .container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.about_page .banner_sec img {
    height: 300px;
}
.about_page .banner_sec .banner_title {
    font-size: 54px;
    color: #000;
    font-weight: 700;
}






.about_page .about_sec .container {
    max-width: 1200px;
}

.about_page .about_sec .text_content {
    width: 60%;
}

.about_page .about_sec .text_content .des {
    width: auto;
}

.about_page .about_sec .text_content .title {
    width: 80%;
}
.about_page .about_sec .about_photo {
    width: 390px;
    overflow: hidden;
}
.text_content.about_vision {
    margin-bottom: 120px;
}
/*****===== About Page =====*****/


/*****===== Blog Page =====*****/
.story_sec.our_blog .blog_content {
    height: auto;
    min-height: auto;
}
.story_sec.our_blog .blog_content {
    height: auto;
    min-height: auto;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
/*****===== Blog Page =====*****/


/*****===== Blog View Page =====*****/
.our_blog .blog_content.blog_view {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.our_blog .blog_content.blog_view .text_content {
    padding: 20px;
}
.our_blog .blog_content.blog_view .blog_photo {
    border-radius: 10px;
    overflow: hidden;
    height: 420px;
}

.our_blog .blog_content.blog_view .blog_photo img {
    /*object-fit: cover;
    height: 420px;*/
    height: 100%;
}
.our_blog .blog_content .text_content .date {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.our_blog .blog_content .text_content .date img {
    width: 18px;
    margin-right: 6px;
}

.our_blog .blog_content.blog_view .text_content .des {
    display: block;
}
.our_blog .blog_content.blog_view .text_content .blog_title {
    display: block;
}

/* Right Site */
.right_site .blog_content {
    background: none;
    box-shadow: none;
    border-radius: 0 !important;
}

.right_site .blog_content .blog_title {
    /* border-bottom: 1px solid #fff; */
    margin: 0;
}

.right_site .blog_content .blog_title span {
    background: #dd072d;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
    padding: 7px 20px;
    margin-left: 11px;
}

.right_site .blog_content .category_list {
    background: #fff;
    margin: 0;
    border-radius: 0;
    padding: 18px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
    -webkit-box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
}

.right_site .blog_content .category_list li a {
    padding-left: 30px;
    position: relative;
    color: #000;
    display: block;
    margin-bottom: 15px;
}
.right_site .blog_content .category_list li a:hover {
    color: #dd072d;
}
.right_site .blog_content .category_list li:last-child a {
    margin-bottom: 0;
}
.right_site .blog_content .category_list li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6%;
    height: 1px;
    background: #000;
    top: 0;
    bottom: 0;
    margin: auto;
}


.right_site .recent_post {
    border: 1px solid #fff;
    padding: 15px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
    -webkit-box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
}

.right_site .recent_post .blog_content {
    display: flex;
    background: #fff;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eaeaea;
}
.right_site .recent_post .blog_content:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.right_site .recent_post .blog_content .blog_photo {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 11px;
}

.right_site .recent_post .blog_content .blog_photo img {
    object-fit: cover;
    height: 70px;
}

.right_site .recent_post .blog_content .text_content {
    padding: 0 !important;
}

.right_site .recent_post .text_content .date {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #959595;
}
.right_site .recent_post .text_content .date img {
    width: 18px;
    margin-right: 6px;
}

.right_site .recent_post .blog_content .text_content .blog_title {
    font-size: 18px;
    color: #dd072d;
    margin-bottom: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Right Site */

/*****===== Blog View Page =====*****/


/*****===== Courses Detalis Page =====*****/
.course_details_sec {
    padding: 120px 0;
}
.course_details_sec .courses_photo {
    width: 100%;
    height: 370px;
    border: 5px solid #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.course_details_sec .courses_photo img {
    height: 370px;
    object-fit: cover;
}
.courses_content .text_content .title {
    font-size: 30px;
}
.courses_content .text_content .course_list li {
    display: flex;
    align-items: self-start;
    margin-bottom: 13px;
}

.courses_content .text_content .course_list li img {width: 14px;float: left;margin-right: 13px;margin-top: 5px;}

.courses_content .text_content ul li::before {
    content: '';
    background-image: url('../images/tick_icon.svg');
    background-position: center center;
    padding-right: 35px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.courses_content .text_content ul li {margin-bottom: 13px;}


/*****===== Courses Detals Page =====*****/


/*****===== Certificate Page =====*****/
.certificate_sec {
    margin: 210px auto;
}

.certificate_sec .container {
    max-width: 620px;
    position: relative;
}

.certificate_sec .enter_certificate_content {
    border: 1px solid #ff718a;
    border-radius: 5px;
}

.certificate_sec .enter_certificate_content form.enter_form {
    /* width: 54%; */
    text-align: center;
    margin: auto;
    padding: 44px;
}

.certificate_sec .enter_certificate_content form.enter_form label {
    font-size: 40px;
    /* font-family: "Lobster", sans-serif; */
    /* font-weight: 400; */
    font-style: normal;
    color: #dd072d;
    margin-bottom: 20px;
}

.certificate_sec .enter_certificate_content form.enter_form  input {
    height: 50px;
    border-radius: 7px;
    border: 1px solid #d9d9d9;
    border-radius: 45px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.certificate_sec .enter_certificate_content form.enter_form  input:focus {
    box-shadow: none;
}
.certificate_sec .enter_certificate_content form.enter_form button.more_btn {
    box-shadow: none;
    border: none;
    border-radius: 28px;
}
/*****===== Certificate Page =====*****/

/*****===== Contact Page =====*****/
.contact_page .contact_banner {
    margin-top: 150px;
    background: #F8F8F8;
}

.contact_page .contact_banner .title {
    margin: 0;
    text-align: left;
    color: #000;
    font-size: 30px;
    padding: 24px 0;
}

.contact_page .contact_sec.about_sec {
    background-image: none;
    padding-bottom: 110px;
}
.contact_page .contact_sec .contact_from:before, .contact_page .contact_sec .contact_from:after  {
    display: none;
}
.contact_page .contact_sec .container {
    max-width: 900px;
}

.contact_page .contact_sec .container .address_sec {
    width: 100%;
    margin: 0;
}

.contact_page .contact_sec .container .address_sec .address_title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
}
.contact_page .contact_sec .contact_from {
    width: 100%;
}



.contact_page .contact_sec .address_content .company_address {
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
}
.contact_page .contact_sec .address_content .company_address .icon i {
    font-size: 30px;
    color: #dd072d;
}
.contact_page .contact_sec .address_content .office_title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact_page .contact_sec .address_content .des {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: start;
    margin: 0;
}
.contact_page .contact_sec .address_content .des img {
    width: 24px;
    margin: 8px 20px 0 0;
}
.contact_page .contact_sec .address_content .company_address .text_content .title {
    text-align: left;
    font-size: 20px;
    color: #111;
    margin: 0 auto 10px;
    width: auto;
}
.contact_page .contact_sec .address_content .company_address a {
    color: #06131E;
    text-align: left;
}

.contact_page .contact_sec .address_content .company_address .text_content {
    text-align: left;
}


.address_sec.container .address_content .company_address {
    margin: auto;
    -moz-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    -webkit-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    display: flex;
    padding: 20px;
    width: 60%;
    align-items: start;
}


.address_sec {
    text-align: center;
    width: 830px;
    margin: 0 auto 80px;
}

.address_sec .address_title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.address_sec .des {
    font-size: 16px;
    text-align: left;
}

.address_sec .address_content {
    margin: 40px auto 0;
}

.address_sec.container .address_content .company_address .icon {
    width: 34px;
    flex: 0 0 34px;
}

.address_sec.container .address_content .company_address .text_content {
    margin-left: 20px;
}

.address_sec.container .address_content .company_address .text_content .title {
    text-align: left;
    font-size: 18px;
    margin: 0 auto 6px;
}

.address_sec.container .address_content .company_address .des {
    text-align: left;
    margin: 0;
    line-height: 28px;
}

.address_sec .address_content .email_contact {
    display: flex;
    margin: 50px auto 0;
}

.address_sec .address_content .email_contact .company_address {
    margin: 0 20px;
    width: 100%;
}
.address_sec.container .address_content .company_address .text_content a {
    color: #656565;
    font-size: 16px;
}

.location_map .mapouter, .location_map .mapouter .gmap_canvas {
    width: 100%;
}
/*****===== Contact Page =====*****/

/* Referral Sec */
.referral_sec {
    margin-bottom: 110px;
}
.referral_sec .referral_wrapper {
    background-color: #dd072d;
    border-radius: 15px;
    display: flex;
    padding: 40px 80px 0;
    align-items: center;
    background-image: url(../images/referral_bg.png);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.referral_sec .referral_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b50625d4;
    z-index: -1;
}
.referral_sec .referral_wrapper .referral_photo {
    width: 41%;
}

.referral_sec .referral_wrapper  .text_content {
    width: 56%;
    margin-left: 40px;
}

.referral_sec .referral_wrapper .text_content .title {
    margin: 0;
    color: #fff;
    font-size: 40px;
}

.referral_sec .referral_wrapper .text_content span {
    color: #ffd833;
}

.referral_sec .referral_wrapper .text_content .des {
    color: #fff;
    font-size: 20px;
}
.referral_sec .referral_wrapper .text_content .more_btn {
    background: #ffd833;
    box-shadow: none;
    color: #111;
    border: 1px solid #ffd833;
}
.referral_sec .referral_wrapper .text_content .more_btn:hover {
    background: #dd072d;
    color: #fff;
    border: 1px solid #fff;
}
/* Referral Sec */

/* Footer Sec */
.footer_sec {
    border-top: 1px solid #e6e9e9;
}
.footer_sec .footer_top .about_sec {
    background: none;
    padding: 0;
}
.footer_sec .footer_top .about_sec::before {
    display: none;
}

.footer_sec .footer_top .about_sec .logo {
    margin-bottom: 20px;
    display: block;
    width: 120px;
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.footer_sec .footer_top .about_sec:after {
    display: none;
}
.footer_sec .about_sec .f_logo {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}

.footer_sec .footer_top .about_sec .about_content {
    width: 80%;
}

.footer_sec .footer_top {
    padding: 80px 0 30px;
    background: #101010;
}
.footer_sec .footer_top .about_content .des {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.footer_sec .footer_top .f_nav.company {
    margin-left: 70px;
}

.footer_sec .footer_top .f_nav {
    margin-left: 40px;
}

.footer_sec .footer_top .f_contact {
    margin-left: 50px;
}
.footer_sec .footer_top .f_social{
    display: flex;
}
.footer_sec .footer_top .f_contact a {
    margin-bottom: 20px;
}
.footer_sec  a {
    display: block;
    color: #fff;
}

.footer_sec a i {
    margin-right: 12px;
}

.footer_sec .footer_top .f_social a {
    padding: 6px 15px  0 0;
    width: auto;
}
.footer_sec .footer_top .f_social a i {
    margin-right: 0;
}
.footer_sec .footer_top .f_about .f_title {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 20px;
}

.footer_sec .footer_top .f_about .f_title span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 7px;
}


.f_contact .office_address .office_title {
    color: #fff;
    font-size: 18px;
    font-weight: 00;
    display: flex;
    align-items: center;
}

.f_contact .office_address .office_title img {
    width: 12px;
    margin-right: 7px;
}
.f_contact .contact {
    display: flex;
    color: #fff;
    margin-bottom: 20px;
    word-break: break-all;
}

.f_contact .contact img {
    width: auto;
    height: 15px;
    margin-right: 10px;
    margin-top: 6px;
}


.footer_sec .f_title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_sec  .f_list {
    margin-bottom: 0;
}

.footer_sec .f_list li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}
.footer_sec .f_list li a img {
    width: 14px;
    height: 12px;
    margin-right: 10px;
}
.footer_sec .f_list li a:hover {
    color: #ffd833;
}
.footer_sec .footer_bottom {
    background: #101010;
    border-top: 1px solid #444444;
}
.footer_sec .footer_bottom .copy_right {
    margin: 0;
    padding: 0 15px;
    color: #ffffff;
    line-height: 18px;
}
.footer_sec .footer_bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
}

.footer_sec .footer_bottom .container a {
    color: #ffffff;
    line-height: 10px;
    height: 14px;
    font-size: 18px;
    border-right: 1px solid #e7e7e7;
    
}
/* Footer Sec */


  
 /*=============== Start Responsive css ===============*/
 
/* 1900px */
@media screen and (max-width: 1900px) {
   

}
/* 1800px */
@media screen and (max-width: 1800px) {
    
    /*****===== Home Page =====*****/
    .banner_sec {
        height: 700px;
    }
    .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 710px;
    }
    .why_choose .text_content {
        width: 54%;
        margin-left: 6%;
    }
    .why_choose  .choose_photo {
        width: 40%;
    }
    .testimonial_sec .testimonial_photo_images {
        width: 48%;
        flex: 0 0 48%;
    }
    .testimonial_sec .container img.testimonial-patten {
        width: 100px;
        left: 13%;
        top: 40%;
    }
    /*****===== Home Page =====*****/

}

/* 1600px */
@media screen and (max-width: 1600px) {

    /*****===== Home Page =====*****/
    .banner_sec, .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 630px;
    }
    /*****===== Home Page =====*****/
}



/* 1400px */
@media screen and (max-width: 1400px) {

    .container {
        max-width: 990px;
    }

    .title {
        margin-bottom: 15px;
        font-size: 48px;
    }
    
    /*****===== Home Page =====*****/
    .banner_sec {
        height: 510px;
    }
    .banner_sec, .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 510px;
    }
    .about_sec .text_content .title {
        font-size: 44px;
    }
    .courses_sec .courses_content .courses_photo {
        height: 240px;
    }
    .blog_sec .blog_content .blog_photo, .blog_sec .blog_content .blog_photo img {
        height: 190px;
    }
    .testimonial_sec .testimonial_slider .slick-prev.slick-arrow {
        left: 30%;
    }
    .contact_sec .contact_from {
        width: 40%;
    }
    .contact_sec .contact_photo {
        height: 580px;
        width: 44%;
    }
    /*****===== Home Page =====*****/

    
    /*****===== About Page =====*****/

    .about_page .banner_sec, .about_page .banner_sec img {
        height: 250px;
    }
    .about_page .about_sec .container {
        max-width: 1100px;
    }
    .about_page .about_sec .text_content {
        width: 58%;
    }
    .about_page .about_sec .about_photo {
        width: 380px;
    }
    /*****===== About Page =====*****/

    /*****===== Blog View Page =====*****/
    .about_page .testimonial_sec .news_letter .container {
        max-width: 990px !important;
    }
    .service_sec.our_blog.view_page .container {
        max-width: 900px;
    }
    .right_site .recent_post .blog_content .text_content .blog_title {
        font-size: 15px;
    }
    .right_site .recent_post .blog_content .blog_photo {
        width: 50px;
        height: 54px;
        flex: 0 0 50px;
    }
    .right_site .recent_post .blog_content .blog_photo img {
        height: 54px;
    }
    .right_site .recent_post .text_content .date {
        font-size: 15px;
    }
    /*****===== Blog View Page =====*****/

    /*****===== Contact Page =====*****/
    .contact_page .contact_sec.about_sec .container {
        margin: auto;
        justify-content: center;
    }
     /*****===== Contact Page =====*****/

   /*****===== Referral Sec =====*****/
     .referral_sec .referral_wrapper {
        padding: 30px 60px 0;
    }
    .referral_sec .referral_wrapper .text_content .title {
        font-size: 30px;
    }
    .referral_sec .referral_wrapper .text_content .des {
        font-size: 18px;
    }
    .referral_sec .referral_wrapper .text_content .more_btn {
        padding: 6px 20px;
    }
    .referral_sec .referral_wrapper .logo {
        width: 94px;
    }
    /*****===== Referral Sec =====*****/

    /* Footer Sec */
    .footer_sec .footer_top .f_contact {
        margin-left: 60px;
    }
    .footer_sec .footer_top .f_nav {
        margin-left: 30px;
    }
    .footer_sec .f_title {
        font-size: 16px;
    }
    .footer_sec .f_list li a {
        font-size: 15px;
    }
    /* Footer Sec */
}






/* 1200px */
@media screen and (max-width: 1200px) {
     .container {
        max-width: 950px;
    }
   
    /*****===== Home Page =====*****/
    .banner_sec, .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 440px;
    }
    .about_sec {
        padding: 90px 0;
    }
    .about_sec .text_content .title {
        font-size: 40px;
    }
    .why_choose  .choose_photo {
        width: 50%;
    }
    .why_choose .text_content {
        width: 44%;
    }
    .blog_sec .blog_content .blog_photo, .blog_sec .blog_content .blog_photo img {
        height: 150px;
    }
    .blog_sec .title {
        margin-bottom: 50px;
    }
    .testimonial_sec .container img.testimonial-patten {
        top: 50%;
    }
    .contact_sec .contact_photo {
        height: 530px;
    }
    /*****===== Home Page =====*****/


    /*****===== About Page =====*****/
    .about_page .about_sec .container {
        max-width: 900px;
    }
    .about_page .about_sec .text_content {
        width: 50%;
    }
    .about_page .about_sec .text_content .title {
        font-size: 34px;
    }
    .about_page .about_sec {
        padding: 80px 0;
    }
    
    
    
    /*****===== About Page =====*****/

    /*****===== Blog View Page =====*****/
    .right_site .recent_post .blog_content .blog_photo {
        width: 44px;
        height: 50px;
        flex: 0 0 44px;
    }
    .right_site .recent_post .blog_content .blog_photo img {
        height: 50px;
    }
    .right_site .recent_post .text_content .date {
        font-size: 13px;
    }
    /*****===== Blog View Page =====*****/

    /*****===== Course Details Page =====*****/
    .course_details_sec .courses_photo, .course_details_sec .courses_photo img {
        height: 270px;
    }
    /*****===== Course Details Page =====*****/

   
    /*****===== Contact Page =====*****/
    .contact_page .contact_sec .location_map {
        width: 500px;
        margin-right: 60px;
    }
    
    .contact_page .contact_sec .location_map .mapouter {
        width: 100%;
        height: auto;
    }
    
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas {
        width: 100%;
    }
    .contact_page .contact_sec.about_sec {
        padding: 40px 0;
    }
    /*****===== Contact Page =====*****/

    /*****===== Referral Sec =====*****/
     .referral_sec .referral_wrapper .text_content .title {
        font-size: 30px;
    }
    .referral_sec .referral_wrapper .referral_photo {
        width: 38%;
        position: relative;
        top: 30px;
    }
    .referral_sec .referral_wrapper  .text_content {
        margin-bottom: 50px;
    }
     /*****===== Referral Sec =====*****/

    .footer_sec .footer_top .f_contact {
        margin-left: 0;
    }
    .footer_sec .footer_top .f_nav.company {
        margin-left: 0;
    }
    .footer_sec .footer_top .f_nav {
        margin-left: 0;
    }

  

    
}

/* 991px */
@media screen and (max-width: 991px) {

    .title {
        font-size: 38px;
    }

    
    .header_sec .nav_header .navbar-nav li a.login_btn {
        padding: 10px 10px !important;
    }


    .header_sec .nav_header .navbar-nav .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        right: 157px;
        left: auto;
    }




    /*****===== Home Page =====*****/
    .testimonial_sec .container {
        flex-direction: column;
    }
    .testimonial_sec .testimonial_right_sec {
        width: 90%;
        margin: auto;
    }
    .testimonial_sec .testimonial_photo_images {
        width: 48%;
        flex: 0 0 48%;
        margin: 0 auto 50px;
    }
    .testimonial_sec .testimonial_slider .slick-prev.slick-arrow {
        left: 20%;
    }
    .testimonial_sec .container img.testimonial-patten {
        top: 0%;
        left: 30%;
    }
    .contact_sec {
        padding: 70px 0 50px;
    }
    /*****===== Home Page =====*****/


    /*****===== About Page =====*****/
    .about_page .banner_sec, .about_page .banner_sec img {
        height: 210px;
    }
    .about_page .banner_sec .banner_title {
        font-size: 44px;
    }
    .about_page .about_sec .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .about_page .about_sec .about_photo {
        width: 350px;
    }
    .about_page .about_sec .text_content {
        width: 44%;
    }
    /*****===== About Page =====*****/

    /*****===== Blog Page =====*****/
    .blog_sec .blog_content .blog_photo, .blog_sec .blog_content .blog_photo img {
        height: 210px;
    }
    /*****===== Blog Page =====*****/

  

    


    /*****===== Blog View =====*****/
    .our_blog {
        padding: 80px 0;
    }
    .our_blog .blog_content.blog_view .blog_photo, .our_blog .blog_content.blog_view .blog_photo img {
        height: 210px;
    }
    .right_site .recent_post .blog_content {
        flex-direction: column;
        margin-bottom: 20px;
        padding: 0 0 10px;
    }
 
    .right_site .recent_post .blog_content .blog_photo, .right_site .recent_post .blog_content .blog_photo img {
        height: 90px;
        width: 100%;
        flex: 0 0 100%;
    }
    .right_site .recent_post .blog_content .text_content {
        padding: 0 !important;
        margin-top: 12px;
    }
    /*****===== Blog View =====*****/

   
    

    /*****===== Contact Page =====*****/
   
    .contact_page .contact_sec .address_content .company_address .text_content {
        width: 100%;
    }
    .contact_page .contact_sec .container {
        padding: 50px 30px;
        margin: 0;
    }
    .contact_page .contact_sec .location_map {
        margin-right: 30px;
    }
    /*****===== Contact Page =====*****/
    
    /*****===== Referral Sec =====*****/
    .referral_sec .referral_wrapper {
        padding: 30px;
    }
    .referral_sec .referral_wrapper .referral_photo {
        display: none;
    }
    .referral_sec .referral_wrapper .text_content {
        width: 100%;
        text-align: center;
        margin: 0;
    }
     /*****===== Referral Sec =====*****/


    .footer_sec .footer_top .f_nav.company {
        margin-left: 50px;
    }

    .footer_sec .footer_top .about_sec .about_content {
        width: 80%;
        margin: auto;
    }
    .footer_sec .footer_top .about_sec .logo {
        margin: 0 auto 30px;
    }
    
    .footer_sec .about_sec {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer_sec .about_sec .f_logo {
        display: block;
        width: 40%;
        margin: 0 auto 20px;
    }
    .footer_sec .footer_top .f_contact {
        margin-left: 40px;
    }


   
}


/* 767px */
@media screen and (max-width: 767px) {
    
    .container {
        max-width: 100%;
    }
    
    .title {
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 1.5;
    }

   
    /* Header Sec */

    .header_sec .top_header .container {
        justify-content: center;
        flex-direction: column;
    }
    .header_sec .top_header .container .left_sec {
        display: flex;
        justify-content: center;
    }
   
    .header_sec .top_header .container .left_sec a {
        font-size: 16px;
        margin: 0 10px;
    }
    .header_sec .top_header .social_sec {
        justify-content: center;
        margin-top: 14px;
    }
    .header_sec.sticky .nav_header {
        padding: 10px 20px;
    }
    .header_sec .nav_header {
        padding: 10px 0;
    }
    .header_sec .nav_header {
        padding: 10px 15px;
    }
    .header_sec .nav_header .container-fluid {
        padding: 0;
    }
    .header_sec .nav_header .logo {
        width: 110px;
        padding: 0 !important;
    }
    .header_sec .nav_header .nav_menu {
        height: auto !important;
    }
    .header_sec .nav_header button.navbar-toggler {
        border: 1px solid #ffffff;
        background: #dd072d;
        display: flex;
        flex-direction: column;
        padding: 7px;
        width: 34px;
        margin-left: auto;
        float: right;
        margin: 0;
        position: absolute;
        right: 20px;
        border-radius: 4px;
        z-index: 1;
    }
    .header_sec .nav_header .nav_menu .navbar-nav {
        display: block;
        position: fixed;
        z-index: 1;
        background: #dd072d;
        height: 100vh;
        top: 160px;
        width: 50%;
        right: -50%;
        transition: all 0.6s ease-in-out 0.3s;
        -webkit-transition: all 0.6s ease-in-out 0.3s;
        -moz-transition: all 0.6s ease-in-out 0.3s;
        -ms-transition: all 0.6s ease-in-out 0.3s;
        -o-transition: all 0.6s ease-in-out 0.3s;
        overflow: scroll;
    }

    .header_sec .nav_header .navbar-nav li.active a, .header_sec .nav_header .navbar-nav li a:hover {
        color: #ffd833 !important;
    }
    .header_sec .nav_header .navbar-nav .dropdown-menu .dropdown-menu li a {
        background: #565150;
    }
    .header_sec .nav_header .nav_menu.show .navbar-nav, .header_sec .nav_header .nav_menu.navbar-collapse.show {
        right: 0;
    }
    .header_sec .nav_header .navbar-nav li a {
        margin: 0;
        border-right: none;
        padding: 15px !important;
        color: #fff;
    }
    
   
     .header_sec .nav_header button.navbar-toggler span {
        background: #000;
        height: 1px;
        margin: 3px auto;
        width: 100%;
    }
    .header_sec .nav_header .navbar-collapse .navbar-nav {
        height: 100%;
        overflow: scroll;
        flex-direction: column;
        width: 100%;
    }
    .header_sec .nav_header .navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #f54766 !important;
    }

    .header_sec .nav_header .navbar-collapse .navbar-nav li a {
        margin: 0;
        padding: 16px !important;
        display: block;
        color: #fff;
        font-weight: 400;
        margin: 0;
        border-right: none;
        font-size: 14px;
    }
    .header_sec.sticky .nav_header .navbar-nav li a {
        color: #fff;
    }
    /* .header_sec .nav_header .navbar-nav li:last-child {
        border-bottom: 1px solid #0b4bab;
    } */
    .header_sec .nav_header .navbar-nav .dropdown-menu a.dropdown-item {
        background: #484443;
        border-bottom: 1px solid #3F3836;
        padding: 15px !important;
        color: #fff !important;
    }
    .header_sec .nav_header .navbar-nav .dropdown-menu li {
        border-top: none;
        border-bottom: 1px solid #353536;
    }
    /* Header Sec */

    


    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 160px;
    }
    .banner_sec, .banner_sec .banner_slider .banner_photo, .banner_sec .banner_slider .banner_photo img {
        height: 240px;
    }
    .header_sec .nav_header .certificate_btn span {
        display: none;
    }
    .header_sec .nav_header .certificate_btn {
        margin-right: 50px;
    }
    .header_sec .nav_header .certificate_btn {
        padding: 8px 12px;
        font-size: 20px;
        border-radius: 7px;
        margin-left: 0;
        margin-right: 50px;
    }
    .header_sec .nav_header .certificate_btn img {
        width: 17px;
        margin-right: 0;
    }
    .about_sec .container {
        flex-direction: column;
    }
    
    .about_sec {
        padding: 60px 0;
    }
    .about_sec .application_btn {
        margin: 0 auto 20px;
        padding: 12px 60px;
        font-size: 20px;
    }
     
    .referral_sec {
        margin-bottom: 70px;
    }
    .referral_sec .referral_wrapper {
        flex-direction: column;
        background-size: cover;
    }
    .home_page .referral_sec .referral_wrapper .logo {
        position: relative;
        top: 0;
        left: 0;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }
    
    .about_sec .text_content {
        width: 100%;
        margin-left: 0;
    }
    .about_sec .text_content .title {
        font-size: 34px;
        text-align: center;
    }
    .about_sec .about_photo {
        width: 60%;
        margin-bottom: 30px;
    }
    .about_sec .text_content {
        width: 100%;
        text-align: center;
    }
    .about_sec .text_content .des {
        line-height: 1.9;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .why_choose  .choose_photo {
        display: none;
    }
    .why_choose .container {
        max-width: 100%;
    }
    .why_choose .text_content {
        width: 100%;
        margin: 0;
    }
    .why_choose .bg_patten2 {
        width: 80px;
        top: 0;
    }
    .why_choose {
        padding: 90px 0;
    }
    .why_choose .title {
        text-align: center;
    }
    .why_choose .text_content .des {
        text-align: center;
    }
    .courses_sec {
        padding: 80px 0;
    }
    .testimonial_sec .testimonial_right_sec .testimonial_content {
        flex-direction: column;
    }
    .testimonial_sec .testimonial_right_sec .testimonial_content .testimonial_photo {
        margin: auto;
    }
    .testimonial_sec .testimonial_right_sec .testimonial_content .text_content {
        margin-left: 0;
    }
    .testimonial_sec .testimonial_photo_images {
        display: none;
    }
    .testimonial_sec .title_sec {
        text-align: center;
    }
    .testimonial_sec .container img.testimonial-patten {
        top: 0%;
        left: 30px;
    }
    .contact_sec .container {
        flex-direction: column-reverse;
    }
    .contact_sec .contact_photo {
        height: auto;
        width: 70%;
        margin: 0 auto 50px;
    }
    .contact_sec .contact_from {
        width: 100%;
    }

    /*****===== Home Page =====*****/

    /*****===== About  Page =====*****/
    .about_page .banner_sec {
        margin-top: 160px;
    }
    .about_page .banner_sec .banner_title {
        font-size: 34px;
        margin-top: 0;
    }
    .about_page .banner_sec, .about_page .banner_sec img {
        height: 150px;
    }
    .about_page .about_sec {
        padding: 50px 0 40px;
    }
    .about_page .about_sec .container .about_photo {
        width: 80%;
        flex: 0 0 80%;
        margin-right: 0;
    }
    .about_page .about_sec .text_content {
        width: 100%;
        margin: 40px auto 0;
    }
    .about_page .about_sec .text_content .title {
        font-size: 30px;
        width: auto;
    }

    .about_page .about_vision .title {
        font-size: 30px;
    }
    .text_content.about_vision {
        margin-bottom: 120px;
        text-align: center;
    }

   
    
    /*****===== About Page =====*****/

    /*****===== Course Details Page =====*****/
    .course_details_sec {
        padding: 60px 0;
    }
    .course_details_sec .courses_photo {
        margin-bottom: 40px;
    }
    .courses_content .text_content .title {
        margin-bottom: 20px;
    }
    /*****===== Course Details Page =====*****/


    

    /*****===== Blog Page =====*****/
    .our_blog {
        padding: 40px 0;
    }
   
    .our_blog .blog_content .text_content .blog_title {
        font-size: 20px;
    }
    /*****===== Blog Page =====*****/


    /*****===== Blog View Page =====*****/
    .blog_sec .blog_content.blog_view {
        padding: 20px;
    }
    .blog_sec .blog_content.blog_view .blog_photo, .blog_sec .blog_content.blog_view .blog_photo img {
        height: 300px;
    }
    .blog_sec .blog_content.blog_view .text_content {
        padding: 20px 0;
    }
    .right_site .recent_post .blog_content {
        flex-direction: row;
    }
    .right_site .recent_post .blog_content .blog_photo {
        width: 100px;
        flex: 0 0 100px;
    }
   
    /*****===== Blog View Page =====*****/


    
   


    /*****===== Contact Page =====*****/

    .contact_page .contact_sec.about_sec {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .address_sec .container {
        width: 100%;
    }
   
    .contact_page .contact_sec .container .address_sec .address_title, .contact_page .contact_sec .address_sec .des {
        text-align: center;
    }
    .contact_page .contact_sec .address_content .company_address .text_content {
        width: 100%;
        text-align: center;
        padding-top: 0;
        margin: 20px auto 0;
    }
    .contact_page .contact_sec .address_content .company_address .text_content .title {
        font-size: 20px;
        text-align: center;
    }
    .contact_page .contact_sec .address_content .company_address {
        flex-direction: column;
    }
    .contact_page .contact_sec .address_content .company_address .icon {
        width: 15%;
        margin: auto;
    }
   
    .contact_page .contact_sec .container {
        display: flex;
        flex-direction: column;
        padding: 20px;
        max-width: 100%;
    }
    .contact_page .contact_sec .location_map {
        width: 100%;
        margin: 0 auto 40px;
    }
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas {
        width: 100%;
        height: 460px;
    }
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas iframe {
        height: 460px;
    }
    .address_sec .container {
        padding: 30px;
    }
    .address_sec .address_content .company_address {
        width: auto;
    }
    .address_sec.container .address_content .company_address {
        margin: auto;
        width: 100%;
    }
    
    .address_sec .address_content .email_contact {
        display: flex;
        flex-direction: column;
        margin: 20px auto 0;
    }
    .contact_page .contact_sec .contact_from {
        width: 100%;
        margin-bottom: 60px;
    }
    .contact_page .address_sec.container {
        width: 100%;
        margin-bottom: 110px;
    }
    .address_sec .address_content .email_contact .company_address {
        margin: 0 auto 20px;
    }
    /*****===== Contact Page =====*****/


    /*****===== Certificate Page =====*****/
    .certificate_sec .enter_certificate_content form.enter_form label {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .certificate_sec {
        margin: 210px auto 80px;
    }
    /*****===== Certificate Page =====*****/

    /*****===== Referral Sec =====*****/
     .referral_sec .referral_wrapper .text_content .title {
        font-size: 24px;
    }
    .referral_sec .referral_wrapper .text_content .des {
        font-size: 18px;
    }
     /*****===== Referral Sec =====*****/
    

    

    
    /* Footer Sec */
   
    .footer_sec .about_sec .f_logo {
        width: 80%;
        margin: 0 auto 20px;
    }
    .footer_sec .footer_top .f_contact {
        margin-left: 0;
    }
    .footer_sec .footer_top .f_social_sec {
        width: 64%;
    }
    .footer_sec .footer_top .f_social_sec .f_logo img {
        width: 100%;
    }
    .footer_sec .footer_top .f_nav.ml-5 {
        margin-left: 0 !important;
    }
    .footer_sec .footer_top .des {
        width: auto;
    }
    .footer_sec  .f_list {
        text-align: center;
    }
    .footer_sec .f_title.nav_title {
        display: none;
    }

    .footer_sec .footer_top .f_about {
        margin-bottom: 30px;
    }
    .f_contact .contact {
        justify-content: center;
    }

    .footer_sec .f_contact {
        margin-top: 30px;
        text-align: center;
    }
    .footer_sec .f_title {
        text-align: center;
    }
    .footer_sec .footer_top .f_social {
        justify-content: center;
    }
    .footer_sec .footer_top .f_social a {
        padding: 10px;
        margin: 0;
    }
    .footer_sec .footer_top .payment img {
        width: 100%;
    }
    .footer_sec .footer_bottom .container a {
        display: block;
        margin: 10px auto;
        width: 100%;
        text-align: center;
        border: none;
    }
    .footer_sec .footer_bottom .copy_right {
        padding: 0 15px;
        font-size: 16px;
    }
    /* Footer Sec */
    
    
}



