@charset "utf-8";

/* CSS Document */
*,
*:before,
*:after {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Open Sans', sans-serif;
   color: #434c5d;
   font-weight: 700;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
   word-wrap: break-word;
}

p {
   margin-bottom: 24px;
}

h1 {
   font-size: 36px;
   margin: 0;
   margin-bottom: 30px;
}

h2 {
   font-size: 32px;
   margin: 0;
   margin-bottom: 30px;
}

h3 {
   font-size: 28px;
   margin: 0;
   margin-bottom: 30px;
}

h4 {
   font-size: 24px;
   margin: 0;
   margin-bottom: 20px;
}

h5 {
   font-size: 18px;
   margin: 0;
   margin-bottom: 15px;
}

h6 {
   font-size: 16px;
   margin: 0;
   margin-bottom: 10px;
}

p,
ul,
ol,
li,
address {
   font-size: 15px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   color: #6D6E70;
   line-height: 26px;
}

img {
   -webkit-user-select: none;
   -moz-user-select: none;
   -o-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

html,
body {
   min-height: 100vh;
}

body {
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   font-size: 15px;
   line-height: 26px;
   overflow-x: hidden;
}

/**************************************************/
/*               General Styles                  */
/**************************************************/
body {
   background-color: #ffffff;
   min-height: 100%;
   position: relative;
}

body * a {
   text-decoration: none !important;
   color: #ff73b2;
}

body * a:hover {
   color: #ff73b2;
}

body * a:focus {
   outline: none;
   color: #ff73b2;
}

body * ul {
   list-style: none;
   padding-left: 0;
}

body * img {
   max-width: 100%;
   height: auto;
}

body * iframe {
   width: 100%;
}

::-webkit-input-placeholder {
   /* WebKit browsers */
   color: #9aa091;
   font-size: 14px;
   font-weight: 400;
   font-family: 'Open Sans', sans-serif;

}

:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #9aa091;
   opacity: 1;
   font-size: 14px;
   font-weight: 400;
   font-family: 'Open Sans', sans-serif;

}

::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #9aa091;
   opacity: 1;
   font-size: 14px;
   font-weight: 400;
   font-family: 'Open Sans', sans-serif;

}

:-ms-input-placeholder {
   /* Internet Explorer 10+ */
   color: #9aa091;
   font-size: 14px;
   font-weight: 400;
   font-family: 'Open Sans', sans-serif;
}

/**************************************************/
/*              Common Classes                    */
/**************************************************/
h2.title_sec {
   font-size: 30px;
   color: #ffffff;
   text-transform: uppercase;
   font-weight: 700;
   text-align: center;
   width: 100%;
   background-color: #33c4b7;
   padding: 30px 0;
   margin: 0;
}

.full-width {
   float: left;
   width: 100%;
}

.act_table {
   display: table;
}

.act_tablecell {
   display: table-cell;
}

.row_flex {
   display: flex;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   width: 100%;
}

.col_flex {
   display: flex;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
}

.ver_align_middle {
   vertical-align: middle;
}

.float_l {
   float: left;
}

.transition-child * {
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
}

.main_button {
   display: inline-block;
   background-color: #ff73b2;
   color: #ffffff;
   padding: 14px 38px;
   font-size: 14px;
   line-height: 14px;
   text-align: center;
   font-weight: 700;
   text-transform: uppercase;
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   border: 2px solid #ff73b2;
   margin-top: 25px;
   border-radius: 25px;
}

.main_button:hover,
.main_button:focus {
   color: #ff73b2;
   background-color: transparent;
}

.padTB_40 {
   padding-top: 40px;
   padding-bottom: 40px;
}

.pad_50 {
   padding: 50px;
}

.padTB_50 {
   padding-top: 50px;
   padding-bottom: 50px;
}

.padT_50 {
   padding-top: 50px;
}

.padB_50 {
   padding-bottom: 50px;
}

.padT_30 {
   padding-top: 30px;
}

.padTB_30 {
   padding-top: 30px;
   padding-bottom: 30px;
}

.padT_60 {
   padding-top: 60px;
}

.padTB_60 {
   padding-top: 60px;
   padding-bottom: 60px;
}

.padTB_70 {
   padding-top: 70px;
   padding-bottom: 70px;
}

.padTB_70_60 {
   padding-top: 70px;
   padding-bottom: 60px;
}

.padTB_70_80 {
   padding-top: 70px;
   padding-bottom: 80px;
}

.padTB_70_100 {
   padding-top: 70px;
   padding-bottom: 100px;
}

.padTB_90 {
   padding-top: 90px;
   padding-bottom: 90px;
}

