/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

/*  ----------------- fonts -----------------  */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600&display=swap');

/* @font-face {
    font-family: "Open_Sans_Regular";
    src: url("./Portals/0/font/OpenSans-Regular.ttf") format("opentype");
}

@font-face {
     font-family: "Open_Sans_Light";
    src: url("./Portals/0/font/OpenSans-Light.ttf") format("opentype");
}

@font-face {
      font-family: "Open_Sans_Bold";
    src: url("./Portals/0/font/OpenSans-Bold.ttf") format("opentype");
}

@font-face {
     font-family: "Open_Sans_Italic";
    src: url("./Portals/0/font/OpenSans-Italic.ttf") format("opentype");
}

@font-face {
     font-family: "Open_Sans_LightItalic";
    src: url("./Portals/0/font/OpenSans-LightItalic.ttf") format("opentype");
}

@font-face {
      font-family: "Open_Sans_BoldItalic";
    src: url("./Portals/0/font/OpenSans-BoldItalic.ttf") format("opentype");
}

@font-face {
      font-family: "Open_Sans_SemiBold";
    src: url("./Portals/0/font/OpenSans-SemiBold.ttf") format("opentype");
}

@font-face {
      font-family: "Open_Sans_Medium";
    src: url("./Portals/0/font/OpenSans-Medium.ttf") format("opentype");
}

@font-face {
      font-family: "Open_Sans_MediumItalic";
    src: url("./Portals/0/font/OpenSans-MediumItalic.ttf") format("opentype");
}

@font-face {
      font-family: "Open_Sans_ExtraBold";
    src: url("./Portals/0/font/OpenSans-ExtraBold.ttf") format("opentype");
}

@font-face {
      font-family: "Open_Sans_ExtraBoldItalic";
    src: url("./Portals/0/font/OpenSans-ExtraBoldItalic.ttf") format("opentype");
} */
 
 


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
}

#topHeader{
    display: none;
}

#dnn_HeaderPane{
    padding: 0px;
}

header{
    background-color: #0077C0;
    padding:0px 5.1%;
}

#mainHeader-inner {
    padding: 15px 0;
}

.dnnModuleManager{
padding: 0px !important;
}

.navbar .brand {
    float: left;
    padding: 0 !important;
    max-width: 156px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: inherit;
    background-color:transparent;
}

#dnnMenu .topLevel>li{
    margin:0px 10px;
    padding:5px 10px;
}

#dnnMenu .topLevel>li:last-child{
    margin:0px 0px 0px 10px !important;
}

#dnnMenu .topLevel>li>a {
    color: #ffffff;
    font-size: 18px;
}

#dnnMenu .topLevel>li>a:focus, #dnnMenu .topLevel>li>a:hover {
    /* color: #979797; */
    color: #ffffff;
    font-weight: bold;
    /* transform: scaleX(1.1); */
    /* transition: all 0.2s; */
}

#dnnMenu .topLevel>li.active>a:focus, #dnnMenu .topLevel>li.active>a:hover {
     color: #ffffff;
    font-weight: bold;
    /* margin-right: 10px; */
    transition: all 0.5s;
}

.DnnAjaxPanel{
    padding: 0px !important;
}

/* background color for the content part of the pages */
body
{
    font-family: 'Open Sans', sans-serif !important;
    font-size:18px;
    line-height: 1.5;
    color:#333;
    background-color: #ffffff;
}

p{
    font-size:18px;
}

/*------------- Carousel ------------*/

.carousel-inner .item .Slideimg{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #e3e3e3;
    height:400px;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin:0px 10px 0px 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E0F3FC;
    border: 1px solid #E0F3FC;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #00549A;
}

.historyContent{
    margin-top:65px;
    margin-bottom: 65px;
}


/*------------ LabelHeader -------------*/

