body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: monotype-corsiva;
    src: url("../font/Corsiva/Monotype\ Corsiva.ttf");
}

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');*/


/*@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700,900&display=swap');*/


/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap');*/

.top_header {
    background: #002353;
    padding: 10px 0;
    margin: 0;
}

.top_header p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: right;
    padding: 0;
    margin: 0;
}

.top_header p span {
    font-size: 18px;
    padding: 0 0 0 4px;
    color: #e93535;
    line-height: 26px;
}

.top_header ul {
    text-align: right;
    padding: 0;
    margin: 0;
}

.top_header ul li {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0;
}

.top_header ul li a {
    text-decoration: none;
    color: #fff;
font-size:18px;
}

.top_header ul li em {
    margin-right: 7px;
    color: #e93535;
}


/*-----------harder-------------*/

.menu_header {
    background: #fff;
    padding: 0;
    margin: 0;
}

.menu_header .navbar-brand {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.menu_header .navbar-brand img {
    max-width: 100%;
    width: 120px;
}

.menu_header .navbar-brand span {
        font-family: monotype-corsiva;
    font-size: 16px;
    color: #337ab7;
}

.navbar-dark .navbar-nav .nav-link {
    color: #002353;
    font-weight: 600;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.menu_header ul li {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    font-weight: 400;
    padding: 7px 10px;
}

.menu_header ul li a {
    display: block;
    color: #002353;
    text-decoration: none;
}

.menu_header ul li:first-child {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    font-weight: 600;
    text-transform: uppercase;
}


/*-----------harder-------------*/

.banner {
    padding: 0;
    margin: 0;
    position: relative;
}

.banner .item {
    height: 450px;
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .text {
    position: relative;
    width: 60%;
    bottom: 150px;
    left: 0;
    background: #000;
    opacity: 0.9;
    padding: 10px 0 10px 50px;
}

.banner .text h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #fff;
}

.banner .text p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.banner .owl-nav {
    display: none;
}

.banner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.banner .owl-dots button.owl-dot {
    background: #428CC6;
    margin: 0 10px 0 10px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #d57e0e;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.banner span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}


/*----------s_about-css------*/

.s_about {
    padding: 70px 0;
    margin: 0;
}

.s_about h2 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
}

.s_about h2:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.s_about .box_text {
    text-align: center;
    padding: 0;
    margin: 50px 0 0 0;
}

.s_about .box_text a {
    width: 100%;
    display: block;
    background: #002353;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 30px 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

.s_about .box_text a:hover {
    transition: all 500ms ease-in-out;
    color: #fff;
    background: #ed2127;
}


/*---------one--------*/

.one {
    padding: 0;
    margin: 0;
}

.one .text-center h2 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
}

.one .text-center h2:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.one .text-center h2.know {
    color: #fff;
    padding-top: 100px;
}

.one .text-center h2.know:after {
    background: #fff;
}


/*---------one--------*/


/* 



.bg_box {



    background: url(../images/bg.jpg);



    background-size: cover;



    background-repeat: no-repeat;



    padding: 0 0 70px 0;



    margin: 100px 0 0 0;



} */

.bot {
    background: #fff;
}

.bg_box .text-left p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 0 10px 0;
}

.bg_box .boxt_text h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 400;
}

.pn_paddin {
    padding-left: 40px;
    padding-right: 50px;
}

.bg_box .boxt_text p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    text-align: justify;
}

