
@import url('../css2.css');

html {
    scroll-behavior: smooth;
}


.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: none!important;
}




body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
font-family: 'Roboto', sans-serif;
}


p {
font-family: 'Roboto', sans-serif;
	
}

h1,h2,h3,h4,h5,h6{	
font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
    color: #0056b3;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.canam-red {
    background: #f07c2a !important;
    padding: 9px 39px !important;
}



/** button effect**/
.irs-courses-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-courses-img {
	position: relative;
	overflow: hidden;
}


kc-button-10:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(.19,1,.22,1);
}
.kc-button-10::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
    width: 50px;
}


.kc-button-10:hover::after {

    left: 120%;
    transition: all 550ms cubic-bezier(.19,1,.22,1);

}

.kc-button-10 :hover {
    color: #fff;
}

.kc-button-10 {
    color: #fff;
    position: relative;
    transition: all .3s ease 0s;
}
.kc-button-10{
    overflow: hidden;
}
.kc-pro-button{
    display: inline-block;
    transition: all .3s;
 }

/** button effect**/



.req {
   /* font-size: 0.7rem!important;*/
    padding: 6px 14px;
	    color: #fff;
    background-color: #f07c2a;
    border-color: #f07c2a;
}

.antispam {
    display: none;
}


.modd {
    float: left;
    width: 100%;
}
#top_head {
    padding: 3px 0;
    background: #236eb5;
}
.card-body .card-text {
font-size: 14px;}
.navbar-light .navbar-toggler {
    color: rgb(55, 52, 53);
    border-color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;

}
 .awards .row div{
display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 1px;
}

.top-address p {
    margin-bottom: 0;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.search_mform .multiselect-native-select .btn-group .dropdown-toggle {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#fff 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}
.top-address p span svg,
.top-address p a svg {
    font-size:20px;
    color: #fff;
    margin-right: 4px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px!important;
    height: 4px!important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f07c2a!important;
}
.top-right-address .social-icons {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.top-right-address .social-icons li {
    display: inline-block;
    margin-left: 4px;
    color: #fff;
    font-size: 14px;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    text-align: center;
    line-height: 26px;
}

.top-right-address .social-icons li:nth-child(1) {
    background: #42599E;
}

.top-right-address .social-icons li:nth-child(2) {
    background: #55ACEE;
}

.top-right-address .social-icons li:nth-child(3) {
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}

.top-right-address .social-icons li:nth-child(4) {
    background: #FF0000;
}

.top-right-address .social-icons li:nth-child(5) {
    background: #DD4B47;
}

.top-address a {
    color: #ffffff;
}

.top-right-address {
    float: right;
}

.top-left-address {
    vertical-align: middle;
    line-height: 38px;
}


/*===============Search button========================*/

.top-right-address form input {
  background: transparent;
    border: transparent;
    width: 281px!important;
    padding: 0;
    color: #fff;
}

.top-right-address form .search {
    /* border-bottom: 2px solid #999fab;  */
   
    text-align: left;
    margin-right: 20px;
    background: #373435;
    border-radius: 50px;
}

.top-right-address form .search svg {
    color: #fff;
}

.top-right-address form .search span {
    float: right;
    padding: 0px 0px 0px 10px;
}
.carousel-item .card .card-body {
min-height: 204px;}

/*===============Nav========================*/
.btn-black:hover {
color: #fff;}
#head_logo .navbar .navbar-collapse ul .query a {
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin: 20px 0px;
    text-transform: capitalize;
    box-shadow: none;
}

#head_logo .navbar .navbar-collapse ul li a {
    color: #236eb5;
    display: block;
   /* padding: 26px 12px;*/
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

#head_logo .navbar .navbar-brand img {
    float: left;
    width: auto;
    height: 70px;
}
.fixed-btns {
    float: left;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
}
.fixed-btns .btn{
    display: block;
    width: 33.3%;
    text-align: center;
    padding: 0px 0px;
    color: #fff;
    font-size: 12px;
	    font-weight: 700;
		border-radius: 0px;
		    display: flex;
    justify-content: center;
    align-items: center;
white-space: inherit;
margin: 0px;
}
.fixed-btns .btn-call{
background:#f07c2a;
}
.fixed-btns .btn-search{
background:#01a85a;
}
.fixed-btns .btn-back{
background:#565354;
}

.fixed-btns #search_button {
    background: #565354;
    color: #fff !important;
 
}

.dropdown-toggle::after {
    display: none;
}

#head_logo .navbar .navbar-collapse ul li a svg {
    margin-left: 4px;
    display: none;
}

#head_logo .navbar .navbar-collapse ul .query a:hover {
    color: #f07c2a;
}

#head_logo .navbar .navbar-collapse ul li:hover .btn {}

#head_logo .navbar .navbar-collapse ul li:hover .nav-link,
#head_logo .navbar .navbar-collapse ul li:hover .btn {
    color: #ed3237;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.search .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.navbar {
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

#head_logo .navbar .navbar-collapse ul li .dropdown-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 180px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 9999;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    visibility: hidden;
    border-top: 3px solid #ed3237;
}

#head_logo .navbar .navbar-collapse ul li:hover>.dropdown-menu {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
	    max-height: 71vh;
    overflow-y: scroll;
}

#head_logo .navbar .navbar-collapse ul li .dropdown-menu a {
    position: relative;
    border-bottom: 1px solid #e2e8f0;
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 13px;
    color: #717583;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
}


/*=============== Slidder ========================*/

#slider {
    float: left;
    width: 100%;
}

.tag-line {
    width: 250px;
    background: rgba(0,0,0,0.70);
    text-align: center;
    display: block;
    margin: 12px auto;
        margin-bottom: 12px;
}


.carousel-inner .carousel-caption {
        padding-bottom: 14%;
    text-align: center;
    left: 0%;
    right: 0%;
  top: 40%;
   
}

.carousel-caption h1 {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    /* padding-bottom: 20px; */
    letter-spacing: -1px;
}

