:root {
    --orange: #fc924f;
}

body{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
}
.f-9{
    font-size: 13px !important;
}
a:hover{
    text-decoration: none;
}
.light-text{
    color: #d80202 !important;
}
.text-theem{
    color: #1c4688;
}
.bg-theem{
    background: #1c4688 !important;
}

.bg-orange{
    background: var(--orange);
}
.text-black{
    color: #1f1f1f;
}
/* header css */
.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    padding: 5px 10px;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    background-color: #e84c3d;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}
.social-link-group a i {
    color: #ffffff;
    margin-left: 10px;
}
.logo{
    position: absolute;
    background: #fff;
    padding: 4px 5px;
    top: -49px;
    left: 0px;
    width: 90%;
    height: 100%;
}
.logo::after{
    content: "";
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    border-bottom: 50px solid transparent;
    border-right: 50px solid var(--orange);
}
.the {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #1c4688;
}

/* main menu css */
.dropdown-item, .nav-link{
    padding: 8px 12px !important;
}
.dropdown{
    z-index: 999;
}
.dropdown-menu{
    z-index: -5;
}
.dropdown-menu{
    display: block;
    transform: scale(0,1);
    margin: 0;
    transition: .5s;
    border-bottom: 3px solid #1c4688;
}
.dropdown:hover .dropdown-menu{
    transform: scale(1,1);
}
.dropdown-item:hover {
    color: #fff !important;
    background-color: var(--orange) !important;
}
.dropdown .nav-link{
    padding: 5px 2px !important;
    text-align: center;
}

/* scrool button css*/
#scroll{
    color: #fff;
    background: var(--orange);
    font-size: 20px;
    border-radius: 50%;
    padding: 10px;
    z-index: 999;
    position:fixed;
    right:15px;
    bottom:15px;
    cursor:pointer;
    transition: .5s;
    animation-name: scrowel;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes scrowel {
    0%   {transform: translatey(8px);}
    50%  {transform: translatey(-8px);}
    100% {transform: translatey(8px);}
}
#scroll:hover{
    color: #1c4688;
    background: #fff;
    border: 2px solid #1c4688;
}
/* top css */

/* menu css */
#cros{
    display: none;
}
.menu {
    position: sticky;
   /* top: 0;*/
    z-index: 999;
    /*position: sticky !important;*/
   /* top: 0;*/
    background: #1c4688;
}
.collapse{
    justify-content: center;
}
.nav-link{
    padding: 3px 10px !important;
    color: #fff !important;
    font-size: 14px;
}
/* End nave */

/* banner css*/
.banner-font{
    font-size: 36px;
    line-height: 41px;
}
.clp-lead{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 27px;
}
.shape{
    position: relative;
    padding: 2px 13px 2px 8px;
    background: #F4C150;
    font-size: .8rem;
    border-radius: 2px;
    color: #2a2a2a;
    font-weight: 600;
}
.shape::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 10px solid #343a40;
    border-bottom: 10px solid #343a40;
    border-left: 12px solid transparent;
}
.banner-star{
    color: #F4C150;
    font-size: 16px;
}
.fa-heart{
    -webkit-text-stroke: 1px #FFF;
    color: transparent;
    font-size: 18px;
}
.form{
    background: #1c4688;
    padding: 20px 10px;
    border: 2px solid #cde0ff;
    margin-top: 20px;
}
.form-control{
    border-radius: 5px;
    background: #fff;
    color: #737373;
    font-size: 15px;
    border: none;
}
.input-group-text{
    border: 1px solid #1c4688
}
.submit{
    background: #4575c1;
    border: 2px solid #cde0ff;
    color: #fff;
    font-weight: 600;
}
.submit:hover{
    background: #cde0ff;
    color: #4575c1;
}
.my-btn{
    border: 2px solid #fff;
    background:  var(--orange);
    font-weight: 400;
    transition: .3s;
    border-radius: none !important;
    padding: 5px 10px;
    color:  #fff;
}
    .my-btn:hover {
        border: 2px solid var(--orange);
        background: #fff;
        font-weight: 600;
        color: var(--orange);
    }

/* features css */
.features{
    height: 150px;
    margin-right: 10px;
}
.features img{
    display: inline-block;
    height: 100%;
    width: 100%;
}