.bg_box .text-center a {
    color: #fff;
    background: #002353;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 3px;
    margin: 50px 0 50px 0;
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

.bg_box .text-center a:hover {
    transition: all 500ms ease-in-out;
    color: #fff;
    background: #ef1c23;
}


/*--------------images_rotud-CSS-------------*/

.bg_box .img_box12_top {
    margin: 50px 0 0 0;
}

.bg_box .item {
    -webkit-animation-name: rori;
    -moz-animation-name: rori;
    -ms-animation-name: rori;
    -o-animation-name: rori;
    animation-name: rori;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    vertical-align: middle;
    text-align: center;
    margin: 10px 0;
}

.bg_box .item:hover {
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0px 1px 6px #444;
    overflow: hidden;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1.1);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -moz-transform: rotate(360deg) scale(1.1);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -o-transform: rotate(360deg) scale(1.1);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -ms-transform: rotate(360deg) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(1.0);
    }
    100% {
        transform: rotate(360deg) scale(1.1);
    }
}

.bg_box .owl-dots {
    display: none;
}


/*--------------images_rotud--------------*/

.latestarticles {
    padding: 0;
    margin: 50px 0 0 0;
    position: relative;
}

.latestarticles .date_number {
    position: absolute;
    left: 0px;
    top: 64px;
    background: #ef1c23;
    text-align: center;
    padding: 5px;
}

.latestarticles .item {
    padding: 0 10px;
    margin: 0 0 30px 0;
}

.latestarticles .date_number h6 {
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    margin: 0;
}

.latestarticles .text .sia_button1 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #002353;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 0px;
    margin: 10px 0 10px 0;
    transition: 1s;
    display: inline-block;
    text-decoration: none;
}

.latestarticles .text .sia_button1:hover {
    color: #fff;
    background: #ef1c23;
    transition: 1s;
    padding: 8px 10px;
}

.latestarticles .text p {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 0 0;
    margin: 0;
    min-height: 110px;
}

.latestarticles .text .read {
    display: inline-block;
    color: #fff;
    background: #002353;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 3px;
    text-decoration: none;
    transition: 1s;
}

.latestarticles .text .read:hover {
    color: #fff;
    background: #ef1c23;
    transition: 1s;
}


/*----------testimonials------------*/

.testimonials {
    background: #002353;
    padding: 40px 0;
    margin: 0;
}

.testimonials .text-center h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 32px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.testimonials .text-center em {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.testimonials .box_item {
    background: #fff;
    position: relative;
    padding: 0 20px 0 60px;
    margin: 30px 25px 0 25px;
}

.testimonials .box_item:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonials .number_icon {
    width: 50px;
    height: 45px;
    background: #e93535;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.testimonials .number_icon h6 {
    text-align: center;
    margin: 0 auto;
}

.testimonials .text {
    padding: 30px 0 20px 0;
    margin: 0;
}

.testimonials .text .september {
    display: inline-block;
    font-size: 15px;
    color: #002353;
    font-weight: 800;
    float: right;
    padding: 0 0 15px 0;
    text-decoration: none;
}

.testimonials .text p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.testimonials .text h5 {
    float: left;
    font-size: 17px;
    color: #002353;
    font-weight: 400;
}

.testimonials .text span {
    float: right;
    position: relative;
    padding-right: 61px;
}


/*.testimonials .text span:after{



    content: "\f005 \f005 \f005 \f005 \f005";



    font-family: FontAwesome;



    color: #FF8000;



    position: absolute;



    font-size: 13px;



    top: 5px;



    right: -7px;



}*/

.testimonials h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 25px 0 0 27px;
}

.our_clints {
    padding: 40px 0;
    margin: 0;
}

.our_clints .item .item_box_img img {
    display: inline-block;
    height: 80px;
    margin: 0 2px;
    border: solid 2px #999;
    padding: 10px;
    width: 170px;
    object-fit: contain;
}


/*-------------inner_pages-css-------------*/

.bow_box {
    background: url(../../assets/images/black_pic.jpg) repeat center;
    width: 100%;
    padding: 50px 0 90px 0;
    margin: 0;
}

.bow_box h3 {
    font-family: 'Roboto', sans-serif;
    color: #002353;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 7px 0;
    margin: 0;
    position: relative;
}

.bow_box h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #002353;
}

.bow_box .centre_1 {
    text-align: right;
}