.carousel-caption p {
    margin-bottom: 20px;
    color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: #1c1e20;
    font-size: 24px;
    margin: 5px;
    padding: 1px 12px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.carousel-indicators li {
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #f07c2a!important;
}


/*=============== All Buttons ========================*/
.btn {
    padding: 10px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    box-shadow: 0 12px 20px 0 rgba(255, 126, 95, .15);
}
.btn-lg {
    padding: 20px 28px;
    font-size: 15px;
    line-height: 1.3333333;
}

.btn-main {
    color: #fff;
    background-color: #f07c2a;
    border-color: #f07c2a;
}

.appointment-form .form-group .btn {
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    box-shadow: 0 12px 20px 0 rgba(255, 126, 95, .15);
}


/*=============== About us  ========================*/

.about_part {
    position: relative;
    z-index: 1;

    background-repeat: no-repeat;
    background-position: left;
    background-size: 33% 73%;
    float: left;
    width: 100%;
}

.about_text p {
    text-align: justify;
}


.about_part .about_text h2 {
    /* line-height: 1.25;
    margin-bottom: 35px; */
}

.about_part .about_text h4 {
    margin-bottom: 32px;
    color: #f53f45;
    font-size: 22px;
}

.about_part .about_text p {
    /* margin-top: 13px; */
}

.about_img {
    float: left;
    width: 100%;
}

.about_img img {
    float: left;
    width: 100%;
}

.hero-app-7 {
    position: absolute;
    top: 13%;
    left: 51%;
}

.custom-animation {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none;
}

.hero-app-8 {
    position: absolute;
    left: 68%;
    top: 60%;
}

.custom-animation2 {
    backface-visibility: hidden;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}

.hero-app-6 {
    position: absolute;
    right: 5%;
    top: 40%;
}

.custom-animation3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none;
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .8
    }
    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
        opacity: .9
    }
    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
        opacity: .8
    }
    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
        opacity: .6
    }
    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
        opacity: .7
    }
    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
        opacity: .85
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .5
    }
    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(.8);
        opacity: .8
    }
    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.7);
        opacity: .8
    }
    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(.75);
        opacity: .7
    }
    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(.75);
        opacity: .9
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: .9
    }
    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(.8);
        opacity: .8
    }
    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.75);
        opacity: .8
    }
    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(.5);
        opacity: 1
    }
    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(.75);
        opacity: .6
    }
    100% {
        transform: translateY(15px) translateX(15px) rotate(0) scale(.95);
        opacity: .7
    }
}


.canam-advt img {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 4.2px 1.8px rgba(104, 113, 136, .13);
}



/*=============== Form  ========================*/


.d-lg-r {
    margin: 0 0 !important;
}


.fconsult {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.fconsult .overlay {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #373435;
    background: -moz-linear-gradient(left, #1f1f1f 0%, #373435 100%);
    background: -webkit-linear-gradient(left, #1f1f1f 0%, #373435 100%);
    background: -webkit-linear-gradient(left, #1f1f1f 0%, #373435 100%);
    background: -o-linear-gradient(left, #1f1f1f 0%, #373435 100%);
    background: -ms-linear-gradient(left, #1f1f1f 0%, #373435 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1f1f1f), to(#373435));
    background: linear-gradient(to right, #1f1f1f 0%, #373435 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1566ad', endColorstr='#1b9de3', GradientType=1);
}

.error {
    font-size: 12px !important;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.heading-section h3 {
        color: #fff;
	font-size:25px;
}

.heading-section p {
    color: #fff;
}
.search_mform .form-control {
    border: transparent;
    border-bottom: 1px solid #464f56;
    height: 40px!important;
    padding-left: 0;
    padding-right: 0;
    background: 0 0!important;
    color: #464f56;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
#myModal, #myModal .modal-body {
    padding: 0px;
}
#myModal{
height: 58%;
}

 .search_mtabs .nav-tabs {
        background: #e8e5e5;
		margin-bottom: 20px;
}
.search_mtabs .nav-tabs li {
    width: 50%;
    text-align: center;
    
}
.search_mtabs .nav-tabs li {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0;
	font-size: 20px;
    color: #999999;
	margin:0px;
	background: #e8e5e5;
}
.search_mtabs .nav-tabs .active {
    color: #fff;
    background: #f07c2a;
}
/* .search_mtabs .tab-content {
    padding: 2% 14%;
} */
.search_mtabs .nav-tabs .active a {
    color: #fff;
}
.search_mtabs .nav-tabs li a {
	font-weight: bold;
    color: #999999;
    cursor: pointer;
} 
.appointment-form .form-control {
    border: transparent;
    border-bottom: 1px solid #fff;
    height: 58px!important;
    padding-left: 0;
    padding-right: 0;
    background: 0 0!important;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.search_mform {
    margin: 0 auto;
    width: 80%;
}
.search_mform .form-group label {
    width: 30%;
}
.multiselect-item a label, .search_mform  label.checkbox {
    width: 100%!important;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    /* background: transparent; */
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    width: 60%;
    padding: 10px 40px 10px 0;
	text-align: left;
}
.search_mform .multiselect-native-select .btn-group {
    width: 68%;
}
/*.modal a.close-modal {
    display: none!important;
}*/
#myModal .modal-dialog {
    margin-top: 0px;
}
#myModal .modal-dialog .modal-content {
border: none;}
#myModal .modal-header .close {
    padding: 0px 10px 0px 10px;
}
#myModal .modal-header {
    background: #000;
    padding-bottom: 20px;
}
.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block;
}

.btn.btn-white {
        background: #f07c2a;
    border: 1px solid #f07c2a;
    color: #fff;
    font-weight: bold;
    margin: 26px 0px;
}

.appointment-form .form-group .btn {
    width: 100%;
    display: block!important;
}

.appointment-form .form-group .icon {
    position: absolute;
    top: 50%!important;
    right: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	    display: none;
}

.appointment-form .form-group .icon span {
    color: #464f56!important;
}

.appointment-form .form-group .select-wrap select,
.appointment-form .form-group .input-wrap select {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

.checkbox label {
    color: #fff;
    display: inline;
}

.appointment-form .chk_title {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 14px;
}

.checkbox {
    margin-bottom: 10px;
}

label a {
    color: #f07c2a;
}

.appointment-form .form-control option {
    color: #353233;
}
.navbar-dark .navbar-toggler {
    color: rgb(252, 252, 252);
    border-color: rgb(67, 64, 65);
}


.appointment-form .form-control::placeholder {
    color: #fff;
}

/*=============== University Visit  ========================*/
/**
.uni-visit {
    background: #f5f5f5;
}**/
h2.widget-title {
    font-size: 35px;
    text-align: center;
}
/*=============== University Visit  ========================*/


/*=============== Location  ========================*/


.blog_part {
    background-color: #f8f9fb;
    padding: 60px 20px 20px 20px;
}

.location-block {
    cursor: pointer;
    margin-bottom: 30px;
}

.location-img {
    position: relative;
}

.location-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    opacity: .9;
    background-image: -webkit-linear-gradient(top, currentColor, transparent);
    background-image: linear-gradient(0deg, currentColor 0, transparent);
    color: #000000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    opacity: .6;
    height: 100%;
}

.zoomimg:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zoomimg img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	    float: left;
    width: 100%;
}

.zoomimg {
    position: relative;
    overflow: hidden;
}

.location-img-overlay {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0px 20px;
}

.flag-small {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.border-thick {
    border-width: 2px !important;
}

.location-img-overlay h3 a {
    font-size: 20px;
}

.Location-title {
    text-align: center;
    margin: 10px 0px;
   /*  padding-bottom: 20px; */
}

.Location-title h2 {
    font-size: 35px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    color: #373435;
}

.main-bar {
    margin: 18px 0 30px;
}

.can-bar {
    background: #f07c2a none repeat scroll 0 0;
    height: 3px;
    margin: 8px auto 5px;
    width: 62px;
}

.card-body .btn-main {
    color: #f07c2a;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #f07c2a!important;
    border: none;
    border-radius: 0px;
    padding: 0;
}


/*=============== University visits  ========================*/

#multi-item-example .carousel-indicators {
    margin-bottom: -1em;
}

#multi-item-example .carousel-indicators li {
    height: 0.25rem;
    width: 1.25rem;
    max-width: 1.25rem;
    background-color: #f07c2a;
    margin-bottom: -3.75rem;
    /* -webkit-border-radius: 50%;
    border-radius: 51%;*/
}

#multi-item-example .carousel-indicators .active {
    width: 1.56rem;
    max-width: 1.56rem;
    background-color: #ada6a6!important;
    /* -webkit-border-radius: 50%; 
    border-radius: 50%;*/
}

