/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #103664 !important;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 35px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0px solid !important;
}
.btn:hover {
    background: #103664 !important;
    transform: scale(1.1);
}
.btn.white:hover {
    background: #fff !important;
    transform: scale(1);
    color: #103664 !important;
}

/*** Title ***/
.title h2 {
    color: #103664;
    font-size: 38px;
    padding: 5px 0;
    font-weight: 800;
}
.title h3 {
    position: relative;
    padding-top: 30px;
}
.title h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 65px;
    border-radius: 20px;
    margin: 0 auto;
    right: 0;
    display: inline-block;
}
.title.left h3:before {
    margin: 0;
}
/*** Header Area ***/
/* Top Header */
/*** Top head ***/
#sp-position1 {
    position: relative;
    z-index: 9999;
}
#sp-top1 p,
.sp-contact-info li,
#sp-top-bar a {
    margin-bottom: 0;
}
#sp-top-bar ul.social-icons > li {
    margin: 0;
    border-right: 1px solid #fff;
}
#sp-top-bar ul.social-icons > li:first-child {
    border-left: 1px solid #fff;
    margin-left: 20px;
}
#sp-top-bar a {
    padding: 10px;
}
#sp-top-bar li i {
    color: #ffa516;
}
.head-right ul li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
    padding-left: 39px;
    text-align: left;
}
.head-right ul li a { 
    display: inline-block;
    box-shadow: 0 0 0 0 currentColor;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
}
.head-right ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 25px;
}
.head-right ul li:last-child {
    margin-right: 0;
    padding-left: 0;
}
.head-right .cmsmasters_header_phone_number {
    font-size: 20px;
    font-weight: 600;
}
.head-right .cmsmasters {
  	padding: 5px 0 10px;
    margin-bottom: 0;
}

/*** Head ***/
#sp-header {
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    height: inherit;
  	top: 0px;
  	padding: 0;
}
#sp-header.header-sticky {
    position: fixed;
}

body:not(.home)  #sp-header {
  	border-radius: 0px;
    top: 0;
    padding: 0 10px 0 0px;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 80%;
}
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 4px;
    right: 0;
    left: 0;
    margin: 48px auto 0px;
    position: absolute;
    bottom: 5px;
    background: #ecdc0c;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}

/*** Block Styles ***/
/* Promotion Slider */
/*** Slider ***/
.slider-text-color.start {
    background: #103664;
    padding: 20px 50px 20px 80px !important;
    width: 48%;
}
.slider-text-color h4 {
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 4px;
    font-weight: 600;
}
.slider-text-color h3 {
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/*** Title ***/
.title h2 {
    color: #103664;
    font-size: 38px;
    padding: 5px 0;
    font-weight: 800;
}
.title h3 {
    position: relative;
    padding-top: 30px;
}
.title h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 65px;
    border-radius: 20px;
    margin: 0 auto;
    right: 0;
    display: inline-block;
}
.title.left h3:before {
    margin: 0;
}

/*** About ***/
.about-colum {
    border-right: 1px solid #afafaf;
}
ul.about-check {
    padding: 0;
    list-style: none;
}
.about-check li {
    line-height: 40px;
}
.about-item .about-check li {
    color: #000 !important;
}
.about-check strong {
    display: none;
}
.about-check em {
    padding-right: 10px;
}

/*** Services ***/
.services-item img,
.client-item img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.services-item:hover img {
    transform: scale(1.1);
}
.client-item:hover img  {
    transform: scale(0.8);
}

/*** Feature ***/
.feature-item, .feature-item .sppb-img-container {
    position: relative;
    overflow: hidden;
}
.feature-item .sppb-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #13455E;
    display: inline-block;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.feature-item:hover .sppb-img-container:before {
    opacity: 0.7;
}
.feature-item .sppb-media-content {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.feature-item:hover .sppb-media-content {
    bottom: 0px;
    opacity: 1;
}
.feature-item .sppb-addon-text h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    background: rgba(54,90,129,0.85);
    margin-bottom: 0;
}
.feature-item h4 {
    font-size: 15px !important;
    padding: 20px;
}