.padTB_100_90 {
   padding-top: 100px;
   padding-bottom: 90px;
}

.bg_white {
   background-color: #ffffff;
}

.bg_black {
   background-color: #000000;
}

.bg_dimWhite {
   background-color: #f4f5f9;
}

.bg_darkGrey {
   background-color: #2a3740;
}

.bg_darkBlue {
   background-color: #0f204b;
}

.bg_pink {
   background-color: #ff73b2;
}

.white_txtall * {
   color: #ffffff;
}

.clr_black {
   color: #121212;
}

.title_underline {
   background-image: url(../images/title_underline.jpg);
   background-repeat: no-repeat;
   background-position: bottom left;
   padding-bottom: 40px;
   margin-bottom: 40px;
   font-size: 75px;
   font-weight: 800;
   letter-spacing: 5px;
   text-transform: uppercase;
}

/*------ Custom Bootstrap Classes -------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
   position: relative;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
}

.col-xs-5ths {
   width: 20%;
   float: left;
}

.visible-vxs {
   display: none !important;
}

.social_sec {
   margin: 0;
   line-height: 0;
}

.social_sec li {
   margin-right: 7px;
}

.social_sec li:last-child {
   margin-right: 0px;
}

.social_sec li,
.social_sec a {
   display: inline-block;
   vertical-align: middle;
   line-height: 0;
}

.social_sec .fa {
   width: 40px;
   height: 40px;
   background-color: #1d1d27;
   color: #ffffff;
   font-size: 15px;
   text-align: center;
   line-height: 40px;
   border-radius: 50%;
}

.social_sec a:hover .fa,
.social_sec a:focus .fa {
   background-color: #ff73b2;
}

.social_sec a {
   cursor: pointer;
}

.spzy_icons::before,
.spzy_icons::after {
   content: "";
   display: inline-block;
   background-image: url(../images/icon_sprite.png);
   background-repeat: no-repeat;
}

.spzy_icons.spzy-web-dev::before {
   background-position: 0px 0px;
}

.spzy_icons.spzy-mob-dev::before {
   background-position: -72px 0px;
}

.spzy_icons.spzy-ecom-dev::before {
   background-position: -143px 0px;
}

.spzy_icons.spzy-include::before {
   background-position: 0px -90px;
}

.spzy_icons.spzy-who::before {
   background-position: 0px -155px;
}

.spzy_icons.spzy-how-much::before {
   background-position: 0px -222px;
}

/**************************************************/
/*                     Header                     */
/**************************************************/
.header_section {
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 99;
   padding: 20px 0;
}

.header_section .header_bottom {}

.header_section .logo {
   width: 100%;
   max-width: 208px;
   transition: 0.4s ease-in;
}

.header_section .logo img {
   width: 100%;
   height: auto;
}

.header_section .act_table {
   width: 100%;
}

.header_section .act_tablecell {
   vertical-align: middle;
   position: relative;
}

/**************************************************/
/*                     Sticky Header              */
/**************************************************/
.header_section.on_scroll_header {
   background-color: rgba(77, 79, 166, 0.75);
   padding: 12px 0;
}

.header_section.on_scroll_header .logo {
   max-width: 125px;
   transition: 0.4s ease-out;
}

/**************************************************/
/*                     Menu                     */
/**************************************************/
.top-menu .menu_inner .navbar-nav li a {
   color: #ffffff;
   text-transform: uppercase;
   font-size: 15px;
   font-weight: 600;
   line-height: 24px;
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   position: relative;
}

.top-menu .navbar-nav li.active>a,
.top-menu .navbar-nav li a:focus,
.top-menu .navbar-nav li a:hover {
   background-color: transparent;
   color: #ff73b2;
}

.top-menu .navbar-nav li.dropdown ul {}

.top-menu .navbar-nav li.dropdown a:focus,
.top-menu .navbar-nav li.dropdown a:hover {}

.menu_inner .navbar ul li a {
   display: inline-block;
   vertical-align: middle;
}

/*------------------------------ Main ------------------------------*/
/**************************************************/
/*                     Slider                     */
/**************************************************/
.home_slider,
.home_slider .flex-slider {
   position: relative;
}

.home_slider .flex-slider ul.slides>li {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   height: 600px;
   float: left;
   width: 100%;
}

.home_slider .flex-slider ul.slides>li .onslider,
.home_slider .flex-slider ul.slides>li .onslider .container {
   height: 100%;
}

.home_slider .flex-slider ul.slides>li .onslider .content_sec {
   position: relative;
   width: 100%;
   height: 100%;
}

.home_slider .flex-slider ul.slides>li .onslider .text_contain {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%, );
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   width: 50%;
}