.Stories {
   /*background: #f5f6fa;*/
}

.footer-area .single-footer-widget ul li a:hover {
color: #f07c2a;}
/*=============== Testimonial  ========================*/

/*.student-reviews {
    background: #f1f1f1;
}*/

.st-reviews p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6; /* number of lines to show */
   -webkit-box-orient: vertical;
}


.rounded-image {
    width: 110px !important;
    height: 110px;
    border-radius: 100%;
}

.student-reviews .card {
    box-shadow: 0px 5px 16.2px 1.8px rgba(104, 113, 136, .13);
    border: none !important;
}

.elementskit-stars > li > a {
    color: #FC0;
    font-size: 16px;
}


.elementskit-stars {
    display: block;
    margin: 0px auto;
        margin-top: 0px;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
}

 .elementskit-stars > li {
    display: inline-block;
}

.student-name h5 {
    text-align: center;
}

.student-reviews .card-student {
  box-shadow: 0px 5px 16.2px 1.8px rgba(104, 113, 136, .13);
border: none !important;
min-height: 279px;
width: 100%;
float: left;
padding: 15px; 
	margin-bottom:25px;
}

.uni-logo img {
    width: 75% !important;
}
.text-sm-center img {
    text-align: center;
    display: block;
    margin: 0px auto;
}

.mb-sm-5 {
    margin-bottom: 37px;
}

.testimonial {
    background-image: url(../images/visa_bk.png);
    background-size: contain;
}

.testi_country ul li {
    display: inline-block;
    overflow: hidden;
    color: #fff;
}

.testi_country ul li img {
    width: 30px;
}

.country-name {
    margin-left: 10px;
}

.testi_title {
    margin-bottom: 4px;
}

.testi_title h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
}

.testi_title span {
    color: #f81433;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 10px;
}

.reviews_rating {
    margin-top: 10px;
}

.testi-star i {
    color: #f81433;
    font-size: 16px;
    margin: 0 2px;
}

.test_thumb {
    position: relative;
    display: inline-block;
    margin: 30px 0 0;
}

.test_thumb img {
    border-radius: 100%;
}

.testi_content {
    position: relative;
    padding: 20px 0 50px;
    box-shadow: 0px 5px 16.2px 1.8px rgba(104, 113, 136, .13);
    background: #fff;
    border-radius: 7px;
}

.testi_text {
    width: 83%;
    margin: auto;
    margin-top: 10px;
}

.single_testimonial {
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
}

.reviews_rating .testi-star {
    color: #fff;
}

.testi_text svg {
    padding-right: 3px!important;
}

.testi_country ul {
    padding: 0;
}


/*=============== Stories  ========================*/

.news {
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background: #fff;
    /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);*/
    padding: 0px 20px;
}

h4.widget-title {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 0px;
    position: relative;
	text-align: center;
}

.widget-title:before {
   /*  background: #f07c2a;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; */
}

.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #e8e8e8;*/
    padding-bottom: 10px;
}

.recent-post-image {
    float: left;
    margin-right: 20px;
}

.recent-post-image a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
}

.recent-post-text {
    margin-top: 0;
    overflow: hidden;
}

.recent-post-text h4 {
    margin-bottom: 7px;
    margin-top: 0;
    line-height: 16px;
    color: #373435;
}

.recent-post-text h4 a {
color: #373435;
font-size: 15px;
line-height: 1.2;
-webkit-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
font-weight: 400;
}

