body {
    font-family: "Poppins", sans-serif;
    /*background: #eee;*/
  }
  .logo {
    width: 180px;
  }
  .top-header {
    background: #002348;
    color: #fff;
    padding: 10px 0;
  }
  .header-p {
    margin: 0;
  }
  .site-color {
    color: #1d3753;
  }
  .site-bg {
    background: #1d3753;
  }
  .bg-silver {
    background: #f3f5f7;
  }
  /*my ul edit*/
  .w-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .w-ul li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .w-ul li a:hover {
    text-decoration: none;
  }
  
  .w-ul-none li {
    float: none;
    padding: 0;
  }
  
  /*end of ul edit*/
  .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .dropdown-item {
    border-radius: 0 !important;
  }
  
  /*nav bar css*/
  .navbar {
    background: #003ec0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
  }
  .navbar-light .navbar-brand {
    color: #2196f3;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
  }
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover {
    color: #1d3753;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    background: #f58220;
    transition: 0.3s;
    color: #1d3753;
    
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f58220 !important;
  }
  .sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
  }
  .dropdown-item {
    color: #3c3c3c;
    font-size: 16px;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
  }
  .navbar-toggler {
    outline: none !important;
  }
  .navbar-tog {
    color: #f58220;
  }
  /*slider css*/
  #home-slider .owl-dots {
    position: relative;
    top: -50px;
    display: none;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 5px;
    border-radius: 0 !important;
  }
  .owl-dot:focus {
    outline: 0;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd4f53;
  }
  /*end of slider*/
  img {
    width: 100%;
  }
  
  /*our services css*/
  .our-services {
    background: #dbdbdb;
    /* margin-top: -37px; */
    padding-top: 50px;
  }
  .service-list {
    padding: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
    margin-bottom: 50px;
    min-height: 353px;
    background: #fff;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
  }
  .service-list:hover {
    margin-top: -25px;
    background: #1d3753;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 9px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  }
  
  .service-list h5,
  .service-list p {
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .service-icon img {
    width: 60px;
  }
  .a-black {
    color: #222;
  }
  .a-black:hover {
    text-decoration: none;
    color: #222;
  }
  .top_line {
    position: absolute;
    bottom: 0;
    left: 44%;
    background-color: #1d3753;
    width: 12%;
    height: 3px;
    transition: 0.5s;
  }
  .ser-img-h {
    display: none;
  }
  .service-list:hover .ser-img-c {
    display: none;
  }
  .service-list:hover .ser-img-h {
    display: -webkit-inline-box;
  }
  .ss-text {
    min-height: 225px;
  }
  .service-list:hover .top_line {
    /*bottom: 75px !important;*/
    /*transition: 0.5s;*/
    /*left: 44% !important;*/
    background-color: #ffffff !important;
  }
  .navbar-light [data-toggle="collapse"]:after {
    display: none;
  }
  .our-experience {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ii-icon {
    background: #ffffff3d;
    width: 162px;
    margin: 0 auto;
    padding: 38px 15px;
    border-radius: 6px;
    /* color: #000; */
    border-radius: 50%;
  }
  .ii-con {
    background: #1d3753;
    border-radius: 50%;
    padding: 24px 0;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    transition: 0.5s;
  }
  .web-designing:hover .ii-con {
    box-shadow: 0 0 0px 10px #1d375338;
    transition: 0.5s;
  }
  .web-designing {
    margin-bottom: 25px;
    background: #fff;
    padding: 10px 10px 10px 0;
    border-radius: 20px;
  }
  .web-designing:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    cursor: pointer;
  }
  .web-designing img {
    width: 70px;
  }
  .footer .footer-ul li {
    padding: 0;
    transition-duration: 0.6s;
  }
  .footer .footer-ul li a {
    transition-duration: 0.6s;
  }
  .footer .footer-ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    color: #1d3753;
    padding-right: 10px;
  }
  .footer .footer-ul li a:hover {
    padding-left: 8px;
    transition-duration: 0.6s;
  }
  
  /* footer css */
  .footer a {
    color: #b9b9b9;
    text-decoration: none;
  }
  .footer a:hover {
    color: #f58220;
  }
  .footer hr {
    border-color: #3e3c3c;
  }
  .footer {
    font-size: 14px;
    line-height: 2.5;
    background: #1f1f1f;
    padding-top: 60px !important;
    padding-bottom: 8px !important;
  }
  .footer h5 {
    font-weight: 100;
    color: #1d3753;
  }
  .footer-copy {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .footer .form-control {
    background: #474646;
    border-color: #474646;
    color: #d2d2d2;
  }
  .footer .form-control:focus {
    color: #d2d2d2;
    background-color: #474646;
    border-color: #474646;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
  }
  
  /* end of footer css */
  /*enquiry*/
  .enquiry {
    width: 40px;
    background: #1d3753;
    text-align: center;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
    color: #fff;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    box-shadow: -4px 0px 3px 0 rgba(0, 0, 0, 0.2);
  }
  
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }
  
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.show .modal-dialog {
    right: 0;
  }
  .modal.right .modal-header {
    border-bottom-color: #ffffff;
    background-color: #ffffff;
  }
  
  /* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }
  
  .modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
  }
  
  /* ----- v CAN BE DELETED v ----- */
  
  /*end enquiry*/
  .site-line {
    width: 40px;
    height: 2px;
    background: #1d3753;
    margin-bottom: 25px;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1d3753;
    outline: 0;
    box-shadow: unset;
  }
  .form-control {
    border-radius: 0;
  }
  .btn {
    border-radius: 0;
  box-shadow: none !important;
  }
  .s-icons {
    padding: 19px 0;
    border-radius: 10px;
    transition: 0.5s;
  }
  
  .s-icons i {
    font-size: 40px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
  }
  .service-big-icon {
    padding: 15px 0 15px 0;
    background: #f3f5f7;
    margin-bottom: 37px;
  }
  .container-fluid2 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .service-big-icon a {
    color: #000;
  }
  
  .service-big-icon p {
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  .service-big-icon a:hover {
    text-decoration: none;
    color: #000;
  }
  .testimonials {
    margin-top: 50px;
  }
  .testi-img {
    width: 115px !important;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid #ffffff;
    box-shadow: 0 0px 0px 9px #1d3753;
  }
  .testi-img-span {
    position: relative;
  }
  .testi-img-span:before {
    content: "";
    width: 85px;
    height: 85px;
    background: #1d3753;
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
    border-radius: 50%;
    transform: rotate(45deg);
  }
  .testi-text:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    color: #dfdfdf;
    position: relative;
    font-size: 22px;
    left: 12px;
  }
  .testi-text:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    color: #dfdfdf;
    font-size: 22px;
    position: relative;
    left: -12px;
  }
  /*our blog*/
  .our-blog {
    margin-top: 50px;
    padding: 50px 0;
  }
  .our-blog .card {
    border: 0;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .our-blog .card:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  .our-blog .card:hover .card-title {
    color: #1d3753;
  }
  .our-blog a {
    color: #222;
  }
  .our-blog a:hover {
    color: #222;
    text-decoration: none;
  }
  .our-blog .card-text {
    font-size: 13px;
  }
  .blog-date {
    position: absolute;
    background: #00000063;
    color: #fff;
    padding: 5px;
    top: 0;
  }
  .blog-date h5,
  .blog-date p {
    padding: 0;
    margin: 0;
  }
  .blog-date p {
    font-size: 12px;
  }
  .lets-chat {
    background: url(site-img/banner/mo-img1.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .lets-chat-bg {
    background: #0000007d;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lets-div {
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    text-align: center;
    padding-top: 55px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .lets-icon {
    position: absolute;
    right: -19px;
    color: #fff;
    width: 82px;
    padding: 13px 23px;
    font-size: 36px;
    border-radius: 50%;
    top: -15px;
  }
  .sky-bg {
    background: #2cbed2;
  }
  .call-bg {
    background: #ff9800;
  }
  .mail-bg {
    background: #f44336;
  }
  .whats-bg {
    background: #0dc143;
  }
  .contact-footer {
    padding-bottom: 50px;
    padding-top: 50px;
    color: #fff;
  }
  .contact-footer hr {
    border-color: #80393c;
  }
  .w-chat {
    background: #0dc143;
    color: #fff;
    padding: 5px 15px;
    position: fixed;
    bottom: 24px;
    left: 25px;
    border-radius: 50%;
    font-size: 32px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  }
  .w-chat:hover {
    color: #fff;
  }
  .contact-ul {
    position: relative;
    left: 15px;
    color: #c0c0c0;
  }
  .contact-ul li {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .contact-ul i {
    position: absolute;
    left: -23px;
    color: #1d3753;
  }
  .lets-div {
    transition: 0.5s;
  }
  .lets-icon {
    transition: 0.5s;
  }
  .lets-div:hover .lets-icon {
    margin: 0 124px 0 0;
    transition: 0.5s;
  }
  
  /*end of our blog*/
  /*page banner*/
  .portfolio-banner {
    background: url(site-img/banner/mo-img1.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .software-banner {
    background: url(site-img/banner/software-banner.jpeg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .business-banner {
    background: url(site-img/banner/business-banner.jpeg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .website-banner {
    background: url(site-img/banner/website-banner.jpeg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .mobile-banner {
    background: url(site-img/banner/mobile-banner.jpeg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .hosting-banner {
    background: url(site-img/banner/hosting-banner.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .cyber-banner {
    background: url(site-img/banner/cyber-banner.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .block-banner {
    background: url(site-img/banner/block-banner.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .big-banner {
    background: url(site-img/banner/big-banner.jpeg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .project-banner {
    background: url(site-img/banner/project-banner.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .job-list .card-header {
    background: #ffffff !important;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid white;
    padding: 4px;
  }
  .job-list a {
    color: #000 !important;
  }
  .job-list .card-body {
    text-align: unset !important;
  }
  .page-banner-bg {
    background: #00000070;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .colsed-job li {
    padding-bottom: 5px;
    font-weight: 500;
    color: #c30808;
  }
  .dd-profile {
  }
  .dd-profile:hover {
  }
  .ul-mission li {
    margin-left: 40px;
  }
  .ul-mission li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a3";
    color: #1d3753;
    padding-right: 10px;
    position: absolute;
    left: 19px;
  }
  /* portfolio css */
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1d3753;
    border-radius: 0;
    margin-right: 10px;
  }
  .single-portfolio {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
  }
  .portfolio-text {
    padding: 15px;
  }
  .single-portfolio:hover {
    transition: 0.5s;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  }
  /*==========*/
  a {
    color: #1d3753;
  }
  a:hover {
    color: #1d3753;
  }
  .bg-silver {
    background: #f3f5f7;
  }
  .nav-pills .nav-link {
    margin-right: 10px;
  }
  .nav-pills .nav-link:hover {
    background: #e6e6e6;
    color: #000;
    margin-right: 10px;
    border-radius: 0;
  }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1d3753;
    border-color: #18aaaf;
  }
  /*work-process*/
  .work-process {
    /*    background: url(site-img/banner/process.png) no-repeat scroll center top;
      background-size: contain;*/
  }
  .number-icon {
    background: #1d3753;
    padding: 10px 20px;
    display: inline;
    border-radius: 59px;
    font-size: 39px;
    color: #fff; /*
      position: relative;
      left: -35px;*/
  }
  /*process-box*/
  .process-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
  }
  .process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
  }
  .process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
  }
  .process-step {
    background: #00bcd4;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 23px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
  }
  .process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 53px;
    left: -63px;
  }
  .process-point-right:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(32deg);
    position: relative;
    left: -47px;
    top: 5px;
  }
  .process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 53px;
    right: -63px;
  }
  .process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-32deg);
    position: relative;
    left: 45px;
    top: 5px;
  }
  
  .process-last:before {
    display: none;
  }
  .process-box p {
    z-index: 9;
  }
  .process-step p {
    font-size: 20px;
  }
  .process-step h2 {
    font-size: 39px;
  }
  .process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #04889800;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
  }
  .process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
  }
  .process-line-l {
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 72px;
    z-index: 9;
  }
  .process-line-r {
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 72px;
    z-index: 9;
  }
  .contact-icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .contact-icons ul li .fas {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    color: #1d3753;
    font-size: 41px;
    line-height: 91px;
    text-align: center;
    border-radius: 50%;
    /*border: 4px solid #1d3753;*/
  }
  
  .contact-icons ul li strong {
    position: relative;
    color: #333333;
    font-size: 23px;
    font-weight: 500;
    display: block;
    padding-top: 14px;
  }
  .contact-icons ul li {
    position: relative;
    color: #666666;
    font-size: 14px;
    padding-left: 160px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .coco-right {
    background: whitesmoke;
    padding: 15px;
  }
  .coco-right .form-control {
    border: 0;
    background: #e2e1e1;
  }
  .coco-right .form-control:focus {
    box-shadow: unset;
  }
  /*end of process*/
  .title {
    position: relative;
  }
  .title h3:after {
    content: "";
    display: block;
    margin: 7px 0 0 0;
    width: 65px;
    border-top: 3px solid #1d3753;
    left: 50%;
    position: absolute;
    top: 32px;
    transform: translate(-50%, -50%);
  }
  .title_rating {
    position: relative;
}
.title_rating h3:after {
    content: "";
    display: block;
    margin: 7px 0 0 0;
    width: 65px;
    border-top: 3px solid #1d3753;
    left: 50%;
    position: absolute;
    top: 32px;
    transform: translate(-50%, -50%);
  }
  /*services css*/
  .service-contact-box {
    background: #ffffff;
    border-bottom: 6px solid #1d3753;
    box-shadow: 0 0 12px 0 #00000061;
  }
  .service-form {
    padding: 15px;
  }
  .service-form-title {
    background: #1d3753;
    padding: 15px;
    color: #fff;
  }
  .btn-info {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220;
  }
  .btn-info:hover {
    color: #fff;
    background-color: #003ec0;
    border-color: #003ec0;
  }
  /*blogs*/
  .blog-right-title {
    background: #1d3753;
    color: white;
    padding: 7px;
    margin: 0;
  }
  .blog-cat-list {
    background: #fff;
  }
  .blog-cat-list ul li {
    margin: 0;
    padding: 0;
  }
  .blog-cat-list ul li a {
    padding: 9px 13px;
    display: inherit;
    border-left: 3px solid #fff;
  }
  .blog-cat-list ul li a:hover {
    background: #efeeee;
    border-left: 3px solid #1d3753;
  }
  .blog-recent-list .b-img {
    width: 30%;
  }
  .blog-recent-list {
    background: #fff;
  }
  .blog-recent-list .b-text {
    width: 70%;
    padding-left: 10px;
  }
  .blog-recent-list h5 {
    padding: 0;
    margin: 0;
    font-size: 15px;
  }
  .blog-recent-list p {
    font-size: 13px;
    padding: 0;
    margin: 0;
  }
  .contact-address {
    background: #1d3753;
    width: 100%;
    height: 80%;
  }
  .add-ress {
    margin-bottom: 70px;
    margin-top: 50px;
  }
  .add-ress i {
    width: 30px;
    font-size: 18px;
    color: #ffffff;
    /* text-shadow: 0 2px 0 rgba(0,0,0,0.15); */
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .contact-social a {
    color: #fff;
    font-size: 20px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  }
  .add-ress li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
  }
  .contact-social .social-icon li {
    width: 50px;
  }
  .blog-recent-list ul li {
    margin: 0;
    padding: 7px;
    border-left: 3px solid #fff;
  }
  .blog-recent-list ul li:hover {
    background: #efeeee;
    border-left: 3px solid #1d3753;
  }
  .btn-circle {
    border-radius: 50px;
    margin: 2px;
  }
  .btn-outline-info {
    color: #1d3753;
    border-color: #1d3753;
  }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #1d3753;
    border-color: #1d3753;
  }
  .btn-outline-info.focus,
  .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 79, 83, 0.38);
  }
  .blog-img-view {
    width: 50%;
    float: left;
    clear: both;
    margin-right: 24px;
  }
  /*end of blogs*/
  .con-call {
    border-color: #ff9800 !important;
    color: #ff9800 !important;
  }
  .con-email {
    border-color: #f44336 !important;
    color: #f44336 !important;
  }
  .con-address {
    border-color: #0dc143 !important;
    color: #0dc143 !important;
  }
  /*====== Collapse  ================*/
  [data-toggle="collapse"]:after {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    border-top: 0.3em solid TRANSPARENT;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
    position: relative;
    top: 7px;
  }
  [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
  }
  #accordion .card-header {
    background: #1d3753;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid white;
  }
  #accordion .card {
    border: 0;
  }
  #accordion a {
    color: #fff;
  }
  #accordion a:hover {
    text-decoration: none;
  }
  #accordion .card-body {
    text-align: justify;
  }
  #accordion .card-body p {
    font-size: 14px;
  }
  .footer-social .fa-facebook-f {
    padding: 10px 13px;
    border: 1px solid #555454;
    margin-right: 3px;
  }
  .footer-social .fa-twitter {
    padding: 10px 10px;
    border: 1px solid #555454;
    margin-right: 3px;
  }
  .footer-social .fa-google-plus-g {
    padding: 10px 9px;
    border: 1px solid #555454;
    margin-right: 3px;
  }
  .footer-social .fa-linkedin-in {
    padding: 10px 12px;
    border: 1px solid #555454;
    margin-right: 3px;
  }
  /*====== End Collapse  ============*/
  
  /*login*/
  .login {
    margin-top: 100px;
    background: #fff;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 45px;
    margin-bottom: 150px;
  }
  .login-bg {
    background: url(site-img/banner/mo-img1.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .login-overbg {
    background: #0000007d;
  }
  .footer_menu_bottom .show-mobile {
    display: none;
  }
  /*end of login*/
  /*Mobile devices*/
  @media only screen and (min-width: 768px) {
    .dropdown-arrows-desktop {
      display: none;
    }
  }
  @media only screen and (max-width: 768px) {
    .title_rating h3:after {
    content: "";
    display: block;
    margin: 7px 0 0 0;
    width: 65px;
    border-top: 3px solid #1d3753;
    left: 50%;
    position: absolute;
    top: 85px !important;
    transform: translate(-50%, -50%);
}
    .rectangle_box {
      max-width: 100% !important;; 
  }
    .an_seo h1 {
      font-size: 25px !important;
  }
  
  .ppc_about_img img {
    margin: 20px 0px 20px !important;
  }
  .media_seo_text-gap_res{
    margin-top: 30px;
  }
  .key_text p {
     
      margin: 0px !important;
  }
  .get_your_heading h1 {
      
      font-size: 25px !important;
  }
  .just_logo1 img{
    width: 30% !important;
  }
  .just_logo1{
    margin-top: 25px;
  }
  .just_logo11{
    margin-top: 25px !important; 
  }
  .an_seo1 h1 {
      
      font-size: 25px !important;
  }
  .button_career a {
     
      font-size: 15px !important;
      
      margin: auto;
      display: block;
  }
  .ppc_about_img1 img{
       margin-top: 30px !important;
  }
    .media1111 {
      display: block;
    }
    .career_gap_top_bottom {
      margin: 30px 0px !important;
  }
  .bg_green_color {
    border-radius: 26px 26px 26px 26px !important;
       margin-left: 0px !important; 
     padding: 30px 10px 34px 13px !important;
     margin-top: 30px !important;
       margin-bottom: 0px !important;
      
  }
  .bg_green_color h2 {
      font-size: 25px !important;
  }
  .button_career1 a {
     
      font-size: 15px !important;
      letter-spacing: 0px !important;
     
  }
  .bg_green_color:after {
      display: none !important;
  }
    .media111313 img {
      width: 100% !important;
      border-radius: 10px;
    }
    .marketing_gap {
      margin-top: 0px !important;
      margin-bottom: 51px !important;
    }
    .divided_flex111 {
      display: none !important;
    }
    .just_logo img {
      width: 28% !important;
    }
    .heading_text {
      padding: 0px 0px !important;
    }
    .heading_text h1 {
      font-size: 25px !important;
    }
    .footer_menu_bottom .show-mobile {
      display: block;
      margin: 20px 0px 0px;
      color: #ff914d;
      text-align: left;
  
      font-size: 18px;
    }
    .footer_menu_bottom ul {
      padding: 0px 0px;
    }
    .logo {
      width: 175px;
      padding: 9px;
    }
    .banner-area {
      background-position-x: -575px;
    }
    .navbar-light .navbar-nav .nav-link {
      padding-top: 8px;
      padding-bottom: 8px;
      transition: 0.3s;
      padding-left: 24px;
      padding-right: 24px;
      font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
      background: #1d3753;
      border-bottom: 0;
      transition: 0.3s;
    }
    .navbar-light .navbar-toggler {
      border: 0;
    }
    #mobile_nav {
      margin-bottom: 15px;
    }
    .process-box {
      margin-bottom: 50px;
    }
    .process-point-left {
      display: none;
    }
    .process-point-right {
      display: none;
    }
    .process-right:after {
      display: none;
    }
    .process-left:after {
      display: none;
    }
    .process-step {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .process-line-l {
      display: none;
    }
    .process-line-r {
      display: none;
    }
    .blog-img-view {
      width: 100%;
      float: unset;
      margin: 0;
    }
    .container-fluid2 {
      padding-right: 15px;
      padding-left: 15px;
    }
    .sm-menu {
      box-shadow: unset;
    }
    .footer-copy {
      text-align: center !important;
    }
    .footer-copy p {
      margin-top: 20px;
      text-align: center !important;
    }
    .divided_flex {
      row-gap: 20px;
      column-gap: 30px;
    }
    .footer_menu_bottom ul {
      row-gap: 20px;
      column-gap: 30px;
      display: block !important;
      justify-content: left !important;
      text-align: left !important;
    }
    .bgcolor_unit {
      padding: 50px 21px !important;
      width: 90%;
      margin: auto;
    }
    .bgcolor_unit h1 {
      padding: 10px 15px !important;
      font-size: 25px !important;
    }
    .bgcolor_unit p {
      font-size: 15px !important;
    }
    .bgcolor_flex-box .cta-button111 {
      padding: 10px 15px !important;
      font-size: 13px !important;
    }
    .footer_list {
      width: 100% !important;
    }
    .footer_menu_bottom ul li {
      border: none !important;
      line-height: 32px !important;
      padding: 0 0px !important;
    }
    .footer_menu_bottom ul {
      padding: 10px 0px !important;
    }
    .mobile_top_gap {
      margin: 30px 0px;
    }
  }
  /* Medium Devices, Desktops 
  @media only screen and (max-width: 992px) {
  }
  /* Large Devices, Wide Screens */
  @media only screen and (max-width: 1200px) {
  }
  @media only screen and (max-width: 1888px) {
  }
  
  /*-------------------*/
  
  /*.service-list{
      height: 390px;
      overflow-y: scroll;
      overflow-x: hidden;
  }
  .service-list::-webkit-scrollbar {
    width: 2px;
    margin:5px 0px;
  }
  .service-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dbdbdb; 
    border-radius: 15px;
    margin:5px 0px;
  }
  .service-list::-webkit-scrollbar-thumb {
    background: #fff; 
    border-radius: 15px;
  }
  .service-list::-webkit-scrollbar-thumb:hover {
    background: #1d3753; 
  }
  .ss-text {
      min-height: 179px;
      padding: 15px 0px 0px;
  }*/
  .heading_text {
    padding: 0px 90px;
  }
  .heading_text h1 {
    text-align: center;
    font-weight: revert;
  }
  .client_google_logo img {
    width: 70%;
    margin: auto;
    display: block;
    padding-bottom: 5px;
  }
  .client_google_logo ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
  }
  .client_google_logo ul li {
    list-style: none;
  }
  .client_google_logo ul li i {
    color: #28a745;
  }
  .client_google_logo p {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 600;
  }
  .client_google_logo h6 {
    text-align: center;
    color: #28a745;
  }
  .row_margin {
    padding: 20px 0px;
  }
  .pragraph_text p {
    text-align: center;
    padding-top: 20px;
  }
  .clients_bottom {
    padding: 0px 0px 30px;
  }
  .btn-info1 {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border: 2px solid #1d3753;
    padding: 10px 20px !important;
    border-radius: 5px;
    font-size: 15px;
  }
  .btn-info1 .fa-angle-right {
    margin-left: 4px;
  }
  .sec-3 {
    margin-bottom: 30px;
  }
  .study-banner-bottom {
  background: #e7e7e7;
  padding: 10px 15px 10px 15px;
  }
  .card-body-img h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .button-box .btn-sm11 {
    background: #1d3753;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 600;
  }
  .display-flex-space-between-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case-study-content {
    width: 50%;
    margin-top: 20px;
  }
  .case-study-content .number_text {
    font-weight: bold;
    color: #1d3753;
  }
  
  .sec-6 {
    padding: 50px 0px;
    background-color: #f3f3f36e;
  }
  .bgcolor_unit {
    background-image: linear-gradient(275deg, #1d3753 0%, #2064ac 25%, #2064ac 50%, #2064ac 75%, #1d3753 100%) !important;
    color: #000;
    padding: 40px 150px;
    border-radius: 25px;
  }
  .bgcolor_unit h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  }
  .bgcolor_unit a {
    text-decoration: none;
  }
  .bgcolor_unit p {
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
    color: #fff;
  }
  .container111 {
    width: 100% !important;
    max-width: 1320px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
  }
  .call_number {
    margin: 50px 0px;
  }
  .cta .cta-wrapper .flex-box .green-bg {
    background: var(--green);
    border: 1px solid var(--green);
  }
  .bgcolor_flex-box .cta-button111 {
    padding: 10px 37px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 70px;
    background: var(--green);
    border: 1px solid var(--green);
  }
  .bgcolor_flex-box {
    text-align: center;
  }
  .card_blog_text .small-title1 {
    color: #00092962;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .card_blog_text1 p {
    margin: 0px;
    padding: 10px 0px 0px;
  }
  .card_blog_text1 .red_pragraph {
    margin-bottom: 13px;
  }
  .card_blog_text1 p a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }
  .card_arrowbutton-left {
    font-weight: 600;
    font-size: 13px;
    opacity: 0.5;
    cursor: pointer;
  }
  .card_arrowbutton-left a {
    color: #000;
  }
  
  .card_blog img {
    border-radius: 10px;
  }
  .media1111 img {
    width: 40%;
    border-radius: 10px;
  }
  .card_blog_respon {
    margin: 0px 0px 30px;
  }
  .card_blog_text1 {
    padding: 0px 10px;
  }
  .card_arrowbutton-left111 {
    padding: 0px 0px 0px 10px;
  }
  .blogs11 {
    margin: 50px 0px;
  }
  .footer_list .foorter-list_heading {
    color: #fff;
    text-align: left;
    /*padding-bottom: 20px;*/
    font-size: 18px;
  }
  .footer_line_heading {
    width: 80px;
    height: 2px;
    background-color: #f58220;
    margin-top: 12px;
  }
  .footer_list ul {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
  }
  .footer_list ul li {
    list-style: none;
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    line-height: 1.2;
  }
  .divided_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_list {
    width: 16%;
  }
  .footer_menu_bottom ul {
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
  }
  .footer_menu_bottom ul li {
    padding: 0 10px;
    /*border-right: 1px solid gray;*/
    line-height: 1;
    list-style: none;
  }
  .copy_right_bg {
    background-color: #1f1f1f;
    border-top: 1px solid #4e4e4e;
    padding: 18px 0px 16px;
  }
  .copy_text_pragraph h6 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  .copy_text_pragraph h6:hover {
    text-decoration: none;
  }
  .heading_text1 h1 {
    text-align: left;
    font-weight: revert;
  }
  .accordion {
    /* width: 576px; */
    width: 100%;
    margin: 0 auto;
  }
  
  .accordion input {
    display: none;
  }
  
  .accordion-item {
    position: relative;
  }
  
  .accordion-header {
    width: 100%;
    height: 45px;
    line-height: 55px;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #cecece;
    color: #333333;
  }
  
  .accordion-text {
    width: 100%;
    font-size: 11pt;
    color: #555555;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    top: -10px;
  }
  
  .accordion-text p {
    padding: 10px 30px;
    line-height: 1.68em;
  }
  
  .closing {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
  }
  
  .inputfeild:checked + .accordion-item {
    height: auto;
  }
  
  .inputfeild:checked + .accordion-item .accordion-text,
  .inputfeild:checked + .accordion-item .closing {
    display: block;
  }
  
  .inputfeild:checked + .accordion-item .accordion-text {
    height: auto;
    opacity: 1;
    top: 0;
    /* box-shadow: 0px 1px 4px 0px #e7e5e5, -5px -5px 10px #ffffff;*/
  }
  
  .dropdown-arrows .accordion-header {
    padding: 0 0 0 30px;
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    /* box-shadow: 0px 1px 4px 0px #e7e5e5, -5px -5px 10px #ffffff; */
    border: none;
  
    font-weight: 600;
    font-size: 17px;
  }
  
  .dropdown-arrows .accordion-header:before {
    position: absolute;
    display: block;
    content: "\203a";
    font-size: 18pt;
    left: 12px;
    top: -2px;
    color: #333333;
  }
  
  .inputfeild:checked + .accordion-item .accordion-header:before {
    transform: rotate(90deg);
    top: 1px;
  }
  .accordion-item {
    background-color: #fff;
    /* border: 1px
  px
   solid rgba(0,0,0,.125); */
    border: none !important;
    margin-bottom: 10px;
  }
  .marketing_gap {
    margin-top: 55px;
    margin-bottom: 100px;
  }
  .footer_list-left {
    padding-left: 30px;
  }
  .media11213_desktop_gap {
    margin-top: 20px;
  }
  
  .an_seo h1 {
    text-align: left;
    font-weight: revert;
    font-weight: 700;
    /*font-size: 35px;*/
  }
  .an_seo ul {
    margin: 0px;
    padding: 0px;
  }
  .an_seo ul li {
    list-style: disc;
    line-height: 25px;
  }
  .ppc_about p {
    margin-top: 10px;
  }
  .ppc_about_sec {
    margin: 50px 0px 0px;
  }
  .logo_rating {
    background-color: #ecedee78;
  }
  .logo_img_rating img {
          width: 70%;
      margin: auto;
      display: block;
     margin-bottom: 12px 
  }
  .logo_rating {
    padding: 30px 0px;
  }
  .logo_img_rating ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
  }
  .logo_img_rating ul li{
    list-style: none;
    color: #fff;
  }
  .logo_img_rating p{
    text-align: center;
      padding: 7px 0px 0px;
      color: #fff;
      margin: 0px;
  }
  .logo_rating{
    margin: 30px 0px 50px;
  }
  .our_service_title p{
    margin-top: 30px;
  }
  .media_seo_text img{
    width: 14%;
  } 
  .key_text h4{
    font-size: 17px;
      font-weight: 700;
      color: #1d3753;
      text-decoration: underline;
  }
  .key_text p{
       font-size: 15px;
      
  }
  .key_text{
    margin-left: 17px;
  }
  
  .media_seo_text_gap{
    margin:30px 0px 0px;
  }
  .free_instant_bgcolor{
    background-color: black;
    padding: 50px 0px;
    margin-top: 30px;
  }
  .get_your_heading h1{
    text-align: center;
    font-weight: bold;
    color: #fff;
    /*font-size: 35px;*/
  }
  .service-form-title11{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .form-control-sm11 {
        padding: 24px 8px;
  }
  .btn-sm11{
  font-size: 20px;
      font-weight: 600;
      padding: 10px 0px;
  }
  .btn-sm{
     padding: 10px 20px  !important;
  }
  .service-contact-box_top{
    margin-top: 30px;
  }
  .ppc_about_img1_top{
    margin-top: 40px;
  }
  
  
  
  .an_seo1 h1 {
      text-align: left;
      font-weight: revert;
      font-weight: 700;
      /* font-size: 35px; */
  }
  .an_seo1 h6 {
      color: #d78487;
  }
  .an_seo1 p{
    color: gray;
      line-height: 30px;
  }
  .an_seo1 .devloping {
      background-color: #cb555926;
      color: #000;
      padding: 1px 6px;
      font-weight: 600;
      margin-left: 4px;
  }
  .button_career a{
    
      font-weight: bold;
      border-radius: 50px !important;
      background: #1d3753 !important;
      border: 2px solid #1d3753 !important;
      text-transform: uppercase;
      color: #fff;
     
      font-size: 20px ;
     
      letter-spacing: 1px;
      padding: 8px 20px !important;
      text-decoration: none;
      text-shadow: none;
  }
  .button_career a:hover{
      background: #fff !important;
      color: #1d3753 !important;
  
    }
    .ppc_about_img1 img{
      border-radius: 20px;
    }
    .career_gap_top_bottom{
      margin: 50px 0px;
    }
    .an_seo1{
      padding: 0px 0px 10px 
    }
    .rectangle_box{
      border-radius: 13px;
      border: 1px solid #efefef;
      background: #fff;
      padding: 30px 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      max-width: 151px;
    }
  
     .rectangle_box img{
      width: 90px;
      height: 90px;
     }
    .rectangle_box h4 {
      font-size: 14px;
      text-align: center;
      padding-top: 20px;
      font-weight: 600;
  }
  .rectangle_box_top{
    margin-top:30px;
  }
  .row_align_items{
    align-items: center;
  }
  .bg_green_color{
    background-color: #1d3753;
      border-radius: 26px 0px 0px 26px;
      color: #fff;
      padding: 30px 10px 34px 36px;
      margin-left: 20px;
      position: relative;
      margin-top: 22px;
      margin-bottom: 28px;
  }
  .bg_green_color h2{
    text-align: left;
      font-weight: revert;
      font-weight: 700;
    }
  
    .bg_green_color:after{
      content: "";
      position: absolute;
      background-color: #1d3753;
      width: 16%;
      height: 100%;
      top: 0;
      right: -16%;
    }
  
    .button_career1 a:hover {
      background: #000 !important;
      color: #fff !important;
  }
  .button_career1 a {
      font-weight: bold;
      border-radius: 50px !important;
      background: #fff !important;
      border: 2px solid #fff !important;
      text-transform: uppercase;
      color: #000;
      font-size: 20px ;
      letter-spacing: 1px;
      padding: 8px 20px !important;
      text-decoration: none;
      text-shadow: none;
  }
  .bg_green_color .if_text{
    padding-bottom: 10px;
  }
  .job_content{
   width: 100%;
      padding: 20px 11px 20px 20px;
      background-color: #fff;
      border-radius: 13px;
      border: 1px solid var(--Stroke, #efefef);
      /* max-width: calc(25% - 15px); */
      /* display: flex; */
      align-items: center;
  }
  .job_content img{
    width: 13%;
    margin-right: 10px;
  }
  
  .job_content_gap{
    margin-top: 20px;
  }
  
  .media-body_social{
        margin-top: 7px;
      line-height: 20px;
  }
  .job_content:hover{
    box-shadow: 0px 20px 40px -4px rgba(145,158,171,.25);
  }
  
  .our_career_job_gap{
    margin:50px 0px;
  }
  .button_career_align{
    text-align: center;
    margin-top: 50px;
  }
  
  .our_service_title .prgraph_jobs{
    padding-top: 0px;
    margin: 0px 
  }
  .card-bodytext h6{
     font-weight: 700;
      text-align: center;
      font-size: 18px;
  }
  .card1 img{
    width: 45%;
      margin: auto;
      display: block;
  }
  
  .card-bodytext p{
    text-align: center;
      padding: 10px 0px 0px 0px;
      line-height: 28px;
          margin: 0px;
  }
  .card1_top_bottom_gap{
    margin-top: 20px;
  }
  .our_culture_gap_top_bottom{
    margin-bottom: 50px;
  }