.home_slider .flex-slider ul.slides>li .onslider h2 {
   margin: 0;
   text-transform: uppercase;
   font-size: 48px;
   line-height: 60px;
   font-weight: 800;
   color: #ffffff;
   width: 100%;
}

/*.home_slider .flex-slider .flex-control-nav{ bottom: 20px; z-index: 3; }
.home_slider .flex-control-nav li{ margin: 0 3px; }
.home_slider .flex-slider .flex-control-paging li a{ background: rgba(255,255,255,0.5); width: 20px; height: 20px; -webkit-box-shadow: none; box-shadow: none; }
.home_slider .flex-slider .flex-control-paging li a.flex-active{ background: #ffffff; }
/*.flex-direction-nav .flex-prev { left:35px; opacity:1;}
.flex-direction-nav .flex-prev:before { font-family: 'FontAwesome'; content:"\f104"; width:50px; height:50px; background-color:transparent; line-height:47px; text-align:center; font-size:40px; display:inline-block; color:#ffffff;}
.flex-direction-nav .flex-next { right:35px; opacity:1;}
.flex-direction-nav .flex-next:before { font-family: 'FontAwesome'; content:"\f105"; width:50px; height:50px; background-color:transparent; line-height:47px; text-align:center; font-size:40px; display:inline-block; color:#ffffff;}*/

.welcome_section h1 {
   text-transform: uppercase;
   font-size: 48px;
   line-height: 60px;
   letter-spacing: 2px;
   font-weight: 800;
}

.welcome_section h6 {
   display: block;
   font-size: 15px;
   color: #ff73b2;
   text-transform: none;
}

.welcome_section .text_contain p:last-child {
   margin-bottom: 0;
}

/**************************************************/
/*                   What We Section              */
/**************************************************/
.whatWeDo_section .single_service {
   float: left;
   width: 100%;
   padding-bottom: 70px;
}

.whatWeDo_section .single_service h4 {
   font-size: 20px;
   letter-spacing: 3px;
   text-transform: uppercase;
}

.whatWeDo_section .single_service p {
   font-weight: 600;
}

.whatWeDo_section .icon_sec {
   float: left;
   width: 80px;
}

.whatWeDo_section .srv1 .spzy_icons::before {
   width: 70px;
   height: 65px;
}

.whatWeDo_section .srv2 .spzy_icons::before {
   width: 70px;
   height: 62px;
}

.whatWeDo_section .srv3 .spzy_icons::before {
   width: 70px;
   height: 76px;
}

.whatWeDo_section .text_contain {
   float: left;
   width: calc(100% - 80px);
   padding-left: 30px;
}

.counter_section {
   padding: 40px 0;
}

.counter_section * {
   color: #ffffff;
}

.counter_section .counter_sec h4 {
   font-size: 50px;
   margin: 0;
   display: inline-block;
   vertical-align: middle;
}

.counter_section .col-xs-12:nth-child(3) .counter_sec h4::after {
   content: "%";
   display: inline-block;
   font-size: 50px;
   color: #ffffff;
}

.counter_section .counter_sec span {
   display: inline-block;
   vertical-align: middle;
   margin-left: 15px;
   text-transform: uppercase;
   font-size: 14px;
   line-height: 20px;
}

.latestWork_section .img_sec {
   width: 100%;
}

.latestWork_section .img_sec ul {
   margin: 0;
}

.latestWork_section .img_sec li {
   display: inline-block;
   width: 50%;
   padding: 8px;
}

.latestWork_section .img_sec .img-container {
   width: 100%;
   height: 300px;
}

.latestWork_section .img_sec .img-container img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   -o-object-fit: cover;
   -webkit-object-fit: cover;
   -moz-object-fit: cover;
   -ms-object-fit: cover;
   object-position: center center;
   -o-object-position: center center;
   -webkit-object-position: center center;
   -moz-object-position: center center;
   -ms-object-position: center center;
}

.latestWork_section .read_link a {
   text-transform: none;
   font-size: 14px;
   font-size: 15px;
   color: #ff73b2;
   font-weight: 700;
}

.calltoAction_section {
   padding: 20px 0;
}

.calltoAction_section .act_table {
   width: 100%;
}

.calltoAction_section .act_tablecell:first-child {
   width: 70%;
}

.calltoAction_section .act_tablecell:last-child {
   width: 30%;
   text-align: right;
}

.calltoAction_section .act_tablecell {
   vertical-align: middle;
}

.calltoAction_section h3 {
   color: #ffffff;
   font-weight: 800;
   letter-spacing: 3px;
   margin-bottom: 8px;
   text-transform: uppercase;
}

