/* General styles */
body {
    font-size: 16px;
	font-weight:400;
    line-height: 24px;
font-family: 'Josefin Sans', sans-serif;
color: #484848;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: capitalize;
    color: #484848;
font-family: 'Josefin Sans', sans-serif;}
h1{font-size: 70px; margin:0; line-height: 72px;}
h2 {font-size: 38px; margin: 0 0 20px;}
h3 {font-size: 20px; margin: 0 0 10px;}
img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}

/* All Transition */
.list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.about-image-box {overflow:hidden;
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    background: #e6e1e1;
   padding:45px 0 45px 45px;
}
.email_box li{float:left;}
.email_box li {
    float: left!important;
    position: relative;
    display: inherit;
    padding:0 6px!important;
}
.email_box ul {
    list-style: none;
    padding: 45px 0 0;
}
.navbar  .open_nav{display:none;}
a.close_btn{display:none;}
.whoweare_detail_box2 ul{padding:20px 0 0 20px;}
.whoweare_detail_box2 li{color:#fff; margin-bottom:10px;}
.about-image-box:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ffffff;
    content: "";
    z-index: 1;
}
.about-image-box .inner-box {
    position: relative;
    display: block;
    z-index: 2;
}
.about-image-box .inner-box img {
   width: 100%;
    height: 380px;
    object-fit: cover;

}

img.logo {
width: 170px;
    margin: auto
	
	;}
.navbar-brand{padding: 0;
    text-align: center;
    display: block;
    float: none;
    margin: 0;}


.single-working-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}


.single-working-box .img-holder {
    position: relative;
    display: block;
}
.single-working-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-working-box .img-holder .inner:before, .single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}
.single-working-box .img-holder .inner img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;
}
.single-working-box .img-holder .inner .overlay-style-one {
    background-color: rgba(0, 0, 0, 0.85);
}

.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 33, 48, 0.85);
    transition: all 700ms ease 100ms;
    opacity: 0;
    z-index: 2;
}



.single-working-box .img-holder .inner:before, .single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}
.single-working-box .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    margin: 0 20px;
    margin-top: -40px;
    z-index: 5;
}

.single-working-box .text-holder .plus-icon-box {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #0d4ca0;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
}

.single-working-box .text-holder .outer-box {
    position: relative;
    display: block;
    padding-top: 35px;
    padding-bottom: 32px;
}
.single-working-box .text-holder .outer-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgb(237,237,237);
    background: linear-gradient(
0deg
, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
}
.single-working-box .text-holder .outer-box .icon .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-working-box:hover .img-holder .inner:after {
    transform: scale(1, 1);
}
.single-working-box:hover .img-holder .inner:before {
    transform: scale(1, 1);
}
.single-working-box:hover .img-holder .inner img {
    transform: scale(1.2) rotate(
2deg
);
}
.single-working-box:hover .img-holder .inner .overlay-style-one {
    opacity: 1;
}

.single-working-box .img-holder .inner .overlay-style-one {
    background-color: rgba(0, 0, 0, 0.5);
}

.single-working-box:hover .text-holder .plus-icon-box {
    top: -50px;
    height: 75px;
    background: #3880B6;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
}

span.icon-plus{
     display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
.icon-plus:before {
    content: "+";
	    color: #ffffff;
    font-size: 30px;
    line-height: 20px;
}

.single-working-box .text-holder .outer-box .text {
    position: relative;
    display: block;
    padding-left: 30px;
}
.single-working-box .text-holder .outer-box .text h3 {
    color: #27282c;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-working-box .text-holder .outer-box .text p {
    margin: 0;
}
.single-highlight-box {
    position: relative;
    display: block;
    background: transparent;
    padding-top: 55px;
    margin-bottom: 50px;
}

.single-highlight-box .icon-holder {
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: #fff url(../images/icon1.png) no-repeat;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #3880b7;
    text-align: center;
    z-index: 3;
    background-position: center 18px;
}

.single-highlight-box .icon-holder:hover{background:#3880b7;}
.single-highlight-box .icon-holder:hover {
    background: #3880b7 url(../images/icon1.png) no-repeat;
    background-position: center -60px!important;
}


[class^="icon-"], [class*=" icon-"] {

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-highlight-box .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
      padding: 55px 0 35px;
    box-shadow: 0px 4px 15px -1px #ececec;
}
.single-highlight-box .inner-content .text {
    position: relative;
    display: block;
    padding: 26px 30px 32px;
}
.single-highlight-box .inner-content h3 {
    font-weight: 600;
    margin: 0px 0 18px;
}
.single-highlight-box .inner-content p {
    margin: 0;
}
.single-highlight-box .icon-holder::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #e9212e;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(
-90deg
) translateZ(0px);
    opacity: 0;
    z-index: -1;
}



section.about-area3.fix {
    padding:60px 0 20px;
}
.left-content3 {
    padding: 70px 0 0 15px;
}
.front-text h2 {
    margin: 0!important;
}


li.footer_link_active a {
    color: #fff;
}

.topic-area .single-topic {
    position: relative;
	margin-bottom:30px;
}
.topic-area.section-padding40 {
    padding: 40px 0;
}

section.saas_two_service_section {
    padding-top:30px;
}
section.saas_two_service_section.videos_section {
    padding: 0 0 50px;
}


.topic-area .single-topic::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(216,44,34,0.7);
    opacity: 0;
    z-index: 1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 12px;
}

