/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');

/* Base */
* {outline:none;}
html, body {height: 100%;}

body {font-family: 'Open Sans', sans-serif; font-size: 16px;line-height: 1.6;color: #8c8c8c;background-color: #fff;-webkit-font-smoothing: antialiased;  -webkit-backface-visibility:hidden;}

h1, h2, h3, h4, h5, h6 {font-family: "Poppins", sans-serif;}
a {color: #000;text-decoration: none; outline: none !important;}
a:hover {color: #e53a24;transition-property: all;transition-duration: 0.3s;transition-timing-function: linear;text-decoration: none;}
a.none:hover {text-decoration: none;}

/* =====================================================
   TOP CONTACT BAR
===================================================== */

.top-bar {
    height: 36px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.top-contact {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    font-size: 14px;
    color: #444;
}

.top-contact i {
    color: #a6091c;
    margin-right: 5px;
}

.header-inner {
    /*height: 90px;*/
    display: flex;
    align-items: center;
}

.logo {
    display: inline-block;
}

.logo img {
    max-width: 550px;
    width: 100%;
    height: auto;
}

.topnav {margin-top: 30px;}
.topnav .search-container {
  float: none;
  border-right: 1px solid #ced4da; 
  border-left: 1px solid #ced4da; 
  border-top:1px solid #ced4da; 
  border-bottom: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.topnav input[type=text] {
  padding: 10px; color: #000;
  margin-top: 0px;
  font-size: 17px;
  border: none;width: 80%;
}

.topnav .search-container button {
  float: right;text-transform: uppercase;
  padding: 13px;
  margin-top: 0px;
  margin-right: 0px;
  background: #000;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #290e99;
}

/* =====================================================
   New dropdown css
===================================================== */


#fresponsive> li.dropdown {
    position: relative;
}


/* Dropdown menu hidden by default */

#fresponsive> li.dropdown > .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.10);
    z-index: 9999;
}


/* =========================================
   OPEN DROPDOWN ON HOVER
========================================= */

#fresponsive> li.dropdown:hover > .dropdown-menu {
    display: block;
}


/* =========================================
   DROPDOWN LINKS
========================================= */

#fresponsive.dropdown-menu li {
    position: relative;
    list-style: none;
}

#fresponsive.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #222;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}


/* Rollover */

#fresponsive.dropdown-menu li a:hover {
    color: #fff;
    background: #333;
}


/* =========================================
   SECOND LEVEL DROPDOWN
========================================= */

#fresponsive.dropdown-submenu {
    position: relative;
}


/* Second level menu */

#fresponsive.dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 230px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.10);
    z-index: 10000;
}


/* Open second level on hover */

#fresponsive.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}


/* =========================================
   CARET
========================================= */

#fresponsive.caret {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/* Second level arrow */

#fresponsive.sub-caret {
    float: right;
    margin-top: 5px;
    border-left: 5px solid currentColor;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}


@media (max-width: 767px) {

    /* Investors dropdown */
    #fresponsive > li.dropdown > .dropdown-menu {
        display: none !important;
        position: static !important;
        float: none !important;
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    /* Open Investors */
    #fresponsive > li.dropdown.mobile-open > .dropdown-menu {
        display: block !important;
    }


    /* Share Holder submenu */
    #fresponsive .dropdown-submenu > .dropdown-menu {
        display: none !important;
        position: static !important;
        float: none !important;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    /* Open Share Holder */
    #fresponsive .dropdown-submenu.mobile-open > .dropdown-menu {
        display: block !important;
    }


    /* Dropdown links */
    #fresponsive .dropdown-menu li a {
        padding: 12px 25px;
    }

    #fresponsive .dropdown-submenu .dropdown-menu li a {
        padding-left: 45px;
    }

}


/* =====================================================
   End New dropdown css
===================================================== */

.navbar-nav {
    margin: 0px 0px;
}

p {
    line-height: 25px;
    font-size: 16px;
    margin: 0px 0 10px 0;
    color: #202020;
}

.hero-section {
    width: 100%;
    overflow: hidden;
}