.LabelHeader h3{
    font-size:24px;
    display: inline-block;
    color:#ffffff;
    background-color: #0077c0;
    padding: 5px 35px 5px 100px; 
    border-radius: 0px 20px 0px 0px;
    margin-bottom: -2px;
}

.LabelHeader{
    width: 100%;
    border-bottom: 3px solid #e0f3fc;
}

.labelDtailsHeader{
    width: 100%;
    border-bottom: 3px solid #bbd8ec;
}


.labelDtailsHeader h3{
    font-size:22px;
    display: inline-block;
    color:#ffffff;
    background-color: #00549a;
    padding: 5px 35px 5px 30px; 
    border-radius: 0px 20px 0px 0px;
    margin-bottom: -2px;
}

/*----------- DetailsBlock ----------*/

.blockInfo{
    padding:50px 0px;
}

.DetailsBody{
    background-color: #f7fcfe;
    padding: 40px 30px 50px 55px;
}

.ourProductOuter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ourproductimg{
    width: 100%;
    height: 600px;
}

.ourreachimg{
    width: 100%;
    height: 460px;
}

/*----------- Footer ----------*/

footer{
    padding: 0px 8%;
    background-color: #0077c0;
}

.footerLogo{
    width:200px;
}

footer .footer-above {
    background-color: #0077c0;
    padding-top: 25px;
    border-top: 0px;
}

footer .footer-below {
    background-color: #0077c0;
    padding: 15px 0;
}

 .footerSectiontext h4{
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
} 

footer UL{
    margin-left:0px;
    margin-bottom: 25px;
}

footer UL LI {
    list-style: none;
    cursor: pointer;
}

footer UL LI a{
    text-decoration: none;
    color:#99c8e5;
}

footer UL LI a:hover{
    text-decoration: none;
    color:#99c8e5;
}