.calltoAction_section p {
   color: #ffffff;
   margin: 0;
}

.calltoAction_section .main_button {
   padding: 6px 38px;
   line-height: 18px;
   margin: 0;
}

.calltoAction_section .main_button small {
   display: block;
   font-weight: 400;
}

/**************************************************/
/*             Get In Touch Section               */
/**************************************************/
.getinTouch_section .act_table {
   width: 100%;
}

.getinTouch_section .act_tablecell {
   width: 50%;
   vertical-align: middle;
}

.getinTouch_section .contactInfo_sec h5 {
   letter-spacing: 4px;
   color: #ff73b2;
   text-transform: uppercase;
   font-size: 14px;
   margin-bottom: 10px;
}

.getinTouch_section .contactInfo_sec h3 {
   font-size: 46px;
   margin-bottom: 20px;
   color: #201e29;
}

.getinTouch_section .contactInfo_sec address * {
   margin: 0;
   color: #201e29;
   line-height: 30px;
}

.getinTouch_section .map_sec img {
   box-shadow: 0px 18px 18px #dddddd;
}

/**************************************************/
/*           Testimonail Section                  */
/**************************************************/
.testimonial_section h3 {
   margin-bottom: 40px;
}

.testimonial_section h3 .fa {
   color: #ff6c4a;
}

.testimonial_section #quote-carousel {
   padding: 0;
   text-align: center;
}

.testimonial_section #quote-carousel .item img {
   border-radius: 50%;
   width: 100px;
   height: 100px;
   margin-bottom: 35px;
}

.testimonial_section #quote-carousel .item h4 {
   color: #ff6c4a;
   font-weight: 700;
   text-transform: none;
   font-size: 16px;
   margin: 35px 0 10px 0;
}

.testimonial_section #quote-carousel .item h4::before,
.testimonial_section #quote-carousel .item h4::after {
   content: "-";
   display: inline-block;
   margin: 0 4px;
}

.testimonial_section #quote-carousel .item h5 {
   font-size: 15px;
   color: #999999;
   font-weight: 300;
   text-transform: none;
}

.testimonial_section #quote-carousel .item p {
   font-size: 15px;
   line-height: 24px;
   font-weight: 400;
}

.testimonial_section .carousel-indicators {
   position: static;
   width: 100%;
   margin: 0;
}

.testimonial_section .carousel-indicators li {
   margin: 0;
   margin-right: 6px;
   border: 0px;
   background-color: #cccccc;
}

.testimonial_section .carousel-indicators li:last-child {
   margin-right: 0;
}

.testimonial_section .carousel-indicators li.active {
   width: 10px;
   height: 10px;
   border-radius: 10px;
   margin-right: 6px;
   background-color: #707070;
}

/**************************************************/
/*                     Footer                     */
/**************************************************/
.footer_section {
   padding-top: 25px;
   padding-bottom: 85px;
}

.footer_section p,
.footer_section ul {
   margin: 0;
}

.footer_section li a:hover,
.footer_section li a:focus {
   color: #ff6c4a;
}

.footer_section .footer_bottom img {
   margin-bottom: 8px;
}

.footer_section .footer_bottom .act_table {
   width: 100%;
}

.footer_section .footer_bottom .act_tablecell {
   vertical-align: bottom;
}

.footer_section .menu_widget ul li {
   display: inline-block;
   vertical-align: middle;
}

.footer_section .menu_widget ul li a {
   color: #1d1d27;
   font-size: 14px;
   text-transform: uppercase;
   padding: 0 9px;
   font-weight: 700;
}

.footer_section .menu_widget ul li a:hover,
.footer_section .menu_widget ul li a:focus {
   color: #ff73b2;
}

.footer_section .footer_bottom p,
.footer_section .footer_bottom a {
   font-size: 13px;
   margin: 0;
}

#scroll_top {
   width: 32px;
   height: 32px;
   color: #ffffff;
   background-color: #0f204b;
   line-height: 32px;
   position: fixed;
   border-radius: 50%;
   bottom: 20px;
   right: 40px;
   text-align: center;
   cursor: pointer;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity .3s 0s, visibility 0s .3s;
   transition: opacity .3s 0s, visibility 0s .3s;
}

#scroll_top .fa {
   font-size: 20px;
   color: #ffffff;
}

#scroll_top.is-visible {
   visibility: visible;
   opacity: 1;
}

#scroll_top.is-visible,
#scroll_top.is-fade-out {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
   transition: opacity .3s 0s, visibility 0s 0s;
}

/**************************************************/
/*                    Inner Pages                 */
/**************************************************/
.innerPage_section {}

