@charset "UTF-8";
 body {
     margin: 0;
     padding: 0;
     font-size: 1em;
     color: #373B3D;
     line-height: inherit; 
     font-family: 'Roboto'; 
     font-weight:400;
}
 img { 
     max-width: 100%;
}
 a {
     -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
     -o-transition: all .5s ease-out;
     transition: all .5s ease-out;
     color: #373B3D; 
}
 a:hover {
     color: #373B3D;
}
 a, a:hover { 
     text-decoration: none;
}
 ul {
     padding: 0;
     list-style: none;
}
 h1,h2,h3,h4,h5,h6{
     font-family: 'Montserrat';
     font-weight:700;
}
 p{
     font-size: 18px;
     line-height: 30px;
     color: #444444;
}
/* Header Css Start */
 .header-top {
     background-color: #F2F2F2;
     text-align: right;
     padding: 7px 0;
}
 .header-bottom{
     width:100%;
     background-color:#fff;
}
 .sticky .header-top {
     visibility: hidden;
     height: 0;
     padding: 0;
}
 .sticky .nav-logo{
     top: 0;
}
 .sticky .home-banner-wrap{
     margin-top:229px;
}
 .sticky header {
     -webkit-transition: all .7s ease 0s;
     transition: all .7s ease 0s;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
     box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
     z-index: 10;
}
 .ht-search{
     width:30px;
     height:30px;
     background-color:#EC1E24;
     border-radius:50%;
     display:inline-block;
     text-align:center;
     vertical-align: top;
}
 .ht-search img{
     padding:8px 0;
}
 .ht-contact-link{
     display:inline-block;
     vertical-align: middle;
}
 .phone-link {
     font-size: 15px;
     color: #343030;
     line-height: 18px;
     position: relative;
     display: inline-block;
     padding:0 0 0 30px;
     margin: 0 0 0 25px;
}
 .phone-link::before {
     content: "";
     position: absolute;
     background-image: url(../images/icon-phone.svg);
     background-repeat: no-repeat;
     width: 18px;
     height: 18px;
     left: 0;
}
 .pay-link{
     font-size: 15px;
     color: #343030;
     line-height: 18px;
     position: relative;
     display: inline-block;
     padding:0 0 0 26px;
     text-transform: capitalize;
}
 .pay-link::before {
     content: "";
     position: absolute;
     background-image: url(../images/icon-doller.svg);
     background-repeat: no-repeat;
     width: 18px;
     height: 18px;
     left: 0;
}
 .ht-social-wrap {
     display: inline-block;
     vertical-align: middle;
     margin-left: 17px;
}
 .ht-social-wrap a {
     display: inline-block;
     width: 30px;
     height: 30px;
     background-color: #fff;
     border-radius: 50%;
     text-align: center;
     vertical-align: top;
     position: relative;
     margin: 0 0 0 7px;
}
 .ht-social-wrap a > img{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 0;
     right: 0;
     margin: 0 auto;
     opacity:0.3;
}
 .ht-social-wrap a:hover img{
     opacity:1;
}
 .ht-search-wrap {
     display: inline-block;
     vertical-align: middle;
     margin-left: 7px;
}
 .nav-wrapper {
     width: 100%;
     position: relative;
     top: 0;
     background-color: #fff;
}
 .nav-logo{
     position: absolute;
     top:-25px;
}
 .grad-bar {
     width: 100%;
     height: 5px;
     background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
     background-size: 400% 400%;
     -webkit-animation: gradbar 15s ease infinite;
     -moz-animation: gradbar 15s ease infinite;
     animation: gradbar 15s ease infinite;
}
/* NAVIGATION */
 .header-bottom .navbar{
     padding:13px 0 11px;
}
 .nav-btn {
     background-color: #EC1E24;
     color: #fff;
     font-family: 'Montserrat';
     font-size: 18px;
     font-weight: 600;
     border-radius: 5px;
     padding: 18px 24px 18px 52px;
     position:relative;
     display: inline-block;
     margin-left: 35px;
}
 .nav-btn::before {
     content: "";
     position: absolute;
     background-image: url(../images/icon-assessment.svg);
     background-repeat: no-repeat;
     width: 16px;
     height: 16px;
     left: 22px;
     background-size: 16px 16px;
     top: 20px;
}
 .nav-btn:hover{
     color:#fff;
}
 .navbar ul {
     list-style: none;
}
 .menu-item {
     margin: 0 0 0 25px;
}
 .menu-item:first-child{
     margin:0;
}
 .menu-item a {
     color: #343030;
     font-size: 15px;
     font-weight: 500;
     text-decoration: none;
     transition: color 0.3s ease-out;
     line-height: 59px;
     font-family: 'Montserrat';
     position:relative;
     display:block;
}
 .menu-item a:hover::before,.menu-item.active a:before,.menu-item.current-menu-item a:before {
     content: "";
     position: absolute;
     background-image: url(../images/menu-hover.svg);
     background-repeat: no-repeat;
     width: 12px;
     height: 13px;
     bottom: 2px;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .menu-item a:hover,.menu-item.active a,.menu-item.current-menu-item a{
     color: #EC1E24;
}
/* MOBILE MENU & ANIMATION */
 .menu-toggle .bar{
     width: 25px;
     height: 3px;
     background-color: #3f3f3f;
     margin: 5px auto;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .menu-toggle {
     justify-self: end;
     margin-right: 25px;
     display: none;
}
 .menu-toggle:hover{
     cursor: pointer;
}
 #mobile-menu.is-active .bar:nth-child(2){
     opacity: 0;
}
 #mobile-menu.is-active .bar:nth-child(1){
     -webkit-transform: translateY(8px) rotate(45deg);
     -ms-transform: translateY(8px) rotate(45deg);
     -o-transform: translateY(8px) rotate(45deg);
     transform: translateY(8px) rotate(45deg);
}
 #mobile-menu.is-active .bar:nth-child(3){
     -webkit-transform: translateY(-8px) rotate(-45deg);
     -ms-transform: translateY(-8px) rotate(-45deg);
     -o-transform: translateY(-8px) rotate(-45deg);
     transform: translateY(-8px) rotate(-45deg);
}
 #home-banner .item {
     display: block;
     width: 100%;
     height: auto;
}
 #home-banner .owl-nav {
     top: 42%;
     position: absolute;
     width: 100%;
     padding: 0 74px;
}
 #home-banner .owl-nav .owl-prev{
     background-image: url(../images/icon-left.svg);
     background-repeat: no-repeat;
     width:51px;
     height:51px;
     outline:none;
}
 .home-banner-wrap{
     position:relative;
}
 #home-banner .owl-nav .owl-prev:hover{
     background-image: url(../images/icon-right-hover.svg);
     transform: rotate(-180deg);
}
 #home-banner .owl-nav .owl-next{
     background-image: url(../images/icon-left.svg);
     background-repeat: no-repeat;
     width:51px;
     height:51px;
     float:right;
     transform: rotate(-180deg);
     outline:none;
}
 #home-banner .owl-nav .owl-next:hover{
     background-image: url(../images/icon-right-hover.svg);
     transform: rotate(0deg);
}
 #home-banner .owl-nav .owl-prev span,#home-banner .owl-nav .owl-next span{
     font-size:0;
}
 .hb-content {
     position: absolute;
     right: 0;
     top: 1%;
     z-index: 1;
     width: 578px;
     left: 0;
     margin: 0 auto;
}
 .hbc-heading {
     color: #fff;
     font-size: 60px;
     line-height: 73px;
     margin: 0 0 35% 0;
}
 .white-btn{
     background-color: #fff;
     border-radius: 5px;
     color: #EC1E24;
     font-size: 17px;
     font-weight: 600;
     font-family: 'Montserrat';
     display: inline-block;
     padding: 19px 28px 19px 32px;
     background-image: url(../images/cta-leaf.svg);
     background-repeat:no-repeat;
}
 .white-btn span{
     padding: 0 8px 0 0;
}
 .white-btn:hover{
     color:#EC1E24;
}
 .white-btn::after {
     display: inline-block;
     padding-left: 8px;
     content: "";
     background-image: url(../images/btn-arrow.svg);
     transition: transform 0.3s ease-out;
     width:21px;
     height:12px;
}
 .white-btn:hover::after {
     transform: translateX(4px);
}
 .hb-assist-wrap {
     position: absolute;
     bottom: -29px;
     z-index: 1;
     right: 69px;
     display:none;
}
 .hb-assist-wrap .col-md-8{
     padding:0;
}
 .hba-profile-img{
     width:69px;
     height:69px;
     position:relative;
}
 .hba-profile-img img{
     border-radius:50%;
}
 .hba-profile-img::before {
     content: "";
     width: 13px;
     height: 13px;
     background-color: #00B628;
     display: block;
     border-radius: 50%;
     position: absolute;
     bottom: 0;
     right: 5px;
}
 .hb-chat-wrap {
     background-color: #FFFFFF;
     box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
     padding: 14px 10px;
     border-radius: 5px;
     text-align:center;
     position:relative;
}
 .hb-chat-wrap::after {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 7px 0 7px 12px;
     border-color: transparent transparent transparent #fff;
     right: -11px;
     top: 50%;
     transform: translateY(-50%);
     box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
 .hb-chat-wrap p{
     margin:0;
     color:#727272;
     font-size:15px;
     font-weight:400;
}
 .owl_about_main_slider.owl-carousel.off {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 54px;
}
 .owl_about_main_slider.owl-carousel.off .item{
     width:31.33%;
}
 .about-wrapper .owl-dots ,.immigration-programs-wrapper .owl-dots ,.blog-wrap .owl-dots{
     text-align: center;
     width: 100%;
}
 .about-wrapper .owl-dots{
     margin-bottom: 15px;
     margin-top: 10px;
}
 .immigration-programs-wrapper .owl-dots{
     margin-bottom: 30px;
     margin-top:0;
}
 .blog-wrap .owl-dots{
     margin-bottom: 34px;
     margin-top:0;
}
 .about-wrapper .owl-dots .owl-dot ,.immigration-programs-wrapper .owl-dots .owl-dot ,.blog-wrap .owl-dots .owl-dot{
     width: 10px;
     height: 10px;
     background-color: #FFBABC;
     border-radius: 50%;
     margin: 0 5px;
}
 .about-wrapper .owl-dots .owl-dot.active ,.immigration-programs-wrapper .owl-dots .owl-dot.active ,.blog-wrap .owl-dots .owl-dot.active{
     background-color: #EC1E24;
}
 .about-wrapper .owl-dots .owl-dot:hover ,.immigration-programs-wrapper .owl-dots .owl-dot:hover ,.blog-wrap .owl-dots .owl-dot:hover{
     background-color: #EC1E24;
}
 .about-wrapper{
     text-align:center;
     background-color:#EFF9FF;
     background-image:url(../images/img-leaf.svg);
     background-repeat:no-repeat;
     background-position: right top;
     padding: 87px 0 98px;
}
 .inner-content-wrap .aw-heading,.about-wrapper .aw-heading{
     color:#373B3D;
     font-size:40px;
     line-height:55px;
     margin-bottom: 52px;
}
 .owl_about_main_slider .item{
     background-color: #fff;
     box-shadow: 0px 8px 40px rgba(197, 222, 255, 0.5);
     border-radius: 20px;
     border: 1px solid #A7C4D6;
     margin: 0 auto;
     padding: 33px 20px 25px;
}
 .aw-content p {
     font-size: 18px;
     line-height: 30px;
     font-weight: 400;
     margin:0;
     color: #444444;
}
 .aw-content h2{
     font-size: 26px;
     line-height: 32px;
     color: #373B3D;
     margin: 0 0 27px 0;
}
 .aw-img{
     max-width:196px;
     width:100%;
     margin:0 auto 8px;
}
 .red-btn {
     background-color: #EC1E24;
     border-radius: 5px;
     color: #fff;
     font-size: 17px;
     font-weight: 600;
     font-family: 'Montserrat';
     display: inline-block;
     padding: 19px 34px 19px 37px;
     letter-spacing: 0.5px;
     border:none;
}
 .red-btn span{
     padding: 0 13px 0 0;
}
 .red-btn:hover{
     color:#fff;
}
 .red-btn::after {
     display: inline-block;
     content: "";
     background-image: url(../images/btn-arrow-white.svg);
     transition: transform 0.3s ease-out;
     width:21px;
     height:12px;
}
 .red-btn:hover::after {
     transform: translateX(4px);
}
 .imp-slider.owl-carousel.off {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 15px;
}
 .imp-slider.owl-carousel.off .item{
     margin: 0 8px;
}
 .immigration-programs-wrapper {
     background-image: url(../images/imp-bg.jpg);
     background-repeat: no-repeat;
     text-align: center;
     background-position: center 107px;
     padding: 84px 0 0 0;
     position:relative;
}
 .immigration-programs-wrapper::after {
     content: "";
     position: absolute;
     background-image: url(../images/red-reaf.svg);
     background-repeat: no-repeat;
     width: 86px;
     height: 86px;
     left: 9%;
     top: -43px;
}
 .inner-content-wrap .imp-heading , .immigration-programs-wrapper .imp-heading{
     font-size: 40px;
     line-height: 55px;
     color: #373B3D;
     margin: 0 0 51px 0;
}
 .imp-slider.owl-carousel .item{
     background-color: #fff;
     border-radius: 20px;
     margin: 0 auto;
}
 .imp-slider.owl-carousel.off .item {
     width: 31.33%;
}
 .imp-img,.imp-content{
     border-radius: 20px;
}
 .imp-img{
     max-height:252px;
}
 .imp-img img{
     border-radius: 20px 20px 0 0;
}
 .imp-content-inner {
     background-color: #FFFFFF;
     border: 1px solid #A7C4D6;
     box-sizing: border-box;
     box-shadow: 0px 5px 20px #EBEBEB;
     border-radius: 20px;
     position: relative;
     top: -36px;
     padding: 37px 25px;
     height: 336px;
}
 .imp-content-inner h2{
     color: #373B3D;
     font-size: 22px;
     line-height: 27px;
     margin-bottom: 18px;
}
 .imp-link-wrap{
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     bottom: 25px;
}
 .imp-content-inner p{
     font-size: 18px;
     line-height: 30px;
     color: #444444;
     margin:0;
}
 .imp-link{
     font-weight: 600;
     font-size: 17px;
     line-height: 21px;
     color: #444444;
     font-family: 'Montserrat';
}
 .imp-link span{
     padding: 0 8px 0 0;
}
 .imp-link:hover{
     color:#EC1E24;
}
 .imp-link::after {
     display: inline-block;
     content: "";
     background-image: url(../images/arrow-imp.svg);
     transition: transform 0.3s ease-out;
     width:14px;
     height:10px;
}
 .imp-link:hover::after {
     transform: translateX(4px);
     background-image: url(../images/arrow-imp-hover.svg);
}
 .t-img-wrap{
     max-width:365px;
     margin-left:auto;
     height: 323px;
}
 .t-img-wrap img {
     display: block;
     width: 100%;
     max-width: 60px;
     border-radius: 50%;
     position: absolute;
     left: 120%;
     right: 0;
     margin: 0 auto;
     top: 50%;
     transform: translateY(-50%);
}
 .t-content-wrap p{
     font-size:18px;
     line-height:30px;
     color:#444444;
     position: relative;
     z-index: 1;
     margin: 0;
     padding:18px 0 7px 26px;
}
 .t-content-wrap p.t-client-name{
     font-size:20px;
     line-height:26px;
     font-weight:500;
     color:#ec1e24;
     margin: 0;
}
 .t-content-wrap p.t-client-name span{
     font-weight:400;
     color:#444444;
}
 .testimonials-wrap {
     padding: 87px 0 67px 0;
}
 .testimonials-wrap .item{
     background-image:url(../images/testimonials-bg.png);
     background-repeat:no-repeat;
     background-position: 0 76px;
     padding: 0 15px;
}
 .testimonials-wrap .container{
     position: relative;
}
 .t-content-wrap {
     position: absolute;
     top: 39%;
     height:195px;
     overflow-y:auto;
     padding:32px 29px 0 25px;
     left: 128px 
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
 .t-content-wrap {
     scrollbar-width: thin;
     scrollbar-color:#EC1E24 #e7e7e7;
}
/* Chrome, Edge, and Safari */
 .t-content-wrap::-webkit-scrollbar {
     width: 5px;
}
 .t-content-wrap::-webkit-scrollbar-track {
     background: #e7e7e7;
}
 .t-content-wrap::-webkit-scrollbar-thumb {
     background-color:#EC1E24;
}
 .t-content-wrap::after {
     content: "";
     background-image: url(../images/img-quote.svg);
     background-repeat: no-repeat;
     width: 72px;
     height: 52px;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 0;
}
 .tw-heading {
     position: absolute;
     top: 65px;
     left: calc(100% - 73%);
     text-align: center;
     width: 389px;
     z-index: 8;
     font-size: 40px;
     line-height: 55px;
}
 .testimonials-wrap .owl-nav {
     position: absolute;
     right: 28px;
     bottom: 0;
}
 .testimonials-wrap .owl-prev {
     width: 51px;
     height: 51px;
     background-image: url(../images/t-arrow.svg) !important;
     background-repeat: no-repeat !important;
     margin: 0 16px 0 0;
     outline:none;
}
 .testimonials-wrap .owl-prev:hover{
     background-image:url(../images/t-arrow-hover.svg) !important;
     transform: rotate(-180deg);
}
 .testimonials-wrap .owl-prev span{
     font-size:0 
}
 .testimonials-wrap .owl-next span{
     font-size:0 
}
 .testimonials-wrap .owl-next{
     width:51px;
     height:51px;
     background-image:url(../images/t-arrow.svg) !important;
     background-repeat:no-repeat !important;
     transform: rotate(-180deg);
     outline:none;
}
 .testimonials-wrap .owl-next:hover{
     background-image:url(../images/t-arrow-hover.svg) !important;
     transform: rotate(0deg);
}
 .bw-slider.owl-carousel.off {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 22px;
}
 .blog-tag{
     font-family: Montserrat;
     font-style: normal;
     font-weight: 600;
     font-size: 14px;
     line-height: 17px;
     text-align: right;
     color: #373B3D;
     position: absolute;
     top: 50%;
     left: 21px;
     background: #E9F7FF;
     border-radius: 4px;
     padding: 10px 10px;
}
 .bw-img{
     position:relative;
}
 .blog-wrap{
     background-color: #EFF9FF;
     text-align:center;
     padding:84px 0 97px;
     background-image: url(../images/img-leaf.svg);
     background-repeat: no-repeat;
     background-position: left top;
}
 .bw-slider.owl-carousel.off .item {
     width: 23%;
}
 .bw-img, .bw-content {
     border-radius: 20px;
}
 .bw-img img {
     border-radius: 20px 20px 0 0;
}
 .bw-content-inner {
     background-color: #FFFFFF;
     border: 1px solid #A7C4D6;
     box-sizing: border-box;
     box-shadow: 0px 5px 20px #EBEBEB;
     border-radius: 16px;
     position: relative;
     top: -40px;
     padding: 20px 22px 44px;
     text-align: left;
}
 .bw-link-wrap {
     position: absolute;
     left: 26px;
     margin: 0 auto;
     bottom: 13px;
}
 .bw-slider.owl-carousel.off .item {
     width: 23%;
     margin-right: 19px;
}
 .bw-slider.owl-carousel.off .item:last-child{
     margin-right: 0;
}
 .bw-content-inner h2{
     font-size: 16px;
     line-height: 25px;
     color: #373B3D;
}
 .bw-date{
     font-size: 14px;
     line-height: 28px;
     letter-spacing: 0.01em;
     color: #878787;
     margin:0 0 6px;
}
 .bw-link::after {
     display: inline-block;
     content: "";
     background-image: url(../images/arrow-imp.svg);
     transition: transform 0.3s ease-out;
     width: 14px;
     height: 10px;
}
 .bw-link span {
     padding: 0 8px 0 0;
}
 .bw-link:hover::after {
     transform: translateX(4px);
     background-image: url(../images/arrow-imp-hover.svg);
}
 .bw-link:hover {
     color: #EC1E24;
}
 .bw-link {
     font-weight: 600;
     font-size: 15px;
     line-height: 18px;
     color: #444444;
     font-family: 'Montserrat';
}
 .bw-heading{
     font-size: 40px;
     line-height: 55px;
     color: #373B3D;
     margin: 0 0 51px 0;
}
 footer {
     text-align: center;
     border-top: 2px solid #c9dfec;
     padding: 43px 0 46px;
     position:relative;
}
 .footer-cpoyright ul{
     margin:0;
     float:right;
     display:flex;
     flex-wrap:wrap;
}
 .f-copy-text{
     margin:0 0 50px;
     float:left;
     color: #766E6E;
     font-size: 14px;
     line-height: 17px;
     font-family: Montserrat;
     font-weight: 500;
}
 .f-copy-text a{
     color: #766E6E;
}
 .f-copy-text a:hover{
     color: #766E6E;
     text-decoration:none;
}
 .footer-cpoyright ul li a{
     font-family: Montserrat;
     font-weight: 500;
     font-size: 14px;
     line-height: 17px;
     color: #766E6E;
}
 .footer-cpoyright ul li:first-child{
     margin-left:0;
}
 .footer-cpoyright ul li{
     margin-left: 27px;
}
 .footer-social-wrap a {
     display: inline-block;
     width: 30px;
     height: 30px;
     background-color: #FFF3F3;
     border-radius: 50%;
     text-align: center;
     vertical-align: top;
     position: relative;
     margin: 0 0 0 7px;
}
 .footer-social-wrap a > img{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 0;
     right: 0;
     margin: 0 auto;
     opacity:0.3;
}
 .footer-social-wrap a:hover{
     background-color:#EC1E24;
}
 .footer-social-wrap a:hover img{
     opacity:1;
     filter: brightness(0) invert(1);
}
 .footer-social-wrap {
     margin-bottom: 37px;
}
 .footer-nav ul {
     margin: 0 0 24px 0;
}
 .footer-nav ul li {
     display: inline-block;
     margin: 0 25px;
}
 .footer-nav ul li a{
     color: #343030;
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
     font-family: Montserrat;
}
 .footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a{
     color: #EC1E24;
}
 .footer-nav ul li.current-menu-item a:before{
     display:none;
}
 .footer-logo {
     margin-bottom: 32px;
}
 .ScrollTop {
     position: absolute;
     right: 0;
     bottom: 0;
}
 .ajax_loader{
     position:fixed;
     left:0;
     top:0;
     right:0;
     bottom:0;
     background:rgba(255,255,255,.99);
     z-index:9999;
     -webkit-transition:all 600ms ease 0s;
     transition:all 600ms ease 0s;
     height:100%;
}
 .ajax_loader.hideloader{
     opacity:0;
     visibility:hidden 
}
 .ajax_loader img{
     position:absolute;
     max-width:60px;
     width:auto;
     height:auto;
     left:50%;
     top:50%;
     -webkit-transform:translate3d(-50%,-50%,0);
     transform:translate3d(-50%,-50%,0) 
}
/* Pages Start */
 .p-text{
     margin:0 0 10px;
}
 .phone-icon p{
     font-weight: 500;
     font-size: 15px;
     line-height: 18px;
     color: #343030;
}
 .phone-icon img{
     margin: 0 10px 0 0;
}
 .address-box {
     margin: 25px 0;
}
 .address-box .row{
     margin:10px 0;
     background-color:#EFF9FF;
     border-radius: 12px;
     padding: 15px 0;
}
 .address-box h6{
     font-size: 20px;
     line-height: 30px;
     color: #373B3D;
}
 .address-box p{
     font-size: 16px;
     line-height: 30px;
     color: #444444;
     font-weight:400;
     margin:0;
}
 .city-img {
     border-radius: 12px;
}
 .inner-banner{
     background-repeat:no-repeat;
     position: relative;
     background-size:cover;
}
 .sticky .inner-banner {
     margin-top: 214px;
}
 .inner-title{
     font-size: 40px;
     line-height: 55px;
     color: #FFFFFF;
     margin: 0;
     text-align: center;
     position: relative;
     padding: 66px 0 28px;
}
 .inner-title::after {
     content: "";
     position: absolute;
     background-image: url(../images/inner-leaf.svg);
     background-repeat: no-repeat;
     width: 26px;
     height: 29px;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: 39px;
}
 .breadcrumb-wrap{
     background-color:#f0f9ff;
}
 .breadcrumb-wrap ul{
     margin:0;
}
 .breadcrumb-wrap ul li{
     display:inline-block;
     margin: 0 0 0 11px;
}
 .breadcrumb-wrap ul li:first-child{
     background-image:url(../images/home-icon.svg);
     background-repeat:no-repeat;
     background-position: left center;
     margin:0;
}
 .breadcrumb-wrap ul li:first-child a {
     color: #EC1E24;
     padding: 0 0 0 20px;
     margin: 0 10px 0 0;
}
 .breadcrumb-wrap ul li.active a{
     color: #EC1E24;
     margin: 0 10px 0 0;
}
 .breadcrumb-wrap ul li:first-child:after,.breadcrumb-wrap ul li.active:after{
     content:"/";
     color:#EC1E24;
}
 .breadcrumb-wrap ul li a{
     font-size: 15px;
     line-height: 35px;
     color:#444444 
}
 .about-wrapper.inner{
     background-color: #fff;
     background-image: none;
     padding-bottom:0;
}
 .inner-wrapper{
     background-image: url(../images/inner-bg.jpg);
     background-repeat: no-repeat;
     padding: 88px 0 88px 0;
     background-position: 0 88px;
}
 .inner-wrapper .aw-heading,.about-wrapper .aw-heading{
     margin-bottom: 19px;
}
 .inner-content-wrap h2{
     font-size: 26px;
     line-height: 32px;
     color: #373B3D;
     margin-bottom:25px;
}
 .inner-content-wrap h3{
     font-size: 19px;
     line-height: 32px;
     color: #373B3D;
     margin-bottom:15px;
}
 .contact-form{
     background: #EBF8FF;
     border-radius: 20px;
     padding:30px 45px;
}
 .inner-wrapper .form-group {
     margin-bottom: 25px;
}
 .inner-wrapper .form-group label{
     font-weight: 500;
     font-size: 18px;
     line-height: 21px;
     color: #444444;
     margin-bottom:15px;
}
 .inner-wrapper .form-group label span{
     color:#EC1E24;
}
 .inner-wrapper .form-group .form-control {
     background: #FFFFFF;
     border: 1px solid #91C3DD;
     box-sizing: border-box;
     border-radius: 6px;
     height: auto;
     padding: 16px 18px;
}
 .inner-wrapper .form-group .form-control option{
     font-family: Arial, Helvetica, sans-serif;
}
 button.red-btn{
     padding: 19px 50px 19px 56px;
     font-size: 18px;
}
 .social-wrap {
     margin-bottom: 15px;
}
 .social-wrap h6{
     font-size: 18px;
     line-height: 22px;
     color: #373B3D;
     margin-bottom: 10px;
}
 .social-wrap a {
     display: inline-block;
     width: 30px;
     height: 30px;
     background-color: #FFF3F3;
     border-radius: 50%;
     text-align: center;
     vertical-align: top;
     position: relative;
     margin: 0 0 0 7px;
}
 .social-wrap a > img {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 0;
     right: 0;
     margin: 0 auto;
     opacity: 0.3;
}
 .social-wrap a:hover img {
     opacity: 1;
     filter: brightness(0) invert(1);
}
 .social-wrap a:hover {
     background-color: #EC1E24;
}
 .email-us{
     margin: 13px 0 13px 0;
     font-size: 14px;
     line-height: 16px;
     color: #444444;
}
 .email-us a{
     font-size: 18px;
     line-height: 22px;
     color: #EC1E24;
     font-weight: 700;
     font-family: Montserrat;
}
 .google-review .col-md-6{
     background: #FFFFFF;
     border: 1px solid #A7C4D6;
     box-sizing: border-box;
     box-shadow: 0px 8px 40px rgba(197, 222, 255, 0.5);
     border-radius: 20px;
     margin-right: 2%;
     -ms-flex: 0 0 48%;
     flex: 0 0 48%;
     max-width: 48%;
     margin-bottom:35px;
}
 .gr-box {
     padding: 30px 20px;
}
 .gr-img img {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     border: 1px solid #A7C4D6;
}
 .gr-box p{
     margin: 0;
     padding: 6px 0 29px 48px;
}
 .gr-box span {
     padding: 2px 0 0 11px;
     font-size: 15px;
     line-height: 18px;
     vertical-align: middle;
     display: inline-block;
}
 .gr-box span img{
     display: inline-block;
     vertical-align: middle;
     margin: -3px 0 0 0;
}
 .load-btn {
     text-align: center;
     margin: 30px 0;
}
 .red-btn.without-arrow:after{
     display:none;
}
 .red-btn.without-arrow{
     padding:19px 37px 19px 37px;
}
 .inner-content-wrap .icw-heading{
     font-size: 40px;
     line-height: 55px;
     text-align:center;
     margin-bottom: 40px;
}
 .languages-box {
     display: inline-block;
     position: relative;
     cursor: pointer;
     font-size: 18px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     color: #444444;
     padding: 7px 0 0 40px;
     margin: 10px 0 0 10px;
}
 .languages-box input{
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 .languages-box .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 31px;
     width: 31px;
     background-color: #fff;
     border: 1px solid #91C3DD;
     border-radius: 5px;
}
 .languages-box :hover input ~ .checkmark , .languages-box :hover input ~ .wpcf7-list-item-label {
     background-color: #fff;
}
 .languages-box input:checked ~ .checkmark , .languages-box input:checked ~ .wpcf7-list-item-label {
     background-color: #EC1E24;
     border:1px solid #C1171C;
}
 .languages-box .checkmark:after,.languages-box .wpcf7-list-item-label:after {
     content: "";
     position: absolute;
     display: none;
}
 .languages-box input:checked ~ .checkmark:after ,.languages-box input:checked ~ .wpcf7-list-item-label:after{
     display: block;
}
 .languages-box .checkmark:after, .languages-box .wpcf7-list-item-label:after {
     left: 9px;
     top: 5px;
     width: 10px;
     height: 15px;
     border: solid white;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .form-group.calender-icon{
     position:relative;
}
 .form-group.calender-icon::after {
     content: "";
     position: absolute;
     background-image: url(../images/icon-calender.svg);
     width: 17px;
     height: 17px;
     top: 68%;
     left: 14px;
     transform: translateY(-50%);
}
 .inner-wrapper .form-group.calender-icon .form-control{
     padding: 16px 18px 16px 45px;
}
/* The container */
 .option {
     display: inline-block;
     position: relative;
     padding-left: 42px;
     margin-bottom: 12px;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     padding-top: 2px;
     padding-right: 10px;
}
/* Hide the browser's default radio button */
 .option input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
}
/* Create a custom radio button */
 .option .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 26px;
     width: 26px;
     border: 2px solid #9FAFB8;
     background-color: #EBF8FF;
     border-radius: 50%;
}
/* On mouse-over, add a grey background color */
 .option:hover input ~ .checkmark {
     background-color: #EBF8FF;
}
/* When the radio button is checked, add a blue background */
 .option input:checked ~ .checkmark {
     background-color: #EC1E24;
     border: 2px solid #EC1E24;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
 .option .checkmark:after{
     content: "";
     position: absolute;
     display: none;
}
/* Show the indicator (dot/circle) when checked */
 .option input:checked ~ .checkmark:after{
     display: block;
}
/* Style the indicator (dot/circle) */
 .option .checkmark:after{
     top: 2px;
     left: 2px;
     width: 18px;
     height: 18px;
     border-radius: 50%;
     background: white;
}
 .status {
     font-weight: 500;
     font-size: 18px;
     line-height: 21px;
     color: #444444;
     display: inline-block;
     margin: 16px 0 0 0;
}
 .inner-wrapper .immigration-programs-wrapper::after{
     display:none;
}
 .inner-wrapper .immigration-programs-wrapper{
     padding: 0;
}
 .ex1{
     margin-top:15px;
}
 .bottom-content{
     margin-top:61px;
     margin-bottom: 11px;
}
 .inner-content-wrap ul{
     margin:0;
}
/* .inner-content-wrap ol{} */
 .inner-content-wrap ul li, .inner-content-wrap ol li{
     position:relative;
     font-size: 18px;
     line-height: 30px;
     color: #444444;
     padding: 0 0 17px 25px;
}
.inner-content-wrap ol li{padding: 0 0 12px 0;}
 .inner-content-wrap ul li::after {
     content: "";
     position: absolute;
     background-image: url(../images/logo.svg);
     background-repeat: no-repeat;
     left: 0;
     width: 15px;
     height: 28px;
     top: 0;
     background-position: left top;
     background-size:15px 28px;
}
 .how-apply-wrap {
     position: relative;
     padding:86px 0 130px;
}
 .how-apply-wrap h2{
     color:#fff;
     position: relative;
     z-index:1;
     margin-bottom: 20px;
     font-size:40px;
     line-height:55px;
}
 .how-apply-wrap p{
     color:#fff;
     position: relative;
     z-index:1;
}
 .start-wrap{
     background-color:#ebf8ff;
     padding:75px 0 127px;
     background-image: url(../images/img-leaf.svg);
     background-repeat: no-repeat;
     background-position: right 225px;
     position:relative;
}
 .start-wrap h2{
     position: relative;
     z-index:1;
     margin-bottom: 20px;
     font-size:40px;
     line-height:55px;
}
 .start-wrap .red-btn {
     display: inline-block;
     position: relative;
     padding: 19px 60px 19px 82px;
     margin-top: 25px;
}
 .start-wrap::after {
     content: "";
     position: absolute;
     background-image: url(../images/red-reaf.svg);
     background-repeat: no-repeat;
     width: 86px;
     height: 86px;
     left: 9%;
     top: -43px;
}
 .start-wrap .red-btn::after {
     display: inline-block;
     content: "";
     background-image: url(../images/icon-doller-white.svg);
     width: 18px;
     height: 18px;
     left: 58px;
     position: absolute;
     top: 19px;
}
 .inner-content-wrap h2.team-heading {
     font-size: 32px;
     margin: 0 0 8px 0;
}
 .red-heading{
     color:#ec1d23;
     font-size: 20px;
     font-weight: 500;
}
 .video-icon{
     display:block;
     position: relative;
}
 .video-icon::after {
     content: "";
     position: absolute;
     background-image: url(../images/video-icon.svg);
     background-repeat: no-repeat;
     width: 66px;
     height: 66px;
     z-index: 1;
     background-size: 100%;
     left: 0;
     top: 50%;
     right: 0;
     margin: 0 auto;
     transform: translateY(-50%);
}
 .video-wrap .modal-body {
     padding: 30px 15px 15px;
}
 .video-wrap .close {
     position: absolute;
     right: 14px;
     font-size: 30px;
     margin-bottom: 0;
     z-index:1;
}
 .total-box {
     position: absolute;
     width: 70%;
     left: -25px;
     top: 20%;
     transform: translateY(-50%);
     z-index: 1;
     background-color: #fff;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     padding:30px 15px;
}
 .contact-form-payment {
     background: #EBF8FF;
     border-radius: 10px;
     padding: 30px 55px;
}
 .cart-total{
     margin:0;
     text-transform: uppercase;
}
 .cart-total span {
     font-size: 39px;
     font-weight: 600;
     padding: 0 10px 0 31px;
     display: inline-block;
     vertical-align: middle;
}
 .inner-content-wrap .total-box h2{
     margin: 4px 0 20px 0;
}
 .inner-wrapper .form-group.card-info .form-control{
     padding: 16px 232px 16px 18px;
}
 .form-group.card-info {
     position: relative;
}
 .card-icon {
     position: absolute;
     top: 68%;
     right: 13px;
     width: auto;
     transform: translateY(-50%);
}
 .txt-save {
     font-size: 15px;
     line-height: 22px;
     color: #EC1E24;
     font-weight: 700;
     font-family: Montserrat;
     padding: 10px 0;
     display: block;
}
 .stripe-img{
     position: absolute;
     right: 0;
     top: -10px;
}
 .p-heading{
     position: relative;
}
 .inner-wrapper .form-group.cvv-info .form-control{
     padding: 16px 160px 16px 18px;
}
 .form-group.cvv-info{
     position: relative;
}
 .cvv-icon{
     position: absolute;
     top: 50%;
     right: 13px;
     width: auto;
     transform: translateY(-50%);
}
 .car-footer-links {
     margin-top: 30px;
     font-size: 15px;
     text-align: right;
}
 .car-footer-links a{
     margin:0 5px;
}
 .contact-form-payment .red-btn::after {
     display: inline-block;
     content: "";
     background-image: url(../images/icon-doller-white.svg);
     width: 18px;
     height: 18px;
     left: 58px;
     position: absolute;
     top: 19px;
}
 .contact-form-payment .red-btn {
     display: inline-block;
     position: relative;
     padding: 19px 60px 19px 82px;
     margin-top: 0;
}
 .align-right{
     text-align:right;
}
 .bd-post-info p{
     margin-bottom: 0;
     display:inline-block;
     vertical-align: top;
}
 .bd-post-title{
     color:#373B3D;
     font-weight:600;
     font-size:14px;
     background-color:#E9F7FF;
     font-family: 'Montserrat';
     padding: 7px 14px;
}
 .bd-author-name {
     font-size: 17px;
     color: #777;
     padding: 8px 0 8px 30px;
     margin: 0 10px 0 20px;
     background-image: url(../images/author-icon.svg);
     background-repeat: no-repeat;
     background-position: left 15px;
}
 .bd-post-date {
     font-size: 17px;
     color: #777;
     padding: 8px 0 8px 30px;
     margin: 0 10px 0 20px;
     background-image: url(../images/icon-calender.svg);
     background-repeat: no-repeat;
     background-position: left 15px;
}
 .bd-content img{
     border-radius:20px;
     margin-bottom:25px;
}
 .bd-post-info {
     margin-bottom: 25px;
}
 .blog-post-wrap {
     border-top: 1px solid #E5E5E5;
     border-bottom: 1px solid #E5E5E5;
     padding: 25px 0;
     margin: 35px 0;
}
 .thankyou_content {
     width: 600px;
     margin: 0 auto;
     text-align: center;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     padding: 50px 50px;
     font-size: 18px;
     line-height: 30px;
}
 .post-box{
     width: 80%;
}
 .post-box:hover p{
     color:#000;
}
 .post-box a {
     color: #666;
     font-size: 16px;
     font-weight: 700;
     font-family: 'Montserrat';
     margin-bottom: 7px;
     display: inline-block;
     position:relative;
}
 .post-box:hover .old-link{
     background-image:url(../images/post-arrow-left-hover.png);
     color:#ec1e24;
}
 .old-link{
     background-image:url(../images/post-arrow.png);
     background-repeat: no-repeat;
     background-position: left center;
     padding: 0 0 0 35px;
}
 .new-link{
     background-image:url(../images/post-arrow-right.png);
     background-repeat: no-repeat;
     background-position: right center;
     padding: 0 35px 0 0;
}
 .post-box:hover .new-link{
     background-image:url(../images/post-arrow-hover.png);
     color:#ec1e24;
}
 .post-box p {
     color: #717171;
     font-size: 17px;
     font-weight: 600;
     font-family: 'Montserrat';
     margin:0;
}
 .bd-search{
     background: #FFFFFF;
     border: 1px solid #B5D1E2;
     box-sizing: border-box;
     border-radius: 5px;
     max-width:340px;
     width:100%;
     text-align:right;
}
 .site-search{
     width: 85%;
     padding: 15px 0;
     border-radius: 5px;
     border:none;
}
 .bd-nav {
     background: #EFF9FF;
     border-radius: 10px;
     padding: 21px 29px;
     margin-top: 30px;
}
 .inner-content-wrap .bd-nav li {
     position: relative;
     font-size: 18px;
     line-height: 30px;
     color: #444444;
     padding:0;
     border-bottom: 1px solid #D3E7F2;
}
 .inner-content-wrap .bd-nav li a:hover{
     color: #EC1E24;
     background-image: url(../images/list-hover-arrow.svg);
     background-repeat: no-repeat;
     background-position: left center;
     padding: 10px 0 10px 30px;
}
 .inner-content-wrap .bd-nav li a{
     color: #444444;
     padding: 10px 0;
     display:block;
}
 .bd-right-content h3{
     font-family: Montserrat;
     font-size: 18px;
     line-height: 22px;
     color: #26292B;
     margin-bottom:14px;
}
 .inner-content-wrap .bd-nav li:last-child{
     border:none 
}
 .inner-content-wrap .bd-nav li::after{
     display:none;
}
 .bd-right-content {
     max-width: 340px;
     width: 100%;
     margin-left: auto;
}
 .bd-search button {
     background: transparent;
     border: none;
}
 .inner-content-wrap .bd-recent-post li::after{
     display: none;
}
 .bd-recent-post{
     padding: 21px 29px;
     background: #FFFFFF;
     box-shadow: 0px 3px 12px #D1E4F0;
     border-radius: 10px;
     margin-top:35px;
}
 .inner-content-wrap .bd-recent-post li{
     padding:0;
     margin-bottom:20px;
}
 .r-content {
     display: inline-block;
     vertical-align: top;
     width: 64%;
}
 .r-content p{
     font-family: Montserrat;
     font-style: normal;
     font-weight: 600;
     font-size: 16px;
     line-height: 23px;
     margin: 0 0 6px 0;
}
 .r-img {
     width: 87px;
     height: 87px;
     display: inline-block;
     margin-right: 10px;
}
 .r-img img{
     object-fit: cover;
     border-radius:5px;
}
 .rb-arrow{
     background-image:url(../images/post-arrow-right.png);
     width:20px;
     height:8px;
     display: block;
}
 .inner-content-wrap .bd-recent-post li a:hover .r-content p{
     color: #EC1E24 
}
 .inner-content-wrap .bd-recent-post li a:hover .rb-arrow{
     background-image:url(../images/post-arrow-hover.png);
}
 .bw-inner-slider .bw-content-inner{
     top: -65px;
     padding: 20px 22px 60px;
}
 .bw-inner-slider .bw-content-inner h2 {
     font-size: 22px;
     line-height: 32px;
     color: #373B3D;
}
 .bw-inner-slider .bw-date {
     font-size: 17px;
     line-height: 28px;
     background-image:url(../images/icon-calender.svg);
     background-repeat:no-repeat;
     background-position:left center;
     padding: 0 0 0 27px;
}
 .bw-inner-slider .bw-link {
     font-size: 17px;
     line-height: 21px;
}
 .bw-inner-slider .bw-link-wrap{
     bottom: 29px;
}
 .bw-inner-slider .owl-nav {
     position: absolute;
     top: 35%;
     transform: translateY(-50%);
     width: 100%;
     font-size: 0;
    ;
}
 .bw-inner-slider .owl-prev {
     position: absolute;
     left: -65px;
     background-image:url(../images/round-arrow.svg) !important;
     background-repeat:no-repeat !important;
     width:51px;
     height:51px;
}
 .bw-inner-slider .owl-prev:hover{
     background-image:url(../images/round-arrow-hover.svg) !important;
     transform: rotate(180deg);
}
 .bw-inner-slider .owl-next {
     position: absolute;
     right: -65px;
     background-image:url(../images/round-arrow.svg) !important;
     background-repeat:no-repeat !important;
     width:51px;
     height:51px;
     transform: rotate(180deg);
}
 .bw-inner-slider .owl-next:hover{
     background-image:url(../images/round-arrow-hover.svg) !important;
     transform: rotate(0deg);
}
 .inner-blog-wrap{
     position:relative;
}
 .inner-blog-wrap::after {
     content: "";
     position: absolute;
     background-image: url(../images/right-leaf.svg);
     background-repeat: no-repeat;
     width: 86px;
     height: 86px;
     right: 9%;
     top: -43px;
}
 .blog-main-wrap .bw-content-inner{
     top: -65px;
     padding: 20px 22px 60px;
}
 .inner-content-wrap .blog-main-content h2{
     font-size: 22px;
     line-height: 32px;
}
 .inner-wrapper .blog-main-wrap .aw-heading{
     margin-bottom: 40px;
}
 .blog-main-wrap .bw-date {
     font-size: 17px;
     line-height: 28px;
     background-image: url(../images/icon-calender.svg);
     background-repeat: no-repeat;
     background-position: left center;
     padding: 0 0 0 27px;
}
 .blog-main-wrap .bw-link {
     font-size: 17px;
     line-height: 21px;
}
 .blog-sort-wrap {
     text-align: center;
     margin: 0 0 50px;
}
 .blog-sort-wrap span{
     font-weight: 500;
     font-size: 18px;
     line-height: 21px;
     margin-bottom: 10px;
     display: inline-block;
}
 .blog-sort-wrap span img{
     margin-right:10px;
}
 .blog-sort-wrap select{
     display:inline-block;
     background: #FFFFFF;
     border: 1px solid #91C3DD;
     box-sizing: border-box;
     border-radius: 6px;
     height: auto;
     padding: 16px 18px;
     max-width:226px;
}
 .blog-sort-wrap option {
     font-family: Arial, Helvetica, sans-serif;
}
 .languages-option .wpcf7-list-item input,.option-wrap .wpcf7-list-item input{
     padding: 0;
     height: 31px;
     width: 31px;
     margin-bottom: 0;
     cursor: pointer;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     position: absolute;
     z-index: 1;
}
 .languages-option span.wpcf7-list-item-label ,.option-wrap span.wpcf7-list-item-label {
     position: relative;
     cursor: pointer;
     font-size: 18px;
     color: #444444;
}
 .languages-option span.wpcf7-list-item-label:before,.option-wrap span.wpcf7-list-item-label:before {
     content: '';
     -webkit-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     vertical-align: middle;
     cursor: pointer;
     margin-right: 5px;
     height: 31px;
     width: 31px;
     background-color: #fff;
     border: 1px solid #91C3DD;
     border-radius: 5px;
}
 .languages-option .wpcf7-list-item input:checked + span.wpcf7-list-item-label:after ,.option-wrap .wpcf7-list-item input:checked + span.wpcf7-list-item-label:after{
     content: '';
     display: block;
     position: absolute;
     top: 2px;
     left: 11px;
     width: 6px;
     height: 14px;
     border: solid #fff;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
}
 .languages-option .wpcf7-list-item input:checked + span.wpcf7-list-item-label:before ,.option-wrap .wpcf7-list-item input:checked + span.wpcf7-list-item-label:before {
     background-color: #EC1E24;
     border: 1px solid #C1171C 
}
 .col-md-4.languages-option {
     padding: 13px 0;
}
 .option-wrap .wpcf7-list-item input{
     padding: 0;
     height: 31px;
     width: 31px;
     margin-bottom: 0;
     cursor: pointer;
     appearance: none;
     position: absolute;
     z-index: 1;
}
 .option-wrap span.wpcf7-list-item-label {
     position: relative;
     cursor: pointer;
     font-size: 18px;
     color: #444444 !important;
}
 .option-wrap span.wpcf7-list-item-label:before {
     content: '';
     -webkit-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     vertical-align: middle;
     cursor: pointer;
     margin-right: 5px;
     height: 26px;
     width: 26px;
     background-color: #EBF8FF;
     border: 2px solid #9FAFB8;
    ;
     border-radius: 50%;
}
 .option-wrap .wpcf7-list-item input:checked + span.wpcf7-list-item-label:after{
     content: '';
     display: block;
     position: absolute;
     top: 3px;
     left: 4px;
     width: 18px;
     height: 18px;
     border-radius: 50%;
     background: white;
}
 .option-wrap .wpcf7-list-item input:checked + span.wpcf7-list-item-label:before {
     background-color: #EC1E24;
     border: 2px solid #EC1E24;
}
 .no_image_text {
     background-color: #EC1E24;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     font-size: 27px !important;
     text-align: center;
     line-height: 50px !important;
     color: #fff;
     padding: 0 !important;
}
 span.wpcf7-not-valid-tip{
     display:none;
}
 .wpcf7-not-valid {
     border: 1px solid red !important;
}
 .blog_pagination_wrap {
     text-align: center;
}
 .page-numbers {
     color: #FFBABC;
     width: 51px;
     height: 51px;
     border-radius: 50%;
     border: 1px solid #FFBABC;
     text-align: center;
     padding: 15px 0;
     margin:0 10px;
     font-size: 17px;
     line-height: 21px;
     font-family: Montserrat;
     color: #FFBABC;
     font-weight: 600;
     display: inline-block;
     vertical-align: middle 
}
 .page-numbers:hover{
     color: #fff;
     background-color: #EC1E24;
}
 .prev.page-numbers{
     background-image: url(../images/t-arrow.svg) !important;
     background-repeat: no-repeat !important;
     outline: none;
     background-color:transparent;
     border:none;
}
 .prev.page-numbers:hover{
     background-image: url(../images/t-arrow-hover.svg) !important;
     transform: rotate(-180deg);
}
 .next.page-numbers{
     background-image: url(../images/t-arrow.svg) !important;
     background-repeat: no-repeat !important;
     transform: rotate(-180deg);
     outline: none;
     border:none;
     background-color:transparent;
}
 .next.page-numbers:hover{
     background-image: url(../images/t-arrow-hover.svg) !important;
     transform: rotate(0deg);
}
 .alm-listing .alm-reveal{
     display: flex;
     flex-wrap: wrap;
}
 .sticky_footer_button {
     position: fixed;
     background-color: #EC1E24;
     bottom: 0;
     right: 20%;
     margin: 0 auto;
     width: 260px;
     border-radius: 5px 5px 0 0;
     color: #fff;
     font-family: 'Montserrat';
     font-size: 15px;
     font-weight: 600;
     padding: 10px 0;
     z-index:2;
}
 .sticky_footer_button a{
     color: #fff;
}
 .sticky_footer_button img{
     width: 30px;
     margin-left: 12px;
}
 .wpcf7 form.invalid .wpcf7-response-output{
     border: none;
     background-color: #ffe0e0;
     display: inline-block;
     color: red;
     font-weight: 500;
     padding: 12px;
}
 .wpcf7 form.sent .wpcf7-response-output{
     border: none;
     background-color: #46b450;
     display: inline-block;
     color: #fff;
     font-weight: 500;
     padding: 12px;
}
 .how-apply-wrap.contactus {
     padding: 0;
}
 .pagenot_found h1{
     text-align: center;
     color: #EC1E24;
     margin-bottom: 25px;
}
 .error404 .breadcrumb-wrap{
     display:none;
}
#contact-form{margin-top:100px;}
#contact-form p, .how-apply-wrap p{color:#000;}
.second-content-wrapper{padding-top:30px;}

.new-inner-wrapper .inner-content-wrap .row:nth-child(even) {
  flex-direction: row-reverse;
}

.new-inner-wrapper .inner-content-wrap .row {
  padding-bottom: 50px;
}

.new-inner-wrapper .inner-content-wrap .row:last-child {
  padding-bottom: 0;
}

.new-inner-wrapper .inner-content-wrap .row .themetxt ol {
  padding-left: 20px;
}

.faqSec {
  padding-bottom: 60px;
}

.secpagehdng {
  padding-bottom: 30px;
}

.faqWrap .accordion .card .card-header {
  background-color: #EC1E24;
}

.faqWrap .accordion .card {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faqWrap .accordion .card .card-header h2 button {
  color: #ffffff;
  font-weight: 500
}

.faqWrap .accordion .card .card-header h2 button:hover {
  text-decoration: none;
}

.faqWrap .accordion .card .card-header h2 button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.faqSec .container,
.whysec .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.whysec {
  position: relative;
  background-color: #EC1E24;
  padding: 80px 0;  
  border-top: 2px solid #b71a1e;
  border-bottom: 2px solid #b71a1e;
}

.whysec h2, .whysec p {
  color: #ffffff;
}

.secThreeWrap .inner-content-wrap {
  text-align: center;
  padding-bottom: 30px;
}

.secThreeWrap .form-group select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #91C3DD;
  box-sizing: border-box;
  border-radius: 6px;
  height: auto;
  padding: 16px 18px;
}

.secThreeWrap .themetxt {
   text-align: center;
   padding: 40px 0;
}

.secThreeWrap .themetxt .nav-btn {
  margin: 0 10px;
}

.secThreeWrap .themetxt .nav-btn::before {
  top: 24px;
}

.seconeTopWrap {
  text-align: center;
  padding: 0 0 60px 0;
}

.seconeTopWrap h2 {
  margin-bottom: 15px;
}

.inner-wrapper.testiSec {
  background-color: #EC1E24;
  padding: 90px 0;
  background-image: none;
}

.inner-wrapper.testiSec .container .row {
  margin-left: 0;
} 

.inner-wrapper.testiSec .secpagehdng h2 {
  margin-bottom: 15px;
}

.inner-wrapper.testiSec .secpagehdng h2,
.inner-wrapper.testiSec .secpagehdng p {
  color: #ffffff;
}

.secTwoBtmTxt p {
    color: #ffffff;
}

.page-contctdtls-wrap .page-contact-item {
  margin-top: 18px;
}

.page-contctdtls-wrap .page-contact-item a img {
  max-width: 20px;
}

.page-contctdtls-wrap .page-contact-item a:hover {
  color: #EC1E24;
}

.page-contctdtls-wrap .address-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-contctdtls-wrap .address-box .ofcaddrssitem {
  width: 50%;
  padding: 0 12px;
}

.page-contctdtls-wrap .address-box .ofcaddrssitem .col-md-9.col-7 {
  text-align: left;
}

.page-contctdtls-wrap .address-box .row {
 align-items: center;
}

body.single .faqSec {
  padding-top: 40px;
}

.testiSec.immigrationTestiSec {
  margin: 25px 0 0;
}

.second-content-wrapper ol {
  padding-left: 20px;
}

/* Mobile Devices - Phones/Tablets */

 @media only screen and (max-width: 1199px) {

  .inner-wrapper.testiSec {
      padding: 60px 0;
  }
  
  .secThreeWrap .themetxt {
    padding: 10px 0 0;
  }

 }

 @media only screen and (max-width: 1024px) {
    .testiSec.immigrationTestiSec {
      margin: 15px 0 0;
    }
     .show, .show body {
         overflow-y: hidden;
    }
     .site-wrap .container{
         padding-right: 0;
         padding-left: 0;
         max-width:100%;
    }
     .site-wrap .inner-wrapper .container,.site-wrap .breadcrumb-wrap .container{
         padding-right: 15px;
         padding-left: 15px;
    }
     .header-top{
         text-align:center 
    }
     .ht-social-wrap{
         margin:0;
    }
     .ht-contact-link{
         display:block;
         margin-bottom:10px;
    }
     .sticky .header-top {
         visibility: visible;
         height: auto;
         padding: 7px 0;
    }
     .sticky .home-banner-wrap {
         margin-top: 0;
    }
     .header-bottom{
         padding: 0 15px;
    }
     .sticky .nav-logo{
         top: -25px;
    }
     .nav-logo img{
         width: 72%;
         max-width:87px;
    }
     .sticky header{
         -webkit-transition:none;
         position: relative;
         transition: none;
    }
     .header-bottom .navbar {
         padding: 22px 0 20px;
    }
     .menu-toggle {
         margin-right: 0;
         position: absolute;
         right: 15px;
    }
     .menu-toggle.is-active{
         z-index: 17;
         top: 19px;
         position: fixed;
    }
    /* MOBILE NAVIGATION */
     .navbar ul {
         display: block;
         flex-direction: column;
         position: fixed;
         justify-content: start;
         top: 0;
         background-color: #fff;
         width: 100%;
         height:100vh;
         text-align: center;
         overflow: hidden;
         z-index:12;
         left:-100%;
         overflow-y: scroll;
    }
     .menu-toggle, .bar {
         display: block;
         cursor: pointer;
    }
     .mobile-nav {
         left:0 !important;
    }
     .menu-item{
         margin:0;
    }
     .nav-btn{
         margin-left:0;
    }
    
    .new-inner-wrapper .inner-content-wrap .row {
      padding-bottom: 50px;
    }
    .whysec {
      padding: 60px 0;  
    }
    .faqSec {
      padding-bottom: 50px;
    }
    
  .inner-wrapper.testiSec {
      padding: 50px 0;
  }
}

@media only screen and (max-width:991px){
  .testiSec.immigrationTestiSec {
    margin: 0;
  }
  #contact-form {
    margin-top: 50px;
  }
    .page-contctdtls-wrap .address-box .ofcaddrssitem {
      width: 100%;
      padding: 0;
    }
    
    .page-contctdtls-wrap .address-box {
      max-width: 570px;
      margin: 0 auto;
      padding-top: 15px;
    }
.wp-block-columns.is-layout-flex{flex-wrap:wrap!important}
    .wp-block-columns .wp-block-column{
        flex-basis: 100% !important;
    }
    
    .whysec {
      padding: 40px 0;  
    }
    
    .faqSec {
      padding-bottom: 40px;
    }
   
   .secThreeWrap .themetxt {
     padding: 30px 0;
  } 
   .inner-wrapper.testiSec {
      padding: 40px 0;
  } 
 
}
 @media only screen and (max-width: 767px) {
     .sticky .inner-banner {
         margin-top: 0;
    }
     .contact-form-payment {
         padding: 30px 15px;
    }
     .card-icon {
         position: relative;
         top: 11px;
         right: 0;
         width: auto;
         transform: initial;
         margin-bottom: 21px;
    }
     .t-img-wrap img{
         left:0;
    }
     .t-img-wrap {
         height: 100px;
    }
     .bd-author-name,.bd-post-date{
         margin: 0 10px 0 0;
    }
     .bw-inner-slider .owl-nav {
         position: initial;
    }
     .bw-inner-slider .owl-prev,.bw-inner-slider .owl-next{
         position: initial;
    }
     .col-md-6.text-right{
         text-align:left !important;
    }
     .post-box.float-right{
         float:none !important;
         margin-top: 12px;
    }
     .r-content p {
         font-size: 14px;
         line-height: 21px;
    }
     .r-img {
         width: 67px;
         height: 67px;
    }
     .inner-content-wrap .bd-nav li {
         font-size: 16px;
         line-height: 28px;
    }
     .bd-recent-post{
         padding: 21px 15px;
    }
     .blog-wrap.inner-blog-wrap{
         padding: 50px 15px 50px;
    }
     .bw-inner-slider .bw-content-inner h2 {
         font-size: 16px;
         line-height: 25px 
    }
     .img-corner{
         margin: 0 auto 15px;
         display: block;
         border-radius: 5px;
    }
     .inner-banner{
         background-size: cover;
    }
     .bottom-content{
         margin-top: 10px;
    }
     .inner-content-wrap h2.team-heading {
         font-size: 22px;
    }
     .red-heading {
         font-size: 18px;
    }
     .inner-content-wrap .bottom-content h2{
         margin-top:20px;
         font-size:22px;
    }
     .inner-content-wrap ul li {
         font-size: 16px;
         line-height: 28px;
         color: #444444;
         padding: 0 0 5px 25px;
    }
     .how-apply-wrap,.start-wrap{
         padding:20px 15px 65px;
    }
     .how-apply-wrap h2,.start-wrap h2 {
         font-size:22px;
         margin-bottom:15px;
         margin-top:15px;
         line-height: 25px;
        ;
    }
     .status{
         margin: 16px 0 15px 0;
    }
     .google-review {
         margin: 0 15px;
    }
     .gr-box{
         padding: 15px 0;
    }
     .gr-box p {
         padding: 15px 0 15px 48px;
    }
     .inner-banner .hb-assist-wrap{
         display:none;
    }
     .google-review .col-md-6{
         margin-right:0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
         margin-bottom: 20px;
    }
     .inner-title{
         font-size: 30px;
         line-height: 45px 
    }
     .address-box p {
         font-size: 14px;
         line-height: 26px;
    }
     .address-box h6 {
         font-size: 16px;
         line-height: 26px;
         margin: 0;
    }
     button.red-btn {
         padding: 19px 31px 19px;
         font-size: 18px;
    }
     button.red-btn {
         padding: 19px 31px 19px;
    }
     .inner-content-wrap h2 {
         font-size: 19px;
         line-height: 28px;
         margin-bottom: 14px;
    }
     .contact-form {
         padding: 20px;
    }
     .inner-wrapper .form-group label {
         font-size: 16px;
         line-height: 21px;
         margin-bottom: 10px;
    }
     .inner-wrapper .form-group {
         margin-bottom: 20px;
    }
     .inner-wrapper .form-group .form-control, 
     .secThreeWrap .form-group select {
         padding: 10px 18px !important;
    }
     .inner-wrapper .form-group.card-info .form-control{
         padding: 10px 18px;
    }
     img#pay_loader{
         margin:0 auto;
    }
     .inner-banner .hb-assist-wrap{
         bottom: -113px;
    }
     .inner-banner .hb-chat-wrap::after{
         box-shadow:none;
    }
     .inner-wrapper{
         padding: 30px 0 30px 0;
         background-position: 0 0;
    }
     p {
         font-size: 16px;
         line-height: 28px;
    }
     #home-banner.owl-carousel .owl-item img{
         object-fit: cover;
        /* height:350px;
         */
    }
     .hb-content{
         right:0;
         width: 320px;
         padding:0 10px;
    }
     #home-banner .owl-nav .owl-prev,#home-banner .owl-nav .owl-next{
         background-size: 35px;
         width: 35px;
         height: 35px;
    }
     #home-banner .owl-nav{
         padding: 0 15px;
         top:auto;
         bottom:25px;
    }
     .hbc-heading{
         font-size: 23px;
         line-height: 33px;
         margin: 0 0 13% 0;
    }
     .hb-content .white-btn{
         padding: 5px 28px 5px 32px;
    }
     .hb-assist-wrap .col-md-8 {
         padding: 0;
         position: absolute;
         width: 194px;
         right: 39px;
         bottom: 13px;
    }
     .hb-assist-wrap .col-md-4{
         position: absolute;
         top: -65px;
         right: 7px;
    }
     #home-banner .owl-nav{
         display:none;
    }
     .about-wrapper{
         padding: 50px 0 50px;
    }
     .inner-content-wrap .aw-heading,.about-wrapper .aw-heading{
         font-size: 27px;
         line-height: 36px;
         margin-bottom: 25px;
    }
     .aw-content p{
         font-size: 16px;
         line-height: 26px;
    }
     .owl_about_main_slider.owl-carousel{
         padding:0 15px;
         display:flex;
         flex-wrap:wrap 
    }
     .aw-content h2{
         margin: 0 0 12px 0;
    }
     .owl_about_main_slider .item {
         padding: 25px 15px 25px;
         height: 472px ;
    }
     .immigration-programs-wrapper{
         padding: 50px 0 0 0;
    }
     .inner-content-wrap .imp-heading ,.immigration-programs-wrapper .imp-heading{
         font-size: 27px;
         line-height: 36px;
         margin-bottom: 25px;
    }
     .imp-content-inner p{
         font-size: 16px;
         line-height: 26px;
    }
     .imp-content-inner{
         padding: 25px 15px;
    }
     .imp-slider.owl-carousel{
         padding:0 15px;
    }
     .testimonials-wrap{
         padding: 50px 0 50px 0;
    }
     .tw-heading{
         position: initial;
         font-size: 27px;
         line-height: 37px;
         width:100%;
         margin-bottom:25px;
    }
     .testimonials-wrap .item{
         background-image:none;
    }
     .testimonials-wrap .item .col-md-5{
         display:none;
    }
     .testimonials-wrap .item .col-md-7{
         padding:0 35px;
    }
     .t-content-wrap{
         position: initial;
         padding:0;
         margin-bottom:25px;
         height:150px;
    }
     .t-content-wrap::after{
         display:none;
    }
     .t-content-wrap p{
         font-size: 15px;
         line-height: 26px;
         margin: 0 0 16px 0;
         padding:0;
    }
     .t-content-wrap{
         height: 200px;
    }
     .testimonials-wrap .owl-prev{
         background-size: 40px 40px !important;
         width: 40px;
         height: 40px;
    }
     .testimonials-wrap .owl-next{
         background-size: 40px 40px !important;
         width: 40px;
         height: 40px;
    }
     .t-content-wrap p.t-client-name{
         line-height: 26px;
         font-size: 17px;
    }
     .testimonials-wrap{
         position:relative;
    }
     .testimonials-wrap .tw-heading{
         padding: 22px 0 0 0;
    }
     .testimonials-wrap::after {
         content: "";
         position: absolute;
         background-image: url(../images/red-reaf.svg);
         background-repeat: no-repeat;
         width: 86px;
         height: 86px;
         left: 13%;
         top: 115px;
    }
     .testimonials-wrap .owl-nav {
         position: absolute;
         right: 19px;
         bottom: -41px;
    }
     .blog-wrap{
         padding: 50px 0 50px;
    }
     .bw-heading {
         font-size: 27px;
         line-height: 36px;
         margin-bottom: 25px;
    }
     .bw-slider.owl-carousel{
         padding:0 15px;
    }
     .footer-nav ul li{
         margin: 0 9px 9px;
    }
     .footer-cpoyright{
         text-align:center;
         padding:0 15px;
    }
     .f-copy-text,.footer-cpoyright ul{
         float:none;
    }
     .footer-social-wrap{
         margin-bottom: 24px;
    }
     .footer-cpoyright ul{
         display:block;
    }
     .footer-cpoyright ul li{
         margin:10px 5px 0;
         display:inline-block 
    }
     footer{
         padding: 25px 0;
    }
     .ScrollTop{
         width:50px;
    }
     .imp-content-inner{
         height: 290px;
    }
    
    .new-inner-wrapper .inner-content-wrap .row {
      padding-bottom: 35px;
    }
    
    .secpagehdng {
      padding-bottom: 20px;
    }
    
    .whysec {
      padding: 35px 0;  
    }
    
    .faqSec {
      padding-bottom: 30px;
    }
    
    .whysec p br {
      display: none;
    }
    
    .seconeTopWrap {
      padding: 0 0 30px 0;
   }
}
 @media only screen and (min-width : 575px) and (max-width : 767px) {
     .imp-content-inner {
         height: 315px;
    }
     .owl_about_main_slider .item,.imp-slider.owl-carousel .item, .bw-slider .item{
         margin:0 5px;
    }
     .testimonials-wrap {
         padding: 50px 0 65px 0;
    }
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) {
     .bw-inner-slider .owl-nav {
         position: initial;
    }
     .bw-inner-slider .owl-prev,.bw-inner-slider .owl-next{
         position: initial;
    }
     .blog-wrap.inner-blog-wrap{
         padding: 60px 15px;
    }
     .r-content p {
         font-size: 14px;
         line-height: 21px;
    }
     .r-img {
         width: 50px;
         height: 50px;
    }
     .start-wrap h2 ,.how-apply-wrap h2 {
         font-size: 27px;
         line-height: 39px;
    }
     .how-apply-wrap ,.start-wrap{
         position: relative;
         padding: 40px 15px;
    }
     .inner-wrapper{
         padding: 50px 0 50px 0;
    }
     .contact-form{
         padding: 30px 25px;
    }
     .header-top{
         text-align:right;
         padding: 7px 15px;
    }
     .ht-contact-link{
         display:inline-block;
         margin:0;
    }
     #home-banner .owl-carousel .owl-item img{
         object-fit: cover;
         height: 450px;
    }
     #home-banner .owl-nav{
         padding: 0 15px;
    }
     .hb-content{
         width: 415px;
    }
     .hbc-heading {
         font-size: 40px;
         line-height: 53px;
    }
     .about-wrapper{
         padding: 60px 0 60px;
    }
     .inner-content-wrap .aw-heading, .about-wrapper .aw-heading{
         font-size: 35px;
         line-height: 45px;
         margin-bottom: 30px;
    }
     .owl_about_main_slider .item{
         margin:0 5px;
         height: 480px;
    }
     .owl_about_main_slider.owl-carousel{
         padding:0 15px;
    }
     .aw-content p {
         font-size: 16px;
         line-height: 27px;
    }
     .immigration-programs-wrapper{
         padding: 50px 0 0 0;
    }
     .inner-content-wrap .imp-heading ,.immigration-programs-wrapper .imp-heading{
         font-size: 35px;
         line-height: 45px;
         margin-bottom: 30px;
    }
     .imp-slider.owl-carousel{
         padding:0 15px;
    }
     .imp-slider.owl-carousel .item{
         margin:0 5px;
    }
     .imp-content-inner{
         height:290px;
    }
     .imp-content-inner p{
         font-size: 16px;
         line-height: 26px;
    }
     .testimonials-wrap {
         padding: 60px 0 70px 0;
    }
     .tw-heading{
         position: initial;
         font-size: 35px;
         line-height: 45px;
         width:auto;
    }
     .t-img-wrap {
         width: 78%;
         height:250px;
    }
     .testimonials-wrap .item {
         padding: 0 0 0 0;
         background-size: 84%;
         background-position: 0 0;
    }
     .t-content-wrap p{
         font-size: 16px;
         line-height: 26px;
         padding: 0 35px;
    }
     .t-content-wrap p.t-client-name{
         font-size: 18px;
         line-height: 26px;
    }
     .testimonials-wrap .owl-nav {
         right: 15px;
         bottom: 0;
    }
     .t-img-wrap img{
         top: 58px;
         left:0;
    }
     .blog-wrap{
         padding: 60px 0;
    }
     .bw-heading {
         font-size: 35px;
         line-height: 45px;
         margin-bottom: 30px;
    }
     .bw-slider.owl-carousel{
         padding:0 15px;
    }
     .bw-slider .item{
         margin:0 5px;
    }
     footer .footer-cpoyright{
         padding:0 15px;
    }
     .ScrollTop{
         width:50px;
         right: 15px;
    }
     .footer-nav ul li{
         margin: 0 10px;
    }
     .f-copy-text,.footer-cpoyright ul li a{
         font-size: 12px;
    }
     .t-content-wrap{
         top: 29px;
         padding: 0 54px;
         left:0;
    }
}
 @media only screen and (min-width : 1025px) and (max-width : 1200px) {
     .menu-item{
         margin: 0;
    }
     .nav-btn{
         margin-left: 15px;
    }
     .menu-item {
         margin: 0 0 0 10px;
    }
    .menu-item a {font-size: 14px;}
    .nav-btn {
    font-size: 15px;
    padding: 18px 18px 18px 35px;
}
.nav-btn::before {
    left: 14px;
}
     .imp-content-inner p,.imp-link,.aw-content p {
         font-size: 16px;
         line-height: 26px;
    }
     .bw-slider.owl-carousel.off .item{
         width: 23%;
    }
     .bw-content-inner{
         padding: 20px 19px 44px;
    }
     .bw-content-inner h2{
         font-size: 14px;
         line-height: 20px;
    }
     .about-wrapper{
         padding: 70px 0 70px;
    }
     .immigration-programs-wrapper{
         padding: 70px 0 0 0;
    }
     .t-content-wrap{
         padding: 0 17px;
    }
     .bw-slider.owl-carousel.off .item{
         margin-right: 24px;
    }
     .blog-wrap{
         padding: 70px 0 70px;
    }
}
 