footer .copyright, footer .terms-priv {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnnpane .col-md-12{
    display: flex;
    flex-flow: column-reverse;

}

.copyright{
    text-align: center;
    color:#99c8e5;
    font-size:17px;
}

.terms-priv{
    font-size:20px;
    font-weight: bold;
    color:#ffffff;
}

.dnnpane{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#mainContent-inner{
    width:99% !important;
}

/*============ Our Global Presence ==============*/

.GlobalOuter{
    margin:60px 0px
}

.globalInner{
   margin-top:60px
}

.client h4{
    font-size: 22px;
    color: #0077C0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.client div p{
    color:#707070;
    margin-bottom: 10px;
}

.clienthighlight{
    font-weight: 600;;
}

/*------------- Media Query -------------*/

/*---------- desktop ----------*/

@media only screen and (min-width:1200px){
     .container{
         width:100%;
         margin:0px;
         padding:0px;
     }

     .containerInner{
         width:calc(100% - 180px);
         margin:auto;
         padding:0px 10px;
     }
 }

 /*---------- Laptop ----------*/

@media (min-width:992px) and (max-width:1199px){

    body{
        font-size: 16px;
    }

    p{
        font-size: 16px;
    }

     .container{
         width:100%;
         margin:0px;
         padding:0px;
     }

     .containerInner{
         width:calc(100% - 100px);
         margin:auto;
         padding:0px 10px;
     }

     header {
        background-color: #0077c0;
        padding: 0px 6%;
    }

    .historyContent {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .historyContent p{
        font-weight: 400 !important;
    }

     /*=== carousel ==*/

    .carousel-inner .item .Slideimg {
        height: 300px;
    }

    .carousel-indicators li {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }

    .carousel-indicators .active {
        width: 14px;
        height: 14px;
    }

    .carousel-indicators {
        bottom: -2px;
    }

    .LabelHeader h3 {
        font-size: 21px;
        padding: 5px 35px 5px 70px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    /*=== blocks ===*/

    .ourproductimg {
        width: 100%;
        height: 440px;
    }

    .labelDtailsHeader{
        margin-top:50px;
    }

    .labelDtailsHeader h3 {
        font-size: 18px;
        padding: 5px 35px 5px 35px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    .DetailsBody {
        background-color: #f7fcfe;
        padding: 20px 35px 20px 35px;
    }

    .ourreachimg {
        width: 100%;
        height: 260px;
    }

    .blockInfo {
        padding: 35px 0px;
    }

    /*====== Our Global Presence ========*/

    .client h4 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .client div p {
        margin-bottom: 10px;
    }

    .globalInner .row .col-12:first-child{
        margin-bottom: 35px;
    }

 }

  /*------------ Tab ------------*/

@media (min-width:768px) and (max-width:991px){

    body{
        font-size: 16px;
    }

    p{
        font-size:16px;
    }

     .container{
         width:100%;
         margin:0px;
         padding:0px;
     }

     .containerInner{
         width:calc(100% - 100px);
         margin:auto;
         padding:0px 10px;
     }

     .navbar .brand {
        max-width: 130px;
    }

     #dnnMenu .topLevel > li > a {
        color: #ffffff;
        font-size: 16px;
    }

    #dnnMenu .topLevel > li {
        margin: 0px 4px;
        padding: 4px 4px;
    }

      .historyContent p{
        font-weight: 400 !important;
    }

     /*=== carousel ==*/

    .carousel-inner .item .Slideimg {
        height: 270px;
    }

    .carousel-indicators li {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }

    .carousel-indicators .active {
        width: 14px;
        height: 14px;
    }

    .carousel-indicators {
        bottom: -6px;
    }

    .LabelHeader h3 {
        font-size: 21px;
        padding: 5px 35px 5px 70px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    /*=== blocks ===*/

    .ourproductimg {
        width: 100%;
        height: 480px;
    }

    .labelDtailsHeader{
        margin-top:50px;
    }

    .labelDtailsHeader h3 {
        font-size: 18px;
        padding: 5px 35px 5px 35px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    .DetailsBody {
        background-color: #f7fcfe;
        padding: 20px 35px 20px 35px;
    }

    .ourreachimg {
        width: 100%;
        height: 200px;
    }

    .blockInfo {
        padding: 35px 0px;
    }

    /*=== footer ===*/

    .footerSectiontext h4 {
        font-size: 18px;
    }

    .footerLogo {
        width: 150px;
    }

     /*====== Our Global Presence ========*/

    .GlobalOuter {
        margin: 40px 0px;
    }

    .globalInner {
        margin-top: 45px;
    }

    .client h4 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .client div p {
        margin-bottom: 5px;
    }

    .globalInner .row .col-12:first-child{
        margin-bottom: 35px;
    }

 }

 /*------------ small device ------------*/

@media (min-width:577px) and (max-width:767px){

    body{
        font-size: 14px;
    }

    p{
        font-size:14px;
    }

     .container{
         width:100%;
         margin:0px;
         padding:0px;
     }

     .containerInner{
         width:calc(100% - 70px);
         margin:auto;
         padding:0px 10px;
     }

      #mainHeader-inner {
        padding: 12px 0;
    }

     .navbar .brand {
        max-width: 130px;
    }

     .historyContent {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .historyContent p{
            font-weight: 400 !important;
        }

        #dnnMenu .topLevel > li {
        margin: 0px !important;
        padding: 5px 10px;
    }

    #dnnMenu .topLevel > li:last-child {
        margin: 0px 0px 0px 0px !important;
    }

    #dnnMenu .topLevel li.active a {
        color: #fff !important;
        font-weight: bold;
    }

    #dnnMenu .dropdown-menu.subLevel li.active a span {
        color: #fff;
    }

     /*=== carousel ==*/

    .carousel-inner .item .Slideimg {
        height: 220px;
    }

    .carousel-indicators {
        bottom: -6px;
    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin-right: 8px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
    }

    .LabelHeader h3 {
        font-size: 20px;
        padding: 5px 30px 5px 40px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    /*=== blocks ===*/

    .ourproductimg {
        width: 100%;
        height: 440px;
    }

    .labelDtailsHeader{
        margin-top:30px;
    }

    .labelDtailsHeader h3 {
        font-size: 18px;
        padding: 5px 30px 5px 18px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    .DetailsBody {
        background-color: #f7fcfe;
        padding: 8px 8px 8px 18px;
    }

    .ourreachimg {
        width: 100%;
        height: 170px;
    }

    .blockInfo {
        padding: 25px 0px;
    }

    /*=== footer ===*/

    .footerSectiontext h4 {
        font-size: 18px;
    }

    .footerLogo {
        width: 140px;
    }
    
    #dnn_footer_25_2{
        margin-bottom: 0px !important;
    }

    #dnn_ctr391_HtmlModule_lblContent h4{
        display: none !important;
    }

    #dnn_ctr387_HtmlModule_lblContent ul{
        margin-bottom: 0px !important;
    }

    /*====== Our Global Presence ========*/

    .GlobalOuter {
        margin: 40px 0px;
    }

    .globalInner {
        margin-top: 35px;
    }

    .client h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .client div p {
        margin-bottom: 5px;
    }

    .globalInner .row .col-12:first-child{
        margin-bottom: 30px;
    }
 }