.bow_box .centre_1 a {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    background: #ed2127;
    font-size: 24px;
    padding: 5px 30px;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 1s;
}

.bow_box .centre_1 a:hover {
    background: #002353;
    transition: 1s;
}

.bow_box .bow_right {
    float: right;
    width: 81%;
}

.bow_box p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 40px 0 0 0;
}

.bow_box .n_box {
    float: left;
    width: 40px;
    margin: 40px 0 0 0;
}

.bow_box .n_box .icon_1 {
    font-size: 20px;
    color: #fff;
    background: #002353;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #002353;
    transition: all 0.4s ease 0s;
}

.bow_box .n_box .icon_1:hover {
    background: none;
    color: #002353;
}

.bow_box .map_1 {
    border: none;
    height: 450px;
    padding: 40px 0 0 0;
    margin: 0;
}

.bow_box .map_1 iframe {
    width: 100%;
    height: 100%;
}

.bow_box .sia_box {
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 40px 0 0 0;
    box-sizing: border-box;
}

.bow_box .sia_box form {
    width: 100%;
    padding: 0;
    margin: 0;
}

.bow_box .sia_box .sun_mit_button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    border: 2px solid blue;
    padding: 40px 10px 124px 10px;
    background: none;
    position: relative;
}

.bow_box .sia_box:hover .sun_mit_button {
    color: #fff;
    background: #ed2127;
    text-decoration: none;
    transition: 1s;
}

.bow_box .sia_box .duration_12 {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transition: 1s;
    font-size: 12px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
}

.bow_box .sia_box .duration_12 b {
    font-size: 13px;
}

.bow_box .sia_box .duration_12 span {
    display: block;
}

.bow_box .sia_box:hover .duration_12 {
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.about_us_1 {
    background: #012353;
    padding: 20px 0;
    margin: 0;
}

.about_us_1 h4 {
     letter-spacing: 2px;
 font-family: monotype-corsiva;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 0;
}

.paragraph {
    padding: 50px 0;
}

.paragraph p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
}

.siacctv {
    background: url(../images/back-pattern.jpg) repeat center;
    width: 100%;
    padding: 50px 0 100px 0;
    margin: 0;
}

.siacctv .images_boxcctv_1 {
    padding: 0;
    margin: 0;
}

.siacctv .images_boxcctv_1 img {
    width: 100%;
}

.blog-date12 {
    background: #e93535;
    box-shadow: 0 3px 0 #980000;
    border-bottom: none;
    border-radius: 5px;
    width: 127px;
}