.innerPage_section .content_section img {
   margin-bottom: 24px;
}

.innerPage_section .content_section .text_contain :last-child {
   margin-bottom: 0 !important;
}

.innerPage_section .content_section .text_contain ul,
.innerPage_section .content_section .text_contain ol {
   margin-left: 15px;
   margin-bottom: 25px;
   padding: 0;
}

.innerPage_section .content_section .text_contain ol {
   counter-reset: section;
}

.innerPage_section .content_section .text_contain ol li::after {
   counter-increment: section;
   content: counter(section);
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   top: 0;
   left: 0px;
   font-size: 18px;
   font-weight: 700;
   color: #ff73b2;
}

.innerPage_section .content_section .text_contain ul li,
.innerPage_section .content_section .text_contain ol li {
   position: relative;
   padding-left: 40px;
   line-height: 32px;
   list-style-type: none;
}

.innerPage_section .content_section .text_contain ul li::before {
   content: "";
   text-rendering: auto;
   display: inline-block;
   color: #ff73b2;
   position: absolute;
   left: 0;
   top: 6px;
   background-image: url(../images/list_icon.png);
   width: 21px;
   height: 21px;
}

.innerPage_section .content_section .text_contain table {
   margin-top: 25px;
   margin-bottom: 25px;
   width: 100%;
   text-align: center;
}

.innerPage_section .content_section .text_contain table th {
   padding: 15px 10px;
   text-align: center;
   border: 1px solid #cccccc;
}

.innerPage_section .content_section .text_contain table td {
   padding: 10px 7px;
   border: 1px solid #cccccc;
}

.innerPage_section .content_section .main_button {
   margin-top: 20px;
}

.inner_banner {
   height: 250px;
   background-size: cover;
   background-position: center center;
}

.inner_banner.no-title {
   height: 120px;
}

.inner_banner .container {
   position: relative;
   height: 100%;
}

.inner_banner .page_title {
   position: absolute;
   bottom: 50px;
   width: 100%;
   text-align: center;
   margin: 0 !important;
   color: #ffffff;
}

.content_section blockquote {
   display: block;
   background: #fff;
   padding: 15px 20px 15px 45px;
   margin: 40px 0;
   position: relative;
   font-weight: 500;
   font-size: 16px;
   font-style: oblique;
   line-height: 30px;
   color: #222222;
   text-align: center;
   border: 0;
}

.content_section blockquote::before {
   content: "\201C";
   font-family: Georgia, serif;
   font-size: 50px;
   font-weight: bold;
   color: #98d4bf;
   position: absolute;
   left: 10px;
   top: 5px;
}

.content_section blockquote::after {
   content: "";
}

.content_section blockquote a {
   text-decoration: none;
   background: #eeeeee;
   cursor: pointer;
   padding: 0 3px;
   color: #98d4bf;
}

.content_section blockquote a:hover {
   color: #666;
}

.content_section blockquote em {
   font-style: italic;
}

/*-- Pagination Section --*/
.pagenation_section .pagination {
   margin: 45px 0 0 0;
}

.pagenation_section .pagination li.page-item a {
   border-radius: 50%;
   margin-right: 10px;
}

.pagenation_section .pagination li.page-item a {
   padding: 0;
   width: 38px;
   height: 38px;
   line-height: 34px;
   color: #222222;
   border-color: #222222;
   font-weight: 600;
   background-color: #ffffff;
}

.pagenation_section .pagination li.page-item.active a,
.pagenation_section .pagination li.page-item a:hover {
   color: #ffffff;
   background-color: #98d4bf;
   border-color: #98d4bf;
}

/*---------- Contact Page ----------*/
.cotactus_section {}

.contactInfo_sec .container {}

.contactInfo_sec {
   padding: 30px 25px;
   width: 100%;
   height: 100%;
}

.contactInfo_sec p,
.contactInfo_sec a,
.contactInfo_sec h4 {
   margin: 0;
   color: #000000;
   margin-bottom: 20px;
}

.contactInfo_sec address {
   color: #000000;
   font-size: 16px;
   margin-bottom: 10px;
}

.contactInfo_sec span {
   display: block;
   margin-bottom: 15px;
}

.form_sec {
   width: 100%;
}

.form_sec p {
   font-weight: 500;
}

.form_sec label {
   width: 100%;
   font-size: 14px;
   color: #000000;
   font-weight: 500;
}

.form_sec input[type="text"],
.form_sec input[type="email"] {
   width: 100%;
   height: 42px;
   border: 1px solid #d4d4d4;
   background-color: #ffffff;
   margin-bottom: 24px;
   padding: 5px 15px;
   border-radius: 25px;
}

