/*------------------------------------*\
 		Global style
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i&display=swap');
body {
    background: #fdf6f0;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

a {
    font-size: 14px;
    line-height: 18px;
    color: #2c308b;
}

a:hover {
    color: #fa6600;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
    color: #fa6600;
}

.row {
    margin-bottom: 0px;
}

.hero_slider_item .slick-prev {
    left: 10px;
}

.hero_slider_item .slick-next {
    right: 40px;
}

.hero_slider_item .slick-prev,
.hero_slider_item .slick-next {
    z-index: 100;
}

.hero_slider_item .slick-prev::before {
    content: "\ea97";
}

.hero_slider_item .slick-next::before {
    content: "\ea98";
}

.hero_slider_item .slick-prev::before,
.hero_slider_item .slick-next::before {
    font-family: 'IcoFont';
    font-size: 50px;
    color: #ffffff;
}

.hero_slider_item .slick-dots {
    bottom: 80px;
}

.hero_slider_item .slick-dots li {
    width: 20px;
    height: 20px;
}

.hero_slider_item .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #ffffff;
    width: 26px;
}

.hero_slider_item .slick-dots li button::before {
    opacity: .65;
    color: #ffffff;
    content: "";
    width: 16px;
    height: 10px;
    border-radius: 40px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
}

.hero_slider_item .slick-dots li button::before {
    font-size: 12px;
}

.product_slider .slick-dots {
    bottom: -30px;
}

.product_slider .slick-dots li {
    width: 20px;
    height: 20px;
}

.product_slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fa6600;
    width: 26px;
}

.product_slider .slick-dots li button::before {
    opacity: .65;
    color: #fa6600;
    content: "";
    width: 16px;
    height: 10px;
    border-radius: 40px;
    background: #fa6600;
    transition: all 0.5s ease-in-out;
}

.product_slider .slick-dots li button::before {
    font-size: 12px;
}

.modal-dialog {
    max-width: 690px;
}

.modal-content {
    border: none;
}

.modal-body {
    padding: 20px;
    min-height: 490px;
}


/*--- End Global style ---*/


/*--- Start Custom Style ---*/

.header_wrap {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.7);
}

.header_wrap.fixed_menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}


/*--- Start header_topMenu ---*/

.header_topMenu {
    background: #ffffff;
    position: relative;
}

.header_topMenu .navbar {
    padding: 0px 15px;
}

.brand_logo {
    text-align: left;
    padding: 5px 0;
}

.brand_logo .navbar-brand {
    margin: 0;
    padding: 0;
}

.brand_logo .navbar-brand img {
    max-width: 320px;
    margin: 5px auto;
}

.contact_number {
    padding-top: 14px;
}

.contact_number p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #323388;
    margin: 0;
}

.contact_number p a {
    font-size: 16px;
    font-weight: 400;
    color: #323388;
    text-decoration: underline;
    margin-left: 6px;
    transition: all 0.5s ease-in-out;
}

.contact_number p a:hover,
.contact_number p a:focus {
    color: #fa6600;
}

.header_bottom_menu {
    background: #fa6600;
}

.header_bottom_menu .navbar {
    padding: 0 15px;
}

.header_bottom_menu .navbar-nav .nav-item {
    padding: 0 5px;
}

.header_bottom_menu .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
}

.header_bottom_menu .navbar-nav .nav-item.active .nav-link,
.header_bottom_menu .navbar-nav .nav-item .nav-link:hover {
    color: #fa6600;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
}


/*--- Start hero_slider ---*/

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

.hero_slider_item .item {
    position: relative;
}

.hero_slider_item .item img {
    max-width: 100%;
    position: relative;
    z-index: -1;
    width: 100%;
}

.hero_slider_item .slider_text {
    width: 100%;
    position: absolute;
}

.hero_slider_item .slider_text .inner {
    max-width: 1140px;
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
}

.hero_slider_item .slider_text h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    max-width: 740px;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.65);
    text-align: right;
    margin: 70px 0 40px auto;
    text-transform: uppercase;
}