.recent-post-text .rcomment {
    color: #f07c2a;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}


.infrastructure {
    background: #f8f9fb;
}

.col-sm-4 iframe {
    float: left;
    width: 100%;
}





/*=============== Canam EVENT  ========================*/
.country-info {
    position: absolute;
    width: 100%;
    right: 0px;
}

.cflag {
    width: 22%;
    float: right;
    background: #f6f6f6;
    border-radius: 50px;
    margin: 2px 3px;
}

.cflag img {
    width: 28px !important;
    float: left;
    vertical-align: middle;
    margin-top: 3px;
    padding: 0 5px;
}

.cflag span {
    font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.canam-event .card-title {
    font-size: 16px;
    font-weight: 600;
}

.canam-event .card-text img {
    display: inline !important;
    margin-right: 4px;
}

.canam-event .card-img-top {
    padding: 37px 25px;
}
.canam-event .card {
    min-height: 428px;
}

.canam-event .btn {
    position: absolute;
    bottom: 13px;
    width: 86%;
}


/*=============== Canam EVENT  ========================*/




/*=============== Counter  ========================*/

.counter {
    padding: 20px 0;
    background-color: #353535;
    background-image: url(../wp/eastend-demo/wp-content/uploads/2019/10/facts-bg-last.png);
}

.counter1 {
    padding: 20px 0;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.countr_text>h2 {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.countr_text>h3 {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.counter_title {
    padding: 0;
}

.counter_title h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}


/*=============== awards slider  ========================*/


.award-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 160px;
    width: 160px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 4px;
    line-height: 150px;
}

.award-box a {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
}

.award-box img {
  line-height: 150px;  
	display: inline !important;
}

.awards-slider .col-sm-2 {
    display: inline-block;
    padding: 0px;
    text-align: center;
    margin: 0px 16px;
}

.awards-slider .col-sm-2 img {
    margin: 0 auto;
    /*filter: grayscale(1);
    opacity: .6;*/
    cursor: pointer;
}

#members .carousel-indicators li {}

#members .carousel-control-prev-icon,
#members .carousel-control-next-icon {
    background-color: black;
}

#members.carousel-indicators .active {
    background-color: #f07c2a;
}

body .no-padding {
    padding-left: 0;
    padding-right: 0;
}

#members .carousel-indicators {
    top: 150px;
}

#members .carousel-control-prev,
#members .carousel-control-next {
    display: none;
}

#members .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #373435;
}


/*=============== Blog Part  ========================*/

.blog_part .single-home-blog .card {
    border: 0 solid transparent;
    border-radius: 0;
    background-color: transparent;
    position: relative;
}

.blog_part .single-home-blog .card-img-top {
    border-radius: 6px;
}

.blog_part .single-home-blog .card .card-body {
    padding: 25px 20px 29px 40px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    bottom: -140px;
    box-shadow: -7.552px 9.326px 20px 0 rgba(1, 84, 85, .1);
    border-radius: 10px;
}

.blog_part .single-home-blog .card .card-body a {
    color: #ff7e5f;
    text-transform: uppercase;
    -webkit-transition: .8s;
    transition: .8s;
}

.blog_part .single-home-blog .card span {
    color: #8a8a8a;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}

.blog_part .single-home-blog .card .card-body a {
    color: #f07c2a;
    text-transform: uppercase;
    -webkit-transition: .8s;
    transition: .8s;
}

.blog_part .single-home-blog .card h5 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    -webkit-transition: .8s;
    transition: .8s;
    text-transform: capitalize;
    margin-bottom: 22px;
    color: #373435;
}

.blog_part .single-home-blog .card ul li {
    display: inline-block;
    color: #8a8a8a;
    margin-right: 14px;
}

.blog_part .single-home-blog .card ul li span {
    margin-right: 10px;
    font-size: 12px;
}

.blog_part .single-home-blog .card span {
    color: #8a8a8a;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}

.blog_part .single-home-blog .card ul,
.team-social-icon ul {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

/*.blog_part .single-home-blog .card h5:hover,
.Location-title h2:hover {
    color: #f07c2a;
}*/

.single-home-blog:hover {
    box-shadow: 1px 1px 25px rgba(0, 0, 0, .2);
    transform: translateY(-10px);
    transition: .5s;
}


/*=============== Footer  ========================*/

.footer-area .single-footer-widget h4 {
    margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
    color: #f07c2a;
    display: inline-block;
    font-size: 20px;
}

.footer-area .single-footer-widget ul {
    list-style: none;
    padding: 0px;
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 8px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    color: #a9b4d9;
    padding-left: 0px;
}

.footer-area .single-footer-widget ul li a,
.single-footer-widget p {
 color: #e5d6d6;
font-size: 14px;
font-weight: 400;
}

.footer-area {
    background-color: #363435;
}

.blog_part {
    margin-bottom: 140px;
}

.footer-area .single-footer-widget ul li a span {
    margin-right: 6px;
}

.footer-area .single-footer-widget ul li a span svg {
    font-size: 12px;
}

.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px;
}

.footer-area .single-footer-widget input {
    height: 48px;
    border: none;
    width: 80%!important;
    font-weight: 400;
    background: 0 0;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    color: #999;
}

.footer-area .single-footer-widget .click-btn {
    top: -41px;
}

.footer-area .single-footer-widget .click-btn {
    background-color: #f07c2a;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px;
    /* border: 0; */
    font-size: 12px;
    font-weight: 400;
    font-family: 'Proxima Nova';
    position: relative;
    left: 140px;
}
.footer-area .single-footer-widget .click-btn:hover {
    background-color: transparent;
    color: #f07c2a;
   
    border: 1px solid #f07c2a;
}
.footer-area .btn_2 {
    margin-top: 0;
}

.footer-area .single-footer-widget .social-icons li {
    float: left;
    margin-right: 16px;
}

.social-foot {
    float: left;
    width: 100%;
}

.footer-bottom {
    background: #363435;
}

.footer-bottom-box {
    padding: 20px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, .23);
	    margin-bottom: 30px;
}

.copy-right-text p {
    color: #e5d6d6;
    margin: 10px 0 0;
    padding: 0;
    margin-top: 0;
    font-size: 14px;
}

.copyright-social ul li {
    font-size: 16px;
    display: inline;
}
.card-body .btn-main:hover {
color: green;}
.copyright-social ul li a {
    color: #e5d6d6;
    font-size: 14px;
}
.copyright-social ul li a:hover {
color: #f07c2a;}
.copyright-social ul li:after {
    content: "/";
    color: #e5d6d6;
    padding-left: 10px;
    padding-right: 10px;
}

.clearfix::after {
   /*  display: block;
    clear: both;
    content: ""; */
}

.copyright-social ul li:last-child:after {
    content: "";
}




/*=============================== Who We are page  ======================================*/

.breadcumb-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-image: url(../wp/eastend-demo/wp-content/uploads/2019/07/breadump-bg.jpg);
    padding: 80px 0 80px;
    position: relative;
}