.topic-area .single-topic .topic-img {
    border-radius: 12px;
}
.topic-area .single-topic .topic-img img {
    width: 100%;
}
.topic-area .single-topic .topic-content-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    transition: .4s;
    z-index: 2;
}
.topic-area .single-topic .topic-content-box .topic-content {
    position: absolute;
    top: 53%;
    transform: translateY(-47%);
    left: 0;
    right: 0;
    text-align: center;
}
.topic-area .single-topic .topic-content-box .topic-content h3 a {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-decoration: underline #fff transparent;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
a.border-btn {
    background: #0d4ca0;
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    margin: 20px 0 14px;
    border-radius: 3px;
}


.saas_two_service_section .saas_two_section_title.saas2-headline h2 {
    margin-bottom: 20px;
}
/*Feature Process area*/
/*----------------------*/
.soft-m-feature-process-section {
  padding: 100px 0px;
}

.soft-ft-process-right-text {
  padding-left: 50px;
}

.soft-ft-process-left-text {
  padding-right: 50px;
}

.soft-m-ft-process-text .soft-m-section-title {
  padding-bottom: 25px;
}
.soft-m-ft-process-text .soft-m-section-title h2 {
  font-size: 46px;
  padding-top: 8px;
}
.soft-m-ft-process-text .soft-m-section-title .soft-ft-tag {
  color: #1970cc;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial {
  top: 0;
  right: -95px;
  width: 25px;
  color: #fff;
  height: 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #0257c8;
}
.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial:after {
  top: 14px;
  left: -58px;
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #0257c8;
}
.soft-m-ft-process-text .soft-m-feature-details {
  line-height: 1.75;
}

.soft-m-ft-devider {
  margin: 40px 0px 100px;
  border-bottom: 2px solid #f3f3f3;
}
.soft-m-ft-devider i {
  top: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/*---------------------------------------------------- */
/*Partner area*/
/*----------------------------------------------------*/
.soft-m-partner-section {
  padding: 100px 0px;
  background-color: #f1f9fc;
}

.soft-m-partner-content {
  margin-top: 20px;
}
.soft-m-partner-content li {
  margin: 32px 35px;
}
.soft-m-partner-content li img {
  filter: grayscale(1);
  transition: 0.3s all ease-in-out;
}
.soft-m-partner-content li img:hover {
  filter: grayscale(0);
}

.soft-m-partner-btn {
  height: 60px;
  width: 230px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 60px;
  border-radius: 40px;
  transition: all 0.2s linear 0ms;
  background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
  background-size: 300%, 1px;
}
.soft-m-partner-btn:hover {
  background-position: 100%;
}
.soft-m-partner-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}

/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
.soft-m-newslatter-section {
  z-index: 1;
}


.soft-m-newslatter-content {
  background: #fff;
  padding: 55px 65px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.soft-m-newslatter-content:after {
  top: 0;
  right: 0;
  content: "";
  z-index: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-image: url(../img/soft/screen/np1.png);
}
.soft-m-newslatter-content .soft-m-newslatter-text h3 {
  color: #102465;
  font-size: 36px;
  font-weight: 600;
}
.soft-m-newslatter-content .soft-m-subs {
  z-index: 1;
}
.soft-m-newslatter-content .soft-m-subs input {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.soft-m-newslatter-content .soft-m-subs button {
  top: 0;
  right: 0;
  color: #fff;
  height: 60px;
  width: 180px;
  border: none;
  font-weight: 700;
  position: absolute;
  border-radius: 40px;
  transition: all 0.2s linear 0ms;
  background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
  background-size: 3 0%, 1px;
}
.soft-m-newslatter-content .soft-m-subs button:hover {
  background-position: 100%;
}


.soft-m-intre-text.soft-m-headline.pera-content h3 a {
    color: #fff;
}


.open_nav img{width:auto;}
.open_nav {
    background: #0d4ca0;
    color: #fff;
    width: 47px;
    display: block;
    height: 47px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    line-height: 44px;
    right: 0;
    top: -12px;
}
/*---------------------------------------------------- */
/*Intregration area*/
/*----------------------------------------------------*/
.soft-m-intregration-section {
  padding:70px 0;
  background: linear-gradient(90deg, #ff5427 0%, #ff5427b8 100%);
  
}
.soft-m-intregration-section .soft-m-section-title span, .soft-m-intregration-section .soft-m-section-title h2 {
  color: #fff;
}
.soft-m-intregration-section .soft-m-intregration-content {
  padding-top: 25px;
}

.soft-m-intre-innerbox {
  z-index: 1;
  padding: 35px;
  position: relative;
}
.soft-m-intre-innerbox:after {
  bottom: 65px;
  left: 0;
  z-index: -1;
  height: 0%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.soft-m-intre-innerbox .soft-m-intre-img {
  margin-bottom: 35px;
}
.soft-m-intre-innerbox .soft-m-intre-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  transition: 0.4s all ease-in-out;
}
.soft-m-intre-innerbox .soft-m-intre-text p {
  color: #d8d8d8;
  padding-bottom: 35px;
  transition: 0.4s all ease-in-out;
}
.soft-m-intre-innerbox .soft-m-intre-text .soft-in-more {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #397dd9;
  transition: 0.3s all ease-in-out;
}
.soft-m-intre-innerbox .soft-m-intre-text .soft-in-more i {
  color: #fff;
}
.soft-m-intre-innerbox:hover:after {
  height: 60%;
}
.soft-m-intre-innerbox:hover .soft-m-intre-text h3 {
  color: #102465;
}
.soft-m-intre-innerbox:hover .soft-m-intre-text p {
  color: #6c8493;
}
.soft-m-intre-innerbox:hover .soft-in-more {
  border: 2px solid #004198;
  background-color: #004198;
}

.soft-intre-bottom-img {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

/*---------------------------------------------------- */
/*Platform area*/
/*----------------------------------------------------*/
.soft-m-platform-section {
  padding: 100px 0px;
}

.soft-m-logo-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  line-height: 120px;
  margin-bottom: 55px;
  border-radius: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}
.soft-m-logo-icon:before {
  top: -25px;
  left: -25px;
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  border: 3px solid #f8f8f8;
}

.soft-m-download-btn {
  margin-top: 30px;
}
.soft-m-download-btn a {
  margin: 0px 2px;
}

.soft-m-platform-screen {
  margin: 0 auto;
  max-width: 1520px;
  padding: 115px 0px 100px;
}
.soft-m-platform-screen li img {
  box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
}
.soft-m-platform-screen li:nth-child(1) {
  float: left;
}
.soft-m-platform-screen li:nth-child(3) {
  float: right;
}
.soft-m-platform-screen li:nth-child(2) {
  left: 0;
  right: 0;
  top: 75px;
  position: absolute;
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.soft-m-blog-section {
  padding: 30px 0px 70px;
}

.soft-m-blog-content {
  padding-top: 60px;
}

.soft-m-blog-img-text {
  transition: 0.4s all ease-in-out;
}
.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date {
  right: 30px;
  bottom: -40px;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 16px 32px 0px rgba(94, 94, 94, 0.06);
}
.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a {
  line-height: 1;
  color: #102465;
  font-size: 40px;
  font-weight: 600;
  padding-top: 13px;
  display: inline-block;
  font-family: "Poppins";
  transition: 0.3s all ease-in-out;
}
.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
}
.soft-m-blog-img-text .soft-m-blog-text {
  padding: 35px;
  border: 2px solid #eeeeee;
  transition: 0.3s all ease-in-out;
}
.soft-m-blog-img-text .soft-m-blog-text .soft-meta-cat {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.soft-m-blog-img-text .soft-m-blog-text h3 {
  color: #102465;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 0px 20px;
}
.soft-m-blog-img-text .soft-m-blog-text .soft-b-author {
  width: 60%;
}
.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name {
  padding-top: 8px;
}
.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name h4 {
  color: #102465;
  font-size: 16px;
  font-weight: 600;
}
.soft-m-blog-img-text .soft-m-blog-text .soft-b-more {
  padding-top: 8px;
}
.soft-m-blog-img-text .soft-m-blog-text .soft-b-more a {
  color: #aeb4c6;
  font-size: 14px;
  font-weight: 700;
}
.soft-m-blog-img-text:hover {
  box-shadow: 0px 16px 32px 0px rgba(94, 94, 94, 0.06);
}
.soft-m-blog-img-text:hover .soft-m-blog-text {
  border: 2px solid #fff;
}
.soft-m-blog-img-text:hover .soft-m-blog-date {
  color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(25, 112, 204, 0.16);
  background-color: #0257c8;
}
.soft-m-blog-img-text:hover .soft-m-blog-date a {
  color: #fff;
}

/* Header */

.sidenav {
height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sm-side_inner_content {
    padding: 0 30px;
}
.soft-m-sidebar-gallary ul {
    margin: 0;
    padding: 0;
}
.sm-side_inner_content .side_contact .soft-m-sidebar-gallary li {
    float: left;
    margin: 5px 3px;
    width: 31%;
}
.soft-m-sidebar-gallary li a {
    padding: 0;
}
.soft-m-sidebar-gallary li a img{
   width:100%;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.sm-side_inner_content p {
  text-align: left;
}
.sm-side_inner_content .side_inner_logo {
  margin: 30px 0px;
}
.sm-side_inner_content .side_contact {
  margin-bottom: 30px;
}
.sm-side_inner_content .side_contact .social_widget {
  margin-bottom: 40px;
}
.sm-side_inner_content .side_contact .social_widget h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}
.sm-side_inner_content .side_contact .social_widget li {
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 0px 3px;
    line-height: 30px;
    text-align: center;
    padding:2px 0 0;
    border-radius: 4px;
    background-color: #d82c22;
}

li.footer-list-item {
    display: flex;
}

i.fa.fa-envelope:before {
    font-size: 14px;
    left: -3px;
    position: relative;
}
span.list-item-icon{margin-right:7px;}
span.contact-info__icon i.fa.fa-envelope:before {
    left: 0px;
}
.sm-side_inner_content .side_contact .social_widget li i {
  font-size: 14px;
}
.sm-side_inner_content .side_contact .soft-m-sidebar-gallary {
  margin-bottom: 25px;
}
.sm-side_inner_content .side_contact .soft-m-sidebar-gallary h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}
.sm-side_inner_content .side_contact .soft-m-sidebar-gallary li {
     float: left;
    margin: 0;
    padding: 5px 7px;
    width: 33.33%;
}
.sm-side_inner_content .side_copywright {
  font-size: 14px;
}
.sm-side_inner_content .close_btn {
  top: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: #f5f5f5;
  transition: 0.3s all ease-in-out;
}
.sm-side_inner_content .close_btn i {
  font-size: 14px;
}
.sm-side_inner_content .close_btn:hover {
  background-color: #0257c8;
}
.sm-side_inner_content .close_btn:hover i {
  color: #fff;
}

.soft-m-sidebar-inner.wide_side_on .sm-side_inner_content {
  right: -15px;
  z-index: 99;
  transition: all 0.7s;
}

.soft-m-sidebar-inner {
  display: inline-block;
}
.soft-m-sidebar-inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.body_overlay_on {
  overflow: hidden;
}

.soft-m-sidebar-inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible;
}

.soft-m-language {
  float: left;
  position: relative;
}
.soft-m-language:after {
  top: 9px;
  right: 15px;
  color: #fff;
  font-size: 12px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.soft-m-language select {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 28px 7px 20px;
  border-radius: 30px;
  border: 1px solid #33a5e4;
  background-color: transparent;
  -webkit-appearance: none;
}
.soft-m-language option {
  background-color: #102465;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/


.saas_two_service_section .service_content {
  padding-top: 30px;
}

.saas_two_service_section .service_content_box {
border-radius: 10px;
    margin-bottom: 30px;
    padding: 25px 30px 30px 35px;
    z-index: 1;
    background-color: #fff;
    transition: 0.5s all ease-in-out;
    box-shadow: 1px 1px 7px 0px #ccc;
    min-height: 303px;
}

.upper_icon i {
    font-size: 44px;
    color: #d82c22;
}
.pd_widget{padding-left:40px;}
.saas_two_service_section .service_content_box:before {
      content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -3;
    border-radius: 10px;
    position: absolute;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(
45deg
, #d82c228c 32%, #d82c22 100%);
}

.saas_two_service_section .service_content_box:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 10px;
  background-color: #fff;
}

.saas_two_service_section .service_content_box:hover {
  transform: translate(-7px, -7px);
  box-shadow: 0px 20px 81px 0px rgba(8, 0, 20, 0.3);
}

.saas_two_service_section .service_content_box:hover:before {
  transform: translate(7px, 7px);
}

.saas_two_service_section .service_content_box .service_icon_box {
  width: 60px;
  margin-bottom: 18px;
}

.saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
  height: 48px;
  width: 48px;
  fill:#d82c22;
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon {
  position: absolute;
  top: 10px;
  z-index: -1;
  right: 0;
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon svg {
  width: 45px;
  height: 45px;
  fill: #c4a2fc;
}

.saas_two_service_section .service_content_box .service_text_box h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 28px;
	    min-height: 70px;
}

.saas_two_service_section .service_content_box .service_text_box p {
  line-height: 1.5;
  color: #666666;
}

.saas_two_section_title.saas2-headline h2 span {
    font-weight: normal;
}

.title_tag {
      color: #d82c22;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 8px;
    display: inline-block;
    background-color: #ff54274f;
    margin-bottom: 14px;

}

h3.title_tag {
    padding: 6px 30px;
    margin-bottom: 24px;
    text-align: center;
}


/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

/* new css */

.nav_box li{float:left;  position:relative; padding:0 25px; }
	.nav_box {
    float: none;
    width: 100%;
    padding: 0;
}

.nav_box li a:hover {
    color: #b4903a;
}
.nav_box li a{color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;}

.nav_box{padding-top:30px;}


.nav>li>a:focus, .nav>li>a:hover{background:#ff5427;}

.nav_box ul.sub_menu li a {
    color: #fff;
    font-size: 13px;
    padding: 5px 13px;
    display: block;
}
.nav_box .sub_menu {
    background: #333333;
    position: absolute;
    top: 37px;
	opacity:0;
    left: 28px;
    width: 175px;
    transition: 0.3s;
	z-index:999;
	visibility:hidden;
}

.nav_box ul.sub_menu.sub_menu_top{min-width:328px;}
.nav_box .sub_menu li{ padding:0; width:100%;}
.nav_box .sub_menu li a:hover{background:#ff5427;}
.nav_box li:hover .sub_menu{visibility:visible;  opacity:1; }



.home_banner .carousel-inner>.item{background:#000;}
.home.home_banner .carousel .item img{opacity:0.5;
    width:100%;
    height:100vh;
	object-fit:cover;
}

.home .carousel .item img {
    height: auto;
    object-fit: inherit;
}



.submenu_active{background:#ff5427;}



.active a {
    border-bottom: 2px solid #0d4ca0;
}


.left_img_box img{    height: 515px;
    object-fit: cover;}


a.quote_btn:hover{background:#ff5427; color:#fff;}
.read_btn {
    background: #333333;
    color: #fff;
	font-size:17px;
    padding:10px 25px;
}
span.fa {
    font-size: 76px;
}

.carousel-control {
    width: 72px;
    height: 78px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    top: 50%;
    background: none;
    opacity: 1;
}


.carousel-caption-inner h1 {
     font-size: 31px;
    color: #fff;
    text-align: center;
	text-transform:uppercase;
  
}

.carousel-caption-inner {
     position: relative;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ff5427;
}
.nav-pills>li>a {
border-radius: inherit;
    background: #333333;
    color: #fff;
    margin-right: 18px;
    min-width: 315px;
    box-shadow: -1px 10px 12px -8px #000;
	}

.nav>li>a:focus, .nav>li>a:hover{background:#ff5427;}

.nav_box ul.sub_menu li a {
    color: #fff;
    font-size: 13px;
    padding: 5px 13px;
    display: block;
}
.nav_box .sub_menu {
    background: #333333;
    position: absolute;
    top: 37px;
	opacity:0;
    left: 28px;
    width: 175px;
    transition: 0.3s;
	z-index:999;
	visibility:hidden;
}

.nav_box ul.sub_menu.sub_menu_top{min-width:328px;}
.nav_box .sub_menu li{ padding:0; width:100%;}
.nav_box .sub_menu li a:hover{background:#ff5427;}
.nav_box li:hover .sub_menu{visibility:visible;  opacity:1; }



.key_features{list-style:none; padding:20px 0 0 0; margin:0; 
    float: left;
    width: 50%;
}
.who_align_inner h4 {
  font-size: 17px;
    color: #fff;
    padding: 23px 0 4px;
    margin: 0;
}

ul.key_features.keyfeatures2 li{    padding: 0 13px 14px 22px;
    min-height: 83px;}
	
	
ul.key_features li i {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}

.key_features li {position:relative;
    color: #fff;
    font-size: 15px;
	padding:0px 13px 8px 22px;
	margin-right:10px;
}




.request_quote_btn{-webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    font-family: Montserrat,sans-serif;
    background-color: #ff5427;
    color: #fff;
    display: table;
    font-size: 22px;
    text-transform: none;
    margin: 0 auto;
    padding: 17px 34px;
}

.request_quote_btn:hover{color:#fff;}




.who_align_inner p {
    text-align: left;

	}
.read_btn {    text-transform: uppercase;
    background: #333333;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    display: inline-block;
}
.carousel-control span.fa {
    font-size: 76px;
}

.carousel-control {
    width: 72px;
    height: 78px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    top: 50%;
    background: none;
    opacity: 1;
}




a.quote_btn:hover{background:#ff5427; color:#fff;}
.read_btn:hover{color:#fff;}

.read_btn:focus{color:#fff;}

.whychoose_box ul li i {
    margin-right: 5px;
    color: #ff5427;
}
.whychoose_box ul{padding:0; margin:0; list-style:none;}

.whychoose_box h2 {
    font-size: 28px;
    text-transform: capitalize;
}

ul.point_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.point_list li{float:none; display:inline-block;}



li.first_hover:hover h2 br {
    display: none;
}


li.second_hover:hover h2 br {
    display: none;
}




li.third_hover:hover h2 br {
    display: none;
}
li.first_hover:hover .image_accordian h2{padding:0;}

li.second_hover:hover .image_accordian h2{padding:0;}

li.third_hover:hover .image_accordian h2{padding:0;}


.whychoose_box p {
    font-size: 15px;
    line-height: 27px;
	margin-bottom:30px;
}

section.whychoose_section {
    padding: 50px 0;
}
.whychoose_box {
    padding-top: 8px;
}

.whychoose_box ul li {
    font-size: 12px;
    padding-left: 2px;
    padding-bottom: 8px;
}
.request_quote_btn{-webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    font-family: Montserrat,sans-serif;
    background-color: #ff5427;
    color: #fff;
    display: table;
    font-size: 22px;
    text-transform: none;
    margin: 0 auto;
    padding: 17px 34px;
}

.request_quote_btn:hover{color:#fff;}


.practice_video_box iframe {
    height: 240px;
    border:5px solid #e5e5e5 ;
}

section#home_crowsel {
    padding-top: 90px;
}
.quote_box h2 {
      display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 36px;
}

.quote_box p{color:#fff;}

section.quote_section{background-attachment: fixed!important;
    text-align: center;
    padding: 92px 0;
    height: 323px;
    background-size: cover!important;
    background: url(../images/joinus.jpg);
    position: relative;
	}
section.quote_section:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0,0,0,0.6);
}


	.getintouch_box p {
  font-size: 41px;
    color: #fff;
    line-height: 57px;
    font-weight: 600;
    letter-spacing: -1px;
}
	
	
	
.quote_box img {
    width: 54px;
	margin-right:15px;
}
.quote_box p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
	}

.ourservices_row .left_img_box {
    width: 50%;
}

.ourservices_row .who_align_inner {
    right: auto;
    position: relative;
    width: 50%;
    top: auto;
    transform: inherit;
    -webkit-transform: inherit;
    float: right;
}
.ourservices_row .bg_inner{    height: 515px;
    padding:35px 25px;}

 i.fa.fa-check {
        background: #fff;
    color: #333333;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
.ourservices_row .effect_inner{height:515px;}
.ourservices_row .slider_box{margin-bottom:0; height:515px;}
.ourservices_row{padding:40px 0 50px;}
.ourservices_row .dine_img_effect img{height:515px;}
.ourservices_row .nav.nav-pills {
    text-align: center;margin-bottom:44px;
}
.ourservices_row .nav-pills>li {
    float: none;
    display: inline-block;
}

.advantages-list {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

#about .advantages-list li {
    background-position: 50% 100%;
}
#about .advantages-list>li {
    padding: 70px 15px;
    height: auto;
}
.advantages-list li {
    list-style: none;
    padding: 0 74px;
    height: 600px;
    position: relative;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

/*Preloader css*/
#loading{
    background-color: #003164;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/




span.fa.fa-envelope {
    position: relative;
    top: -2px;
}
/* Top Nav */
.top_nav {
    background:#003164;
    overflow: hidden;
    padding: 10px 0;
}
.list-inline.info {
    float: right;
    margin: 0;
}
.list-inline.info > li {
    padding: 0 20px 0 0;
}
.list-inline.info a,.list-inline.social_icon a {
  color: #fff;
    text-transform: lowercase;
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #b4903a;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 15px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    float: right;
    margin: 0;
}
/* Main Nav */
nav.navbar.bootsnav {
background: none;
    border: 0 none;
    padding: 6px 0 12px;
    position: absolute;
    width: 100%;
    z-index: 99;
    border-radius: 0;
    margin: 0;
    box-shadow: inherit;
    top: 0;
    left: 0;

}

.nav_box {
    padding-top: 20px;
}

.topic-area .single-topic:hover::before {
    opacity: 1;
    visibility: visible;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #000;
	font-size:16px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #003164;
}


#navbar-menu {padding: 0;
    margin: 6px 0;
}
.nav.navbar-nav.menu {
    float: right;
}
.attr-nav {
    margin: 5px -10px 0 0;
}
.attr-nav > ul > li > a {
    color: #ffcb0f;
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #d7a300;
}
/* Carousel */
.home .carousel {    width: 100%;
    position: relative;
  
    display: inline-block;
}

/*.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    height: 700px;
}*/


header{opacity:1; visibility:visible;}
.fixed_header_hide nav.navbar.bootsnav{opacity:0; visibility:hidden;}

section.accordian_slider_section{padding-bottom:30px;}
.fixed_header nav.navbar.bootsnav{ box-shadow:8px -1px 7px 0px #000;  position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
	border-radius:0;
	visibility:visible;
	opacity:1;
	transition:0.3s;}

.accordion {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 50px;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  /*ul*/
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 33.33%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 700ms ease;
}


.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li .image_accordian {
  display: block;
  height:400px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.accordion ul li:before{position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.7); content:"";}
.accordion ul li .image_accordian {
  opacity: 1;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  overflow: hidden;

  transition: all 400ms ease;
}


.accordion ul:hover li {
  width: 10%;
}
.accordion ul:hover li:hover {
  width: 80%;
}
.accordion ul:hover li:hover .image_accordian {
  background: rgba(0, 0, 0, 0.2);
}
.accordion ul:hover li:hover .image_accordian{
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hover_text .image_accordian{opacity:0!important;}


.image_accordian{text-align:center;}
.image_inner{position:relative; top:50%; transform:translate(0,-50%); -webkit-transform:translate(0,-50%);}
.image_accordian h2 {
    font-size: 20px;
	line-height:36px;
	padding-left:0;
    color: #fff;
text-transform: uppercase;}
.image_accordian p{     font-size: 14px;
    margin: 3px auto 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    line-height: 30px;
    width: 400px;
}

.accordion ul:hover li:hover .image_accordian p{width:650px; margin:3px auto 20px;}


.nav_cntr .fa-bars {
    font-size: 36px;
    color: #003164;
    font-weight: lighter;
    float: right;
}
.img_box {width: 50%; float: left;}
.img_box img {width:100%; height: 100vh; object-fit: cover;}

.menu_effect{visibility: visible;animation-duration:2s;animation-delay:1.8s;}

.nav_box ul{list-style:none; padding:21px 0 0;}
.sidenav a {
    padding:0;
    text-decoration: none;
    font-size: 16px;
    color: #fff!important;
	text-transform:uppercase;
    display: block;
    transition:1s;
	font-weight: lighter;
}

.sidenav a:hover {
    color: #fda40b;
}

.sidenav .closebtn {
   position: absolute;
    top: 31px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #000!important;
}











.carousel .overlay {
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-caption {
     left: 7%;
    right: 7%;
    top:50%;
    padding: 0;
    transform: translate(0,-50%);
    background: rgba(255,84,39,0.8);
    width: 44%;
    padding:27px 27px;
    height: 212px;
	text-align:left;
}
.carousel-caption h1 {
   color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 44px;
    text-align: left;
    font-weight: bold;
	text-transform: capitalize;
}


section.consultant_section {
    background: #003164;
	overflow:hidden;
    padding:50px 0;
}
.consultant_box{text-align: center;}
.consultant_box h3 {
    
   color: #fff;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: normal;
    font-family: 'futura_ltbook', sans-serif;
}

a.quote_btn {
    background: #ff5427;
    padding:10px 20px; 
    display: inline-block;
    color: #fff;
    font-size: 15px;
  text-transform:uppercase;
    margin-top: 20px;
	    cursor: pointer;
}

.carousel-caption h1.second_heading {
    color:#ffcb0f;
    margin-bottom:35px;
}
.carousel-caption > h3 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: inherit;
}
.carousel-caption > p {
    font-size: 23px;
    line-height: 28px;
}
.btn.know_btn {
    background:#ff5427;
    border-radius: 0;
    color: #fff;
    font-family: 'futura_ltbook', sans-serif;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
	margin-left:0;
}

.footer_item_second .list-unstyled{    float: left; padding-left: 22px;
    width: 50%;}
.service_item p {
    min-height: 130px;
}

.carousel-caption .btn.know_btn {
    margin-top: 64px;
}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}
/* .btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#003164;
    border:1px solid #003164;
}
 */




/* About */
.about_content {
    margin-right: 25px;
}
.about_content > h2 {
    font-size: 40px;
    margin: 0 0 15px;
    color:#000;
}
.about_content > h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
}
.about_bg {
    background: url(../images/about_bg.png)no-repeat right;
}

/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}

/* Why us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa{-webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
    border-radius: 100%;
    box-shadow:0 0 0 10px #fda40b, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 38px;
    font-size:45px;
}


@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}


.accordian_slider_section .image_accordian h2 {
    margin: 10px 0!important;
}

.top_space{padding-top:50px;}
.why_us_item > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}

/* Services */
#services h2 {
    margin:30px 0;
    text-align:center;
}
.service_item > h3 {    font-size: 16px;
    margin: 25px 0 15px;
}
.service_item .btn.know_btn {
    margin: 20px 0 100px;
}

a.moveUp.in-view {
    display: block;
    box-shadow: 3px 8px 11px 1px #ccc;
    margin-bottom: 40px;
}

.bt {
    padding: 12px 15px;
    background: #d82c22;
}
.tx1 {
    color: #fff;
}
.tx2 {
    color: #fff;
}

.special_cource_text {
   padding: 20px 12px 6px;
    margin-bottom: 45px;
}
.special_cource_text p {
    font-size: 14px;
    line-height: 20px;
    min-height: 280px;
}
.single_special_cource {
    box-shadow: 2px 2px 8px 2px #ccc;
}

.mg_bottom {
    margin-bottom: 30px;
}

.card.card-background .full-background {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 1rem;
}
i, span, a {
    display: inline-block;
}
.card.card-background {
    align-items: center;
}

.move-on-hover {
    transition: .2s ease-out;
    overflow: hidden;
    transform-origin: 50% 0;
    transform: perspective(999px) rotateX( 
0deg
 ) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,box-shadow;
}
.card {
    border: none;
    margin-bottom: 1.875rem;
    box-shadow: 30px 30px 60px rgb(0 0 0 / 10%);
}

.card.card-background .card-body {
    color: #fff;
    position: relative;
    z-index: 2;
}

.pt-12 {
    padding-top: 25rem!important;
}
.card-body {
    padding: 1.5rem;
}

.move-on-hover:hover {
    transform: perspective(999px) rotateX( 
7deg
 ) translate3d(0,-4px,5px);
}

.border-btn.service_quote{padding: 7px 20px;margin: 8px 0 15px;}
.button.button-contactForm.boxed-btn {
    background: #d82c22;
    color: #fff;
    padding: 8px 31px;
    display: inline-block;
    border: none;
    margin: 10px 0 35px;
}
.contact_form textarea {
    resize: none;
}

.form-control{height:38px;}

.media.contact-info {
    display: flex;
}

.media-body h3 {
    margin: 0;
	
}

span.contact-info__icon i {
    margin-right: 9px;
    font-size: 18px;
}

.col-lg-3.offset-lg-1 {
    padding-left: 30px;
}

.media-body h3 {
    font-size: 14px;
	font-weight:600;
}


.media-body p {
    font-size: 13px;
}

.card.card-background:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    content: "";
    background: rgba(0,0,0,.4);
    border-radius: 1rem;
}
.text-white {
    color: #fff!important;
}

.slider_box {
    position: relative;
    height: 473px;
    margin: 0 auto 50px;
}
.left_img_box2 {
    float: none;
}

.left_img_box {
    width: 55%;
    float: left;
    position: relative;
}
.dine_img_effect {
    height: 473px;
}
.effect_inner {
    margin: auto;
    height: 464px;
    transition: all ease-in-out 3s;
    width: 100%;
    overflow: hidden;
    background: #0d4ca0;
}

.dine_img_effect img {
    height: 464px;
    object-fit: cover;
}
.left_img_box img {
    width: 100%;
}

.who_align_inner2 {
    right: 0;
    left: auto;
}
.who_align_inner {

    width: 45%;
   float:left;   
}
.footer_item_second .list-unstyled h4{color:#fff; margin:-1px 0 17px; text-transform:capitalize;}

.who_align_inner h3{ color: #fff;
    line-height: 36px;
    font-size: 22px;
    margin-bottom:0;}
	
.who_align_inner p b{font-style:italic;}
.who_align_inner p{  
    padding: 11px 0 0;
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.first_slider_box .about_detail_bx .bg_inner {
    padding: 30px 25px;
	height: auto;
}


ul.point_list {
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.key_features.key_feature_full {
    width: 100%;
}

.key_features.key_feature_full li {
    padding-bottom: 15px;
}

.point_list li {
    float: none;
    display: inline-block;
    color: #ff5427;
    font-weight: 600;
    font-size: 15px;
    padding:0 3px 10px;
	font-style: italic;
}


.left_img_box.left_img_box2 {
    float: right;
}
section#services {
    overflow: hidden;
}

.bg_inner{     background: #333333;
    padding:35px 20px;
    height: 464px;}
.whoweare_detail_box.whoweare_detail_box2 .who_align_inner{right:auto; left:0;}

.front-text.saas_two_section_title.saas2-headline.mg_bottom.text-center h2 {
    margin-bottom: 30px!important;
}

.special_cource_text h3{font-size:18px;}
/* accordian css start here */

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #fff;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* accordian css end here  */

.privacey_box h2 {
    font-size: 24px;
}
.privacey_box p {
    line-height: 26px;
}
.privacy_content_section div#accordion {
    padding-top: 25px;
}
.privacy_content_section .panel-group .panel+.panel {
    margin-top: 0;
}

.privacy_content_section .panel-body {
    padding: 15px 20px;
}

.disclaimer_text {
    padding-top: 20px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #333333;
    border-color: #fff;
}






















section.contact_section {
    padding: 20px 0 40px;
}
section.contact_section .list-inline.info a {
    color: #484848;
    font-size: 16px;
    font-weight: 500;
}
.contact_section .list-inline.info {
    display: flex;
    justify-content:space-between;
    float: none;
    align-items: center;
	padding-bottom:25px;
}
.contact_box.border_row {
    display: flex;
    justify-content: left;
    align-items: center;
    border-top: 2px solid #003164;
    padding-top: 15px;
	 color: #484848;
    font-size: 16px;
    font-weight: 500;
}
.contact_box.border_row p{margin:0;}
.contact_box .fa-map-marker{font-size:20px;}
.contact_section .list-inline.info span {
    margin: 1px 9px 0 0;
}
.contact_box  span{  margin:0px 9px 0 0;
    background: #0d4ca0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #fff;
	font-size:18px;}
.contact_section .list-inline.info span {
    margin:-7px 9px 0 0;
    background: #0d4ca0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #fff;
	font-size:18px;
}
form.contact_form_box {
    padding: 55px 0 0;
}

.contact_form_box .form-group {
    position: relative;
}
.contact_form_box .form-control {
    border: 1px solid #e6e6e6;
    height: 55px;
    border-radius: 25px;
    padding: 0 20px;
	    margin-bottom: 30px
}
.contact_form_box textarea.form-control {
    height: 226px;
    resize: none;
    padding: 15px 20px;
}
.form-control:hover, .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e1dddd;
}

.contact_form_box button.btn.btn-primary {
    background:#003164;
    border: none;
    padding:12px 49px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;


}

	
.services_section {
    height:500px;
	margin-bottom:40px;
    background-size: cover!important;
    background-attachment: fixed!important;
}


.services_section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    content: "";
}

.wedding_box p {
    color: #fff;
    font-size: 15px;
	margin-bottom:30px;
	line-height:26px;
}
.have-eff-01 {
    position: relative;
}	
	
.wedding_box {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.wedding_box h2 {
    font-size: 35px;
    color: #fff;
    line-height: 50px;

}	
	
/* Testimonial */
#testimonial {
   
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 0 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
	min-height:140px;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: "GillSansMT-UltraBold";
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background:#0d4ca0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item > img {     margin: 0 auto;
    border-radius: 100%;
    height: 108px;
    width: 108px!important;
    border: 3px solid #0d4ca0;
}

.client_section .owl-carousel .owl-item img{width:auto; margin:0 auto;  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}
  
 .client_section .owl-carousel .owl-item img:hover{ -webkit-filter:inherit; /* Safari 6.0 - 9.0 */
  filter: inherit;}

section.client_section {
    padding: 0 0 65px;
}

.owl-nav i.fa {
    font-size: 60px;
    color: #0d4ca0;
    font-weight: bold;
}

.owl-prev {
    left:-35px;
    top: 33%;
	
    position: absolute;
}

.owl-next {
    right:-35px;
     top: 33%;
    position: absolute;
}

.client_crowsel  .owl-prev{top:25%;}
.client_crowsel  .owl-next{top:25%;}

.client_section h2 {
    margin-bottom: 35px;    margin-top:10px!important;
}
.worker_name {
    margin: 10px 0 45px;
    text-transform: capitalize;
    color: #000;
}

/* Contact form */
#contact_form {
    background: #fedb5d none repeat scroll 0 0;
    padding:27px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#73757e;
}
#contact_form .second_heading {
    font-size: 40px;
    font-family: "futura_ltbook",sans-serif;
    margin:8px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #ffcb0f;
    box-shadow: 0px 0px 5px 1px #ffcb0f;
}
#contact_form .btn.submit_btn {
    background: #73757e none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    margin: 6px 8px 6px 0;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    background: #333333;
    background-size:cover;
    position:relative;
  
}

.footer_top,.footer_bottom{ position:relative; z-index:1; color:#fff;}
.footer_item {
    margin-top: 50px;
}
.footer_item > h4 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 18px;
    margin-bottom:22px;
    text-transform: inherit;
}
.footer_item .list-unstyled > li a{
    color: #fff;
}
/* Footer About */
.footer_item .logo {
    margin-bottom: 15px;
    width: 200px;
}
.list-inline.footer_social_icon {
    margin: 32px 0 0;
}
.footer_social_icon .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
background: #ff5427 none repeat scroll 0 0;
    color: #fff;
}
/* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
}
/* Footer Post */

/* about us page css start here */
section.about_section {padding-top: 31px;}
.modal-title {
    line-height: normal;
    margin: 20px 0;
}
.modal-header{padding:0 15px;}
.modal-header .close {
    margin-top: 20px;
    opacity: 1;
}
/* about us page css end here */










.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: 22px;
}
.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 12px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #ff5427;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post > li,.list-unstyled.footer_contact > li {
    padding:4px 0;
    overflow:hidden;
}
/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow: hidden;margin: 0;
}
.footer_bottom {
    background:#484747;
    padding: 20px 0 10px;
    margin-top:55px;
}
.footer_bottom a {
    color: #ffcb0f;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #d7a300;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}

/* Responsive Styles for various devices */
@media (min-width: 1600px) {
    .container{ width: 1250px;}
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 740px;
    }
    .carousel-caption {
        left: 18%;
        right: 18%;
        
    }
    .about_content {
        margin-right: 50px;
    }


}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 550px;
    }
    .carousel-caption {
        left: 3%;
        right: 3%;
        top:40px;
    }

    .about_banner > img {
        width: 334px;
        display:block;
        margin:0 auto;
    }
    .grid-item {
        height: 220px !important;
    }
    .grid-item--height2 { height: 440px !important;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
    }
    #contact_form .second_heading {
        font-size: 30px;
    }
    #contact_form .form-inline .form-control {
        width: 202px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }
    #contact_form .btn.submit_btn {
        width: 95px;
    }


}