.hero_slider_item .slider_text h2 span {
    color: #acf154;
    display: block;
}

.hero_slider_item .slider_text .btn {
    background: #ffffff;
    color: #212331;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.65);
}

.hero_slider_item .slider_text .btn:hover {
    background: #dc6601;
    color: #ffffff;
}


/*--- Start about_wrap ---*/

.about_wrap {
    padding: 70px 0;
    background: #f3cba8;
}

.about_text_wrap {
    padding: 0 60px 0 40px;
    margin-bottom: 30px;
}

.about_text_wrap .title {
    color: #212331;
    font-size: 38px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
    max-width: 440px;
    text-transform: uppercase;
}

.about_text_wrap .text {
    color: #212331;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: justify;
}

.about_img_wrap {
    padding: 0 15px 0 30px;
}

.learn_more_btn {
    color: #ffffff;
    background: #323388;
    font-size: 18px;
    font-weight: 400;
    border-radius: 40px;
    padding: 15px 55px 15px 25px;
    border: none;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
}

.learn_more_btn::before {
    position: absolute;
    content: "\ea94";
    font-family: IcoFont;
    font-size: 28px;
    color: #ffffff;
    right: 20px;
    top: 9px;
    transition: all 0.5s ease-in-out;
}

.learn_more_btn:hover {
    background: #dc6601;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 60px;
}

.learn_more_btn:hover::before {
    color: #ffffff;
    right: 15px;
}

.learn_more_btn.read_more {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 35px 8px 15px;
    text-transform: initial;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.learn_more_btn.read_more::before {
    font-size: 20px;
    color: #ffffff;
    right: 10px;
    top: 5px;
}

.learn_more_btn.read_more:hover::before {
    right: 6px;
}


/*--- Start what_we_do_wrap ---*/

.what_we_do_wrap {
    padding: 60px 40px;
}

.we_do_title .title,
.our_product_wrap .title,
.our-services-title {
    font-size: 48px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 35px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}

.we_do_title .title {
    color: #121b26;
}

.we_do_title .title::before,
.our_product_wrap .title::before,
.our-services-title::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -8px;
    max-width: 80px;
    height: 5px;
    left: 46%;
}

.we_do_title .title::before {
    background: #121b26;
}

.we_do_title .text {
    color: #121b26;
    font-size: 18px;
    font-weight: 300;
    margin: 8px auto;
    max-width: 940px;
}

.we_do_item {
    padding: 0 15px;
    margin: 20px 0 0;
}

.we_do_item .inner_cont {
    background: #ffffff;
    padding: 0;
    transition: all 0.5s ease-in-out;
}

.we_do_item .inner_cont:hover {
    background: #ffefe2;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
}

.we_do_item .inner_cont:hover .hover_cont {
    bottom: 0;
}

.we_do_item .img_wrap {
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 196px;
}

.we_do_item .img_wrap .hover_cont {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 102, 1, 0.6);
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.we_do_item .img_wrap .hover_cont a {
    background: #ffffff;
    text-decoration: none;
    height: 46px;
    width: 46px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-top: 30%;
    transition: all 0.5s ease-in-out;
}

.we_do_item .img_wrap .hover_cont a:hover {
    background: #202230;
}

.we_do_item .img_wrap .hover_cont a i {
    color: #fa6600;
    font-size: 24px;
    transition: all 0.5s ease-in-out;
}

.we_do_item .img_wrap .hover_cont a:hover i {
    color: #ffffff;
}

.we_do_item .text_wrap {
    padding: 5px 22px;
    min-height: 120px;
}

.we_do_item .text_wrap h4 {
    color: #121b26;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 12px;
    min-height: 46px;
}

.we_do_item .text_wrap p {
    color: #121b26;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
    height: 142px;
    overflow: hidden;
}

.we_do_item .text_wrap .read_more {
    margin-bottom: 20px;
    margin-top: 0px;
}