.form_sec input[type="checkbox"] {
   margin-right: 15px;
   border: 1px solid #d5d5d5;
}

.form_sec label {
   color: #646464;
}

.form_sec textarea {
   width: 100%;
   height: 140px;
   border-radius: 25px;
   padding: 15px;
   background-color: #ffffff;
   border: 1px solid #d4d4d4;
   margin-bottom: 24px;
}

.form_sec input[type="submit"] {
   height: 42px;
   border: 2px solid #ff73b2;
   background-color: #ff73b2;
   border-radius: 25px;
   font-weight: 600;
   color: #ffffff;
   width: 140px;
   text-transform: uppercase;
   text-align: center;
   text-transform: uppercase;
   margin-top: 24px;
}

.form_sec input[type="submit"]:hover,
.form_sec input[type="submit"]:focus {
   background-color: #ffffff;
   color: #ff73b2;
}

/*---------- Blog Page ----------*/
.blog_section .col-vxs-12 {
   margin-bottom: 30px;
}

.blog_section figure {
   background-color: #ffffff;
   border-radius: 5px;
   overflow: hidden;
}

.blog_section figure .img_sec {}

.blog_section figcaption {
   padding: 15px 25px;
}

.blog_section .cat {
   display: inline-block;
   padding: 0 20px;
   font-size: 13px;
   text-transform: uppercase;
   border: 1px solid #ff73b2;
   border-radius: 4px;
   margin-bottom: 20px;
}

.blog_section h4 {
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
}

.blog_section h4 a {
   color: #434c5d;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
}

.blog_section .follow_sec {
   display: inline-block;
}

.blog_section .autor_sec a {
   display: inline-block;
}

.blog_section .autor_sec a::after {
   content: "|";
   display: inline-block;
   padding: 0 8px;
}

.blog_section .autor_sec a:last-child::after {
   display: none;
}

.blog_section .autor_sec {
   display: inline-block;
}

/*---------- services Page ----------*/
/*.servicesInner_section .act_table{ width: 100%; }
.servicesInner_section .act_tablecell{ width: 50%; vertical-align: middle; height: 450px; }
.servicesInner_section .image_sec, .servicesInner_section .content_sec{ display: block; width: 100%; }
.servicesInner_section .content_sec{ padding: 25px 75px; cursor: pointer;}
.servicesInner_section .content_sec h4 {color: #ff73b2; margin:0; margin-bottom: 30px;  text-transform: uppercase;}
.servicesInner_section .content_sec p{ margin:0; margin-bottom: 20px; }
.servicesInner_section .image_sec img{ object-fit: cover; object-position: 50% 50%; height: 450px; width: 100%; }
.servicesInner_section .col .text_contain::before{ display: block; content:" "; text-align: center; margin-bottom: 15px; background-image: url('../images/services-sprite.png'); background-repeat: no-repeat; opacity: 0.4; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear;  }
.servicesInner_section .col1 .text_contain::before{ background-position: 0px 0px; width: 150px; height: 92px;}
.servicesInner_section .col4 .text_contain::before{ background-position: -170px 0px; width: 110px; height: 92px;}
.servicesInner_section .col5 .text_contain::before{ background-position: -300px 0px; width: 56px; height: 92px;}
.servicesInner_section .col8 .text_contain::before{ background-position: -376px 0px; width: 150px; height: 92px;}
.servicesInner_section .col9 .text_contain::before{ background-position: -543px 0px; width: 92px; height: 92px;}
.servicesInner_section .col:hover .text_contain::before{ opacity: 1; }*/
.servicesInner_section h5 {
   font-size: 30px;
   margin-bottom: 50px;
   line-height: 40px;
}

.servicesInner_section figure .img_sec {
   height: auto;
   position: relative;
   margin: 0;
   width: 100%;
   display: block;
   cursor: pointer;
   border-radius: 8px;
   overflow: hidden;
}

.servicesInner_section figure img {
   object-fit: cover;
   object-position: 50% 50%;
   height: 100%;
   width: 100%;
}

.servicesInner_section figcaption .text-contain {
   min-height: 135px;
}

.servicesInner_section figcaption {
   width: 100%;
   background-color: #ffffff;
   display: block;
   padding: 25px;
}

.servicesInner_section figcaption h4 {}

.servicesInner_section figcaption h4 a {
   color: #0f204b;
   font-size: 22px;
   line-height: 30px;
   font-weight: 700;
}

.servicesInner_section p {
   margin: 0;
   margin: 10px 0 12px 0;
}

.serviceSingle_section .icon_sec {
   min-height: 100px;
}