/*---------- Mobile ----------*/

@media only screen and (max-width:576px){

    body{
        font-size: 14px;
    }

    p{
        font-size: 14px;
    }

     .container{
         width:100%;
         margin:0px;
         padding:0px;
     }

     .containerInner{
         width:calc(100% - 20px);
         margin:auto;
         padding:0px 10px;
     }

     .navbar .brand {
        max-width: 130px;
    }

     #mainHeader-inner {
        padding: 12px 0;
    }

     .historyContent {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .historyContent p{
            font-weight: 400 !important;
        }

    #dnnMenu .topLevel > li {
        margin: 0px !important;
        padding: 5px 10px;
    }

    #dnnMenu .topLevel > li:last-child {
        margin: 0px 0px 0px 0px !important;
    }

    #dnnMenu .topLevel li.active a {
        color: #fff;
        font-weight: bold;
    }

     /*=== carousel ==*/

    .carousel-inner .item .Slideimg {
        height: 220px;
    }

    .carousel-indicators {
        bottom: -6px;
    }

     .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin-right: 8px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
    }

    .LabelHeader h3 {
        font-size: 20px;
        padding: 5px 30px 5px 40px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    /*=== blocks ===*/

    .ourproductimg {
        width: 100%;
        height: 440px;
    }

    .labelDtailsHeader{
        margin-top:30px;
    }

    .labelDtailsHeader h3 {
        font-size: 18px;
        padding: 5px 30px 5px 18px;
        border-radius: 0px 15px 0px 0px;
        font-weight: bold;
    }

    .DetailsBody {
        background-color: #f7fcfe;
        padding: 8px 8px 8px 18px;
    }

    .ourreachimg {
        width: 100%;
        height: 170px;
    }

    .blockInfo {
        padding: 25px 0px;
    }

    /*=== footer ===*/

    .footerSectiontext h4 {
        font-size: 18px;
    }

    .footerLogo {
        width: 140px;
    }

    #dnn_footer_25_2{
        margin-bottom: 0px !important;
    }

    #dnn_ctr391_HtmlModule_lblContent h4{
        display: none !important;
    }

    #dnn_ctr387_HtmlModule_lblContent ul{
        margin-bottom: 0px !important;
    }

    /*====== Our Global Presence ========*/

    .GlobalOuter {
        margin: 25px 0px;
    }

    .globalInner {
        margin-top: 35px;
    }

    .client h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .client div p {
        margin-bottom: 5px;
    }

    .globalInner .row .col-12:first-child{
        margin-bottom: 30px;
    }

 }