.breadcumb-area:before {
    background: #353233;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .92;
}

.ccase {
    text-transform: capitalize;
}

.brpt h2 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
}

.breadcumb-inner ul,
.breadcumb-inner li,
.breadcumb-inner li a {
    color: #fff;
    letter-spacing: .5px;
    padding: 0;
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcumb-inner li:nth-last-child(-n+1) {
    color: #cdc8c8;
}

.about-top {
    margin-top: 90px;
    margin-bottom: 90px;
}

.about-title h5 {
    color: #f81433;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

.about-title h2 {
    font-size: 38px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    color: #353233;
}

.about-title .em-bar-main {
    float: left;
    margin: 18px 0 30px;
}

.em-bar.em-bar-big {
    width: 47px;
    position: relative;
}

.em-bar {
    background: #eb3136 none repeat scroll 0 0;
    height: 3px;
    margin: 0 auto 5px;
}

.about-widget-text p {
    font-size: 18px;
    margin: 0 0 45px;
    float: left;
    width: 100%;
}

.iconlist {
    float: left;
    width: 100%;
    display: flex;
}

.iconlist .content-icon {
    width: 30%;
    text-align: center;
    height: 30%;
    background: #eb3136;
    border-radius: 50%;
}

.iconlist .content-icon svg {
    color: #fff;
    text-align: center;
    height: 70px;
    margin: 0;
}

.box-right {
    padding-left: 20px;
}

.box-right .content-title {
    color: #0d2958;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.content-desc {
    font-weight: 400;
    margin-bottom: 25px;
    color: #565872;
    padding: 0;
}

.content-icon svg {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 2.4;
    margin-top: 5px;
}

.green {
    background: #00A651!important;
}

.about-image img {
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}

.about-image:before {
    position: absolute;
    content: '';
    top: 0;
    right: 30px;
    width: 230px;
    height: 230px;
    background: rgb(244, 39, 46);
    background: -moz-linear-gradient(left, rgba(249, 105, 33, 1) 0%, rgba(249, 105, 33, 1) 26%, rgba(244, 39, 46) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249, 105, 33, 1)), color-stop(26%, rgba(249, 105, 33, 1)), color-stop(100%, rgba(244, 39, 46)));
    background: -webkit-linear-gradient(left, rgba(249, 105, 33, 1) 0%, rgba(249, 105, 33, 1) 26%, rgba(244, 39, 46) 100%);
    background: -o-linear-gradient(left, rgba(249, 105, 33, 1) 0%, rgba(249, 105, 33, 1) 26%, rgba(244, 39, 46) 100%);
    background: -ms-linear-gradient(left, rgba(249, 105, 33, 1) 0%, rgba(249, 105, 33, 1) 26%, rgba(244, 39, 46) 100%);
    background: linear-gradient(to right, rgba(249, 105, 33, 1) 0%, rgba(249, 105, 33, 1) 26%, rgba(244, 39, 46) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F81433', endColorstr='#f02005', GradientType=1);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: rotation 10s infinite linear;
    -webkit-animation: bounce 10s infinite ease-in-out;
    -o-animation: bounce 10s infinite ease-in-out;
    -ms-animation: bounce 10s infinite ease-in-out;
    -moz-animation: bounce 10s infinite ease-in-out;
    animation: bounce 10s infinite ease-in-out;
}

.about-image {
    text-align: right;
}

.about-top p {
    font-size: 18px;
    float: left;
    width: 100%;
}

.infra {
    margin-bottom: 60px;
    padding-top: 60px;
}

.space-large {
    padding-top: 100px;
    padding-bottom: 100px;
}

.feature-content h3 {
    font-size: 20px;
    color: #1c1e20;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
}

.bg-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-section {
    color: #fff;
}

.space-large {
    padding-top: 100px;
    padding-bottom: 100px;
}

.btn-main:hover {
    color: #f07c2a;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
}

.team-member {
    position: relative;
    text-align: center;
}

.team-member img {
    width: 100%;
    border-radius: 10px;
}

.team-member .team-description {
    padding: 20px;
    width: 85%;
    background: #ffffff;
    margin: -50px 0 0;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    border-radius: 10px;
}


}
.team-member .team-social-icon ul {
    display: inline-block;
}
.team-member .team-social-icon ul li {
    margin: 0;
    display: inline-block;
    position: relative;
}
.team-member .team-social-icon ul li a {
    background: #f8f9fb;
    border-radius: 5px;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    color: #706f6f;
    display: inline-block;
    text-align: center;
}
.team-member .team-description h5 {
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #f07c2a;
}
.team-member .team-description span {
    color: #363435;
    font-weight: 500;
    display: block;
}
.infra p {
    font-size: 18px;
    text-align: center;
}

/*=============================== Life at canam  ======================================*/
.life .carousel-item .card {
    max-height: 250px;
    overflow: hidden;
    min-height: 250px;
    border-bottom: 6px solid #f07c2a;
}

/*---------------*/

/***** Chico *****/