/*** Plan ***/
.plan-item {
    margin-bottom: 30px;
    padding: 70px 50px 70px 50px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 50%);
    background-color: #ffffff;
}
.plan-item.center {
    background-color: #13455E;
}
.plan-item h2 {
    color: #4c4c4c;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    margin-top: 20px;
}
.plan-item.center h2 {
    color: #fff;
}
.plan-item h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    height: 2px;
    width: 40px;
    background: #13455E;
    display: inline-block;
}
ul.plan-list {
    padding: 0;
    list-style: none;
    text-align: left;
    padding-left: 20%;
}
ul.plan-list li {
    font-size: 14px;

}
ul.plan-list strong {
    display: none;
}
ul.plan-list em {
    padding-right: 10px;
}
.button-plan {
    color: #13455E;
    background-color: #ffffff;
    border-style: solid;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 45px 10px 45px;
    margin-top: 30px;
    display: inline-block;
}
.plan-item.center .button-plan:hover {
    background: transparent !important;
}
.plan-item:hover h2,
.plan-item:hover ul.plan-list li {
    color: #fff !important;
}
.plan-item:hover {
    background-color: #13455E;
}
.plan-item:hover h3.sppb-addon-title {
    color: #fff!important;
}
.plan-item:hover h2:before {
    background: #fff;
}

/*** Client ***/
.client-item img {
    border-radius: 50%;
}

/*** Contact ***/
.contact-text p {
    font-style: italic;
    font-size: 13px;
    color: #000;
}
.contact-text h6 {
    color: #000;
}
.contact-icon .shrewd_solution_icon ul li strong,  .bottom-contact strong {
    display: none;
}
.contact-icon .shrewd_solution_icon ul,
.contact-icon .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.contact-icon .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #f8f8f8;
    height: 45px;
    color: #000 !important;
    width: 45px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    margin: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.contact-icon .shrewd_solution_icon ul li a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/*** Contact Form ***/
.contact-form {
    position: absolute;
    left: 0;
    top: 75px;
    display: block;
    max-width: 364px;
    width: 100%;
    background: #fff;
    padding: 45px 30px 39px;
    box-shadow: 0 0 20px rgba(34,34,34,.1);
    z-index: 1;
}
#sp-quickcontact-form {
    text-align: center;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: oswald,sans-serif;
    font-weight: 600;
    color: #fff!important;
    background: 0 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 33px;
    border: 0;
    border-radius: 30px;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #103664 !important;
}

/*** Newsletter ***/
.newsletter {
    position: relative;
}
.newsletter:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 55%;
    height: 100%;
    display: inline-block;
    background: #192028;
}
.newsletter table.acymailing_form {
    width: 100%;
    position: relative;
}
.newsletter table.acymailing_form .inputbox {
    border-radius: 0;
    margin: 15px 0;
    padding: 15px;
}
.newsletter table.acymailing_form td {
    text-align: left;
}
.newsletter table.acymailing_form tr:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
}
.newsletter table.acymailing_form .button.subbutton {
    margin-top: 16px;
    padding: 7px 34px;
    border-radius: 0;
}

/*** Testimonial ***/
.testimonial-name {
    font-size: 22px;
    margin-bottom: 0;
}
.testimonial-job {
    font-size: 16px;
}

/* Bottom Area */
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom h3 {
    margin: 0 0 20px;

    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}
.shrewd_solution_icon {
    margin-top: 20px;
}
.shrewd_solution_icon ul li strong,  .bottom-contact strong,
#sp-bottom2 strong {
    display: none;
}
.bottom-contact em,
#sp-bottom2 em {
    padding-right: 10px;
    color: #fff !important;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fff;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
    background: #fff !important; 
    color: #ff7f5f !important;
}
table.acymailing_form {
    margin: 0;
    border: 0px !important;
    width: 100%;
}
table.acymailing_form input {
    width: 100% !important;
}
#sp-bottom .button.subbutton.btn.btn-primary {
    padding: 8px;
    font-size: 14px;
    color: #fff !important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */

@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	div#sp-menu {
    	width: 10%;
	}
  	div#sp-logo {
    	width: 90%;
  	}
  	section#sp-section-1 {
    	display: none;
	}
 	#sp-header, #sp-header .logo {
        height: 70px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

.button.subbutton,
#sp-quickcontact-form #sp_qc_submit,
#sp_qc_submit,
.line-title .sppb-section-title:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color);
}
.blog h3,
#sp_qc_submit,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
    color: var(--text-color);
}
.btn:hover,
.button.subbutton:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
.slider-text-color h3, ul.about-check li, .feature-item .sppb-addon-text h3,
.title h1, .plan-item.center h3, .plan-item.center .button-plan:hover,
.make .title h2, .title-bg h3, .contact-info i,
.head-right .cmsmasters_header_phone_number, .head-right ul li:before {
  color: var(--text-color) !important;
}
.button.subbutton,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a,
.client .sppb-img-container img, .client-colum {
  border-color:var(--text-color)!important;
}
.sp-megamenu-parent > li > a:before,
#sp-bottom .button.subbutton.btn.btn-primary,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.call-colum, .title h3:before, .btn {
  background: var(--background-color)!important;
}
.video-item figure a:after:hover {
    border: 1px solid var(--text-color);
}
