/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #e93810;
    height: auto;
    background-size: 100%;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 18px;
    color: #fff;
    margin: 0px 6px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3f3d88;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3f3d88;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 15px;
}

.login_bt {
    width: 200px;
    float: left;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li {
    float: right;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 0px 0px 30px;
}

.login_bt li a {
    color: #ffffff;
}

.login_bt li a:hover {
    color: #252525;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: cover;
    padding: 100px 0px;
}

.banner_taital {
    width: 40%;
    font-size: 60px;
    color: #fefefd;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.banner_text {
    width: 40%;
    font-size: 16px;
    color: #fefefd;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.btn_main {
    width: 36%;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #e93810;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #3f3d88;
}

.started_text.active a {
    color: #ffffff;
    background-color: #3f3d88;
}

#main_slider a.carousel-control-prev {
    left: 0px;
    top: 140px;
    color: #ffffff;
    background-color: #3f3d88;
}

#main_slider a.carousel-control-next {
    right: 0px;
    top: 140px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #e93810;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #3f3d88;
}


/* banner section end */


/* about_section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding: 40px 0px 0px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1e1d1d;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1e1d1d;
    margin: 0px;
    padding-top: 20px;
}

.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #e93810;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #3f3d88;
}

.about_img {
    width: 100%;
    float: left;
}


/* about section end */


/* work section start */

.work_section {
    width: 100%;
    float: left;
    background-image: url(../images/service-bg.png);
    height: auto;
    background-size: cover;
    padding: 90px 0px;
}

.work_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
}

.work_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0px 0px 0px;
}

.readmore_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #e93810;
    color: #ffffff;
    text-align: center;
    padding: 14px;
}

.readmore_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.video_bt {
    width: 100%;
    padding: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 90px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}


/* work section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1e1d1d;
    font-weight: bold;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1e1d1d;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: 100%;
    padding-top: 50px;
}

.Marketing_taital {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #1e1d1d;
    font-weight: bold;
    padding-top: 10px;
}

.Marketing_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1e1d1d;
    margin: 0px;
}

.Marketing_img {
    width: 100%;
    float: left;
}

.readmore_btn {
    width: 160px;
    float: left;
}

.readmore_btn a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #252525;
    background-color: transparent;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: bold;
}

.readmore_btn a:hover {
    color: #fff;
    background-color: #e93810;
}

.readmore_btn.active a {
    color: #fff;
    background-color: #e93810;
}


/* services section end */


/* news section start */

.news_section {
    width: 100%;
    float: left;
}

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1e1d1d;
    font-weight: bold;
}

.news_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1e1d1d;
    margin: 0px;
}

.news_section_2 {
    width: 100%;
    float: 100%;
    padding-top: 50px;
}

.news_box {
    width: 95%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px;
}

.publishing_text {
    width: 100%;
    font-size: 26px;
    color: #252525;
    font-weight: bold;
}

.icons_main {
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    margin-left: 40px;
}

.icon_img {
    width: 100%;
    text-align: left;
}

.icon_text {
    width: 100%;
    font-size: 16px;
    color: #dbdbda;
}

.college_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 20px 0px 0px 0px;
}

.date_text {
    width: 70px;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #e93810;
}

.date_text {
    width: 70px;
    float: right;
    font-size: 15px;
    color: #fcfcfc;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 140px;
    padding: 25px 0px;
    text-transform: uppercase;
}

.read_more_bt {
    width: 170px;
    float: left;
}

.read_more_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #3f3d88;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
}

.read_more_bt a:hover {
    color: #fff;
    background-color: #e93810;
}


/* news section end */


/* customers section start */

.customer_section {
    width: 100%;
    float: left;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070603;
    text-align: center;
    font-weight: bold;
}

.customer_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 30px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}

.customer_text {
    width: 100%;
    font-size: 16px;
    color: #262626;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
}

.customer_main {
    width: 100%;
    float: left;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 70%;
    float: left;
    padding-top: 50px;
    padding-left: 20px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #262626;
}

.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3f3d88;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 160px;
}

#my_slider a.carousel-control-next {
    right: 30px;
    top: 160px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #e93810;
    opacity: 1;
    font-size: 36px;
    color: #ffffff;
    border-radius: 100%;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #e93810
}


/* customers section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070603;
    font-weight: bold;
}

.contact_section_2 {
    width: 100%;
    margin: 0 auto;
}

.mail_section {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #262626;
    border: 0px;
    background-color: #ebebeb;
    padding: 14px 15px;
    margin-top: 40px;
}

input.mail_text::placeholder {
    color: #262626;
}

.massage-bt {
    color: #262626;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: #ebebeb;
    padding: 40px 15px 0px 15px;
    border: 0px;
    margin-top: 40px;
}

textarea#comment.massage-bt::placeholder {
    color: #262626;
}

.send_bt {
    width: 160px;
    float: left;
}

.send_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #e93810;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    color: #fff;
    background-color: #3f3d88;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
    padding: 90px 0px;
}

.footer_logo {
    width: 100%;
    float: left;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.lorem_text {
    width: 60%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a:hover {
    font-size: 16px;
    color: #e93810;
}

.footer_menu li a:hover {
    font-size: 16px;
    color: #e93810;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    float: left;
    font-size: 15px;
    color: #ffffff;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #e93810;
}

.padding_left_10 {
    padding-right: 10px;
}

.email-text {
    color: #ffffff;
    width: 100%;
    height: 30px;
    font-size: 15px;
    background-color: transparent;
    padding: 0px 15px 0px 0px;
    border: 0px;
    border-bottom: 2px solid #ffffff;
    margin-top: 15px;
}

textarea#comment.email-text::placeholder {
    color: #ffffff;
}

.submit_bt {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.submit_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #e93810;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.submit_bt a:hover {
    color: #ffffff;
    background-color: #3f3d88;
}

.footer_social_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
}

.footer_social_icon li {
    float: left;
    font-size: 24px;
    color: #ffffff;
    padding-right: 30px;
}

.footer_social_icon li a {
    color: #ffffff;
}

.footer_social_icon li a:hover {
    color: #e93810;
}

/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e93810;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}