.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

body 
{
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;

    /* font-family: 'Nunito', sans-serif !important; */
    color: #6D728E !important;
    line-height: 1.2 !important;
}
.top-bar
{
    background-color: #085799;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.top-bar .top-text 
{
    text-align: center;
    padding: 0 25px;
}
.top-bar-02
{
    background-color: #fff;
    color: #000;
    /* height: 50px; */
    padding: 7px 0;
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid #085799;
    
}
.top-bar-02 i {
    font-size: 18px; 
    margin: 0 10px 0 0;
    color: #085799;
    text-decoration: none;
}
.top-bar-02 .link {
    background-color: #085799;
    color: #fff;
    padding: 7px 18px;
    text-decoration: none;
}
.top-bar-02 .link i {
    color: #fff;
}
.top-bar-02 .link:hover {
    background-color: #696969;
    color: #fff;
    padding: 7px 18px;
    text-decoration: none;
}
.top-bar-02 .social-top {
    text-align: right;
}
.top-bar-02 .social-top i
{
    font-size: 18px; 
    margin: 0 0 0 20px;
    color: #085799;
    text-decoration: none;
    
}
.top-bar-02 .social-top a
{
    color: initial;
}
.bg-custom
{
   padding: 0 25px 0 25px;
   background-color: #fff;
   color: #000;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}
.bg-custom-02
{
   padding: 0 25px 0 25px;
   background-color: #085799;
   color: #fff;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}
.bg-custom-02 .navbar-nav a 
{
    font-size: 14px;
    margin: 0 25px 0 25px !important;
    /* margin: 0 5px !important; */
    color: #fff !important;
}

.bg-custom-02 .navbar-nav a:hover, .navbar .active
{
    color: #fff !important; 
    text-decoration: underline !important; 
}
.bg-custom-02 .btn-custom-01 
{
    background-color: #085799!important;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 7px 15px !important;
}
.bg-custom-02 .btn-custom-01:hover
{
    background-color: #fff!important;
    color: #085799 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
}
.top-logo
{
    margin: 5px; 
    width: 150px;
}
.navbar-brand
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;  
}
.shadow
{
    overflow: hidden;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.navbar-nav a 
{
    font-size: 14px;
    margin: 0 25px 0 25px !important;
    /* margin: 0 5px !important; */
    color: #000 !important;
}
.navbar ul
{
    padding: 0 0 0 50px;
}
.navbar-nav a:hover, .navbar .active
{
    color: #085799 !important; 
    text-decoration: underline !important; 
 }

.btn-custom-01 
{
    background-color: #085799!important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 7px 15px !important;
}
.btn-custom-01:hover
{
    background-color: #696969!important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
}
/* 
.slide
{
    position: absolute;
    top: 300px;
    right: 150px;
    width: 550px;
}
.slide .line-box 
{
    position: absolute;
    height: 10px;
}
.slide .line-box .line-01
{
    position: relative;
    width: 1px;
    height: 50px;
    background-color: #fff;
    top: -50px;
    left: 87px;
}
.slide .line-box .line-02
{
    position: relative;
    width: 460px;
    height: 1px;
    background-color: #fff;
    top: -100px;
    left: 87px;
}
.slide .line-box .line-03
{
    position: relative;
    width: 1px;
    height: 281px;
    background-color: #fff;
    top: -100px;
    left: 547px;
}
.slide .line-box .line-04
{
    position: relative;
    width: 460px;
    height: 1px;
    background-color: #fff;
    top: -100px;
    left: 87px;
}
.slide .line-box .line-05
{
    position: relative;
    width: 1px;
    height: 98px;
    background-color: #fff;
    top: -199px;
    left: 87px;
}
.slide h2
{
    font-size: 55px;
    font-weight: 200;
    color: #085799;
}
.slide h2 span
{
    font-size: 55px;
    font-weight: 500;
    color: #fff;
}
.slide h5
{
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    margin: 10px 0 0 126px;
}
.slide .call
{

    margin: 20px 0 0 126px;
}
.slide i
{
    font-size: 25px;
    font-weight: 300;
    color: #085799;
    margin: 0 20px 0 0 ;
    border-right: 1px solid #fff;
    padding: 0 20px 0 0;
    
}
.slide .call span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
} */

.service 
{
    margin: 50px 0 0 0;
}
.h-service h5
{
    color: #071422;
    font-size: 14px;
    font-weight: 300;
    margin: 50px 0 15px 0;
}
.h-service h2
{
    color: #000;
    font-size: 45px;
    font-weight: 300;
    margin: 0 0 50px 0;
}
.h-service h2 span
{
    color: #085799;
    font-size: 45px;
    font-weight: 800;
}
.service p
{
    font-size: 14px;
    color: #A3A1A1;
    line-height: 25px;
    padding-right: 25px;
}
.service p span
{
    color: #085799;
}
.service .p-02
{
    font-size: 14px;
    color: #A3A1A1;
    line-height: 15px;
    padding-right: 25px;
}
.service h5
{
    color: #404040;
    font-size: 14px;
    font-weight: 800;
}
.service i
{
    color: #085799;
    font-size: 25px;
    font-weight: 300;
    margin: 0 25px 10px 0;
}
/* .service h5 i
{
    color: #20BAD1;
    font-size: 25px;
    font-weight: 300;
    margin: 0 25px 10px 0;
} */
.service .ser-div
{
    border-top: 1px solid #A3A1A1;
    border-bottom: 1px solid #A3A1A1;
    margin: 50px 20px 0 0;
    padding: 15px 0;
}
.service .ser-div img
{
    display: inline;
    float: left;
    margin-right: 19px;
}
.service h4
{   
    color: #404040;
    font-size: 14px;
    font-weight: 800;
    line-height: 33px;
}
.service h4 span
{   
    color: #085799;
}
/*
.about-contant p
{
    font-size: 15px;
}
.about-contant h2
{
    font-size: 1.1rem;
    font-weight: 700;
}
.about-icon
{
    float: left;
    height: 150px;
    margin: 0 15px 0 0;
}
ul.social-buttons {
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}
ul.social-buttons li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 60px;
    outline: 0;
    color: #DB1A1A;
    background-color: #FFF3EB;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
*/
.graphic-solu
{
    margin: 50px 0 0 0;
    background-color: #085799;
    color: #fff;
}
.graphic-solu .bg-img
{
    background-image: url(../images/a-033.jpg);
    background-position: center;
}
.graphic-solu .h-cont 
{
    padding: 55px;
}
.graphic-solu h5
{
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.graphic-solu h2
{
    font-size: 33px;
    font-weight: 200;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.graphic-solu h2 span
{
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
}
.graphic-solu h6
{
    font-size: 13px;
    font-weight: 200;
    margin: 0 0 55px 0;
    line-height: 20px;
}
.graphic-solu .heading  
{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.graphic-solu p
{
    color: #C7EEF3;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
.graphic-solu .heading  i
{
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    margin: 0 10px 0 0;
}

.we-offer
{
    background-color: #F3F3F3;
    padding: 100px 0 50px 0;
}
.we-offer h5
{
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.we-offer h2
{
    color: #000;
    font-size: 33px;
    font-weight: 200;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.we-offer h2 span
{
    color: #085799;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
}
.we-offer h6
{
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 70px 0;
    line-height: 20px;
    /* padding: 0 100px 0 0; */
}
.we-offer .heading 
{
    color: #000;
    font-size: 13px;
    font-weight: 800;
    margin: 10px 0 10px 0; 
}
.we-offer p
{
    color: #404040;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 30px 0 0;
}
.we-offer .cont-box-01
{
    padding: 20px 0 20px 30px;
    text-align: center;
    min-height: 150px;
}
.we-offer .cont-box-02
{
    padding: 20px 0 20px 30px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.we-offer .cont-box-03
{
    padding: 20px 0 20px 30px;
    text-align: center;
}
.we-offer .cont-box-04
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.portfolio-div 
{
    margin: 50px 0 50px 0;
}
.portfolio-div h5
{
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.portfolio-div h2
{
    color: #000;
    font-size: 33px;
    font-weight: 200;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.portfolio-div span
{
    color: #085799;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
}
.portfolio-div h6
{
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 30px 0;
    line-height: 20px;
}
.portfolio-div .filter-c-01  
{
    position: relative;
}
.portfolio-div .filter-c-02 
{
    bottom: 50px;
    position: absolute;
}
.portfolio-div img
{
    border: 1px solid #CCC;
}

/* Icon Font
 ========================================================================== */
 @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticons/flaticon.eot");
    src: url("../fonts/flaticons/flaticon.eot") format("embedded-opentype"),
    url("../fonts/flaticons/flaticon.woff") format("woff"),
    url("../fonts/flaticons/flaticon.ttf") format("truetype"),
    url("../fonts/flaticons/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  [class^="icon-"]:before, [class*="icon-"]:before,
  [class^="icon-"]:after, [class*="icon-"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 Flaticon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-add-user:before {
    content: "\e000";
  }
  .icon-discussion:before {
    content: "\e001";
  }
  .icon-check:before {
    content: "\e00c";
  }
  .icon-code:before {
    content: "\e002";
  }
  .icon-heart:before {
    content: "\e007";
  }
  .icon-idea:before {
    content: "\e003";
  }
  .icon-mobile:before {
    content: "\e004";
  }
  .icon-arrow-left:before {
    content: "\e007";
  }
  .icon-office:before {
    content: "\e009";
  }
  .icon-reload:before {
    content: "\e00a";
  }
  .icon-arrow-right:before {
    content: "\e00a";
  }
  .icon-web-browser:before {
    content: "\e002";
  }
  .icon-grid:before {
    content: "\e005";
  }
  .icon-up:before {
    content: "\e00d";
  }

.pricing
{
    background-color: #F3F3F3;
    padding: 50px 0 50px 0;
}
.pricing h5
{
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.pricing h2
{
    color: #000;
    font-size: 33px;
    font-weight: 200;
    text-transform: uppercase;
}
.pricing h2 span
{
    color: #085799;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
}
.pricing h6
{
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 50px 0;
    line-height: 20px;
}
.pri-div
{
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #085799;
    padding: 70px 0 50px 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.pri-div h2
{
    color: #000;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
}
.pri-div h2 span
{
    color: #085799;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.pri-div h6
{
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 20px;
}

.pri-div ul
{
    list-style-type: none;
    margin: 0 0 50px 0;
}
.pri-div ul li
{
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}
.pri-div ul li i
{
    color: #085799;
    font-weight: normal;
    margin: 0 7px 0 0;
    font-size: 15px;
}
.pri-div .big-icon
{
    color: #085799;
    font-weight: normal;
    margin: 30px 0 30px 0;
    font-size: 55px;
}
.pri-div h1
{
    color: #000;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
}
.pri-div h1 span
{
    color: #085799;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.pri-div p
{
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 20px;
}
.pri-div .btn-register-01
{
    font-size: 13px;
    background-color: #fff !important;
    border: 1px solid #085799 !important;
    color: #085799;    
    padding: 10px 60px;
}
.pri-div .btn-register-02
{
    font-size: 13px;
    background-color: #085799!important;
    border: 1px solid #fff !important;
    color: #fff;   
    padding: 10px 60px; 
}
.pri-div.center
{
    background-color: #085799;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #085799;
    padding: 70px 0 50px 0;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.pri-div.center h2
{
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
}
.pri-div.center h2 span
{
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.pri-div.center h6
{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 20px;
}

.pri-div.center ul
{
    list-style-type: none;
    margin: 0 0 50px 0;
}
.pri-div.center ul li
{
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}
.pri-div.center ul li i
{
    color: #fff;
    font-weight: normal;
    margin: 0 7px 0 0;
    font-size: 15px;
}
.pri-div.center .big-icon
{
    color: #fff;
    font-weight: normal;
    margin: 30px 0 30px 0;
    font-size: 55px;
}
.pri-div.center h1
{
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
}
.pri-div.center h1 span
{
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.pri-div.center p
{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 20px;
}
.client-test
{
    background-image: url("../images/col-bg-map1.png");
    color: #fff;
}
.client-test-overlay
{
    background: rgba(8, 87, 153, 0.3);
}
.client-test h5
{
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 70px 0 0 0;
}
.client-test h2
{
    font-size: 45px;
    font-weight: 200;
    margin: 0 0 20px 0;
}
.client-test h2 span
{
    font-size: 45px;
    font-weight: 800;
}
.client-test h6
{
    font-size: 13px;
    font-weight: 200;
    margin: 0 0 25px 0;
    line-height: 20px;
}
.client-test .img-text
{
    margin: 22px 0 22px 0;
}
.client-test .img-text .hr
{
    border-bottom: 1px solid #ccc;
    margin: 25px 0 5px 0;
}

.client-test .img-text h5
{
    font-size: 17px;
    font-weight: 300;
    margin: 0px;
    text-transform: initial;
    padding: 16px 0 0 0;
    text-align: center;
}
.client-test .img-text h6
{
    font-size: 12px;
    font-weight: 200;
    margin: 0px;
    text-transform: initial;
    padding: 0 0 0 0;
    text-align: center;
}
.client-test .img-text img
{
    margin-right: 20px;
    border-radius: 50%;
}
.client-test .img-text p
{
    font-size: 13px;
    font-weight: 200;
    padding: 0 25px 0 0;
    line-height: 23px;
}
.client-test .why
{
    background-color: #fff;
    padding: 50px 70px 0 70px;
}
.client-test .why h5
{
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
.client-test .why h2
{
    color: #000;
    font-size: 33px;
    font-weight: 200;
    margin: 0 0 20px 0; 
}
.client-test .why h2 span
{
    color: #085799;
    font-size: 33px;
    font-weight: 800;
}
.client-test .why h6
{
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 50px 0;
    line-height: 20px;
}
.client-test .why h6 span
{
    color: #085799;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.client-test .why-t-h 
{
    background-color: #fff;
    padding: 0 70px 0 70px;
}
.client-test .why-t-h .hr
{
    border-bottom: 1px solid #ccc;
    margin: 25px 0 25px 0;
}
.client-test .why-t-h h6
{
    color: #404040;
    font-size: 21px;
    font-weight: 400;
}
.client-test .why-t-h h6 i
{
    color: #085799;
    font-size: 21px;
    font-weight: 200;
    margin: 0 15px 0 0;
}
.client-test .why-t-h p
{
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 0 35px;
}
.client-test .we-are
{
    background-color: #085799;
    color: #fff;
    height: 155px;
}
.client-test .we-are h2
{
    font-size: 35px;
    font-weight: 200;
    margin: 34px 0 20px 34px
}
.client-test .we-are h2 span
{
    font-size: 35px;
    font-weight: 800;
}
.faq
{
    padding: 50px 0 50px 0;
}
.faq .question
{

}
.faq .question h5
{
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
.faq .question h2
{
    color: #000;
    font-size: 33px;
    font-weight: 200;
    margin: 0 0 20px 0; 
}
.faq .question h2 span
{
    color: #085799;
    font-size: 33px;
    font-weight: 800;
}
.faq .question h6
{
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 25px 0;
    line-height: 20px;
}
.faq .question #accordionfaq .accordion-item 
{
    border: none;
}
.faq .question #accordionfaq .accordion-button:not(.collapsed)
{
    background-color: #085799;
    color: #fff;
    padding: 10px 20px;
}
.faq .question #accordionfaq .accordion-button 
{
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 10px 20px;
}
.faq .question #accordionfaq .accordion-body 
{
    font-size: 13px;
    padding: 5px 0 20px 0;
    line-height: 21px;
}
.faq .question #accordionfaq .accordion-body img
{
    float: left;
    margin: 0 15px 15px 0;
}

.faq .blog h5
{
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
.faq .blog h2
{
    color: #000;
    font-size: 33px;
    font-weight: 200;
    margin: 0 0 20px 0; 
}
.faq .blog h2 span
{
    color: #085799;
    font-size: 33px;
    font-weight: 800;
}
.faq .blog .blog-box 
{
    margin: 0 0 0 0;
}
.faq .blog .blog-box .hr
{
    border: 1px solid #ccc;
    margin: 30px 0 25px 0;
}
.faq .blog .blog-box img
{
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 3px;
}
.faq .blog .blog-box h4
{
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.faq .blog .blog-box p
{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding: 0 20px 0 0;
}
.faq .blog .blog-box p span
{
    color: #085799;
}
.contact-us
{
    padding: 50px 0 50px 0;
}
.contact-us h5 {
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.contact-us h2 {
    color: #000;
    font-size: 33px;
    font-weight: 200;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.contact-us h2 span {
    color: #085799;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
}
.contact-us h6 {
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 50px 0;
    line-height: 20px;
    padding: 0 100px 0 0;
}
.contact-us h3 {
    color: #000;
    font-size: 21px;
    font-weight: 200;
    margin: 0 0 20px 0;
}
.contact-us h3 span {
    color: #085799;
    font-size: 21px;
    font-weight: 800;
}
.contact-us .c-btn 
{
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 40px;
    margin: 0 10px 0 0;
    color: #085799;
}
.contact-us .c-btn:hover
{
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 40px;
    margin: 0 10px 0 0;
    background-color: #085799;
    color: #fff;
}
/* .contact-us .c-btn i
{
    color: #085799;
} */
.contact-us .btn-cont
{
    background-color: #085799;
    padding: 10px 100px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0px;
}
.contact-us .btn-cont:hover 
{
    border: 1px solid #085799;
    background-color: #fff;
    color: #085799;
}
#dynamic-digitizing-slid h6
{
    font-size: 11px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    text-align: left;
    width: 500px;
    padding: 50px 0 0 0;
}
#dynamic-digitizing-slid h2
{
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 500px;
}
#dynamic-digitizing-slid p
{
    font-size: 13px;
    font-weight: 200;
    margin: 0 0 55px 0;
    line-height: 20px;
    text-align: left;
    width: 500px;
}
#dynamic-digitizing-slid .carousel-caption
{
    padding-bottom: 0;
}
.slide-img-w
{
    height: 340px;
}
.slide-img-w-overlay
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
}
.inner-page 
{
    color: #fff;
}
.inner-page .con-div
{
    color: #fff;
}
.inner-page h2 
{
    font-size: 33px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 100px 0 30px 0 ;
}
.inner-page p 
{
    width: 500px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px
}
.inner-page .con-img-overlay
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.inner-page .ser-img
{
    background-image: url(../images/inner-ser.jpg);
    height: 300px;
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: center;
}
.inner-page .por-img
{
    background-image: url(../images/inner-por.jpg);
    height: 300px;
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: center;
}
.inner-page .pri-img
{
    background-image: url(../images/inner-pri.jpg);
    height: 300px;
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: center;
}
.inner-page .con-img
{
    background-image: url(../images/inner-con.jpg);
    height: 300px;
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: center;
}


.footer-div
{
    background-color: #085799;
    padding: 0 0 5px 0;
    color: #ccc;
    font-size: 13px;
    font-weight: 300;
}
.footer-div .footer-logo
{
    width: 150px;
    margin: 40px 0 0 0;
}
.footer-div .s-btn 
{
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 40px;
    margin: 0 10px 0 0;
}
.footer-div .s-btn:hover
{
    color: #085799;
    border: 1px solid #fff;
    background-color: #fff;
}
/* .footer-div .s-btn:hover
{
    color: #FFF;
    border: 1px solid #fff;
} */
/* .footer-div .s-btn a
{
    color: #ccc;
}
.footer-div .s-btn a:hover
{
    color: #FFF;
    border: 1px solid #fff;
}
.footer-div .s-btn i
{
    color: #ccc;
}
.footer-div .s-btn i:hover
{
    color: #fff;
} */
.footer-div .footer-link
{
    margin: 77px 0 0 0;
}
.footer-div .footer-link h6 
{
    font-size: 21px;
    font-weight: 200;
    margin: 0 0 25px 0;   
}
.footer-div .footer-link h6 span
{
    font-size: 21px;
    font-weight: 800;
}
.footer-div .footer-link a
{
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    line-height: 30px;
    text-decoration: none;
}
.footer-div .footer-link a:hover
{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.footer-div .footer-link i 
{
    font-size: 17px;
    font-weight: 200;
    color: #ccc; 
    margin: 0 10px 0 0;    
}
.footer-div .copyright
{
    margin: 30px 0 0 0;
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
}
.footer-div .cop-link
{
    text-align: right;
    margin: 0 0 15px 0;
}
.footer-div .cop-link a
{
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    text-decoration: none;
    text-align: right;
}
.footer-div .cop-link a:hover
{
    color: #fff;
}

@media (max-width: 575.98px) { 
    .top-bar-02 
    {
        display: none !important;
    }  
    .bg-custom-02 .btn-custom-01
    {
        margin: 0 0 25px 0;
        width: 100%;
    }
    .bg-custom-02 .navbar-nav a
    {
        margin: 7px 0 0 0 !important;
        border: 1px solid #ccc;
        padding: 11px;
    }
    .navbar-light .navbar-toggler
    {
        background-color: #fff;
    }
    .navbar ul 
    {
        padding: 0 0 0 0;
    }
    .navbar-nav a
    {
        margin: 0 0 0 0 !important;
    }
    .slide 
    {
        display: none;
    }
    .service h5
    {
        line-height: 0px;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .graphic-solu p
    {
        margin-bottom: 25px;
    }
    .we-offer h6
    {
        padding: 0 0 0 0;
    }
    .portfolio-div h6
    {
        margin: 0 0 100px 0;
    }
    .portfolio-div .filter-c-02
    {
        bottom: 33px;
    }
    .client-test .we-are h2
    {
        margin: 10px 0 20px 34px;
    }
    .client-test .why
    {
        padding: 50px 50px 0 50px;
    }
    .client-test .why-t-h
    {
        padding: 0 50px 0 50px;
    }
    .client-test .why-t-h p
    {
        padding: 0 0 0 0;
    }
    .client-test .why-t-h h6
    {
        font-size: 20px;
    }
    .footer-div .footer-link
    {
        margin: 30px 0 15px 0;
    }
    .footer-div .copyright
    {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 992px)
{
 
    .navbar ul
    {

    }
    .navbar-nav a
    {

    }
    
    .about-icon 
    {

    }

    .we-offer .btn-all-service-div
    {

    }
    
    .footer-div .footer-link a {

    }
    .footer-div .footer-link {

    }
    .footer-div .footer-icon {

    }

}

@media only screen and (max-height: 600px)
{
.portfolio .portfolio-item a .portfolio-overlay 
    {
        padding: 200px 20px;
    }
.top-bar-02 
    {
        padding: 25px;
    }    
}