/*---------------*/
.life .card {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.card figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card figure figcaption::before,
.card figure figcaption::after {
    pointer-events: none;
}
.card figure figcaption,
.card figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------*/

/***** Oscar *****/

/*---------------*/
figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #68222c 0%, #f8373e 40%, #f07c2a 100%);
    background: linear-gradient(45deg, #68222c 0%, #f8373e 40%, #f07c2a 100%);
}
figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}
figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}
figure.effect-oscar:hover img {
    opacity: 0.4;
}
.back-img {
        background-image: url(../images/bg.png);
    padding: 54px 100px;
    max-height: 482px;
    min-height: 482px;
}
.back-img p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.btm-right .thumbnail-img {
    display: flex;
    flex-direction: row;
    padding: 0;
    float: left;
    width: 90%;
    margin: 0;
}
.btm-right li {
    list-style: none;
    padding: 4px;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    display: inline-block;
    position: relative;
}
.btm-left {
    background: #adaaac;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
}
.btm-left p {
    color: #fff;
    width: 65%;
    margin: 0px;
    font-size: 18px;
}
.life-btm {
    border-top: 6px solid #f05357;
    float: left;
    width: 100%;
}
.btm-right {
    float: right;
    width: 100%;
    padding: 20px;
}
.btm-right .life-social {
    float: right;
    width: 10%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px;
}
.life-social li a {
    color: rgba(77, 78, 79, 1);
}
.full-sec {
    float: left;
    width: 100%;
}
.thumbnail-img li figure:hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.thumbnail-img li figure figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    background: transparent;
    color: #fff;
    border: 1px solid;
}
.thumbnail-img li figure figcaption {
    height: 100%;
    width: 70%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.thumbnail-img li figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
}
.thumbnail-img li figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    background: #f05357;
    color: #363435;
    display: flex;
    justify-content: center;
    align-items: center;
}
.life-social li a:hover {
    color: rgb(240, 83, 87);
}
a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
#multi-item-example .carousel-control-prev {
    left: -101px;
}
#multi-item-example .carousel-control-next {
    right: -101px;
}
#multi-item-example .carousel-control-prev-icon,
#multi-item-example .carousel-control-next-icon {
    color: #fff;
    background: #fff;
}
.a-icon {
    position: absolute;
}
.a-icon svg {
    color: #f07c2a;
}

/*---------------*/

/***** Common *****/

/*---------------*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #f07c2a;
    border-color: #f07c2a;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    background-clip: content-box;
}
.back-to-top svg {
    color: #fff;
    height: 38px;
}
.back-to-top:hover,
.back-to-top:active {
    background: #fff;
    border-color: #f07c2a;
}
.back-to-top:hover svg {
    color: #f07c2a;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
label.error {
    color: #f07c2a;
}
button.navbar-toggler:focus {
    outline: none;
}


/*=============== Country Page  ========================*/
.canam-breadcrumb {
    background: #f4f6f9;
}

.stick {
    position: fixed;
    width: 26.7%;
    top: 00px;
}

.abs {
    position: absolute;
    bottom: 0px;
    width: 92.5%;
}

.featured-section {
    background: #f5f5f5;
}

.featured-section .card:hover{
box-shadow: 0 0 10px 5px rgba(136, 136, 136, 0.15);
transition: all 0.5s;}

.uni-images{
    float: left;
    width: 100%;
    margin-top: 29px;
}

.uni-images ul {
    list-style: none;
    display: block;
    padding: 0px;
}

.uni-images ul li {
    border: 1px solid #707070;
    width: 23%;
    float: left;
   margin: 0 19px 0 0;
    border-radius: 6px;
    padding: 17px 0;
}

.uni-images ul li:last-child {
    margin: 0px auto;
    float: left;
}

.colleg-sperator {
    border-bottom: 2px dashed;
}


.colleg-sperator:last-child {
    border: none;
}
.iccrc-box {
  position: absolute;
top: 34%;
width: 29%;
background: #fff;
right: 108px;
padding: 22px;
border-radius: 7px; 
	
}


.box-icon, .box-content {

    display: table-cell;
    vertical-align: top;

}
.box-icon {

    position: relative;
    top: 5px;

}

.box-content {
    padding: 0 0 0 32px;
}

.text-red{color:#f07c2a;}

.iccrc-box .btn {
    width: 182px;
}

.showmore-button {
    cursor: pointer;
    background-color: #f07c2a !important;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 5px 5px 5px;
    margin-top: 5px;
    display: block;
    margin: 0px auto;
    width: 188px;
    border-radius: 50px;
}

.st-cat a {
 
    padding: 11px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 21px;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .3s;
	text-align: center;
}
.st-cat a:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.categoires-box{
	
background:#F5F5F5;
}

.cat-box-1 a{
	
background:#FF4E50;	
	
}

.cat-box-2  a{
background:#4B6CB7;		
	
	
}


.cat-box-3  a{
	
	background:#B993D6;	
	
}


.cat-box-4  a{
	
	
background:#3F4C6B;		
}


.cat-box-5  a{
	background:#182848;	
	
	
}


.cat-box-6  a{
	
	background:#0ABFBC;	
	
}

.cat-box-7  a{
	
background:#1CD8D2;		
	
}

.cat-box-8  a{
	
background:#FFC837;		
	
}



/*=============== Country Page  ========================*/







/*=============== Request callback css  ========================*/
.width6 label {
    margin-bottom: 0px;
    margin-top: 10px;
}
.jquery-modal.blocker.current {
    z-index: 999;
}
#ex3 {
    max-width: 642px !important;
    padding: 0;
	height: auto;
}



.request-modal .modal-header {
    background: rgba(38, 38, 40, 0.92);
}
.top-head2 {
    text-align: center;
    padding: 10px 0;
    float: left;
    width: 100%;
    color: #fff;
	font-size: 13px;
}

.row.text-center2 {
    padding: 6px 0;
}
.text-center2 img {
    display: block;
    margin: 0px auto;
}
.modal-body.request-body {
    background: #ebebeb;
    float: left;
    width: 100%;
}
.modal-body.request-body p {
    text-align: center;
     margin-bottom: 0px; 
}
.width6 {
    width: 48%;
    float: left;
    padding: 0 22px;
}

.request-modal .modal-body .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.perror {
    color: red;
    font-size: 0.75em;
}

.perror-header {
    color: red;
    font-size: 0.75em;
}


.request-modal .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.request-modal .input-group-addon:first-child {
    border-right: 0;
}
#perror_success_container {
    margin-bottom: 20px;
}
.pop_button_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pop_button_container {
    /* padding: 20px 0; */
    float: left;
    width: 100%;
}
.pop_button_container input {
    margin: 0px auto;
    width: 250px;
    background: red !important;
    color: #fff;
    border: 0;
    padding: 13px 0;
    border-radius: 5px;
}
.modal a.close-modal {
    position: absolute;
        top: 2px!important;
    right: 2px!important;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.request-modal .input-group-addon, .request-modal .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.request-modal .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.request-modal .input-group .form-control, .request-modal .input-group-addon, .request-modal .input-group-btn {
    display: table-cell;
}
/*============*/
#head_logo .navbar .navbar-collapse ul li .dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}
#head_logo .navbar .navbar-collapse ul li .dropdown-menu::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #717583;
}
/*======Search Popup======*/
#ex5{
padding: 4px;
    height: auto;
}
#exp-wrap{
z-index:999;
text-align:center;
float: left;
width: 100%;
}
.pop-img, .pop-img img{
	float: left;
width: 100%;
}
#exp-wrap p{
	color: #f07c2a;
    font-weight: bold;
    float: left;
    width: 100%;
	margin-top: 20px;
}
#exp-form1 {
    float: left;
    width: 100%;
	
}
#exp-form {
    margin: 0 auto;
    width: 80%;
}
.exp-part {
    margin-bottom: 10px!important;
}
.exp-part div label {
    font-size: 14px;
}
.exp-part input,.exp-part select  {
    border: transparent;
    border-bottom: 1px solid #212529;
    padding-left: 0;
    padding-right: 0;
    background: 0 0!important;
    color: #3c4043;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none;
	width: 63%!important;
}
/*---------------*/