.blog-date {
    background: #c2d44e;
    box-shadow: 0 3px 0 #6d7727;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}

.blog-date12 p {
    text-align: center !important;
    padding: 7px 0 !important;
    font-size: 15px;
    color: #fff !important;
    line-height: 18px !important;
    font-weight: 600 !important;
}

.box_showd_1 .bor_1 {
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 30px 0 0 0;
}

.box_showd_1 .bor_1 h4 {
    font-size: 22px;
    color: #909e37;
    padding-bottom: 15px;
    line-height: 30px;
    font-weight: 500;
}

.box_showd_1 .bor_1 p {
    font-size: 15px;
    color: #333;
    padding-bottom: 5px;
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
}

.box_showd_1 .bor_1 h5 {
    font-size: 17px;
    color: #333;
    padding-bottom: 7px;
    font-weight: 600;
}

.box_showd_1 .recent_post {
    padding: 0;
    margin: 0;
}

.box_showd_1 .recent_post h3 {
    color: #697329;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 55px 0 10px 0;
    border-bottom: 6px solid #69732926;
    text-align: center;
}

.box_showd_1 .recent_post_box {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 30px 0 0 0;
    border-radius: 5px;
}

.box_showd_1 .recent_post_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_showd_1 .recent_post_box p {
    color: #e93535;
    border-bottom: 1px dashed #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.box_showd_1 .recent_post_box p a {
    transition: all 500ms ease-in-out;
    color: #000;
    text-decoration: none;
}

.box_showd_1 .recent_post_box p a {
    color: #23527c;
}

.table_backgroumg {
    background: url(../../assets/images/black_pic.jpg) repeat center;
    width: 100%;
    padding: 70px 0;
    margin: 0;
}

.table_backgroumg table {
    border-collapse: collapse;
    width: 100%;
}

.table_backgroumg td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.table_backgroumg tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table_backgroumg a {
    text-decoration: none;
}

.table_backgroumg .btn1 {
    color: #000;
    text-decoration: none;
    display: block;
    height: auto;
}

.table_backgroumg .modal-content {
    border: 14px solid #e7e7e7;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.table_backgroumg .modal-content h4 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 35px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.table_backgroumg .modal-dialog {
    z-index: 50;
    width: 500px;
    max-width: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 4px;
}

.table_backgroumg .modal-header .close {
    margin: -6px -6px 0 0;
    background: #ccc;
    padding: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    outline: none;
}

.table_backgroumg p {
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0;
}

.table_backgroumg label {
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
}

.table_backgroumg input[type="password"] {
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    margin: 0 0 30px 0;
}

.table_backgroumg input[type="submit"] {
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
    color: #fff;
    background-color: #204d74;
    border: 1px solid #122b40;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    transition: all 500ms ease-in-out;
    margin: 0 0 35px 0;
}

.table_backgroumg input[type="submit"]:hover {
    background: #337ab7;
}

.pdfimg {
    width: auto;
    float: left;
    padding-right: 6px;
}

.pdftxt {
    width: auto;
    float: left;
}

.bot_back input[type="password"] {
    width: 300px;
}

.bot_back input[type="submit"] {
    width: 100px;
}

.blog_pages {
    padding: 50px 0 70px 0;
}

.box1_blog {
    padding: 0;
    margin: 0 0 45px 0;
    position: relative;
}

.box1_blog img {
    width: 100%;
    height: 118px;
    object-fit: cover;
}

.box1_blog .date_number {
    position: absolute;
    left: -10px;
    top: 66px;
    background: #ef1c23;
    text-align: center;
    padding: 5px;
}

.box1_blog .date_number h6 {
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    margin: 0;
}

.box1_blog .sia_button1 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #002353;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 0px;
    margin: 10px 0 10px 0;
    transition: 1s;
    display: inline-block;
    text-decoration: none;
}

.box1_blog .sia_button1:hover {
    color: #fff;
    background: #ef1c23;
    transition: 1s;
    padding: 8px 10px;
}

.box1_blog .text p {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 0 0;
    margin: 0;
    min-height: 100px;
}

.box1_blog .text .read {
    display: inline-block;
    color: #fff;
    background: #002353;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 3px;
    text-decoration: none;
    transition: 1s;
}

.box1_blog .text .read:hover {
    color: #fff;
    background: #ef1c23;
    transition: 1s;
}

.blog_pages .content {
    width: 100%;
    display: none;
}

.blog_pages #loadMore {
    width: 200px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #e93535;
    transition: .3s;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.blog_pages #loadMore:hover {
    color: blue;
    background-color: #fff;
    border: 1px solid #002353;
    text-decoration: none;
}

.blog_pages .noContent {
    color: #000 !important;
    background: #fff !important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    pointer-events: none;
}

.feedback {
    padding: 60px 0;
}

.feedback h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 30px 0;
}

.feedback label {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #555;
    padding: 0px 0 3px 0;
}

.feedback select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -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;
    outline: none;
    /*    -moz-appearance: none;



    -webkit-appearance: none;



    appearance: none;*/
    margin: 0 0 25px 0;
}

.feedback input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -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;
    outline: none;
    margin: 0 0 25px 0;
}

.feedback textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -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;
    outline: none;
    margin: 0 0 25px 0;
}

