
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap");

@font-face {
font-family: "Square721 Dm";
src: url("../fonts/Square721DmNormal.eot");
src: local("?"), url("../fonts/Square721DmNormal.woff") format("woff"), url("../fonts/Square721DmNormal.ttf") format("truetype"), url("../fonts/Square721DmNormal.svg#Square721DmNormal") format("svg");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family:Poppins;
src: url("../fonts/Poppins-Regular.eot");
src: local("?"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
.text-n {
    font-size: clamp(12px,2vw, 15px);
}
.h2-n {
    font-size: clamp(22px,4vw, 36px);
}
.h3-n {
    font-size: clamp(16px,3vw, 28px);
}
.h4-n {
    font-size: clamp(14px,3vw, 22px);
}
.intro_div {
    background-image: url(../images/slider-background-80.jpg);
    background-color: #696969;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*===== differant =====*/
.differant {
    position: relative;
    background-color: #fdf2f3;
    padding: 160px 0;
    -webkit-clip-path: polygon(0 0,100% 15%,100% 100%,0 100%));
    clip-path: polygon(0 0,100% 15%,100% 100%,0 100%);
    width: 100%;
    height: auto;
    background: url(../images/differant.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 18rem;
    z-index: 2;
    padding-top: 15rem;
}

    .differant h1 {
        color: #fff;
    }
/*===== Tracker =====*/
.tracker_div {
    background-color: #17a2b8;
    font-size: 18px;
    line-height: 36px;
    font-family: "Square721 Dm";
    color: #fff;
}
#tracker:hover {
    background-color:#283890;
}
@media only screen and (min-width:1199px)
{
    .dsText {
        min-height: 680px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tracker_div {
        background-color: #17a2b8;
        font-size: 14px;
        line-height: 28px;
        font-family: "Square721 Dm";
        color: #fff;
    }
    .differant {
        -webkit-clip-path: polygon(0 0,100% 10%,100% 100%,0 100%));
        clip-path: polygon(0 0,100% 10%,100% 100%,0 100%);
    }
    .dsText {
        font-size: 12px;
        min-height: 680px
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tracker_div {
        background-color: #17a2b8;
        font-size: 12px;
        line-height: 24px;
        font-family: "Square721 Dm";
        color: #fff;
    }
    .differant {
        -webkit-clip-path: polygon(0 0,100% 5%,100% 100%,0 100%));
        clip-path: polygon(0 0,100% 5%,100% 100%,0 100%);

    }
    .what-center-img {
        display: none;
    }
    .dsText {
        font-size: 12px;
        min-height: 300px
    }
}
@media (max-width: 767px) {
    .tracker_div {
        background-color: #17a2b8;
        font-size: 10px;
        line-height: 20px;
        font-family: "Square721 Dm";
        color: #fff;
    }
    .differant {
        -webkit-clip-path: polygon(0 0,100% 5%,100% 100%,0 100%));
        clip-path: polygon(0 0,100% 5%,100% 100%,0 100%);
    }
    .what-center-img {
        display: none;
    }
    .dsText {
        font-size: 10px;
        min-height: 680px
    }
}
/*===== Track END =====*/
.video_div {
    width: 640px;
    height: 340px;
}
@media (max-width: 767px) {
    .video_div {
        width: 320px;
        height: 170px;
    }
}
/*===========END VIDEO DIV  ===========*/
body {
  font-family:Poppins;
  font-weight: normal;
  font-style: normal;
  color: #747E88; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

a {
  color: #17a2b8; }
  a:hover {
    color: #17a2b8; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
iframe{ width:100%;}
h1{ font-size:40px; line-height:62px; font-family: "Square721 Dm"; color: #273890;}
h1,
h2,
h3,
h4,
 {
  font-family: "Square721 Dm";
  font-weight: 700;
  color: #273890;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  margin-bottom: 0.8rem; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 40px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #38424D;
  border-top-right-radius: 0;
  border: 0; }
  .main-btn:hover {
    background-color: rgba(56, 66, 77, 0.8);
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #F94F4F;
    border-color: #F94F4F; }
    .main-btn.main-btn-2:hover {
      background-color: #F94F4F;
      border-color: #F94F4F;
      color: #fff; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section_title .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #F94F4F; }
  @media (max-width: 767px) {
    .section_title .sub_title {
      font-size: 16px; } }

.section_title .main_title {
  font-size: 35px;
  font-weight: 700;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .section_title .main_title {
      font-size: 24px; } }

.section_title p {
  margin-top: 20px; }

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #38424D;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-left:5px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
	font-family:Poppins;
    color: #747E88;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative; padding: 0.8rem 1.2rem; border-top-right-radius: 20px; border-bottom-left-radius: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        font-size: 14px;
	    font-family:Poppins;
        display: block;
        padding: 4px 0; } }
    @media (max-width: 767px) {
        .navbar-nav .nav-item a {
            font-size: 12px;
            font-family: Poppins;
            display: block;
            padding: 4px 0;
        } }
  .navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a {
    color: #fff; background: #283890; padding: 0.8rem 1.2rem; border-top-right-radius: 20px; border-bottom-left-radius: 20px;}
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #38424D; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #F94F4F; }

.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #38424D;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #38424D;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #38424D;
    border-bottom: 1px solid #38424D;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

/*===== Header hero =====*/
.top-action{ background:#283890; font-family: Sansation; font-size:20px; line-height:50px; color:#fff; padding-top:0.5rem; padding-bottom:0.5rem;}
.top-action span{ font-family:Poppins; font-size:15px; line-height:50px; color:#fff;}
.top-action .lni.lni-envelope { font-size: 14px;  border: 1px solid; padding: 0.5rem 0.8rem;  border-radius: 50px;  display: flex;  flex-wrap: wrap; align-items: center;  width: 39px;  height: 40px; margin-top: 0.2rem; margin-left: 0.5rem; margin-right: 0.5rem;}
.navbar-brand {margin-top: -2.5rem;}
.sticky .navbar-brand {margin-top: 0rem; width:12%;}
/*===========================
      03.SERVICES css 
===========================*/
.services_area{ background:#F5F8FA;}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.single_services {padding: 25px 15px; }
}
.help-sub2{ font-family:Poppins; font-size:16px; line-height:26px; color:#333333;}
.help-sub{ font-family:Poppins; font-size:15px; line-height:26px; color:#999999; margin-top:1rem;}
.show-more a { color:#283890; font-family:"Square721 Dm"; font-size:18px; line-height:26px; margin-top:1rem;}
.show-more a span{text-decoration:underline;}
.show-more a .lni.lni-angle-double-right{ font-size:12px;}
.single_services .services_content .services_title a{font-size: 22px; color: #283890; font-weight: 600; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-family: "Square721 Dm"; margin-top:1rem;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single_services .services_content .services_title a {font-size: 22px; } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single_services .services_content .services_title a {font-size: 24px; }
}
@media (max-width: 767px) {
.single_services .services_content .services_title a {font-size: 20px; } 
}
		  
.about_area {position: relative; background:url(../images/whatwedo-bg.jpg) no-repeat top center; background-size:cover;}
.what-right{ text-align:right;}
.what_title{ font-size:22px; line-height:32px; color:#283890; font-family:"Square721 Dm";}
.what_title span{ font-size:12px;}
.what-left{ text-align:left;}
.what-center{ text-align:center;}
.what-space { margin-top:2rem;}
.what-center-img{ margin-top:-3rem; margin-bottom:1.5rem;margin-left:111px;}
.lear-more a{ color:#283890; margin-top:1rem;}
.lear-more a .lni.lni-angle-double-right{ font-size:12px;}

.whyus{ background:url(../images/whyus.jpg) no-repeat top center; background-size:cover; width: 100%; height: auto; margin-top:-14rem; padding-top:11rem;}
.ourServices{ background:url(../images/whyus.jpg) no-repeat top center; background-size:cover; width: 100%; height: auto; padding-top:5rem;}
.reactive {
    background: url(../images/whyus.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-top: 6rem;
}
.btn{border: 1px solid #fff; border-top-right-radius: 20px; border-bottom-left-radius: 20px; font-size: clamp(12px,3vw, 18px); line-height: 36px; padding: 0.5rem 2rem; font-family:"Square721 Dm"; color:#fff; border-bottom-right-radius:0; border-top-left-radius:0;}
.btn:hover{ color:#fff; background:#283890;}
.carousel-control-next, .carousel-control-prev{ width:5%;}
.carousel-control-prev, .carousel-control-prev{ left:0rem;}
.video-top{margin-top: -1rem; z-index: 3; margin-bottom:4rem;}
.why-title{ font-family:"Square721 Dm"; font-size: clamp(40px,4vw, 60px); line-height:78px; color:#fff; font-weight:bold;}
.why-text{ font-size:16px; line-height:26px; font-family:Poppins; color:#fff; margin-top:0.8rem;}
.whytitle a{font-size: 22px; color: #fff; font-weight: 600; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-family: "Square721 Dm"; margin-top:1rem;}
.why-sub2{ font-family:Poppins; font-size:16px; line-height:26px; color:#fff;}
.why-sub{ font-family:Poppins; font-size:15px; line-height:26px; color:#BBBBBB; margin-top:1rem;}
.why-more a { color:#fff; font-family:"Square721 Dm"; font-size:18px; line-height:26px; margin-top:1rem;}
.why-more a span{text-decoration:underline;}
.why-more a .lni.lni-angle-double-right{ font-size:12px;}

.blog-title{background: blue; padding: 1rem 1.2rem; margin-top: -1rem; z-index: 9; position: relative; background:#283890; font-size:16px; line-height:32px; font-family:"Square721 Dm"; color:#fff; margin-bottom:1.5rem;}
.blog-text{ font-family:Poppins; line-height:26px; color:#666666;}
.services-text{ font-family:Poppins; font-size:15px; line-height:26px; color:#fff; min-height:400px}
.services-text-de{ font-family:Poppins; font-size:15px; line-height:26px; color:#fff; min-height:520px}
.blog-btn{border: 1px solid #283890; border-top-right-radius: 20px; border-bottom-left-radius: 20px; font-size: 18px; line-height: 36px; padding: 0.5rem 2rem; font-family:"Square721 Dm"; color:#283890; border-bottom-right-radius:0; border-top-left-radius:0;}
.blog-btn:hover{ color:#fff; background:#283890;}
#blog .col-lg-4{flex: 0 0 30% !important;}

.awards{z-index:3; position: relative; background-color: #FFFFFF; padding-top:10rem; padding-bottom:5rem; -webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0 100%)); clip-path: polygon(0 15%,100% 0%,100% 100%,0 100%); width: 100%; height: auto; margin-top:6rem;}
.aeards-details{width: 60%; justify-content: space-between; display: flex; align-items: center;}
.aeards-details h1{margin-right: 3rem;}
.whitepapers{position: relative; background-color: #fdf2f3; width: 100%; height: auto; background:url(../images/border-imag.jpg) no-repeat top center; background-size: contain;}
.whitepapers h3{ font-family:"Square721 Dm"; font-size:24px; line-height:32px; color:#000; width:60%; margin-bottom:1rem;}
.whitepapers .text{ margin-top:14rem;}
#whitepaper #carouselExampleControls-1{ margin-top:-6rem;}
#whitepaper h1{ margin-bottom:10rem;}
#whitepaper{ margin-bottom:5rem;}

.contact_area{position: relative; background-color: #fdf2f3; padding: 5rem 0; width: 100%; height: auto; background:url(../images/contact-us.jpg) no-repeat top center; background-size:cover; z-index:2; padding-bottom:10rem;}
.contact-text{ color:#fff; font-size:20px; line-height:32px;}
.footer_link ul li::before {content: "\2022"; color: #283890; font-weight: bold; display: inline-block; width: 1em;   margin-left: -0.1em; font-size:22px;}
/*===========================
       09.CONTACT css 
===========================*/

p.form-message.success, p.form-message.error { font-size: 16px; color: #333;  background: #ddd; padding: 10px 15px; margin-top: 15px; margin-left: 15px; }
p.form-message.success.form-message.error, p.form-message.error.form-message.error {color: #f00; }
.contact_image { position: absolute; top: 0; left: 0; width: 50%; height: 100%; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact_image {width: 720px; margin: 0 auto; padding-left: 15px; padding-right: 15px; position: inherit; height: auto; margin-top: 50px; } 
}
@media (max-width: 767px) {
.contact_image {width: 100%; margin: 0 auto; padding-left: 15px; padding-right: 15px; position: inherit; height: auto; margin-top: 50px; } 
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.contact_image {width: 540px; } 
}
.contact_image .image {padding-right: 50px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact_image .image {padding-right: 0; } 
}
@media (max-width: 767px) {
.contact_image .image {padding-right: 0; } 
}
.contact_image .image img {max-width: 770px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact_image .image img {max-width: 100%; }
}
@media (max-width: 767px) {
.contact_image .image img {max-width: 100%; } 
}

.single_form {margin-top: 30px; }
.single_form textarea,.single_form input {padding: 0 25px; border: 1px solid rgba(116, 126, 136, 0.2); height: 50px; border-radius: 5px; width: 100%; }
.single_form textarea {padding-top: 15px; height: 168px; resize: none; }
.single_form .main-btn {background-color: #F94F4F; border-radius: 5px; height: 50px; line-height: 50px; padding: 0 40px; color: #fff; }
.single_form .main-btn:hover {background-color: rgba(249, 79, 79, 0.8); }

.footer_area {background-color: #090C20; position: relative; z-index: 9; background-repeat: no-repeat; background-position: center center;}
.footer_widget .footer_title {font-size: 18px; font-family:"Square721 Dm"; font-weight: 400; color: #283890; }
.footer_content {margin-top: 30px; }
.image-list li {margin-bottom: 15px;}
.image-list li {width: 100%; display: flex; align-items: center;}
.image-list li .overlay {float: left; margin: 0;}
.image-list .post-content {margin-left: 1.5rem; margin-bottom: 0;}
.image-list h6{ font-family:Poppins; font-size:15px; line-height:28px; color:#CDCDCD; margin-bottom:0;}
.image-list h5{ font-family:"Square721 Dm"; font-size:15px; line-height:28px; color:#CDCDCD; margin-bottom:0;}
 
@media (max-width: 767px) {
.footer_link {padding-left: 0;} 
}
 
.footer_link .link {padding-top: 15px;}
.footer_link .link li a {font-size: 15px; color: #CDCDCD; font-weight:normal; font-family:Poppins;  -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s;       -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.footer_link .link li a:hover {color: #fff;}

.subscribe_form {margin-top: 35px; position: relative; }
.subscribe_form input { width: 100%; padding: 0 25px; border: 0; background-color: #fff; font-size: 15px; color: #38424D; height: 60px; border-radius: 10px;}
.subscribe_form .main-btn {background-color: #283890; border-top-right-radius: 20px; border-top-left-radius: 0px; border-bottom-left-radius: 20px; border-bottom-right-radius:0px; height: 60px; line-height: 50px; position: relative; top: 0.8rem; font-family:"Square721 Dm";}
@media (max-width: 767px) {
.subscribe_form .main-btn {position: relative; margin-top: 10px; right: 0; width: 100%; } 
}
@media (max-width: 767px) { 
.subscribe_form .main-btn {width: auto; }
}
.subscribe_form .main-btn:hover {background-color: #fff; color:#000;}
.footer_copyright {padding-bottom: 25px; padding-top: 25px; border-top: 2px solid rgba(255, 255, 255, 0.09); font-family:Poppins; font-size:16px; line-height:22px; color:#999999; text-align:center;}
.footer_copyright a{ color:#283890;}
#slider-1-slide-1-layer-3{font-size: 20px !important; line-height: 40px !important; background:#283890; color:#fff; padding: 0.8rem 2rem; border-top-right-radius: 25px; border-bottom-left-radius: 25px; font-family: "Square721 Dm"; margin-top:0.8rem;}
#slider-1-slide-1-layer-3:hover{ background:#fff; color:#283890;}


@media(min-width: 320px) and (max-width: 480px) {
.navbar{ margin:0.5rem 1rem;}
.navbar-brand {margin-top: -1rem; width: 33%;}
.top-action {padding-right: 1rem;}
.section_title.text-center.pb-25 {padding-bottom: 0;}
#help, #wedo {padding: 4rem 0rem;}
.what-right {text-align: center;}
.what-left{ text-align:center;}
.what-center-img{ display:none;}
.differant{-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0 100%)); clip-path: polygon(0 0,100% 0%,100% 100%,0 100%); padding-bottom: 19rem; padding-top: 9rem;}
.video-top{    margin-bottom: 0rem;}
.col-lg-4.col-sm-7.mt-4 {margin-top: 4rem !important;}
.col-lg-4.col-sm-7.mt-3 {margin-top: 4rem !important;}
#blog .col-lg-4 {flex: 0 0 85% !important; text-align: center; margin-right: auto; margin-left: auto;}
.blog_image {margin-top: 2rem;}
.aeards-details{flex-wrap: wrap; margin-right: 1rem; margin-left: 1rem; text-align: center;}
.aeards-details h1{margin-right:0rem; margin-bottom:3rem;}
.awards{margin-top: 2rem; padding-top: 7rem;}
.whitepapers h3, .text .w-75{margin-right: auto; width: 90%!important; margin-left: auto;}
.whitepapers{ background:none;}
.carousel-item img {width: 33%;}
.contact_area{clip-path: polygon(0 10%,100% 0%,100% 100%,0 100%); -webkit-clip-path: polygon(0 25%,100% 0%,100% 100%,0 100%)); padding: 9rem 0;}
.wpcf7-form.init { margin-right: auto; margin-left: auto;}
.contact_wrapper.mt-45 {margin-top: 0rem;}
.footer_widget.pt-70.pb-70 {padding: 3rem 0;}
h1 {font-size: 40px;}
#weare h1{ margin-bottom:-2rem; margin-top:1rem;}
#weare{ text-align:center; padding: 3rem 0;}
#weare img{ margin-right:auto; margin-left:auto; display:block;}
#work .w-50{ width:90%!important; margin-right:auto; margin-left:auto;}
.sticky .navbar-brand {margin-top: 0rem; width: 28%;}
}