@font-face {
    font-family: 'Alleyster';
    src: url('../fonts/Alleyster.eot');
    src: url('../fonts/Alleyster.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Alleyster.woff2') format('woff2'),
        url('../fonts/Alleyster.woff') format('woff'),
        url('../fonts/Alleyster.ttf') format('truetype'),
        url('../fonts/Alleyster.svg#Alleyster') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff'),
        url('../fonts/Muli-Bold.ttf') format('truetype'),
        url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype'),
        url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Black.eot');
    src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Black.woff2') format('woff2'),
        url('../fonts/Muli-Black.woff') format('woff'),
        url('../fonts/Muli-Black.ttf') format('truetype'),
        url('../fonts/Muli-Black.svg#Muli-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {

  font-family: 'Muli';
  margin: 0px;
  padding: 0px;
}
:hover {
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
}
.fixed-header {
    position: fixed !important;
    top: 0px !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 5px #808080;
    animation: smoothScroll .6s forwards;
    transition: all ease 0.5s;
    z-index: 9999;
}

.fixed-header .primary-navigation li {
    height: 110px !important;
    line-height: 110px !important;
}
.fixed-header .logo img {
    width: 110px;
}
.fixed-header .primary-navigation .menu-item-has-children > a:after, .fixed-header .primary-navigation .page_item_has_children > a:after {
    top: 57px !important;
}
.fixed-header .sub-menu li {
    line-height: normal !important;
    height: auto !important;
}
.fixed-header .header-btn {
    margin-top: 33px;
}
.itemlist img{
    margin-right: 2px;
}
.itemlist li.ml{
    float: right;
    text-align: right;
}
.itemlist li.ml a{
    font-weight: 600;
    font-size: 18px;
}

.headerbg{
    background-color: #242424;
    height: 46px;
}
.itemlist {
	margin: 0px;
    padding: 0px;
    margin-left: 93px;
    margin-top: -13px;
}
.itemlist li {
	list-style: none;
    display: inline-block;
    width: 31%;
}
.itemlist li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.itemlist li a:hover{
	color: #a9e591;
}
.pr-0{
    padding-right: 0px;
}
.headerbg-txt{
background-color: #25bee0;
    color: #141414;
    font-size: 16px;
    line-height: 43px;
    margin-left: 48px;
    font-weight: 600;
    padding: 11px 0px;
    position: relative;
    z-index: 9;
}
.open-txt:before{
background: #141414;
    content: "";
    height: 2px;
    width: 49px;
    margin-left: -58px;
    top: 24px;
    position: absolute;
    left: 80px;
}
.headerbg-txt::before{
   background: url(../images/top-icon.png);
    content: "";
    height: 60px;
    width: 42px;
    left: -42px;
    top: 0px;
    position: absolute;
}
.open-txt {
    padding-left: 80px;
    margin-top: -8px;
}
.contact-pd{
    padding: 4px 0px;
}

.nav-item li a {
    color: #041b34;
    font-size: 18px;
    display: block;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 11px 0;
}
.nav-item li a:hover {
	color: #a9e591;
	text-decoration: none;
}
.logo{
	padding-top: 10px;
}
.pd{
    padding: 0px;
}
.pr{
    padding-right: 0px;
}
.header-btn{
    margin-top: 46px;
}
.header-btn a{
    background: #a9e591;
    color: #242424;
    font-size: 17px;
    font-weight: 700;
    padding: 8px 26px 10px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
	display: inline-block;
}
.header-btn a:hover{
	background-color: #25bee0;
    color: #fff;
    text-decoration: none;
}
.menu-part {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0px;
    z-index: 9;
}
.banner{
     background-image: url("../images/banner.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     min-height: 604px;
     position: relative;
         margin-top: 11px;
}
.banner-title{
    color: #222222;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 107px;
}
.banner-txt{
    color: #041b34;
    font-size: 38px;
    line-height: 43px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 21px;
    font-family: 'Alleyster';
}
.banner-txt span{
    color: #171717;
}
.banner-bdr{
    border: 1px solid #25bee0;
    width: 4%;
    margin-top: -12px;
}
.banner-txt2 {
    color: #3e3e3e;
    font-size: 15px;
    padding-top: 13px;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner-box{
    padding-top: 115px;
}
.free-btn a.btn2{
    background: #a9e591;
    color: #242424;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 26px 12px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
}
.free-btn a.btn2:hover{
    background-color: #25bee0;
    color: #fff;
    text-decoration: none;
}
.service-section{
   padding-top: 54px;
}
.service-title{
    color: #282929;
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 28px;
    font-family: 'Alleyster';
}
.service-title:before {
    background: url(../images/icon3.png);
    content: "";
    height: 34px;
    width: 34px;
    margin-left: 10px;
    top: -14%;
    position: absolute;
    left: 38%;
}
.service-box {
    text-align: center;
    margin-bottom: 20px;
}
.service-box-cont{
    border: 1px solid #f2f2f2;
    padding-bottom: 31px;
}
.service-box img{
    width: 100%;
}
.service-box-title{
    color: #1f1f1f;
    font-size: 25px;
    font-weight: 500;
    padding-top: 26px;
    font-family: 'Alleyster';
}
.service-box-title span{
    color: #25bee0;
}
.service-box-txt{
    color: #181818;
    font-size: 15px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 21px;
    padding: 0px 20px;
}
.service-btn a{
    background-color: #464646;
    color: #fff;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    width: 34%;
    padding: 8px;
    margin-top: 19px;
    border-radius: 24px;
    border: 1px solid #464646;
	display: inline-block;
}
.service-box a:hover{
    background-color: #a9e591;
    color: #222222;
    text-decoration: none;
    border: 1px solid #a9e591;
}
.srv-mt{
    margin-top: 33px;
}
.about-section{
    padding: 82px 0px 50px;
    margin-top: 74px;
    background-color: #f7f7f7;
}
.about-title{
    color: #141414;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    border-left: 2px solid #a9e591;
    padding-left: 8px;
}
.about-right-box{
    margin-left: 50px;
}
.about-img {
    margin-left: 27px;
}
.about-img:before{
    background: url("../images/shape1.png");
    content: "";
    height: 422px;
    width: 40px;
    margin-left: -58px;
    top: 133px;
    position: absolute;
    left: 59px;
}
.about-txt{
    color: #242424;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: 'Alleyster';
}
.about-txt span{
    color: #a9e591;
}
.about-txt2{
    color: #2b2b2a;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 14px;
}
.abt-ex{
    background-image: url("../images/text-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #2b2b2a;
    font-weight: 900;
    font-size: 27px;
    line-height: 32px;
    padding-top: 18px;
    margin-top: 30px;
    min-height: 114px;
}
.a-bdr{
    border: 2px solid #232323;
    width: 6%;
    margin-top: 14px;
}
.a-bdr2{
    border: 1px solid #e9e9e9;
    width: 100%;
    margin: 25px 0px 20px;
}
.abt-btn a{
    background: #a9e591;
    color: #242424;
    font-size: 17px;
    font-weight: 700;
    padding: 11px 26px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
	display: inline-block;
}
.abt-btn a:hover{
    background-color: #25bee0;
    color: #fff;
    text-decoration: none;
}
.work-experience-section{
    text-align: center;
    padding: 57px 0px;
    background-color: #f7f7f7;
}
.work-box{
    background-color: #fff;
    padding:45px 30px 30px;
    border-radius: 10px;
    position: relative;
}
.work-box img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.work-title{
    color: #2b2b2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 4px;
}
.work-bdr{
    border: 1px solid #25bee0;
    width: 18%;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}
.gallery-section{
    padding: 63px 0px;
}
.gallery-title{
    color: #041b34;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    font-family: 'Alleyster';
    margin-bottom: 22px;
}
.gallery-title span{
    color: #25bee0;
}
.mt{
    margin-top: 16px;
}
.testimonial-section{
    margin: 12px 0px;
    background-color: #f8f8f8;
    padding-bottom: 58px;
    background: url("../images/test-banner.jpg");
    background-repeat: no-repeat;
    min-height: 443px;
}
.testimonial-title{
    color: #353333;
    font-size: 20px;
    padding-top: 105px;
    font-weight: 700;
}
.test-bdr1{
    border: 2px solid #464646;
    width: 12%;
    margin-top: 17px;
}
.test-txt{
    color: #041b34;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 17px;
}
.testimonial-txt {
    color: #041b34;
    font-size: 31px;
    font-weight: 800;
    margin-top: 6px;
    line-height: 38px;
}
.bottmcont{
    background-color: #fff;
    color: #fff;
    height: 320px;
    padding: 27px;
    border-radius: 5px;
    box-shadow: 13px 13px 0px 0px rgb(225 225 225);
    margin-bottom: 25px;
    margin-right: 12px;
}
.test-cont{
    color: #161616;
    font-size: 15px;
}
.testimonial-slide{
    padding-top: 110px;
	    padding-left: 40px;
}
.test-bdr {
    width: 11%;
    height: 3px;
    background: #464646;
    margin: 14px 0 0;
}
img.star{
    width: auto !important;
    margin-top: 18px;
}
.client-title {
font-size: 17px;
    font-weight: 700;
    margin-top: 8px;
    color: #0a0909;
}
.client-title:after{
background: url(../images/quote.png);
    content: "";
    height: 43px;
    width: 59px;
    top: 219px;
    position: absolute;
    right: 30px;
}
.testimonial-section .carousel-indicators li {
    background: #636363;
    border-radius: 100%;
    height: 0px;
    width: 20px;
    opacity: 1;
}
.testimonial-section .carousel-indicators .active {
    background-color: #25bee0 !important;
}
.testimonial-section .owl-nav{
    display: none;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 44px;
    left: -81%;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    z-index: 9;
}
.review-section{
    border-bottom:1px solid #e9e9e9;
}
.review-title{
    color: #252525;
    font-size: 40px;
    font-family: 'Alleyster';
    padding-top: 61px;
    margin-left: 61px;
    line-height: 1.2;
    margin-bottom: 14px;
}
.review-title a{
    color: #a9e591;
    font-family: 'Muli';
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
}
.review-title a:hover{
    text-decoration: none;
    color: #252525;
}
.review-img {
    margin-left: 89px;
    padding-top: 30px;
}
.review-txt{
    color: #484949;
    font-size: 20px;
    padding-left: 50px;
    font-weight: 600;
    margin-bottom: 12px;
}
.review-btn {
    padding-top: 24px;
    padding-left: 53px;
}
.review-btn a{
    background: #25bee0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 26px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
	display: inline-block;
}
.review-btn a:hover{
    background: #a9e591;
    color: #242424;
    text-decoration: none;
}
footer .footer-title{
    color: #0a0909;
    font-size: 27px;
    font-family: 'Alleyster';
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
}
footer {
    padding: 42px 0px 24px;
}
footer .footer-txt{
    color: #1f1f1f;
    font-size: 15px;
}
ul.medialist{
    padding: 0px;
    margin:0px;
    padding-top: 17px;
}
ul.medialist li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.footer-head {
    color: #282929;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 53px;
    padding-top: 7px;
}
.footer-bdr{
    width: 24%;
    border: 2px solid #282929;
    margin-top: 9px;
    margin-left: 52px;
}
.footer-bdr:after{
    background: #282929;
    content: "";
    height: 1px;
    width: 111px;
    top: 45px;
    position: absolute;
    left: 127px;
}
ul.footer-list {
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
}
ul.footer-list li {
  list-style-type: none;
  display: inline-block;
}
ul.footer-list li a {
    color: #1f1f1f;
    font-size: 14px;
    text-decoration: none;
    padding: 0px 55px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-list li a:hover {
  color: #a9e591;
}
.footer-head1 {
    color: #282929;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 3px;
    padding-top: 7px;
}
.footer-bdr1{
    width: 24%;
    border: 2px solid #282929;
    margin-top: 9px;
    margin-left: 5px;
}
.footer-bdr1:after{
    background: #282929;
    content: "";
    height: 1px;
    width: 111px;
    top: 45px;
    position: absolute;
    left: 81px;
}
ul.footer-list1 {
  margin: 0px;
  padding: 0px;
  padding-top: 11px;
}
ul.footer-list1 li {
  list-style-type: none;
  display: inline-block;
}
ul.footer-list1 li a {
    color: #1f1f1f;
    font-size: 14px;
    text-decoration: none;
    padding: 0px 4px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-list1 li a:hover {
  color: #a9e591;
}
.footer-head2 {
    color: #282929;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 30px;
    padding-top: 7px;
}
.footer-bdr2{
    width: 24%;
    border: 2px solid #282929;
    margin-top: 9px;
    margin-left: 29px;
    margin-bottom: 20px;
}
.footer-bdr2:after{
    background: #282929;
    content: "";
    height: 1px;
    width: 104px;
    top: 45px;
    position: absolute;
    left: 81px;
}
.contact-media {
    display: flex;
    align-items: flex-start;
    margin-left: 30px;
    padding-bottom: 5px;
}
.contact-align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.contact-align-self-start img{
    margin-right: 12px;
}
.contact-media-body {
    flex: 1;
    font-weight: 600;
        color: #1f1f1f;
    font-size: 16px;
}
.contact-media-body a{
    color: #1f1f1f;
    font-size: 16px;
}
.contact-media-body a:hover{
    text-decoration: none;
    color: #a9e591;
}
.google-media {
    margin-left: 28px;
    padding-top: 6px;
}
.google-align-self-start {
    display: inline-block;
    vertical-align: middle;
}
.google-align-self-start img{
    margin-right: 5px;
}
.google-media-body {
	font-size: 14px;
    color: #282828;
    display: inline-block;
    vertical-align: -10px;
}
.star {
    margin-top: -5px;
    color: #282828;
    font-size: 15px;
}
.lower-footer{
  background-color: #292929;
  padding: 18px;
}
.lower-txt{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.lower-txt a{
    color: #fff;
}
.lower-txt a:hover{
    color: #c8102e;
    text-decoration: none;
}
img.arrow {
	width: 10%;
}
#back2Top {
    line-height: 21px;
    overflow: hidden;
    z-index: 999;
    padding-top: 8px;
    cursor: pointer;
    transform: rotate(
0deg
);
    position: fixed;
    bottom: 66px;
    right: 1%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}
.page .entry-header, .blog_page_banner {
    height: 300px;
    text-align: center;
	margin-bottom: 50px !important;
	background-image:url(../images/banner.jpg) !important;
}
.blog_page_title, .page .entry-title {
    padding: 190px 80px 43px;
    margin: 0;
    color: #a9e591;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: left;
}
.contact_page_heading {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: 'Alleyster';
}
.contact_page_heading span{
	color: #25bee0;
}
.home_program_section_heading{
	font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: 'Alleyster';
}
.home_program_section_heading span{
	color: #25bee0;
}
.service_page_list ul{
	padding:0px;
	margin:0px;
}
.service_page_list ul li {
    background-image: url(/wp-content/uploads/2021/08/tick.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: top 6px left;
    display: block;
    text-align: left;
    font-weight: 500;
    padding-left: 28px;
}
.entry-content {
    padding: 0px !important;
}
.middle-sec {
    background: #a9e591;
    padding: 50px 0px;
}
.contact_page_heading span.p-no{
	color: #25bee0;
	font-family: 'Muli';
	font-style:italic;
}
.con-txt {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 40px;
    color: #2b2b2b;
}
.cont-box {
    padding: 35px 20px;
    text-align: center;
    min-height: 246px;
    border: 2px solid #dedede;
}
.cont-head{
    font-size: 24px;
    font-weight: 700;
    color: #2b2b2b;
    margin: 12px 0px 18px;
    text-transform: capitalize;
}
.icon img{
	width:12%;
}
.frm_fld input, .frm_fld textarea, .frm_fld select {
    width: 100%;
    margin-bottom: 12px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 9px;
    height: 45px;
}
.frm_fld textarea{
	height:120px;
}
.send_btn input {
    background: #a9e591 !important;
    color: #000 !important;
}
.contact-left {
    background: #efefef;
    padding: 27px;
    height: 100%;
}
.contact-left strong {
    font-size: 25px;
}
.contact-left ul li img {
    margin-right: 6px;
}
.contact-left ul {
    margin: 0;
}
.contact-left ul li {
    list-style-type: none;
    padding-bottom: 6px;
}
.contact-left ul li a {
    color: #232323;
    text-decoration: none;
}
.contact-left strong {
    font-size: 25px;
}
.testi_sec {
    background: #f3f3f3;
    padding: 23px;
    height: 87%;
    border-radius: 6px;
}
.mob_res {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.mob_res ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}
.mob_res ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #a7d197;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background:#25bee0 !important;
}
.thankyou-btn a {
        display: inline-block;
    background: #a9e591;
    padding: 10px 25px;
    margin-top: 10px;
    color: #ffffff;
}
@media only screen and (max-width : 320px) {
	.headerbg {
		display: none;
	}
	.logo {
		padding: 5px;
	}
	.nav-item li a {
		font-size: 16px;
	}
	.fixed-header .primary-navigation li {
		height: auto!important;
		line-height: normal !important;
	}
	.menu-part {
		top: 0;
	}
	.header-btn {
		display: none;
	}
	.banner {
		min-height: 404px;
		background-position: -300px 0px;
	}
	.banner-title {
		font-size: 15px;
		margin-top: 0px;
	}
	.banner-txt {
		font-size: 26px;
		line-height: 32px;
		margin-top: 14px;
	}
	.banner-txt2 {
		font-size: 14px;
		padding-top: 10px;
	}
	.banner-txt2 br {
		display: none;
	}
	.free-btn a.btn2 {
		font-size: 14px;
		padding: 8px 18px 10px;
	}
	.service-title {
		font-size: 27px;
		padding-bottom: 9px;
	}
	.service-title:before {
		top: -14%;
		left: 13%;
	}
	.service-section {
		padding-top: 34px;
	}
	.service-box-title {
		font-size: 23px;
		padding-top: 16px;
	}
	.service-box-txt {
		font-size: 14px;
		margin-top: 0;
		line-height: 20px;
		padding: 0px 15px;
	}
	.service-btn a {
		background-color: #464646;
		color: #fff;
		font-size: 15px;
		display: block;
		margin: 0 auto;
		width: 40%;
		padding: 6px 0 8px;
		margin-top: 14px;
	}
	.service-box-cont {
		margin-bottom: 14px;
	}
	.srv-mt {
		margin-top: 3px;
	}
	.about-section {
		padding: 32px 0px 50px;
		margin-top: 6px;
	}
	.about-img img {
		width: 100%;
	}
	.about-img:before{
		display:none;
	}
	.about-img {
		margin-left: 0;
	}
	.about-right-box {
		margin-left: 0;
	}
	.about-txt {
		margin-top: 16px;
		margin-bottom: 8px;
	}
	.abt-ex {
		padding-top: 14px;
		margin-top: 10px;
		min-height: 114px;
	}
	.work-experience-section {
		padding: 25px 0px 0;
	}
	.work-box {
		margin-bottom: 50px;
	}
	.gallery-section {
		padding: 20px 0px;
	}
	.review-img {
		margin-left: 0;
	}
	.gallery-title {
		font-size: 25px;
		margin-bottom: 3px;
	}
	.testimonial-title {
		font-size: 16px;
		padding-top: 25px;
	}
	.testimonial-txt {
		font-size: 24px;
		line-height: 29px;
	}
	.test-txt br {
    	display: none;
	}
	.test-txt {
		font-size: 15px;
		line-height: 21px;
		margin-top: 14px;
	}
	.testimonial-slide {
		padding-top: 20px;
		padding-left: 0;
	}
	.bottmcont {
		height: auto;
		padding: 23px;
		margin-bottom: 0;
	}
	.client-title:after {
		top: 239px;
	}
	.review-title {
		font-size: 23px;
		padding-top: 0;
		margin-left: 0;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.review-title a {
		font-size: 22px;
	}
	.pd {
		padding: 0px 15px;
	}
	.review-txt {
		font-size: 14px;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.review-btn {
		padding-top: 14px;
		padding-left: 0px;
	}
	.review-btn a {
		font-size: 14px;
		padding: 8px 26px 11px;
	}
	footer {
		padding: 20px 0px 24px;
	}
	.footer-head, .footer-head1, .footer-head2 {
		font-size: 16px;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 0;
	}
	.footer-bdr, .footer-bdr2 {
		margin-left: 0;
	}
	.footer-bdr:after, .footer-bdr1:after, .footer-bdr2:after {
		top: 55px;
		left: 57px;
	}
	ul.footer-list li a {
		font-size: 14px;
		padding: 0px 0;
	}
	ul.footer-list li {
		display: block;
	}
	.contact-media {
		margin-left: 0;
	}
	.google-media {
		margin-left: 0;
		padding-top: 6px;
	}
	.lower-footer {
		padding: 9px 0 51px;
	}
	.lower-txt {
		font-size: 12px;
	}
	.page .entry-header, .blog_page_banner {
		height: 200px;
	}
	.blog_page_title, .page .entry-title {
		padding: 110px 20px 20px;
		font-size: 20px;
	}
	.contact_page_heading {
		font-size: 26px;
		line-height: 33px;
		margin-top: 15px !important;
	}
	.middle-sec {
		padding: 20px 0px;
	}
	.home_program_section_heading {
		font-size: 24px;
	}
	.contact-left {
		padding: 15px;
		padding-bottom: 0;
	}
	.form_sec {
		margin-top: 20px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.headerbg {
		display: none;
	}
	.menu-toggle {
		top: -68px !important;
	}
	.banner-box {
		padding-top: 125px;
	}
	.logo {
		padding: 5px;
	}
	.nav-item li a {
		font-size: 16px;
	}
	.fixed-header .primary-navigation li {
		height: auto!important;
		line-height: normal !important;
	}
	.menu-part {
		top: 0;
	}
	.header-btn {
		display: none;
	}
	.banner {
		min-height: 404px;
		background-position: -300px 0px;
	}
	.banner-title {
		font-size: 15px;
		margin-top: 0px;
	}
	.banner-txt {
		font-size: 26px;
		line-height: 32px;
		margin-top: 14px;
	}
	.banner-txt2 {
		font-size: 14px;
		padding-top: 10px;
	}
	.banner-txt2 br {
		display: none;
	}
	.free-btn a.btn2 {
		font-size: 14px;
		padding: 8px 18px 10px;
	}
	.service-title {
		font-size: 32px;
		padding-bottom: 9px;
	}
	.service-title:before {
		top: -14%;
		left: 13%;
	}
	.service-section {
		padding-top: 34px;
	}
	.service-box-title {
		font-size: 27px;
		padding-top: 16px;
	}
	.service-box-txt {
		margin-top: 0;
		line-height: 20px;
		padding: 0px 15px;
	}
	.service-btn a {
		background-color: #464646;
		color: #fff;
		font-size: 15px;
		display: block;
		margin: 0 auto;
		width: 40%;
		padding: 6px 0 8px;
		margin-top: 14px;
	}
	.service-box-cont {
		margin-bottom: 14px;
	}
	.srv-mt {
		margin-top: 3px;
	}
	.about-section {
		padding: 32px 0px 50px;
		margin-top: 6px;
	}
	.about-img img {
		width: 100%;
	}
	.about-img:before{
		display:none;
	}
	.about-img {
		margin-left: 0;
	}
	.about-right-box {
		margin-left: 0;
	}
	.about-txt {
		margin-top: 16px;
		margin-bottom: 8px;
		font-size: 28px;
	}
	.abt-ex {
		padding-top: 14px;
		margin-top: 10px;
		min-height: 114px;
		background-size: contain;
	}
	.work-experience-section {
		padding: 25px 0px 0;
	}
	.work-box {
		margin-bottom: 50px;
	}
	.gallery-section {
		padding: 20px 0px;
	}
	.review-img {
		margin-left: 0;
	}
	.gallery-title {
		font-size: 25px;
		margin-bottom: 3px;
	}
	.testimonial-title {
		font-size: 16px;
		padding-top: 25px;
	}
	.testimonial-txt {
		font-size: 24px;
		line-height: 29px;
	}
	.test-txt br {
    	display: none;
	}
	.test-txt {
		font-size: 15px;
		line-height: 21px;
		margin-top: 14px;
	}
	.testimonial-slide {
		padding-top: 20px;
		padding-left: 0;
	}
	.bottmcont {
		height: auto;
		padding: 23px;
		margin-bottom: 0;
	}
	.client-title:after {
		top: 200px;
	}
	.testimonial-section {
		padding-bottom: 0;
	}
	.review-title {
		font-size: 27px;
		padding-top: 0;
		margin-left: 0;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.review-title a {
		font-size: 22px;
	}
	.pd {
		padding: 0px 15px;
	}
	.review-txt {
		font-size: 15px;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.review-btn {
		padding-top: 14px;
		padding-left: 0px;
	}
	.review-btn a {
		font-size: 14px;
		padding: 8px 26px 11px;
	}
	footer {
		padding: 20px 0px 24px;
	}
	.footer-head, .footer-head1, .footer-head2 {
		font-size: 16px;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 0;
	}
	.footer-bdr, .footer-bdr2 {
		margin-left: 0;
	}
	.footer-bdr:after, .footer-bdr1:after, .footer-bdr2:after {
		top: 55px;
		left: 57px;
	}
	ul.footer-list li a {
		font-size: 14px;
		padding: 0px 0;
	}
	ul.footer-list li {
		display: block;
	}
	.contact-media {
		margin-left: 0;
	}
	.google-media {
		margin-left: 0;
		padding-top: 6px;
	}
	.lower-footer {
		padding: 9px 0 51px;
	}
	.lower-txt {
		font-size: 12px;
	}
	.page .entry-header, .blog_page_banner {
		height: 200px;
	}
	.blog_page_title, .page .entry-title {
		padding: 110px 20px 20px;
		font-size: 20px;
	}
	.contact_page_heading {
		font-size: 26px;
		line-height: 33px;
		margin-top: 15px !important;
	}
	.middle-sec {
		padding: 20px 0px;
	}
	.home_program_section_heading {
		font-size: 24px;
	}
	.contact-left {
		padding: 15px;
		padding-bottom: 0;
	}
	.form_sec {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	.contact_page_heading {
		font-size: 28px;
	}
	.home_program_section_heading {
		font-size: 26px;
	}
	.banner-txt2 {
		font-size: 16px;	
      margin-bottom: 20px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.headerbg {
		display: none;
	}
	.menu-toggle {
		top: -68px !important;
	}
	.banner-box {
		padding-top: 125px;
	}
	.logo {
		padding: 5px;
	}
	.logo img {
		width: 115px;
	}
	.nav-item li a {
		font-size: 16px;
	}
	.fixed-header .primary-navigation li {
		height: auto!important;
		line-height: normal !important;
	}
	.menu-part {
		top: 0;
	}
	.header-btn {
		display: none;
	}
	.banner {
		min-height: 404px;
		background-position: 0px;
	}
	.banner-title {
		font-size: 15px;
		margin-top: 0px;
	}
	.banner-txt {
		font-size: 26px;
		line-height: 32px;
		margin-top: 14px;
	}
	.banner-txt2 {
		font-size: 14px;
		padding-top: 10px;
	}
	.banner-txt2 br {
		display: none;
	}
	.free-btn a.btn2 {
		font-size: 14px;
		padding: 8px 18px 10px;
	}
	.service-title {
		font-size: 32px;
		padding-bottom: 9px;
	}
	.service-title:before {
		top: -14%;
		left: 13%;
	}
	.service-section {
		padding-top: 34px;
	}
	.service-box-title {
		font-size: 19px;
		padding-top: 16px;
	}
	.service-box-txt {
		margin-top: 0;
		line-height: 20px;
		padding: 0px 15px;
	}
	.service-btn a {
		background-color: #464646;
		color: #fff;
		font-size: 15px;
		display: block;
		margin: 0 auto;
		width: 40%;
		padding: 6px 0 8px;
		margin-top: 14px;
	}
	.service-box-cont {
		margin-bottom: 14px;
	}
	.srv-mt {
		margin-top: 3px;
	}
	.about-section {
		padding: 32px 0px 50px;
		margin-top: 6px;
	}
	.about-img img {
		width: 100%;
	}
	.about-img:before{
		display:none;
	}
	.about-img {
		margin-left: 0;
	}
	.about-right-box {
		margin-left: 0;
	}
	.about-txt {
		margin-top: 16px;
		margin-bottom: 8px;
		font-size: 28px;
	}
	.abt-ex {
		padding-top: 14px;
		margin-top: 10px;
		min-height: 114px;
		background-size: contain;
	}
	.work-experience-section {
		padding: 25px 0px 0;
	}
	.work-box {
		margin-bottom: 50px;
	}
	.gallery-section {
		padding: 20px 0px;
	}
	.review-img {
		margin-left: 0;
	}
	.gallery-title {
		font-size: 25px;
		margin-bottom: 3px;
	}
	.testimonial-title {
		font-size: 16px;
		padding-top: 25px;
	}
	.testimonial-txt {
		font-size: 24px;
		line-height: 29px;
	}
	.test-txt br {
    	display: none;
	}
	.test-txt {
		font-size: 15px;
		line-height: 21px;
		margin-top: 14px;
	}
	.testimonial-slide {
		padding-top: 20px;
		padding-left: 0;
	}
	.bottmcont {
		height: auto;
		padding: 23px;
		margin-bottom: 0;
	}
	.client-title:after {
		top: 150px;
	}
	.testimonial-section {
		padding-bottom: 0;
		background-image: transparent;
		min-height: 493px;
	}
	.review-title {
		font-size: 27px;
		padding-top: 0;
		margin-left: 0;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.review-title a {
		font-size: 22px;
	}
	.pd {
		padding: 0px 15px;
	}
	.review-txt {
		font-size: 15px;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.review-btn {
		padding-top: 14px;
		padding-left: 0px;
	}
	.review-btn a {
		font-size: 14px;
		padding: 8px 26px 11px;
	}
	footer {
		padding: 20px 0px 24px;
	}
	.footer-head, .footer-head1, .footer-head2 {
		font-size: 16px;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 0;
	}
	.footer-bdr, .footer-bdr2 {
		margin-left: 0;
	}
	.footer-bdr:after, .footer-bdr1:after, .footer-bdr2:after {
		top: 55px;
		left: 57px;
	}
	ul.footer-list li a {
		font-size: 14px;
		padding: 0px 0;
	}
	ul.footer-list li {
		display: block;
	}
	.contact-media {
		margin-left: 0;
	}
	.google-media {
		margin-left: 0;
		padding-top: 6px;
	}
	.lower-footer {
		padding: 9px 0 51px;
	}
	.lower-txt {
		font-size: 12px;
	}
	.page .entry-header, .blog_page_banner {
		height: 200px;
	}
	.blog_page_title, .page .entry-title {
		padding: 110px 20px 20px;
		font-size: 20px;
	}
	.contact_page_heading {
		font-size: 26px;
		line-height: 33px;
		margin-top: 15px !important;
	}
	.middle-sec {
		padding: 20px 0px;
	}
	.home_program_section_heading {
		font-size: 24px;
	}
	.contact-left {
		padding: 15px;
		padding-bottom: 0;
	}
	.form_sec {
		margin-top: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.headerbg {
		display: none;
	}
	.menu-toggle {
		top: -68px !important;
	}
	.banner-box {
		padding-top: 125px;
	}
	.logo {
		padding: 5px;
	}
	.logo img {
		width: 115px;
	}
	.nav-item li a {
		font-size: 16px;
	}
	.fixed-header .primary-navigation li {
		height: auto!important;
		line-height: normal !important;
	}
	.menu-part {
		top: 0;
	}
	.header-btn {
		display: none;
	}
	.banner {
		min-height: 404px;
		background-position: 0px;
	}
	.banner-title {
		font-size: 15px;
		margin-top: 0px;
	}
	.banner-txt {
		font-size: 26px;
		line-height: 32px;
		margin-top: 14px;
	}
	.banner-txt2 {
		font-size: 14px;
		padding-top: 10px;
	}
	.banner-txt2 br {
		display: none;
	}
	.free-btn a.btn2 {
		font-size: 14px;
		padding: 8px 18px 10px;
	}
	.service-title {
		font-size: 32px;
		padding-bottom: 9px;
	}
	.service-title:before {
		top: -15%;
    	left: 32%;
	}
	.service-section {
		padding-top: 34px;
	}
	.service-box-title {
		font-size: 22px;
		padding-top: 16px;
	}
	.service-box-txt {
		margin-top: 0;
		line-height: 20px;
		padding: 0px 15px;
	}
	.service-btn a {
		background-color: #464646;
		color: #fff;
		font-size: 15px;
		display: block;
		margin: 0 auto;
		width: 40%;
		padding: 6px 0 8px;
		margin-top: 14px;
	}
	.service-box-cont {
		margin-bottom: 14px;
	}
	.srv-mt {
		margin-top: 3px;
	}
	.about-section {
		padding: 32px 0px 50px;
		margin-top: 6px;
	}
	.about-img img {
		width: 100%;
	}
	.about-img:before{
		display:none;
	}
	.about-img {
		margin-left: 0;
	}
	.about-right-box {
		margin-left: 0;
	}
	.about-txt {
		margin-top: 13px;
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 28px;
	}
	.about-txt2 {
		font-size: 14px;
		line-height: 19px;
	}
	.abt-ex {
		padding-top: 14px;
		margin-top: 10px;
		min-height: 114px;
		background-size: contain;
		font-size: 22px;
   	 line-height: 27px;
	}
	.work-experience-section {
		padding: 25px 0px 0;
	}
	.work-box {
		margin-bottom: 30px;
    	padding: 45px 14px 20px;
	}
	.work-title {
		font-size: 16px;
		line-height: 19px;
	}
	.gallery-section {
		padding: 20px 0px;
	}
	.review-img {
		margin-left: 0;
	}
	.gallery-title {
		font-size: 25px;
		margin-bottom: 3px;
	}
	.testimonial-title {
		font-size: 16px;
		padding-top: 25px;
	}
	.testimonial-txt {
		font-size: 24px;
		line-height: 29px;
	}
	.test-txt br {
    	display: none;
	}
	.test-txt {
		font-size: 15px;
		line-height: 21px;
		margin-top: 14px;
	}
	.testimonial-slide {
		padding-top: 20px;
		padding-left: 0;
	}
	.bottmcont {
		height: auto;
		padding: 23px;
		margin-bottom: 0;
	}
	.client-title:after {
		top: 180px;
	}
	.testimonial-section {
		    padding-bottom: 0;
		background-image: none !important;
		min-height: 303px;
		background-color: #f7f7f7;
	}
	.review-title {
		font-size: 27px;
		padding-top: 0;
		margin-left: 0;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.review-title a {
		font-size: 22px;
	}
	.pd {
		padding: 0px 15px;
	}
	.review-txt {
		font-size: 15px;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.review-btn {
		padding-top: 14px;
		padding-left: 0px;
	}
	.review-btn a {
		font-size: 14px;
		padding: 8px 26px 11px;
	}
	footer {
		padding: 20px 0px 24px;
	}
	footer .footer-title {
		font-size: 25px;
		margin-bottom: 0px;
		margin-top: 21px;
	}
	.footer-head, .footer-head1, .footer-head2 {
		font-size: 16px;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 0;
	}
	.footer-bdr, .footer-bdr2 {
		margin-left: 0;
	}
	.footer-bdr:after, .footer-bdr1:after, .footer-bdr2:after {
		top: 55px;
		left: 57px;
	}
	ul.footer-list li a {
		font-size: 14px;
		padding: 0px 0;
	}
	ul.footer-list li {
		display: block;
	}
	.contact-media {
		margin-left: 0;
	}
	.google-media {
		margin-left: 0;
		padding-top: 6px;
	}
	.lower-footer {
		padding: 9px 0 51px;
	}
	.lower-txt {
		font-size: 12px;
	}
	.page .entry-header, .blog_page_banner {
		height: 200px;
	}
	.blog_page_title, .page .entry-title {
		padding: 110px 20px 20px;
		font-size: 20px;
	}
	.contact_page_heading {
		font-size: 23px;
		line-height: 33px;
		margin-top: 0 !important;
	}
	.middle-sec {
		padding: 20px 0px;
	}
	.home_program_section_heading {
		font-size: 24px;
	}
	.contact-left {
		padding: 15px;
		padding-bottom: 0;
	}
	.form_sec {
		margin-top: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.headerbg-txt {
		font-size: 15px;
	}
	.itemlist li {
		width: 45%;
	}
	.header-btn a {
		font-size: 15px;
		padding: 8px 17px 10px;
	}
	.nav-item li a {
		font-size: 16px;
		padding: 0px 7px 0;
	}
	.blog_page_title, .page .entry-title {
		padding: 190px 20px 43px;
		font-size: 25px;
	}
	.service-title:before {
		margin-left: 0;
		left: 36%;
	}
	.about-section {
		padding: 45px 0px 50px;
		margin-top: 10px;
	}
	.about-img img {
		width: 100%;
	}
	.about-img:before {
		top: 30px;
		left: 59px;
	}
	.about-right-box {
		margin-left: 0;
	}
	.abt-ex {
		font-size: 23px;
		line-height: 27px;
	}
	.testimonial-title {
		font-size: 20px;
		padding-top: 35px;
	}
	.testimonial-txt {
		font-size: 27px;
		line-height: 35px;
	}
	.testimonial-slide {
		padding-top: 60px;
		padding-left: 10px;
	}
	.bottmcont {
		height: auto;
		padding: 22px;
	}
	.client-title:after {
		top: 259px;
	}
	footer .footer-title {
		font-size: 23px;
		margin-bottom: 4px;
	}
	.footer-bdr:after {
		left: 97px;
	}
	.footer-bdr1:after {
		left: 60px;
	}
	.contact-media-body a {
		font-size: 14px;
	}
	ul.footer-list1 li a, ul.footer-list li a {
		font-size: 13px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.nav-item li a {
		padding: 0px 7px 0;
	}
	.header-btn {
		display: block;
	}
	.header-btn a {
		padding: 8px 16px 10px;
		font-size: 15px;
	}
	.fixed-header .primary-navigation li {
		height: 101px!important;
		line-height: 101px !important;
	}
	.fixed-header .primary-navigation .menu-item-has-children > a:after, .fixed-header .primary-navigation .page_item_has_children > a:after {
		top: 51px !important;
	}
	.fixed-header ul.sub-menu li {
		height: auto !important;
		line-height: normal !important;
	}
	.blog_page_title, .page .entry-title {
		padding: 140px 20px 20px;
		font-size: 20px;
	}
	
}

@media screen and (min-width: 1424px) {
	.testimonial-section {
		min-height: 500px;
		background-size: cover;
	}
	.banner {
		min-height: 724px;
	}
	.banner-title {
		margin-top: 175px;
	}
	.itemlist {
		margin-left: 137px;
	}
	.testimonial-title {
		padding-top: 170px;
	}
	.testimonial-slide {
		padding-top: 115px;
	}
	.page .entry-header, .blog_page_banner {
		height: 520px;
		background-size: cover;
	}
	.blog_page_title, .page .entry-title {
		padding: 320px 430px 43px;
		margin: 0;
	}
}

@media screen and (min-width: 1624px) {
	.testimonial-section {
		min-height: 590px;
		background-size: cover;
	}
	.banner {
		min-height: 724px;
	}
	.banner-title {
		margin-top: 255px;
	}
	.itemlist {
		margin-left: 257px;
	}
	.testimonial-title {
		padding-top: 170px;
	}
	.testimonial-slide {
		padding-top: 115px;
	}
	.page .entry-header, .blog_page_banner {
		height: 520px;
		background-size: cover;
	}
	.blog_page_title, .page .entry-title {
		padding: 320px 430px 43px;
		margin: 0;
	}
}

@media screen and (min-width: 1920px) {
	.testimonial-section {
		min-height: 700px;
		background-size: cover;
	}
	.banner {
		min-height: 854px;
	}
	.banner-title {
		margin-top: 255px;
	}
	.itemlist {
		margin-left: 407px;
	}
	.testimonial-title {
		padding-top: 200px;
	}
	.testimonial-slide {
		padding-top: 225px;
	}
	.page .entry-header, .blog_page_banner {
		height: 520px;
		background-size: cover;
	}
	.blog_page_title, .page .entry-title {
		padding: 320px 430px 43px;
		margin: 0;
	}
}

@media screen and (min-width: 2048px) {
	.testimonial-section {
		min-height: 920px;
		background-size: cover;
	}
	.itemlist {
		margin-left: 457px;
	}
	.testimonial-title {
		padding-top: 345px;
	}
	.testimonial-slide {
		padding-top: 330px;
	}
	.page .entry-header, .blog_page_banner {
		height: 520px;
		background-size: cover;
	}
	.blog_page_title, .page .entry-title {
		padding: 320px 430px 43px;
		margin: 0;
	}
}

@media screen and (min-width: 2550px) {
	.testimonial-section {
		min-height: 920px;
		background-size: cover;
	}
	.testimonial-title {
		padding-top: 345px;
	}
	.testimonial-slide {
		padding-top: 330px;
	}
	.page .entry-header, .blog_page_banner {
		height: 520px;
		background-size: cover;
	}
	.blog_page_title, .page .entry-title {
		padding: 320px 690px 43px;
		margin: 0;
	}
}  