/* methodology */
.hadding{
    font-weight: 700;
    line-height: 1.15;
    color: #080414;
}
.method-1, .method-2, .method-3, .method-4, .method-5{
    background: #1c4688;
    border: 5px solid #f2f2f2;
    height: 125px;
    width: 100% !;
    text-align: center;
}
.method-1::before, .method-2::before, .method-3::before, .method-4::before, .method-5::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 20px;
    border-left: 20px solid #f2f2f2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.method-1::after, .method-2::after, .method-3::after, .method-4::after, .method-5::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 1px;
    border-left: 20px solid #1c4688;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.method-2{
    background: #145245;
}
.method-2::after{
    border-left: 20px solid #145245;
}
.method-3{
    background: #0eabc3;
}
.method-3::after{
    border-left: 20px solid #0eabc3;
}
.method-4{
    background: #bf7e2c;
}
.method-4::after{
    border-left: 20px solid #bf7e2c;
}
.method-5{
    background: #fb9411;
}
.method-5::after{
    border: none;
}
.method-1 p, .method-2 p, .method-3 p, .method-4 p, .method-5 p{
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    vertical-align: middle;
    margin-top: 5px !important;
}
/* cource Conntant */
.Course{
    padding: 15px 10px;
    height: 120px;
    overflow: auto;
    border: 1px solid #efefef;
    box-shadow: 0 10px 10px -5px #ccc;
}

/* socia Reviews */
.socia-reviews{
    width: 60px;
}
.other .content .card{
    height: 280px !important;
    overflow: auto;
}


/* Chat Widget starts FAQ */
.chats{
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
.chats li{
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.chats .by-me img{
	margin-top: 5px;
	margin-right:10px;
	padding: 1px;
	background:#fff;
	border: 1px solid #ccc;
}
.chats .by-me .chat-meta{
	font-size: 11px;
	color: #999;
}
.chats .by-me .chat-content{
	margin-left: 60px;
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px 10px;
	border-radius: 5px;
	font-size: 13px;
}
.chats .by-me .chat-content:after, .chats .by-me .chat-content:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.chats .by-me .chat-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	top: 30%;
	margin-top: -10px;
}
.chats .by-me .chat-content:before {
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #ccc;
	border-width: 11px;
	top: 30%;
	margin-top: -11px;
}
.chats .by-other img{
	margin-top: 5px;
	margin-left:10px;
	padding: 1px;
	background:#fff;
	border: 1px solid #ccc;
}
.chats .by-other .chat-meta{
	font-size: 11px;
	color: #999;
}
.chats .by-other .chat-content{
	margin-right: 60px;
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px 10px;
	border-radius: 5px;
	font-size: 13px;
}
.chats .by-other .chat-content:after, .chats .by-other .chat-content:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.chats .by-other .chat-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	top: 30%;
	margin-top: -10px;
}
.chats .by-other .chat-content:before {
	border-color: rgba(238, 238, 238, 0);
	border-left-color: #ccc;
	border-width: 11px;
	top: 30%;
	margin-top: -11px;
}

/* compare css */
.compare{
    border: 1px solid #ccc;
}
.compare p{
    color: #fff;
    background: #1c4688;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 5px 10px;
}
.compare ul li{
    margin-top: 10px;
}
.table tr th{
    width: 40%;
}
.table tr th:first-child{
    width: 20%;
}

/* Happy client css */
.happy-client{
    width: 100px;
    /* border-radius: 50%; */
}
.cercel {
    bottom: -30px !important;
}
.cercel li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #1c4688;
}


 /* footer css*/
 .footer{
    background: #1f1f1f;
}
.f-icon a i{
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    padding: 7px 7.5px;
    margin-left: 10px;
}
.facebook{
    padding: 7px 10px !important;
    background: #3C5A99 !important;
}
.twitter{
    background: #1da1f2 !important;
}
.linkedin{
    background: #0e76a8 !important;
}
.google{
    background: #DB4437 !important;
}
.f-icon a i:hover{
    background: #777 !important;
    color: #fff;
}

.f-hadding{
    font-style: normal;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    color: #599aff;
}
.f-hadding::before{
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    bottom: -10px;
    background: #599aff;
    left: 0;
}
.f-ul{
    padding: 0;
}
.f-ul li{
    list-style: none;
}
.f-ul li b{
    color: #fff;
}
.f-ul li a{
    /* display: block; */
    font-size: .9rem;
    transition: .3s;
    color: #fff;
}
.f-ul li a:hover{
    color: var(--orange);
    padding-left: 8px;
}

@media only screen and (max-width: 600px) {
    .logo {
        position: static;
        background: #fff;
        padding: 11px 5px;
        top: -50px;
        left: 9px;
        width: 100%;
        height: 100%;
        text-align:center;
    }
    .the {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 20px;
        color: #1c4688;
        text-align:center;
    }
}


@media (min-width:600px) and (max-width: 900px) {

    .logo {
        position: absolute;
        background: none;
        padding: 10px 14px;
        top: 4px;
        left: 10px;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    
        .logo::after {
            display: none;
            content: "";
            /* position: absolute; */
            z-index: 999;
            right: 0;
            top: 0;
            /* border-bottom: 50px solid transparent; */
            /* border-right: 50px solid var(--orange); */
        }

    .the {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 20px;
        color: #1c4688;
        text-align: start;
    }
    .logo img{
        width:100% !important;
    }
}

.logo img {
    width:80% !important;
}