.feedback input[type="submit"] {
    width: auto;
    padding: 10px 20px;
    color: #fff;
    background: #337ab7;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
}

.bot_back_1 h4 {
    font-family: 'Roboto', sans-serif;
    color: #002353;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 0 7px 0;
    margin: 0;
}

.bot_back_1 h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #002353;
}

.bot_back_1 .contact_icon {
    padding: 0;
    margin: 0;
}

.bot_back_1 .contact_icon li {
    list-style: none;
    vertical-align: middle;
    padding: 25px 0 0 0;
}

.bot_back_1 .contact_icon li .icon-address {
    font-size: 20px;
    color: #fff;
    background: #002353;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #002353;
    transition: all 0.4s ease 0s;
}

.bot_back_1 .contact_icon li .icon-address:hover {
    background: none;
    color: #002353;
}

.bot_back_1 .contact_icon li .t_left {
    float: left;
}

.bot_back_1 .c_bow {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0 20px 0;
    margin: 0;
}

.bot_back_1 .c_bow a {
    font-family: 'Roboto', sans-serif;
    padding: 0 8px 0 2px;
    color: #337ab7;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #333;
    line-height: 12px;
}

.bot_back_1 .contact_icon li .hade {
    float: left;
    width: 90%;
}

.bot_back_1 .contact_icon li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #337ab7;
}

.bot_back_1 .bti_box {
    padding: 0px 0 0 25px;
    border-left: 3px solid #002353;
}

.bot_back_1 form {
    padding: 25px 0 0 0px;
}

.bot_back_1 input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -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;
    outline: none;
    margin: 0 0 25px 0;
}

.bot_back_1 input[type="email"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -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;
    outline: none;
    margin: 0 0 25px 0;
}

.bot_back_1 textarea {
    display: block;
    width: 100%;
    height: 214px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -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;
    outline: none;
    margin: 0 0 25px 0;
}

.bot_back_1 input[type="submit"] {
    width: auto;
    padding: 10px 20px;
    color: #fff;
    background: #337ab7;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
}

.door_supper {
    padding: 50px 0 0 0;
    margin: 0;
}

.door_supper .box_green_gray {
    padding: 0 0 30px 0;
}

.door_supper h4 {
    background: #002353;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 7px 0;
    text-transform: capitalize;
}

.door_supper strong {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px 0;
    font-weight: 700;
}

.door_supper p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    padding: 7px 0;
    font-weight: 400;
    margin: 0px;
}

.door_supper .b_background_color {
    background-color: #2f55a0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.door_supper .location_selecct {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

.door_supper .location_selecct option:nth-child(even) {
    background-color: #e4dcdc;
}

.door_supper .select_date {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

.door_supper .select_date option:nth-child(even) {
    background-color: #e4dcdc;
}

.door_supper input[type="submit"] {
    display: inline-block;
    background: #faaf3c;
    color: #000;
    border: 0;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 25px;
}

.door_supper h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    padding: 0 0 9px 0;
    margin: 0;
}

.video_section {
    padding: 40px 0;
    margin: 0;
}

.video_section iframe {
    width: 100%;
    border: 8px solid #002353;
    height: 450px;
}

.you_wish {
    padding: 0 0 70px 0;
    margin: 0;
}

.you_wish ul {
    padding: 0;
    margin: 0;
}

.you_wish ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.you_wish p {
    padding: 10px 0;
    margin: 0;
}

.you_wish p span {
    color: #e93535;
}

.top_padd {
    padding: 40px 0 0 0;
    margin: 0;
}

.flexi_1 {
    border: 3px solid #2f55a0;
    border-radius: 4px;
    padding: 20px 0;
    margin: 0;
}

.flexi_1 h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #ef1c23;
    line-height: 35px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.flexi_1 h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    color: #ef1c23;
    line-height: 43px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}