/***** Univerties *****/

/*---------------*/
.univ {
       padding-top: 40px;
}



/** program explorer home page**/

/*.explore-program {
    background: #f1f1f1;
}*/

.link2 {
    color: #464646;
}
.canam-explorer   .a {
    position: relative;
    padding: 4px 32px;
    display: block;
    border: 1px solid #E1E7F3;
    border-radius: 33px;
    background-color: #E1E7F3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	

    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}


.canam-explorer   .a h4, .canam-explorer  .a i {

    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;

}
.canam-explorer   .a i {

    min-width: 42px;
    text-align: left;
    font-size: 24px;
    color: #273044;

}



.canam-explorer > .a h4, .canam-explorer > .a i {

    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;

}


.canam-explorer   .a:hover {
box-shadow: -2px 2px 6px 1px rgba(0,0,0,.15);
color: #000 !important;
border-color: none;
}

.canam-explorer  .a h4, .canam-explorer   .a i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 5px;
    border-left: 1px solid #000;
    height: 40px;
    margin-left: 12px;
    padding: 13px 0 0 13px;
}

.explore-button {
    background: transparent;
    border: none;
   }

.explore-button:focus {
    outline: none;
}
.cater-one{
	
 background: rgb(2,0,36) !important;
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(225,231,243,1) 0%, rgba(212,252,121,1) 100%) !important; 
}



.cater-two{
	
  background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(225,231,243,1) 0%, rgba(224,195,252,1) 100%); 
}


.cater-three{
	
 background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(225,231,243,1) 0%, rgba(255,126,179,1) 100%); 
}
.cater-four{
	
 background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(225,231,243,1) 0%, rgba(195,207,226,1) 100%); 
}

.cater-five{
	
  background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(225,231,243,1) 0%, rgba(251,200,212,1) 100%); }

.cater-six{
	
  background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(225,231,243,1) 0%, rgba(116,235,213,1) 100%); 
}




/** program explorer home page**/

.request-modal  .modal-header {
    background: rgba(38, 38, 40, 0.92);
}

.top-head2 {
    text-align: center;
    padding: 10px 0;
    float: left;
    width: 100%;
    color: #fff;
}
.modal-body.request-body p {
    text-align: center;
}

.text-center2 img {
    display: block;
    margin: 0px auto;
}
.request-call {
    float: right;
    position: relative;
        right: 137px;
    bottom: 44px;
}
.request-call a {
    background: red;
    color: #fff;
    padding: 9px 41px;
    border-radius: 4px;
}

.jquery-modal.blocker.current {
    z-index: 999;
}   

.request-modal {
padding: 0px !important;
	height: auto;
}
.request-modal .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


.request-modal .input-group-addon:first-child {
    border-right: 0;
}

.request-modal .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
    border-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
}
.request-modal .input-group-addon,.request-modal .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.request-modal .input-group .form-control, .request-modal .input-group-addon,.request-modal .input-group-btn {
    display: table-cell;
}

.request-modal .modal-body .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.modal-body.request-body {
    background: #ebebeb;
    float: left;
    width: 100%;
}

.modal-body.request-body p {
    text-align: center;
    margin-bottom: 24px;
}


 .pop_button_container {
    padding: 31px 0;
    float: left;
    width: 100%;
}

.pop_button_container input {
    margin: 0px auto;
    width: 250px;
    background: red !important;
    color: #fff;
    border: 0;
    padding: 13px 0;
    border-radius: 5px;
}



.row.text-center2 {
    padding: 18px 0;
}

div#popup-homepage {
    max-width: 900px !important;
    margin: 0px !important;
    padding: 6px !important;
}
.perror {
    color: red;
    font-size: 0.75em;
}




/** request call back button **/





/***** main popup *****/

.top-modal {
    background: #e5e5e5;
    float: left;
    width: 100%;
    border-bottom: 2px solid #fff;
}
.logo-area {
    width: 26%;
       float: left;
	  padding:7px 0px;
	  border-right: 2px solid #fff;
}

.logo-area img {
    display: block;
    margin: 58px auto;
	width: 74%;
}

.canam-modal .text-area {
    width: 54%;
    float: left;
		  padding:7px 0px;
}

.p-button {
width: 18%;
float: left;
	  padding:7px 0px;
}

.p-button img {
    display: block;
    margin:24px auto;
}

.canam-modal{

    max-width:900px !important;
    padding: 7px;
	height: auto;

}

.middle-modal {
    width: 100%;
    float: left;
    background: #e90206;
	
}

.middle-modal .width6 {
  width: 44%;
float: left;
padding: 0 5px;
}

.middle-modal .width6 label, .width12 label {
line-height: 21px;
font-size: 11px !important;
color: #fff;
}


.width12 {

line-height: 21px;
    font-size: 11px !important;
    color: #fff;
    width: 100%;
    float: left;
	padding: 0 5px;

}

.width12 label {
    width: 100%;
    float: left;
}
.bottom-modal {
    background: #2d2d2d;
    float: left;
    width: 100%;
	
}

.bottom-modal h4 {
    color: #fff;
    text-transform: uppercase;
}

.bottom-modal p {
    color: #fff;
    font-size: 16px;
}
.bottom-modal .logo-area img {

    display: block;
    margin: 19px auto;

}

.bottom-modal .text-area {

    width: 54%;
    float: left;
    margin: 3px 0;

}
.canam-modal .text-area h4 {
    text-transform: uppercase;
    padding: 9px 10px;
    margin-top: 6px;
    margin-bottom: 0px !important;
}