.serviceSingle_section .icon_sec img {
   margin: 0;
}

.serviceSingle_section h6 {
   margin-bottom: 25px;
}

/*---------- Pricing Page ----------*/
.pricing_section h1 {
   margin-bottom: 80px;
}

.pricing_section .pricing_container {}

.pricing_container .pricing_box {
   border: 2px solid #e1e0e5;
   border-radius: 8px;
   position: relative;
   padding-bottom: 100px;
   z-index: 9;
   width: 100%;
   height: 400px;
}

.pricing_container .pricing_head {
   padding: 30px 15px 15px 15px;
   text-align: center;
}

.pricing_container .pricing_head h2 {
   font-size: 32px;
   font-weight: 600;
   margin-bottom: 10px;
}

.pricing_container .pricing_head h3 {
   font-size: 50px;
   margin-top: 50px;
}

.pricing_container .pricing_head p {
   font-weight: 300;
   font-size: 16px;
}

.pricing_container .pricing_head h3 span {
   font-size: 20px;
   font-weight: 400;
}

.pricing_container .pricing_head h6 {
   font-weight: 400;
}

.pricing_container .pricing_description {
   padding: 15px;
   text-align: center;
}

.pricing_container .pricing_description h3 {
   margin: 0;
   color: #ff73b2;
   font-size: 18px;
}

.pricing_container .pricing_description h3 span {
   font-weight: 400;
   color: #ffffff;
}

.pricing_container .pricing_features {
   padding: 15px;
}

.pricing_container .pricing_features ul {}

.pricing_container .pricing_features ul li {
   line-height: 36px;
   /*padding-left: 30px;*/
   position: relative;
   text-align: center;
}

.pricing_container .pricing_foot {
   padding: 15px 15px 28px;
   position: absolute;
   bottom: 20px;
   width: 100%;
   left: 0;
}

.pricing_container .pricing_foot .main_button {
   margin-top: 0;
}

.pricing_section .pricing_description {
   background-color: #0f204b;
}

.pricing_section .pricing_description p {
   line-height: 25px;
   height: 50px;
}

.pricing_container .pricing_box+.pricing_box {
   border-left: 0;
}

.pricing_container .pricing_box.featured {
   border: none;
}

.pricing_container .pricing_box.featured:before {
   content: "";
   position: absolute;
   border: 1px solid #ddd;
   top: -40px;
   left: 0;
   width: 100%;
   display: inline-block;
   height: calc(100% + 40px);
   z-index: 8;
   border-top: 10px solid #3e9ecb;
}

.pricing_container .pricing_box.featured:after {
   content: "Most Popular";
   position: absolute;
   top: -20px;
   width: 100%;
   text-align: center;
   font-weight: 600;
   color: #fd6d4a;
}

.groupblock .pricing_container .col-xs-12:nth-child(2) .pricing_head {
   padding: 40px 15px 15px 15px;
}

.groupblock .pricing_container .col-xs-12:nth-child(2) .pricing_box {
   border-color: #ff73b2;
   height: 420px;
}

.singleblock .pricing_container .pricing_head h2 {
   margin-bottom: 30px;
}

.singleblock .pricing_container .pricing_box {
   height: 350px;
}

/*---------- Pricing Single Page ----------*/
.pricingSingle_section .single_row {
   float: left;
   width: 100%;
   padding-bottom: 70px;
}

.pricingSingle_section .single_row p {
   font-weight: 600;
}

.pricingSingle_section .single_row .price {}

.pricingSingle_section .single_row p strong {
   font-size: 24px;
   color: #ff73b2;
}

.pricingSingle_section .single_row p strong small {
   font-size: 14px;
}

.pricingSingle_section .single_row h4 {
   font-size: 20px;
   letter-spacing: 3px;
   text-transform: uppercase;
}

.pricingSingle_section .icon_sec {
   float: left;
   width: 80px;
}

.pricingSingle_section .icon_sec .spzy_icons::before {
   width: 59px;
   height: 59px;
}

.pricingSingle_section .text_contain {
   float: left;
   width: calc(100% - 80px);
   padding-left: 30px;
}


/*---------- Portfolio Page ----------*/
.portfolio_section .single_box {
   width: 100%;
   background-color: #ffffff;
   min-height: 240px;
   margin-bottom: 25px;
}

.portfolio_section .single_box figure.img_sec {
   min-height: 240px;
   position: relative;
   margin: 0;
   width: 100%;
   display: block;
   cursor: pointer;
   border: 2px solid #eeeeee;
   border-radius: 8px;
   overflow: hidden;
}

.portfolio_section .single_box figure img {
   object-fit: cover;
   object-position: 50% 50%;
   height: 240px;
   width: 100%;
}