.flexi_1 .text_boxr_1 p {
    text-align: left;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    padding: 10px 0px 10px 30px;
    color: #002353;
    border-top: solid 1px #002353;
}

.flexi_1 .second_pages {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 100;
    text-align: center;
    margin: 12px 30px 7px 30px;
    padding: 12px 20px;
    background: #ef1c23;
    text-transform: uppercase;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.42);
    text-decoration: none;
}

.signupForm .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.signupForm .modal-sm {
    width: 100%;
    max-width: 100%;
}

.signupForm p {
    text-align: left;
    border: none;
}

.signupForm label {
    text-align: left;
    width: 100%;
    display: block;
}

.signupForm label input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.signupForm input[type="submit"] {
    font-weight: 500;
    margin: 10px 0 0 0;
    outline: none;
}

.signupForm .modal-header .close {
    outline: none;
}

.course_details_1 .bot_padd_1 {
    padding: 0;
    margin: 60px 0;
    border: 1px solid #002353;
    border-radius: 6px;
}

.course_details_1 .course_details_12 {
    padding: 0;
    margin: 0;
}

.course_details_1 .course_details_12 h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    background: #002353;
    margin: 0;
    padding: 13px 20px;
}

.course_details_1 .course_details_12 ul {
    padding: 10px 0 10px 20px;
    margin: 0;
}

.course_details_1 .course_details_12 ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    list-style: none;
    padding: 4px 0;
    margin: 0;
}

.course_details_1 .course_details_12 ul li span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #002353;
    padding-right: 5px;
}

.course_details_1 .course_details_12 .in_put {
    padding: 15px 0 15px 20px;
    margin: 0;
}

.course_details_1 .course_details_12 .in_put li input[type="text"] {
    width: 39%;
    height: 40px;
    padding: 0 10px;
}

.course_details_1 .course_details_12 input[type="submit"], .payment_button, .course_details_12_button_inner_img_two .paypal_button_holder {
    padding: 10px 20px;
    color: #fff;
    background: #012353;
    border: none;
    margin: 0 0 20px 20px;
    width: 235px;
}


/*-------------inner_pages-css-------------*/


/*----------footer #4d9bc1--------*/

.footer {
    background: #002353;
    padding: 30px 0;
}

.footer h4 {
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    display: block;
    list-style: none;
    padding: 0 0px 15px 0px;
    margin: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
}

.footer ul li a {
    transition: all 500ms ease-in-out;
    color: #fff;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff;
}

.footer p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.footer .c_bow1 {
    font-size: 14px;
    margin: 0;
    padding: 0 0 15px 0;
}

.footer .c_bow1 a {
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 5px 0 0;
    transition: all 500ms ease-in-out;
}

.footer .c_bow1 a:hover {
    color: #e3e3e3;
}

.footer h5 {
    font-size: 18px;
}

.footer h5 a {
    color: #fff;
}


/*.footer input[type="text"]{ 



    background: none;



    border: 1px solid #ccc;



    width: 100%;



    height:35px;



    margin: 0 0 20px 0;



    padding: 0 10px;



    font-size: 14px;



    color: #fff;



    outline: none;



    box-sizing: border-box;



}*/


/*.footer textarea{ 



    background: none;



    border: 1px solid #ccc;



    width: 100%;



    height:80px;



    margin: 0 0 20px 0;



    padding: 5px 10px 0 10px;



    font-size: 15px;



    color: #fff;



    outline: none;



    box-sizing: border-box;



}*/

.footer input[type="submit"] {
    background: #103d63;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 25px;
}

.footer ::placeholder {
    color: #fff;
}

.copyright {
    background: #e93535;
    padding: 15px 0;
}

.copyright ul {
    text-align: right;
    padding: 0;
    margin: 0;
}

.copyright ul li {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0px 0 20px;
    list-style: none;
}

.copyright ul li a {
    text-decoration: none;
    color: #fff;
}