.canam-modal .text-area p {
    line-height: 16px;
    font-size: 13px;
    padding: 0 0 0 12px;
    margin: 0 0 7px 0;
}

.width12 textarea {

    width: 89%;

}

.middle-modal .p-button img {
    display: block;
    margin: 108px auto !important;
}

.middle-modal .logo-area img {
    display: block;
    margin: 139px auto;
    width: 77%;
}

.middle-modal h4 {
    color: #fff !important;
}


.middle-modal.new-modal .logo-area {
    min-height: 452px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.middle-modal.new-modal .text-area {
    width: 26%;
	margin-top: 76px;
}
.middle-modal.new-modal .text-area p {
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin-bottom: 14px;
}

.p-form h4 {
    padding: 0 0 0 12px;
    text-transform: uppercase;
}

.p-form {
    width: 47%;
    float: left;
	padding: 16px 0;
}

.p-form .width6 {
    width: 100%;
    float: left;
    padding: 0 5px;
}

.p-submit img {
    margin: 16px auto;
    display: block;
}

.p-submit {
    width: 100%;
    float: left;
}

.p-form  .width12 textarea {
    width: 96%;
}

.bottom-modal.new-bottom .text-area {
    width: 40%;
}
.bottom-modal.new-bottom  .logo-area img {
    display: block;
    margin: 5px auto;
}
.bottom-modal.new-bottom  .p-button img {
    display: block;
    margin: 14px auto;
}


.p-or, .b-or {
    position: relative;
}

.p-or p, .b-or p {
    position: absolute;
    left: 412px;
    top: -24px;
    background: black;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
    border: 2px solid #f6f6f6;
    font-size: .8125em !important;
    width: 37px;
    height: 37px;
    padding: 7px 0 0 6px;
}

.bottom-modal .p-button img {
    display: block;
    margin: 22px auto;
}

.width6 .form-control {
    padding: 0px !important;
    border-radius: 0px !important;
    height: 27px;
}

.middle-modal .p-button input {
    margin: 106px auto !important;
}

.width6 label span {
    float: left;
    width: 100%;
    height: 0;
}

.width12 label {
    float: left;
    width: 100%;
    margin: 12px 0 0 auto;
}
/***** main popup *****/

/***** study in usa popup *****/

#sopwrap, #americanwrap {
    max-width: 875px;
    height: auto;
}
.left-img {
    float: left;
    width: 44%;
}

.left-img img {
    width: 100%;
}

.form-info {
    float: left;
    padding: 0 20px;
    width: 56%;
}

.top-line {
    color: #b52026;
    float: left;
    font-weight: 700;
    margin-top: 31px;
    width: 100%;
}

.usa-box {
    background: #263359;
    border-radius: 6px;
    color: #fff;
    float: left;
    font-size: 13px;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}

.dnd, .info-box {
    text-align: center;
    font-size: 13px;
}


.form-groups {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.form-groups > label {
    float: left;
    font: 13px arial;
        font-size: 13px;
        line-height: normal;
    margin: 5px 0;
    text-align: left;
    width: 24%;
}

.form-info input {
    float: right;
    width: 71%;
}

.usa-submit > input {
    background: #e50101;
    border: none;
    color: #fff !important;
    float: right;
    margin: 12px 0 0 105px !important;
    width: 289px;
    border-radius: 50px;
    padding: 7px 0;
}

.sop-submit > input {
    background: #1dc043;
    border: none;
     float: right;
    margin: 12px 0 0 105px !important;
    width: 289px;
    border-radius: 50px;
    padding: 7px 0;
	   color: #fff !important;
}

.form-info select {
    float: right;
    margin: 0 0 0 4px;
    width: 71%;
    padding: 2px 0;
}
/***** study in usa popup *****/

/* Start Gallery CSS */
.thumb {
    margin-bottom: 15px;
}
.thumb:last-child {
    margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


.sidebox img
{
    width: 100%;
}
/*.images
{
    position: relative;
}*/
.texted h2{    position: absolute;
    top: 28%;
    margin-left: 70px;}
.texted h2{color: black; font-size: 70px;}
@media(max-width: 768px){
   .texted h2{    
    
    /* top: 20%; */
    /* margin-left: 70px; */
    background: #0000009c !important;
    color: white;
    font-size: 40px !important;
}
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #236eb5;
    border-radius: .25rem;
}
/*nav {
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 60px;
    position: relative;
}*/
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.course-list {
    background: #e9ecef;
    padding: 10px;
    margin-bottom: 20px;
}
.course-list h4, .key-facts h4, .course-description h4 {
    font-size: 22px;
    color: #236eb5;
}
.course-list ul {
    padding: 0px;
}
.course-list ul li {
    list-style: none;
    background: #fff;
    padding: 8px;
    margin: 10px 0px;
}
.course-list ul li a {
    color: #236eb5;
    font-size: 16px;
    font-weight: 600;
}
.important-information {
    background: #e9ecef;
    padding: 10px;
    margin-bottom: 20px;
}
.important-information h4 {
    font-size: 22px;
    color: #0d0553;
    text-transform: capitalize;
}

.wrap-form label {
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form button {
    font-size: 15px;
    padding: 10px 24px 10px 24px;
    color: #fff;
    background-color: #236eb5;
    border-radius: 7px;
    cursor: pointer;
    border: none;
}
.wrap-form span input, select, textarea {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
   /* width: 100%;*/
    color: #8093a8;
    padding: 13px 15px 14px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border:1px solid rgb(190 130 41);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
.course-bred
{
    margin-top: 30px;
}
.course-description p
{
    text-align: justify;
    line-height: 28px;
}
.study-list{padding: 0px;}
.study-list li
{
    list-style-type: none;
    line-height: 33px;
}
.study-list i{margin-right: 10px; color:#236eb5; }
.innerpage p
{
    text-align: justify !important;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
    color: white !important;
}
.contact-info-item {
    background: #236eb5;
    padding: 30px 0px;
    height: 194px;
}
@media(max-width: 768px)
{
   .contact-info-item {
    background: #236eb5;
    padding: 30px 0px;
    height: auto !important;
} 
}