.portfolio_section figcaption {
   position: absolute;
   width: 100%;
   background-color: rgba(255, 115, 178, 0.85);
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   opacity: 0;
   z-index: 4;
   display: block;
   transition: all 0.4s linear;
   -webkit-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
}

.portfolio_section figcaption .content_sec {
   width: 100%;
   padding: 15px;
   z-index: 4;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
}

.portfolio_section figcaption .content_sec h4 {}

.portfolio_section figcaption .content_sec h4 a {
   color: #ffffff;
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
}

.portfolio_section figcaption .content_sec p {
   color: #ffffff;
   font-size: 14px;
   margin: 0;
   margin: 10px 0 12px 0;
}

.portfolio_section figure.img_sec:hover figcaption {
   opacity: 1;
}

.portfolio_section .inner_button {
   background-color: #0f204b;
   color: #ffffff;
   padding: 9px 25px;
   font-size: 14px;
   font-weight: 600;
   text-align: center;
   border: 2px solid #0f204b;
   border-radius: 25px;
}

.portfolio_section .inner_button:hover,
.portfolio_section .inner_button:focus {
   background-color: transparent;
   color: #0f204b;
}


.capability_section {}

.capability_section h2 {
   color: #ffffff;
   text-transform: uppercase;
}

.capability_section .icon-box {
   margin: 10px 0;
}

.capability_section .icon-box h5 {
   color: #ffffff;
   font-weight: 400;
   font-size: 16px;
   margin-top: 10px;
}

.capability_section .icon-box img {
   width: 120px;
}

.process_section {}

.process_section .single_block {
   margin: 10px 0;
}

.process_section .single_block img {
   width: 120px;
}

.process_section .single_block .text_contain p {
   text-align: justify;
   font-size: 13px
}

/*---------- 404 Page ----------*/
.section_404 {}

.section_404 * {
   text-align: center !important;
}

.section_404 h1 {
   font-size: 90px;
   color: #ff73b2;
   margin-bottom: 0px;
   letter-spacing: 4px;
}

.section_404 img {
   width: 50px;
   height: auto;
   margin-bottom: 30px;
}

.section_404 .fa-exclamation-triangle {
   font-size: 120px;
   margin-bottom: 30px;
   color: #0f204b;
}

.section_404 h3 {
   font-size: 24px;
   color: #222222;
   margin-bottom: 15px;
}

.section_404 h5 {
   margin: 0;
   margin-top: 45px;
}

.section_404 .rd_mr {
   display: inline-block;
   color: #222222;
   letter-spacing: 1.5px;
}

.section_404 .rd_mr::after {
   font: normal normal normal 22px/1 FontAwesome;
   content: "\f101";
   display: inline-block;
   width: 25px;
   height: 21px;
   margin-left: 10px;
}

/*-- Pagination Section --*/
.pagenation_section .pagination {
   margin: 45px 0 0 0;
}

.pagenation_section .pagination li.page-item a {
   border-radius: 50%;
   margin-right: 10px;
}

.pagenation_section .pagination li.page-item a {
   padding: 0;
   width: 38px;
   height: 38px;
   line-height: 34px;
   color: #222222;
   border-color: #222222;
   font-weight: 600;
   background-color: #ffffff;
}

.pagenation_section .pagination li.page-item.active a,
.pagenation_section .pagination li.page-item a:hover {
   color: #ffffff;
   background-color: #222222;
   border-color: #222222;
}

.pagination>li>span {
   margin-right: 10px;
}

/*-------------------------------*/
/*            Parallax           */
/*-------------------------------*/

/*-------------------------------*/
/*           Breadcrumb          */
/*-------------------------------*/

/*-------------------------------*/
/*          News Section         */
/*-------------------------------*/

/*-------------------------------*/
/*          Pagination Section         */
/*-------------------------------*/

/*-------------------------------*/
/*          Search Section       */
/*-------------------------------*/
.search_section .media {
   padding-bottom: 15px;
   margin-bottom: 15px;
   border-bottom: 1px solid #ccc;
}

.section_404 #searchform {
   margin-top: 30px;
}

#searchform input[type="text"] {
   border: 1px solid #333;
   padding: 3px 15px;
   height: 45px;
   display: inline-block;
   vertical-align: top;
}

#searchform input[type="submit"] {
   height: 45px;
   background-color: #ff73b2;
   font-size: 18px;
   color: #ffffff;
   border: 1px solid #ff73b2;
   padding: 5px 25px;
   display: inline-block;
   vertical-align: top;
}

/**************************************************/
/*                     Sidebar                    */
/**************************************************/