.copyright p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width:1199px) {
    .images_rotud {
        text-align: center;
    }
    .images_rotud li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:991px) {
    .bg_box .ntp {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .bg_box .ntp img {
        width: 100%;
    }
    .ntp img {
        width: 100% !important;
        margin: -25px 0 0 0;
    }
    .bg_box .boxt_text h4 {
        font-size: 20px;
    }
    .bg_box .m_tiop {
        padding-top: 38px;
    }
    .one .text-center h2 {
        font-size: 25px;
    }
    .our_clints .item .item_box_img img {
        width: 160px;
    }
    .course_details_1 .course_details_12 .in_put li input[type="text"] {
        width: 50%;
    }
    .door_supper p {
        font-size: 12px;
    }
    .bow_box .bow_right {
        width: 70%;
    }
    .bow_box p {
        font-size: 13px;
    }
    .box1_blog img {
        width: 100%;
        height: 99px;
        object-fit: cover;
    }
    .blog-date12 {
        width: 92px;
    }
    .box_showd_1 .bor_1 h4 {
        font-size: 18px;
    }
    .box_showd_1 .recent_post h3 {
        font-size: 22px;
    }
    .bow_box .sia_box .duration_12 {
        font-size: 12px;
        left: 20px;
        right: 20px;
    }
    .bow_box .sia_box .duration_12 span {
        display: inline;
    }
    .bow_box .sia_box .sun_mit_button {
        font-size: 15px;
        font-weight: 700;
    }
}

@media only screen and (max-width:767px) {
.new_new_s_about{
padding:20px 0 70px 0 !important;
}
.s_about .box_text{
margin: 50px 0 0 0 !important;
}
.navbar-toggler{
    padding: 0px 5px;
}
.navbar-toggler-icon {
    width: 28px;
    height: 30px;
}
.menu_header .navbar-brand img {
    max-width: 80%;
    height: 70px;
}
.course_details_12_button_inner{
flex-direction: column;
}
    .bookingfrm {
        padding: 18px 15px !important;
    }
    .blog_blog_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bg_box {
        margin: 56px 0 0 0;
    }
    .bg_box .ntp img {
        max-width: auto;
        width: 70% ! important;
        margin: 0 auto;
    }
    .bg_box .boxt_text {
        text-align: center;
        padding: 0px 0 0 0;
    }
    .bg_box .boxt_text p {
        text-align: justify;
    }
    .bg_box .m_tiop {
        padding-top: 0px;
    }
    .our_clints .item .item_box_img img {
        width: 145px;
    }
    .course_details_1 .course_details_12 ul li {
        font-size: 15px;
    }
    .course_details_1 .course_details_12 ul li span {
        padding-right: 0px;
    }
    .course_details_1 .course_details_12 .in_put li input[type="text"] {
        width: 95%;
    }
    .course_details_1 .course_details_12 ul li span {
        display: block;
    }
    .door_supper p {
        font-size: 15px;
    }
    .door_supper .location_selecct {
        margin: 10px 0 20px 0;
    }
    .door_supper input[type="submit"] {
        margin: 20px 0 10px 0;
    }
    .about_us_1 h4 {
        font-size: 24px;
    }
    .bow_box .bow_right {
        width: 88%;
    }
    .bow_box .map_1 {
        padding-bottom: 40px;
    }
    .video_section iframe {
        height: 273px;
    }
    .bot_back_1 .bti_box {
        margin-top: 30px;
    }
    .bot_back_1 .bti_box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flexi_1 {
        margin: 0 0 30px 0;
    }
    .signupForm .modal {
        width: 90%;
    }
    .signupForm .modal-sm {
        width: auto !important;
        min-width: auto !important;
    }
    .bot_back input[type="password"] {
        width: 100%;
    }
    .table_backgroumg .modal-dialog {
        width: 90%;
    }
    .modal-dialog {
        margin: 0px;
    }
    .table_backgroumg .modal-content h4 {
        font-size: 20px;
    }
    .pdfimg {
        padding-right: 0px;
    }
    .bow_box .sia_box .duration_12 span {
        display: block;
    }
    .bow_box .sia_box .duration_12 {
        font-size: 15px;
    }
    .bg_box .item {
        margin: 0 10px;
    }
    .bookingfrm .drp_up {
        width: 100% !important;
        margin: 10px 0 0 0;
    }
    .bookingfrm .drp_dwon {
        width: 100% !important;
        margin: 20px 0 20px 0;
    }
    .video_area iframe {
        height: 272px !important;
    }
    .modal {
        width: 88% !important;
    }
    .po_date_select li.bor_selection_date {
        width: 100% !important;
        margin: 0 0 30px 0;
    }
    .bg_box .ntp {
        width: 30%;
        padding: 0;
        display: flex;
        align-items: center;
        margin: 0 auto;
        vertical-align: middle;
    }
    .bg_box .n_right {
        width: 70%;
        box-sizing: border-box;
        padding: 0 24px 0 0;
    }
}

@media only screen and (max-width:500px) {
    .bg_box .item {
        margin: 0 30px;
    }
.navbar{
    padding: .5rem 0;
}
}

@media only screen and (max-width:420px) {
.menu_header .navbar-brand span {
    font-size: 11px;
}
.menu_header .navbar-brand img {
   max-width: 100%;
    height: 45px;
    object-fit: cover;
}
    
    .one .text-center h2 {
        font-size: 20px;
    }
    .pn_paddin {
        padding-left: 0px;
        padding-right: 0px;
    }
    .latestarticles .item img {
        width: 100%;
    }
    .our_clints .item .item_box_img img {
        width: 98%;
        object-fit: contain;
    }
    .bow_box .col {
        flex-grow: 1;
        max-width: 100%;
        flex: 100%;
    }
    .bow_box .centre_1 {
        text-align: left;
        margin: 20px 0 0 0;
    }
    .bow_box .bow_right {
        width: 80%;
    }
    .video_section iframe {
        height: 200px;
    }
    .signupForm .modal {
        width: 90%;
    }
    .table_backgroumg td,
    th {
        padding: 3px;
        font-size: 10px;
    }
    .bg_box .item {
        margin: 0 50px;
    }
    .video_area iframe {
        height: 160px !important;
    }
    .course_details_12_button_inner {
        flex-direction: column;
    }
    .course_details_12_button_inner_img_two {
        margin-top: 15px;
    }
    .course_details_12_button_inner_img_one,
    .course_details_12_button_inner_img_two {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


/*23022021*/

button.accordion {
    background-color: #e1e1e1;
    color: #336633;
    border: none;
    font-size: 1.25em;
    cursor: pointer;
    outline: none;
    padding: 1em 1.5em;
    text-align: left;
    transition: 0.8s;
    width: 100%;
    border-bottom: 1px solid;
}

button.active,
button.accordion:hover {
    color: #777;
    background-color: #e1e1e1;
}

button.accordion:after {
    content: "\002B";
    float: right;
}

button.active.accordion:after {
    content: "\2212";
}

.details {
    background-color: #ededed;
    color: #777;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.2s ease-out;
}

.details p {
    line-height: 24px;
    text-align: justify;
}

.course_details_12_button_inner {
    display: flex;
    padding: 15px;
}

.navbar{
    padding: .5rem 0;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.loader-circle{
 width: 55px;
    height: 55px;
    border: 5px solid;
    border-color: #E6AF2E #2f55a0;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    position: absolute;
    left: 50%;
    top: 42%;
}
@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}
@media only screen and (max-width:420px) {
.loader-circle{
    left: 40%;
}
}
@media only screen and (min-width:2500px) {
.top_header p, .onlineassessment a, .top_header ul li a{
font-size: 15px !important;
}
}