.hero-section img {
    width: 100%;
    height: 430px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* =====================================================
   ABOUT SECTION
===================================================== */

.about-section {
    padding: 55px 0 70px;
    background: #fff;
}

.about-content {
    padding-right: 30px;
}

.about-content h1 {
    margin-bottom: 25px;
    color: #252525;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
}

.about-content h2 {
    margin-bottom: 25px;
    color: #727272;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
}

.about-content p {
    text-align: justify;
    margin-bottom: 20px;
    color: #727272;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.read-more {
    display: inline-block;
    margin-top: 3px;
    padding: 12px 38px;
    background: #a4081b;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease;
}

.read-more:hover {
    background: #850615;
    color: #fff;
}

.about-content ul {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
}

.about-content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #656464;
    line-height: 35px;
    padding-left: 15px;
}

.about-content ul li::before {
    content: "\25B7";
    color: #fd4b4b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* =====================================================
   ABOUT IMAGE
===================================================== */

.about-image {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    padding: 15px 0 0 15px;
}

.about-image img {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 360px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.image-red-shape {
    position: absolute;
    top: 0;
    right: -15px;
    width: 140px;
    height: 145px;
    background: #a4081b;
    border-radius: 25px 25px 25px 0;
    z-index: 1;
}

/* =====================================================
   DOT PATTERN
===================================================== */

.dot-pattern {
    position: absolute;

    left: -20px;
    bottom: -30px;

    width: 105px;
    height: 105px;

    z-index: 2;

    background-image: radial-gradient(
        circle,
        #df2637 3px,
        transparent 4px
    );

    background-size: 18px 18px;
}


/* Button */
.main-navbar-nav .btn-default {color: #fff;background-color: #d74f0f;border-color: #d74f0f;margin-top: 19px;margin-left: 12px;}
.main-navbar-nav .btn-lg {padding: 8px 14px;font-size: 14px;line-height: 1.3333333;border-radius: 6px;}

.main-navbar-nav .btn-default:focus, .main-navbar-nav .btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.rs_slider .caption-container .btn-default {color: #fff;background-color: #bace52;border-color: #bace52;}
.rs_slider .caption-container .btn-lg {padding: 12px 22px;font-size: 16px; text-transform: uppercase; line-height: 1.3333333;border-radius: 0px;}
.rs_slider .caption-container .btn-default:focus, .rs_slider .caption-container .btn-default:hover {
    color: #fff;
    background-color: #1f125a;
    border-color: #1f125a;
}

/*.dropdown-menu>li>a{color: #fff;}*/
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {padding: 16px 15px 16px 25px;
}
.header_bottom { background: #e53a24 ;}
/*.header_area .header_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 20px;
	/*font-family: 'Roboto', sans-serif;*/
}*/
/*.header_area .mainmenu .active a,*/
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    /*color: #0071ba;*/
   /* background: #54c6d4;*/
    outline: 0;
}
.navbar-header {background: transparent;}
.header_area .mainmenu .active a {color: #fff;}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

.dropdown-menu>li>a {padding: 12px 20px !important;border-bottom: solid #eee 1px;}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: transparent; color:#fd4b4b; }
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background: #a4081b; color: #fff;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #c91c06;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#ffffff;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ffffff;}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#ffffff;}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: transparent;border: 0 solid;margin: 0;padding: 0;min-height:20px;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:235px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:91%;min-width:200px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;/*left:-100%;*/min-width:250px;display:none;z-index:1}

}

/* Header */
.navbar-top {/*font-size: 18px;*/padding: 58px 0; color:#4e4036;/*background: #f5f5f5;*/}
.navbar-top .list-inline {margin-bottom: 0;}
.navbar-top .header-contact li a:hover{color: #01baf2;}
.navbar-top .header-contact li {margin-left:0px;border-left: 1px solid #eee;
    padding-left: 20px;}
.top-info {width: 100%;overflow: hidden;float: left;margin-right: 25px;}
.top-info-description { text-align: left;   display: table-cell;vertical-align: middle;line-height: 1.1;}
.top-info-description a { color: #000;}
.top-info-image {margin-right: 10px; float: left;}

.top-info span a:hover{color: #0168b7 !important;}

/* Navigation */

#myHeader { display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px; }

.header-menu {background-color: #a4081b; display: flex; align-items: center; justify-content: center; margin-top: 16px;}
.navbar {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin-bottom: 0;padding-top: 10px; padding-bottom: 0px;}
.navbar .container {position: relative;}
/*.navbar-default {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;width: 100%;border: none;border-bottom: 0px solid #e7e7e7;background-color: #d2232a; padding-top: 3px; box-shadow: 10px 10px 7px rgba(0, 0, 0, .6);
 
}*/
.navbar-default .navbar-nav > li > a {color: #fff;font-weight: 600;font-size: 15px; text-transform: uppercase;
    padding: 10px 26px;}
.navbar-default .navbar-nav > li > a:hover {background-color: transparent;color: #bace52;}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {background: transparent;color: #fd4b4b;/*color: #d74f0f;*/}
.navbar-default .navbar-nav .active > a,.navbar-default .navbar-nav .active > a:hover,.navbar-default .navbar-nav .active > a:focus {color: #fd4b4b;background:transparent;}
.navbar-default .navbar-toggle {margin: 6px 5px 5px 5px;}

.navbar-default .navbar-toggle {border: none;/*background: #f3f3f3;*/background: #000;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {border: none;background: #333333;}
.navbar-default .navbar-toggle i {font-size: 22px;}
.navbar-default .navbar-collapse {border-top: none;padding-left: 0;padding-right: 0;float: left;}
.navbar-brand>img {padding:15px 0px;}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #0167b9; /*background-color: #c91c06;*/
    background-color: transparent;
	}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {font-size: 16px;
    color: #777; /*background-color: #d2232a;*/
   }


@media screen and (max-width: 768px) {.navbar-default .navbar-collapse {padding-left: inherit;padding-right: inherit;}}
@media screen and (max-width: 992px) {.navbar-default .navbar-collapse {width: 100%;margin-left: 0;margin-right: 0;max-height: none;}}
@media (min-width:768px) {.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {margin-left: 0;}}

.main-navbar-nav {-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.main-navbar-nav > li > a {/*padding-top: 30px;padding-bottom: 30px;*/line-height: 1;}
.main-navbar-nav li > .dropdown-menu {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;min-width: 225px;border: none;border-top: 2px solid #d74f0f;}
.main-navbar-nav li > .dropdown-menu > li > a {padding: 10px;position: relative;color: #404040;line-height: 1.12857143;font-size: 14px;}
.main-navbar-nav li > .dropdown-menu > li > a:hover,.main-navbar-nav li > .dropdown-menu > li > a:focus {color: #ffffff;/*background-color: transparent;*/ background-color: #d2232a;}
.main-navbar-nav li > .dropdown-menu > li > a i {position: absolute;right: 20px;top: 50%;margin-top: -8px;font-size: 16px;}

@media screen and (min-width: 993px) {.main-navbar-nav .dropdown:hover > .dropdown-menu {display: block;}.main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {left: 225px;top: 0;margin-top: -2px;}}
@media screen and (max-width: 992px) {.main-navbar-nav > li {border-bottom: 1px solid #f3f3f3;}.main-navbar-nav > li:last-child {border-bottom: none;}.main-navbar-nav > li > a {padding-top: 12px;padding-bottom: 12px;}}

.navbar-brand {height: auto;padding: 0;}

@media screen and (max-width: 992px) {.navbar-toggle {display: block;}.navbar-collapse.collapse {display: none !important;}.main-navbar-nav.navbar-nav,.main-navbar-nav.navbar-nav > li {float: none !important;}.navbar-collapse.collapse.in {display: block !important;overflow-y: auto !important;}}

/* slider css */

.rs_slider {
    display: block;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}

.rs_slider .flexslider {
    margin: 0;
    padding: 0;
    border: 0px;
    border-radius: 0px;
    max-height: 613px;
    overflow: hidden;
}

.rs_slider .flex-direction-nav a::before {
    display: none;
}

.rs_slider .flex-direction-nav .flex-nav-prev a {
    background: url("../img/slider/master-slider-left.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-direction-nav .flex-nav-next a {
    background: url("../img/slider/master-slider-right.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-caption {
    margin: 0 auto;
    max-width: inherit;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 100;
}

.rs_slider .caption-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 85%;
    display: block;
}

.rs_slider .slides .flex-active-slide .text-container {
         animation: 2s ease 0s normal none 1 running slideIn ;
     -ms-animation: 2s ease 0s normal none 1 running slideIn ;
      -o-animation: 2s ease 0s normal none 1 running slideIn ;
    -moz-animation: 2s ease 0s normal none 1 running slideIn ;
 -webkit-animation: 2s ease 0s normal none 1 running slideIn ;
}


.rs_slider  .text-container { /*text-align: center;*/
      
   position: relative;
    max-width: inherit;
    width: 100%;
   
     
}

.rs_slider .text-container .con_text {
    font-family: 'Poppins';
    font-size: 48px;
    line-height: 50px;
   /* text-align: center;*/
   /*text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);*/
    color: #fff; font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.rs_slider .text-container .con_text span span { color: #e53a24; }


.rs_slider .text-container p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 34px;font-weight: normal;
    color: #ffffff;margin-bottom: 20px;
   
}
.rs_slider .text-container .con_link {
    background: linear-gradient(to bottom, #00b1f2, #00b1f2) repeat scroll 0 0 #00b1f2;
    color: #ffffff;
    font-family: "Droid Sans";
    font-size: 22px;
    font-variant: normal;
    letter-spacing: inherit;
    padding: 10px 20px;
    position: absolute;
    left: 47%;
    top: 119%;
    text-decoration: none;
    z-index: 999;
}

.rs_slider .text-container .con_link:hover {
    background: linear-gradient(to bottom, #00a2dd, #00a2dd) repeat scroll 0 0 #00a2dd;
    text-decoration: none;
}
@-webkit-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-moz-keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-o-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@-ms-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}


.welcome {padding: 60px 0;}

.welcome .title-wrap {
   padding-right: 20px;
    padding-bottom: 15px;
}

.welcome .title-wrap p {
    font-size: 15px;
    color: #727272;
    font-weight: normal;
    line-height: 26px; text-align: justify;
}

.welcome .title-wrap .homeBtn {
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px 20px;
    transition: .5s;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
    background-color: #bace52;
    margin-top: 30px;
}

.welcome .title-wrap .homeBtn:hover {background-color: #1f125a; color: #FFFFFF;}

.welcome h2 {font-size: 40px;
    color: #000; text-transform: uppercase;
    font-weight: 600;
    line-height: 38px;margin-top: 0; margin-bottom: 30px;  }



.carousel-indicators li{    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ebebeb;
   
    border: 1px solid #ebebeb;
    border-radius: 10px;}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fd4326;
}
.carousel-indicators {
    bottom: -50px;
}


.whychoose .homeTittle {color: #ffffff}

.whychoose {
    background-color: #fafbfe;
	

}

.whychooseBox {}
.whychooseBox {position: relative;  margin-bottom: 30px;} 

.whychooseBox a:hover .whychooseTxt h4 {color: #bace52;}  

.whychooseBox a:hover .whychooseImg img {opacity: 0.5;}

.whychoose .whychooseBox .whychooseImg {display: block;}

.whychoose .whychooseBox .whychooseImg img {opacity: 1.0;}

.whychooseBox .whychooseImg .img-responsive {margin: 0 auto;}

.whychooseTxt h4 {color: #000;font-size: 18px;
   margin-top: 16px;font-weight: normal; line-height:24px; 	
    text-align:center; text-transform: uppercase;
}
.whychooseTxt p {
    font-size: 16px; color: #fff;line-height: 22px;text-align: center;
}
.whychooseTxt p span {
    font-size: 16px;
}



.carousel-control.left, .carousel-control.right {
    margin-left: 0;
    background-image: none;
}


/* new About Banner */

.inner-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 60px; padding-bottom: 60px;
}

.inner-title {margin-bottom: 40px;}

.all-title-box {
    background: url(../img/About-banner.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    /*min-height: 300px;*/
    padding: 70px 0px;
    position: relative;
}

.page-breadcrumb {
    padding: 4px 0px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.page-breadcrumb a, .page-breadcrumb span {
    display: inline-block;
    padding-left: 0px;
    padding-right: 3px;
    color: #fff;
}

.page-breadcrumb span {
    color: #fd4b4b;
    font-weight: 600;
}

.all-title-box h1 {
    font-size: 40px;
    color: #fff;
    
    font-weight: 600;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 10px;
}




/* About */

.about {}

.about h2 {color: #222; margin-top: 0px; margin-bottom: 20px;
    font-size: 36px;line-height: 28px;
    font-weight: 500;
}

.about h3 {font-size: 24px; color: #222; text-transform: uppercase; margin-bottom: 20px;}

.about p { font-size: 16px;color: #000;line-height: 26px; }

.about .cap {color: #bace52; font-size: 18px; font-weight: 700; margin-bottom: 15px;}

.about ul {margin-bottom: 40px;}

.about ul li {font-size: 18px;color: #000;line-height: 32px;}



/* =====================================================
   INVESTOR SECTION
===================================================== */


.investor-section {
    background: url("../img/investor-bg.jpg") center center / cover no-repeat;
    padding: 48px 0;
}


/* =====================================================
   INVESTOR BOX
===================================================== */

.investor-box {
    position: relative;

    min-height: 140px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-right: 1px solid rgba(255,255,255,.65);

    text-align: center;

    color: #fff;
}

.investor-section .row > div:nth-child(4) .investor-box {
    border-right: 0;
}





.investor-box:hover {
    color: #fff;
}

.investor-box {
    transition: all .35s ease;
}

.investor-box:hover {
    background: rgba(255,255,255,.08);
    transform: translateY(-5px);
}

.investor-box .investor-icon {
    transition: all .35s ease;
}

.investor-box:hover .investor-icon {
    background: #fff;
    transform: scale(1.08);
}

.investor-box:hover .investor-icon img {
    filter: brightness(0) saturate(100%)
            invert(16%) sepia(90%)
            saturate(2500%);
}

.investor-box h4 {
    transition: all .35s ease;
}

.investor-box:hover h4 {
    color: #fff;
}

/* =====================================================
   INVESTOR ICON
===================================================== */

.investor-icon {
    width: 82px;
    height: 82px;

    margin-bottom: 17px;

    border: 1px solid #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.investor-icon img {
    width: 48px;
    height: 48px;

    object-fit: contain;
}


/* =====================================================
   INVESTOR TITLE
===================================================== */

.investor-box h4 {
    margin: 0;

    color: #fff;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;

    text-transform: uppercase;
}


/* =====================================================
   contact Us page
===================================================== */

.investor-contact-section { padding-top:50px; padding-bottom:30px; }

.contact-info-box {
/*    background: #f8f8f8;*/
    border: 1px solid #e2e2e2;
    padding: 25px 30px;
    margin-bottom: 25px;
    border-left: 4px solid #a4081b;
}

.contact-info-box h2 {
    margin-bottom: 21px;
    margin-top: 0;
    font-size: 18px;
    color: #a4081b; font-weight: 500;
}

.contact-info-box h4 {font-size: 16px;
    margin-bottom: 7px; color: #727272; margin-bottom: 16px;
}

.contact-info-box p {
    margin-bottom: 6px;
    color: #727272;
}


/* =========================================
   INVESTOR ACCORDION - BOOTSTRAP 3
========================================= */

.investor-page { padding-top:50px; padding-bottom:30px; }

.investor-accordion {
    border: 0px solid #ddd;
    box-shadow: none;
    padding: 0;
    background: #fff;
}


/* Remove Bootstrap panel styling */

.investor-accordion .panel {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    margin-bottom: 8px;
}


/* Heading */

.investor-accordion .panel-heading {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #f8f8f8;
}


/* Heading link */

.investor-accordion .panel-title {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}


.investor-accordion .panel-title > a {
    position: relative;
    display: block;
    padding: 12px 35px 12px 12px;
    color: #000;
    text-decoration: none;
    background: transparent;
}


/* Hover */

.investor-accordion .panel-title > a:hover {
    color: #ff0000;
    text-decoration: none;
}

.investor-accordion .panel-title > a.active {
    color: #ff0000;
    text-decoration: none;
}

/* Active accordion */

.investor-accordion .panel-title > a[aria-expanded="true"] {
    color: #ff0000; background: #f2f2f2;
}


/* =========================================
   ARROW
========================================= */

.investor-accordion .accordion-arrow {
    position: absolute;
    right: 8px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}


/* Open arrow */

.investor-accordion .panel-title > a[aria-expanded="true"]
.accordion-arrow {
    transform: rotate(225deg);
    border-color: #777;
}


/* =========================================
   PANEL BODY
========================================= */

.investor-accordion .panel-body {
    padding: 5px 0 10px 20px;
    border: 0 !important; background: #fff;
}


/* =========================================
   LIST
========================================= */

.investor-accordion .panel-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.investor-accordion .panel-body ul li {
    position: relative;
    padding: 6px 0 6px 20px;
    font-size: 14px;
    line-height: 1.5;
}


/* Square bullet */

.investor-accordion .panel-body ul li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #333;
}


/* Links */

.investor-accordion .panel-body ul li a {
    color: #777;
    text-decoration: none; transition: all 0.3s ease;
}

/*.investor-accordion .panel-body ul li a:hover {
    color: #ff0000;
}*/

.investor-accordion .panel-body ul li a:hover,
.investor-accordion .panel-body ul li a.active {
    color: #ff0000;
    font-weight: 600;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .investor-accordion .panel-title {
        font-size: 14px;
    }

    .investor-accordion .panel-title > a {
        padding: 12px 35px 12px 12px;
    }

    .investor-accordion .panel-body {
        padding-left: 10px;
    }

}

/* =====================================================
   investor-section
===================================================== */

.inpage-section { padding-left:30px; }

.margin-bottom-30 {
  margin-bottom: 30px;
}

/* Card anchor wrapper styled as a flat block element */
.inpage-section .custom-card-link {
  display: block;
  background-color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

/* Optional link interactivity */
.inpage-section .custom-card-link:hover, 
.inpage-section .custom-card-link:focus {
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Red outline circle container */
.inpage-section .icon-circle-wrapper {
  width: 90px;
  height: 90px;
  border: 1.5px solid #a8202a;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
  white-space: nowrap; /* Vital for vertical centering fallback */
}

/* Helper to vertically align the image inside inline-block circles */
.inpage-section .icon-circle-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* Absolute size constraints for your image files */
.inpage-section .card-image-icon {
  width: 48px;
  height: auto;
  max-height: 48px;
  display: inline-block;
  vertical-align: middle;
}

/* Text styling elements */
.inpage-section .custom-card-title {
  display: block;
  color: #a8202a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin: 0;
  text-transform: uppercase;
  
}

/* =====================================================
   investorwrap
===================================================== */

.profile-2 p { 
    text-align: justify;
    margin-bottom: 20px;
    color: #727272;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400; 
}

.profile-2 h2 {
    margin-bottom: 25px;
    color: #727272;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
}

.profile-2 ul {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
}

.profile-2 ul li {
    font-size: 16px;
    font-weight: 400;
    color: #656464;
    line-height: 35px;
    padding-left: 15px;
}

.profile-2 ul li::before {
    content: "\25B7";
    color: #fd4b4b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.profile h4 { 
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px; color: #202020;}

.profile h5 { 
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px; color: #202020;}

.profile p { 
    line-height: 25px;
    font-size: 15px;
    margin: 0px 0 5px 0;
    color: #202020; 
}

.investorwrap { padding-left: 30px; }

.investorcol h2 { 
    font-size: 22px;
    color: #252525;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px; 
    margin: 0;
}

.investorcol h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #e15a53;
    width: 50px;
}

.investorlist ul { padding: 0; }

.investorlist { padding-bottom:30px; }

.investorlist h4 { font-size: 18px;
    color: #252525; margin: 0px 0 18px 0;}

.investorlist ul li {
    list-style-type: none;
}

.investorlist ul li a {
    font-size: 14px;
    color: #252525;
    line-height: 1.4;
    display: block;
    padding: 8px 30px 8px 8px;
    position: relative;
    border: 1px solid #c9c9c9;
    margin-bottom: 10px;
}

.investorlist ul li a:hover {
    color: #e15a53;
}

.investorlist ul li a:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e15a53;
    font-size: 14px;
    padding-right: 10px;
    position: absolute;
    top: 10px;
    right: 0;
}

/* =====================================================
   FOOTER
===================================================== */

.footer {
    padding: 23px 0;
    background: #686666;
    color: #fff;
}

.footer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;color: #fff;
}

.footer p a span { color: #fd4b4b; }

.footer p a span:hover { color: #fff; }

.footer strong,
.footer span {
    color: #fd4b4b;
}


.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    z-index: 99999;
    display: none;
    cursor: pointer;
    text-decoration: none;
}

.back-to-top:hover {
    background: #fd4b4b;
    color: #fff;
    text-decoration: none;
}


@media (min-width: 767px) and (max-width: 992px ) {.carousel-inner .active.left {left: -50%;}.carousel-inner .next {left:  50%;}.carousel-inner .prev {left: -50%;}.active > div {display:none;}.active > div:first-child {display:block;}.active > div:first-child + div {display:block;}}


/* Responsive */
@media only screen and (max-width: 767px){
  .rs_slider .text-container .con_text {font-size: 20px;line-height: 30px;}
  .rs_slider .caption-container {width: 82%; }
  .rs_slider .text-container p {font-size: 15px; line-height: 22px;}
        
  .rs_slider .flex-caption {top: 11%;}
  .rs_slider .caption-container .btn-lg {padding: 5px 14px;font-size: 11px;}
    ter;}
    
   .navbar-brand>img {  }
    .navbar-brand { float: none;}
      .carousel-inner .active.left {left: -100%;}
    .carousel-inner .next {left: 100%;}
    .carousel-inner .prev {left: -100%;}
    .active > div {display:none;}.active > div:first-child {display:block;}

    .navbar-brand {
    float: none;
	}
    .navbar-top{padding: 18px 0;}
    .top p {font-size: 24px;    text-align: center;}

    .navbar {padding-top: 0px;}

    .footerTop h6 {font-size: 30px;}

    .welcome h2 {font-size: 35px;}

   .topnav input[type=text] {width: 70%;}

    .topnav { margin-top: 30px; margin-bottom: 10px;}

    .welcome .title-wrap {padding-right: 0px;padding-bottom: 35px;}
	
}

@media screen and (max-width:462px) {
   
	.homeTittle {font-size: 26px;}.block-text p {font-size: 18px;}
	
    
}
@media (min-width:463px) and (max-width:768px) {
    
	.homeTittle {font-size: 26px;}

    .homeAbout h1 {font-size: 26px;}

}

@media only screen and (max-width: 320px){


.title-wrap p {font-size: 16px;}

}

@media only screen and (max-width: 768px){ }


@media (max-width: 1000px){

.header-advanced .container-fluid {
    display: none !important;
}

.header-advanced, .header-advanced .topmenu nav:first-child:before {
    border-top: #1e2126 0px solid;
}

}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .logo img { max-width: 360px; }

    .header-inner { height: 80px; }

    .hero-section img { height: 320px;}

    .investor-section .row > div:nth-child(2) .investor-box,
    .investor-section .row > div:nth-child(4) .investor-box {
        border-right: 0;
    }

}

@media (min-width: 768px) { 

    .text-md-end {
        text-align: right !important;
    }

    
} 

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .logo img { max-width: 300px;}

    .header-inner { height: 80px; justify-content: center;}

    .hero-section img {width: 100%;height: 230px; object-fit: cover; }

    .footer { padding: 18px 0;text-align: center;}

    .about-section { padding: 45px 0 10px;}
    .about-content { padding-right: 0px; margin-bottom: 40px;}

    .about-content h1 {font-size: 28px;}

    .investorwrap { padding-left: 0px;}

    .panel-group { margin-bottom: 40px;}

    .investor-page { padding-top: 30px; padding-bottom: 10px;}

    .header-menu { display: block; margin-bottom: 10px;}

}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) { 

    .logo img { max-width: 300px;}

    .hero-section img {
        height: auto;
        width: 100%;
        display: block;
    }

    .footer p { font-size: 12px;margin-bottom: 10px; }
    .navbar-default .navbar-nav > li > a {border-bottom: solid #f2d6d6 1px;}

}


/* Small mobile */
@media (max-width: 575px) {
    .investor-section .row > div .investor-box {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.65);
    }

    .investor-section .row > div:last-child .investor-box {
        border-bottom: 0;
    }
}