@media (max-width: 991px) {
    .list-inline.info > li {
        padding: 0 12px 0 0;
    }
    .list-inline.social_icon > li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 32px;
    }
    .attr-nav {
        right: 25px;
        top: 15px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 12px 0;
    }
    .container.about_bg {
        background-position: bottom 100px center;
    }
    .grid-item {
        height: 255px !important;
        width:50%;
    }
    .grid-item--height2 { height: 500px !important; width:100%;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }
    #contact_form {
        text-align: center;
    }
    #contact_form form.form-inline {
        margin: 0 -8px;
        padding-right: 15px;
    }
    #contact_form .form-inline .form-control {
        width: 349px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }
    #contact_form .btn.submit_btn {
        width: 168px;
    }


}
@media (max-width: 767px) {
.side_menu {
    right: 0;
}
.nav_box.side_menu {
    right: 0;
}
img.logo {
    width: 80px;
    margin: 0;
}
.email_box {
    display: none;
}
.navbar .open_nav {
    display: block;
}
nav.navbar.bootsnav{position:relative; padding:2px 0 5px;}
.slide:nth-child(2) .slide__bg{background-position: -37px!important;}
.slide__text{background:none!important;}
span.open_nav {
    display: none;
}
.modal-dialog {
    width: 91%;
    margin: 75px auto;
}
.portfolio_sec .service_content_box{padding: 0!important;}
a.example-image-link{padding:15px;}
.modal-title{font-size:16px;}
.nav_box {
    float: none;
    width: 100%;
    padding: 40px 50px;
    position: fixed;
    top: 0;
    right: -280px;
    transition: .5s;
    -webkit-transition: .5s;
    padding: 15px 0;
    width: 280px;
    background: #fff;
    height: 100%;
    z-index: 999;
}
.nav_box li {
    float: none;
    position: relative;
    padding: 0 25px 16px;
}
.nav_box.side_menu ul.pull-right {
    float: none!important;
	    padding-top: 40px;
}
.navbar-brand {
    height: auto;
    padding:0;
	float: left;
}
span.open_nav.property_menu_bar {
    top: 20px;
    right: 20px;
}
.nav_box li {
    float: none;
    position: relative;
    padding: 0 25px 16px;
}
.nav_box li a {
    color: #000!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.nav_box.side_menu ul.pull-right {
    float: none!important;
    padding-top: 40px;
}
.slider{height:210px!important;}
.slide.active .slide__overlay, .slide.active .slide__text{background:none!important;}
.slider-container .slider-pagi{left:48%; bottom:0;}
.slide__text-heading {
    line-height: 27px!important;
    font-size: 20px!important;
}
.topic-area.section-padding40 .row.wow.fadeInUp {
    margin: 0;
}
.topic-area.section-padding40 .col-lg-3.col-md-4.col-sm-6 {
    padding: 0;
}
.topic-area .single-topic .topic-img img{height:auto;}
section.saas_two_service_section {
    padding-top: 20px;
}
.saas_two_service_section .saas_two_section_title.saas2-headline h2 {
    margin: 10px 0px;
}
.saas_two_service_section .service_content_box .service_text_box h3{min-height:auto;}
.saas_two_service_section .service_content_box{min-height:auto; padding: 25px 20px 30px 20px; height:auto;}
.saas_two_section_title.saas2-headline h2 {
    margin-bottom: 30px;
}
.topic-area.section-padding40 {
    padding: 5px 0;
}
a.border-btn{margin: 8px 0 30px;}
.slider_box {
    position: relative;
    height: auto;
    margin: 0 auto 15px;
}
.slide__content{background: rgba(0,0,0,0.3);}
.slider-container{height:auto!important;}
.close_btn {
font-size: 36px;
    color: #000;
    padding: 0 0 16px;
    display: inline-block;
    line-height: 28px;
    display: block!important;
    text-align: center;
    margin-left: 0;
    border-radius: 50%;
    position: relative;
    top: 10px;
    position: absolute;
    right: 15px;
    font-family: 'Roboto', sans-serif;
}
span.property_menu_bar {
    display: block;
}
.getintouch_box p{font-size: 18px;line-height: 34px;}
section.quote_section{padding: 56px 0;
    height: 250px;}	
.footer-social {
    padding: 0 0 8px;
}


.pd_widget {
    padding-left: 0;
}
.widget-footer h6{margin-top: 28px;
    margin-bottom: 12px;}
section.about_container img {
    height: 146px;
    object-fit: cover;
}
.left_img_box {
    width: 100%;
    float: none;
	}
.dine_img_effect img {
    height: auto;
}
.effect_inner{height:auto;}
.who_align_inner {
    width: 100%;
    float: none;
}
.bg_inner{    padding: 25px 15px;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 25px;
}
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 60%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }
    .carousel-caption {
        top: 20px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 450px;
    }
    .carousel-caption > h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 35px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
    }
    .about_content > h2 {
        font-size: 26px;
        margin-top: 70px;
    }
    .about_content > h3 {
        font-size: 26px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
    }
    #contact_form h2 {
        margin-top: 10px;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }
	.owl-prev {
    left: 7px;
    top: 13%;

	}
	
	
	.owl-next {
    right: 7px;
    top: 13%;
	}
	.owl-nav i.fa {
    font-size: 47px;
	}
}
@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
          padding: 0 8px;
    display: inherit;
    text-align: left;
    margin-bottom: 20px;
    }
	
	.contact_section .list-inline.info{display: inherit;}
	.contact_box .fa-map-marker{width: 50px;
    height: 35px;}
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 420px;
    }
    .carousel-caption {
        top: 5px;
    }
    .carousel-caption h1.second_heading {
        margin-bottom: 10px;
    }
    .carousel-caption > h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 16px;
        line-height: 20px;
    }
    .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 10px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 10px;
    }
    .about_content > h3 {
        font-size: 24px;
    }
    .about_banner > img {
        width: 100%;
    }
    #filters > button {
        font-size: 14px;
    }
    .grid-item {
        width:100%;
    }
    .grid-item--height2 { height: 255px !important;}
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .list-inline.footer_social_icon > li {
        padding: 8px 3px;
    }


}