.what-we-list {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.extr-mrg-btm {
    margin-bottom: 30px !important;
}

.what-we-list li {
    list-style: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* max-width: 207px;
    min-width: 206px; */
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
}

.what-we-list.madeBy li {
    max-width: 380px;
    /* min-width: 422px; */
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.what-we-list li .inner {
    background: rgba(50, 51, 136, 0.62);
    padding: 20px 15px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.what-we-list li .inner:hover {
    background: rgba(50, 51, 136, 0.8);
}

.what-we-list.madeBy {
    margin: 0 -15px;
}

.what-we-list.madeBy li .inner {
    padding: 0;
    background: #fff;
}

.what-we-list.madeBy li .inner .img-fluid {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.what-we-list.madeBy li .inner .text {
    padding: 15px 20px;
    min-height: 110px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #121b26;
}

.what-we-list h4 {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 40px;
    color: #fff;
}

.what-we-list p {
    margin-bottom: 0;
}

.what-we-list p a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.what-we-list p a:hover {
    color: #1a1b5b;
}

.what_we_do_wrap.white-bg {
    background: #ffffff;
}


/*--- Start our_product_wrap ---*/

.our_product_wrap {
    padding: 50px 0;
}

.our_product_wrap .title {
    color: #121b26;
}

.our_product_wrap .title::before,
.our-services-title::before {
    background: #dc6601;
}

.our_product_wrap .we_do_item .text_wrap a {
    color: #121b26;
    font-size: 22px;
    font-weight: 500;
    min-height: 90px;
    padding: 10px 0;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}

.our_product_wrap .we_do_item:hover .text_wrap a {
    color: #dc6601;
}

.modal-body .title {
    color: #212331;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

.modal-body .text {
    color: #212331;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: justify;
}

.modal-body .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #fa6600 !important;
    height: 34px;
    width: 34px;
    border-radius: 40px;
    color: #fff;
    opacity: 1;
    border: none !important;
    transition: all 0.5s ease-in-out;
}

.modal-body .close span {
    margin-top: -3px;
    float: left;
    margin-left: 11px;
}

.modal-body .close:not(:disabled):not(.disabled):focus,
.modal-body .close:not(:disabled):not(.disabled):hover {
    color: #ffffff;
    opacity: 1;
    background: #323388 !important;
}


/*--- Start footerMenu_wrap ---*/

.footerMenu_wrap {
    background: #1e2122;
    padding: 20px;
    position: relative;
    margin-top: 150px;
}

.footerMenu_wrap::before {
    position: absolute;
    left: 0;
    top: -150px;
    content: '';
    background: url('../images/footer-angle-bg.png') no-repeat left top / 100% auto;
    width: 100%;
    height: 200px;
}

.footerMenu_wrap .title {
    color: #dc6601;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 3px;
}

.footerMenu_wrap .menuList {
    padding: 0;
    margin: 0 0 25px;
}

.footerMenu_wrap .menuList li {
    list-style: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.footerMenu_wrap .menuList li i {
    font-size: 20px;
    color: #dc6601;
    margin-right: 13px;
    float: left;
    margin-top: 4px;
}

.footerMenu_wrap .addrs {
    max-width: 232px;
    display: inline-block;
}

.footerMenu_wrap .menuList li a {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.footerMenu_wrap .menuList li a:hover {
    color: #dc6601;
}

.hesh_text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.socialIcon a {
    color: #ffffff;
    font-size: 24px;
    margin: 0 20px 0 0;
    transition: color 0.4s;
}

.socialIcon a:hover {
    color: #dc6601;
}


/*--- Start footerCopyright_wrap ---*/

.footerCopyright_wrap {
    background: #1e2122;
    border-top: 1px solid #30303e;
    padding: 15px 0;
}

.copyright_text {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.8;
}

.copyright_text a {
    color: #ffffff;
    text-decoration: underline;
}

.copyright_text a:hover {
    color: #dc6601;
}