/* Footer */
.site-footer {
 
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #0d4ca0e3;
    color: #fff;

}
.widget-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-footer a {
    color: #fff;
}
.widget-footer li {
    padding-bottom: 14px;
}
.widget-footer li:last-child {
    padding-bottom: 0;
}
.widget-footer .footer-social li {
    padding-bottom: 0;
}
.widget-footer a:hover {
    color: #fff;
}
.footer-logo {
    max-width: 155px;
    padding-bottom: 32px;
}
.footer-social {
    padding-top: 9px;
    padding-bottom: 2px;
}
.footer-social ul, .list-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social li, .list-social li {
    display: inline-block;
}
.footer-social a, .list-social a {
   font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    text-align: center;
    margin-right: 11px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.job_box {
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #ccc;
    margin-bottom: 30px;
    padding: 30px 28px 15px;

}

.career_section {
    padding: 0 0 40px;
}

.button-details {
    padding-top: 10px;
}

.button-details a.border-btn.service_quote {
    padding: 5px 20px;
}

.footer-social a:hover, .list-social a:hover {
    background-color: #444;
}
.footer-social a i, .list-social a i {
    width: 14px;
    height: 14px;
}
.footer-list {
    margin: 0;
    padding-top: 5px;
    padding-left: 0;
    list-style: none;
}
.widget-footer h6 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 1;
}
.footer-list-item i:before {
    font-size: 18px;
}
span.list-item-text {
    line-height: 22px;
}
.footer-list-item {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 14px
}
.footer-list-item:first-child {
    padding-top: 0;
}
.footer-list-item:last-child {
    padding-bottom: 0;
}
.footer-widget-subcribe h6{
    margin-bottom: 28px;
}
.footer-widget-subcribe form {
    margin-bottom: 18px;
}
.footer-widget-subcribe p {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-bottom {
    padding: 13px 0;
    background-color: #0d4ca0;
}
.footer-bottom p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.footer-bottom ul {float:right;
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.saas_two_section_title.saas2-headline h2 {
    margin-bottom: 50px;
}

.footer-bottom ul li span{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #7B7B7B;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-bottom ul li:first-child span {
    padding-left: 0;
}
.footer-bottom ul li:last-child span {
    padding-right: 0;
    border-right: none;
}
.footer-bottom li a {
    color: #7B7B7B;
    font-family: "Raleway",Sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.footer-bottom li a:hover {
    color: #fff;
}
