@font-face {font-family: 'FontAwesome';src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight: normal;font-style: normal;}

.fa, .far, .fas {font-family: 'FontAwesome';}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display ExtraBold'), local('PlayfairDisplay-ExtraBold'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display SemiBold'), local('PlayfairDisplay-SemiBold'),
        url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Medium'), local('PlayfairDisplay-Medium'),
        url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: local('Outfit Medium'), local('Outfit-Medium'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: local('Outfit SemiBold'), local('Outfit-SemiBold'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: local('Outfit Regular'), local('Outfit-Regular'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {padding: 0;margin: 0;font-family: 'Outfit';font-weight: 400;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #FD004F;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: poOutfit; color: #000;}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}   
.other-services-bottum-text .section-title::selection, .services-tabs ul.nav.nav-tabs li a.active .services-text h2::selection, .hero-title::selection{color: #fff;    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;}
img {max-width: 100%;height: auto}
p {color: #666; font-family: Outfit; font-size: 18px; font-style: normal; font-weight: 400; line-height: 28px;}
p a {color: #FD004F;}
p strong {color: #FD004F; font-weight: 400;}
p a:hover {color: #06F;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #FD004F;}
ul li a:hover, ol li a:hover {color: #000;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display';font-style: normal;font-weight: 600;color: #000000;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #FD004F;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #FD004F;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #000;}
h1 {font-size: 40px;line-height: normal;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 28px;line-height: normal;}
h4 {font-size: 24px;line-height: normal;}
h5 {font-size: 20px;line-height: normal;}
h6 {font-size: 16px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 18px;}
.default-css ul li, .default-css ol li {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin: 0 0 10px;
}
.default-css ul li a, .default-css ol li a {color: #06F}
.default-css ul li strong, .default-css ol li strong {color: #000;font-weight: 600;font-family: 'Outfit';}
.default-css ul li a:hover, .default-css ol li a:hover {color: #FD004F}
.default-css ul li {
    list-style: none !important;
    background: url(../images/list-arrow.png) no-repeat;
    background-position: 0 6px;
    padding-left: 22px;
    background-size: 15px;
    line-break: anywhere;
}
section.default-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFF 100%);
}

/*---HERO-SECTION CSS---*/
.home-banner {
    position: relative;
    z-index: 1;
    padding: 100px 0 80px;
    background: linear-gradient(180deg, #F0EBE3 0%, #FFF 100%);
}
.home-banner::after {
    content: '';
    background: url(../images/home-banner-bg-1.png) no-repeat;
    width: 233px;
    height: 233px;
    bottom: 0px;
    left: 60px;
    right: 0;
    position: absolute;
    animation: zoom-in-zoom-out 1s ease infinite;
    z-index: -1;
}
.home-banner::before {
    content: '';
    background: url(../images/home-banner-bg-2.png) no-repeat;
    width: 733px;
    height: 603px;
    bottom: 5%;
    right: 4%;
    position: absolute;
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.02, 1.02);
}
100% {
    transform: scale(1, 1);
}
}

.hero-border {
    background: #000;
    width: 2px;
    height: 60%;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
}
.hero-border::before {
    position: absolute;
    content: '';
    width: 58px;
    height: 50px;
    bottom: -30px;
    left: -19px;
    background: url(../images/hill-img.png) no-repeat;
    right: 0;
    margin: 0 auto;
    animation: float 6s ease-in-out infinite;
    box-shadow: none !important;
}
.hero-border::after {
    position: absolute;
    content: '';
    width: 58px;
    height: 50px;
    top: -20px;
    left: -19px;
    background: url(../images/hill-img.png) no-repeat;
    right: 0;
    margin: 0 auto;
    animation: float 6s ease-in-out infinite;
    box-shadow: none !important;
}
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
.banner-caption-left {
    padding-left: 60px;
}
.home-banner .row {
    align-items: center;
}
.home-banner>img { width: 100%; }
.banner-title {
    margin-bottom: 8px;
    color: #FD004F;
    text-shadow: 6px 6px 0px rgba(190, 190, 190, 0.50);
    font-family: "Playfair Display";
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 2.8px;
}
.banner-subtitle {
    margin-bottom: 8px;
    color: #000;
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}
.banner-caption p {
    color: #666;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}


a.theme-btn {
    display: inline-block;
    position: relative;
    padding: 16px 35px;
    text-align: center;
    color: #FFF;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-radius: 45px;
    background: #FD004F;
}
a.theme-btn:hover{ color: #fff; box-shadow: inset 280px 0 0 #06F; }
.banner-btn {
    padding-top: 20px;
}

.banner-img {
    position: relative;
}
.experience {
    display: flex;
    align-items: center;
    padding: 13px 41px;
    border-radius: 60px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 6px 6px 0px 0px rgba(190, 190, 190, 0.74);
    position: absolute;
    left: -13%;
    bottom: 10%;
}
.experience h3 {
    color: #000;
    font-family: Outfit;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.experience h3 strong{
    color: #29A587;
}
.experience p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    padding-left: 14px;
}
.experience p strong{
    color: #29A587;
}


.heading-title {
    margin-bottom: 20px;
    color: #FD004F;
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sub-heading-title {
    margin-bottom: 20px;
    color: #000;
    font-family: Outfit;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px;
}
.sub-heading {
    color: #000;
    font-family: Outfit;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.sub-heading strong{
    color: #FD004F;
}



/* section.work-experiences-section */
section.work-experiences-section {
    padding-bottom: 50px;
}
.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row  {
    flex-direction: row-reverse;
}
.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row  .col-sm-8{
    width: 70%;
}
.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row  .col-sm-4{
    width: 30%;
}
.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row  .col-sm-4 .company-name::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    background: url(../images/company-name-arrow.png) no-repeat;
    width: 100%;
    height: 53px;
    transform: rotate(-180deg);
}
.work-experiences-row2 {
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 102, 255, 0.20);
    padding: 50px 40px;
    margin: 20px 0 30px;
}
.company-name {
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-top: 65px;
}
.company-name::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    background: url(../images/company-name-arrow.png) no-repeat;
    width: 100%;
    height: 53px; 
    animation: MyDiv;
    animation-duration: 3s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in;
    animation-direction: normal;
}
@keyframes MyDiv {
    0%   {left: 40px; top: 0px;}
    100%  {left:-30px; top: 0px;}
}


.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row .company-name::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    background: url(../images/company-name-arrow.png) no-repeat;
    width: 100%;
    height: 53px; 
    animation: MyDivv;
    animation-duration: 3s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in;
    animation-direction: normal;
}
@keyframes MyDivv {
    0%   {left: -30px; top: 0px;}
    100%  {left: 40px; top: 0px;}
}




.work-experiences-row2 .section-heading h4 {
    color: #666;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    font-family: Outfit;
}
.work-experiences-row .default-css {
    padding-left: 120px;
    position: relative;
    padding-bottom: 30px;
}
.work-experiences-row .default-css::after {
    position: absolute;
    content: '';
    top: 34px;
    left: 0;
    background: #FD004F;
    width: 6.5%;
    height: 1px;
}
.work-experiences-row .default-css h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}




/*  */
section.portfolio-section {
    background: linear-gradient(180deg, #F5F5F5 0%, #FFF 100%);
    padding: 80px 0 50px;
}
section.portfolio-section .section-heading {
    border-bottom: 1px solid rgb(253 0 79 / 25%);
    margin-bottom: 10px;
}
.portfolio-row {
    padding-top: 20px;
}
.portfolio-img figure {
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}
.portfolio-img figure img{width: 100%;}
.portfolio-row .row {
    justify-content: center;
}
.portfolio-row .col-sm-4 {
    padding: 20px;
}
.portfolio-row .default-css ul {
    margin-bottom: 0;
}
.portfolio-row .default-css {
    padding: 0 5px;
}





/* section.contact-section */
section.contact-section {
    padding: 0 0 100px;
}
section.contact-section .row {
    justify-content: center;
}
.contact-row {
    max-width: 1390px;
    margin: 0 auto;
}
section.contact-section .col-sm-4 {
    padding: 15px;
}
.contact-text {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 102, 255, 0.30) inset;
    height: 100%;
    padding: 60px 50px 40px;
}

.contact-text .sub-heading {
    font-size: 30px;
}
.contact-text ul li a {
    display: block;
}
.contact-text.default-css ul li {
   margin-bottom: 20px;
}
.cont-dtl figure {
    margin-right: 20px;
    background: #FD004F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}
.cont-dtl {
    display: flex;
    align-items: center;
    margin: 15px 0 30px;
}
.cont-dtl p {
    margin: 0;
    width: calc(100% - 60px);
    color: #666;
    font-size: 28px;
    line-height: 28px;
}
.cont-dtl p a{
    color: #666; word-break: break-all;
}
.cont-dtl p a:hover{
    color: #FD004F;
}





/* expertise-section */
section.customers-contact-section { position: relative; z-index: 1; padding: 150px 0; background-size: cover; margin: 0 25px; text-align: center; }
section.customers-contact-section::after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.8; background: #000;   z-index: -1; }
section.customers-contact-section .section-heading .heading-title { color: #fff; }
.customers-contact-btn { padding-top: 10px; }



.form-hero { position: relative; right: 0; top: 0; float: right; padding: 35px 35px; border-radius: 25px; background: rgb(255 255 255); }
.form-hero .b-form-title { margin-bottom: 20px; color: #000; text-align: center; font-family: Outfit; font-size: 31px; font-style: normal; font-weight: 600; line-height: 28px; }
.form-hero .b-form-title strong{ color: #FD004F; }
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0 !important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.form-hero .gform_body {margin: 0 -10px;}
.gform_wrapper .gfield {padding: 0 10px 21px;clear: both;text-align: left;width: 100%;margin: 0;}
.gform_wrapper.gravity-theme .ginput_container_address {margin-left: 0 !important;margin-right: 0 !important;}
.gfield--type-address {margin-bottom: 0 !important;}
.gform_wrapper.gravity-theme .ginput_container_address span {padding: 0 10px 12px !important;margin: 0 !important;}
.gform_wrapper.gravity-theme fieldset {margin: 0 !important;}
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label {font-family: ' Outfit', sans-serif;font-style: normal;font-weight: 400 !important;font-size: 16px !important;line-height: 22px;color: #666 !important;margin-bottom: 3px;}
.gform_wrapper .medium::-webkit-input-placeholder { /* Edge */color: #666;opacity: 1;}
.gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #666;opacity: 1;}
.gform_wrapper .medium::placeholder {color: #666;opacity: 1;}
.gform_wrapper input[type="text"]::-webkit-input-placeholder { /* Edge */color: #666;opacity: 1;}
.gform_wrapper input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #666;opacity: 1;}
.gform_wrapper input[type="text"]::placeholder {color: #666;opacity: 1;}
.form-hero input.button.gform_button { padding: 11px 25px !important; display: inline-block; position: relative; cursor: pointer; transition: all 1s; border: none; color: #FFF !important; text-align: center; font-family: Outfit !important; font-size: 18px !important; font-style: normal; font-weight: 600 !important; line-height: 28px !important; text-transform: uppercase !important; border-radius: 45px !important; background: #FD004F !important; }
.form-hero input.button.gform_button:hover {background: #FFF !important; box-shadow: 0px 0px 30px 0px rgba(55, 164, 164, 0.20) !important; color: #FD004F !important;}
.gform_wrapper textarea.medium { height: 100px !important; border-radius: 5px !important; display: block; min-block-size: inherit !important; }
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0px 0 0 0 !important;position: relative;z-index: 1;}
.form-hero .gform_wrapper .ginput_complex select {background:  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important; padding-left: 5px !important;}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { width: 100% !important; padding: 7px 15px 7px 15px; -webkit-appearance: none; resize: none; position: relative; height: 60px; transition: all 1s; margin: 0 !important; box-shadow: none; color: #666 !important; font-size: 18px !important; font-family: Outfit; font-style: normal; font-weight: 400; line-height: 28px; border-radius: 4px; border: 1px solid rgba(48, 69, 124, 0.20); background: #FFF; }
.form-hero .gform_wrapper select { background: #fff url(../images/select-arrow.png) no-repeat right 13px center!important; background-size: 16px !important; }
.form-hero .gform_wrapper label, .form-hero .gform_wrapper label, .form-hero .gform_wrapper label.gfield_label {font-size: 16px!important;font-family: Outfit;font-style: normal;font-weight: 400;line-height: 28px;color: #666;margin: 0 !important;padding-left: 5px;}
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_wrapper.gravity-theme .gform_drop_area {text-align: center;padding: 10px !important;border-radius: 0px !important;border: none !important;background: transparent !important;box-shadow: none !important; border-bottom: 1px solid #FD004F !important;}
.form-hero input[type="file"] {display : none;}
.form-hero .button.gform_button_select_files {border: none;display: inline-block;padding: 8px 28px;margin-top: 5px;color: #FFF;font-family: Outfit;font-size: 16px;font-style: normal;font-weight: 500;line-height: 23px;border-radius: 4px;background: #021F35;}
.form-hero .button.gform_button_select_files:hover {background-color: #FD004F;}
.form-hero .ginput_container.ginput_container_fileUpload label {color: #414141;font-size: 14px !important;}
.gfield--type-address{ margin-bottom:12px !important;}
.gform_wrapper.gravity-theme .ginput_container_address span { padding: 0 8px 0; }
.gform_wrapper.gravity-theme .gform_drop_area { padding: 10px !important;}
.form-hero .gform_wrapper .ginput_container { margin: 0!important; padding: 0; position: relative; display: flex; flex-wrap: wrap; }

.modal-backdrop.show {opacity: 0.93;}
.modal.popup-form button.close { opacity: 1; position: absolute; right: 15px; top: 15px; font-size: 26px; font-weight: normal; color: #fff; cursor: pointer; text-shadow: none; background: transparent; border: none; }
.modal.popup-form .modal-dialog { max-width: 690px !important; position: absolute; top: 60px; left: 0; right: 0; width: 95%; border-radius: 10px; margin: 0 auto; overflow: hidden; }
.modal.popup-form .modal-content {border: none;box-shadow: none;background: transparent;}
.modal.popup-form .modal-body {padding: 0;border: none;background: transparent;}
.modal-body .gform_wrapper form {padding-top: 0;}
.modal.popup-form .modal-dialog .form-hero { border: 6px solid rgb(253 0 79 / 44%); }
section.home-banner.inner::before {display: none;}
section.home-banner.inner::after {display: none;}
section.home-banner.inner .banner-caption-left { padding-left: 0; }


/* certifications-section */

.certifications-list ul { margin: 0; padding: 0; text-align: center; display:flex; flex-wrap:wrap; justify-content:center;align-items: center; }
.certifications-list ul li { margin: 20px 0 22px; padding: 0 30px; list-style: none; float: none; width: 16.6%; display: inline-block; }
.certifications-list .item img { transition: 1s; }
.certifications-list .item:hover img { position: relative; -moz-transform: scale(1.04); -webkit-transform: scale(1.04); -o-transform: scale(1.04); -ms-transform: scale(1.04); transform: scale(1.04); }




@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1366px !important;}
}
@media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1530px !important;}
}
@media (min-width:1700px) {
.container {max-width: 1600px !important;}
}

@media (max-width: 1899px) {
}
@media (max-width: 1699px) {
.container {
    padding: 0 50px;
    max-width: 100% !important;
}
.home-banner::before {
    width: 653px;
    height: 523px;
    bottom: 5%;
    right: 2%;
    background-size: 100% 100%;
}
.home-banner {
    padding: 60px 0 60px;
}
.home-banner::after {
    width: 173px;
    height: 174px;
    left: 40px;
    background-size: 100%;
}
.hero-border::after {
    width: 46px;
    height: 39px;
    top: -15px;
    left: -16px;
    background-size: 100%;
}
.hero-border::before {
    width: 46px;
    height: 39px;
    bottom: -27px;
    left: -16px;
    background-size: 100%;
}
.hero-border {
    width: 2px;
    height: 52%;
    top: 46%;
}
.banner-caption-left {
    padding-left: 40px;
}
.banner-title {
    margin-bottom: 8px;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 2.8px;
}
.banner-subtitle {
    margin-bottom: 8px;
    font-size: 42px;
    line-height: 60px;
}
.banner-caption p {
    font-size: 26px;
}
.experience h3 {
    font-size: 42px;
}
.experience p {
    font-size: 19px;
    line-height: 26px;
    padding-left: 14px;
}
.experience {
    padding: 13px 35px;
    left: -13%;
    bottom: 10%;
}
.sub-heading-title {
    margin-bottom: 20px;
    font-size: 66px;
    line-height: 72px;
}
.heading-title {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
}





}
@media (max-width: 1599px) {
}
@media (max-width: 1499px) {
section.contact-section {
    padding: 0 0 70px;
}
.sub-heading {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
}
.contact-text {
    padding: 40px 40px 20px;
}
.cont-dtl p {
    width: calc(100% - 60px);
    font-size: 24px;
    line-height: 24px;
}
.heading-title {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 46px;
}
.sub-heading-title {
    margin-bottom: 20px;
    font-size: 56px;
    line-height: 64px;
}
.company-name {
    font-size: 24px;
    padding-top: 55px;
}
.work-experiences-row2 .section-heading h4 {
    font-size: 22px;
    line-height: 28px;
}
.work-experiences-row2 {
    box-shadow: 0px 0px 40px 0px rgba(0, 102, 255, 0.20);
    padding: 40px 30px;
    margin: 10px 0 20px;
}
.work-experiences-row .default-css h2 {
    font-size: 34px;
}
.work-experiences-row .default-css {
    padding-left: 70px;
    padding-bottom: 10px;
}
.work-experiences-row .default-css::after {
    top: 28px;
    width: 4.7%;
    height: 1px;
}
.work-experiences-row2 .col-sm-8 {
    width: 60%;
}
.work-experiences-row2 .col-sm-4 {
    width: 40%;
}
section.portfolio-section {
    padding: 60px 0 40px;
}
.portfolio-row .col-sm-4 {
    padding: 15px;
}
.portfolio-row .default-css {
    padding: 0;
}
.sub-heading {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}
.portfolio-row {
    padding-top: 10px;
}
section.customers-contact-section {
    padding: 90px 0;
    margin: 0 25px;
}
a.theme-btn {
    padding: 13px 30px;
    font-size: 18px;
    line-height: 25px;
}
h1 {font-size: 30px;line-height: 46px;}
h2 {font-size: 28px;line-height: 40px;}
h3 {font-size: 26px;line-height: 38px;}
h4 {font-size: 24px;line-height: 30px;}
h5 {font-size: 22px;line-height: 26px;}
h6 {font-size: 20px;line-height: 20px;}
section.default-section {
    padding: 70px 0;
}
.contact-text .sub-heading {
    font-size: 26px;
}


}
@media (max-width: 1399px) {
.banner-title {
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 52px;
}
.banner-subtitle {
    margin-bottom: 8px;
    font-size: 33px;
    line-height: 52px;
}
.banner-caption p {
    font-size: 22px;
}
.experience h3 {
    font-size: 36px;
}
.experience p {
    font-size: 17px;
    line-height: 22px;
    padding-left: 10px;
}
.experience {
    padding: 11px 29px;
    left: -13%;
    bottom: 10%;
}
.home-banner::after {
    width: 143px;
    height: 144px;
    left: 40px;
    background-size: 100%;
}
.home-banner::before {
    width: 553px;
    height: 403px;
    bottom: 5%;
    right: 2%;
}
.sub-heading-title {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 54px;
}






}
@media (max-width: 1299px) {
.contact-text .sub-heading {
    font-size: 22px;
}

}
@media (max-width: 1199px) {
.home-banner {
    padding: 40px 0 30px;
}
.container {
    padding: 0 15px;
}
.banner-title {
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 42px;
}
.banner-subtitle {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 40px;
}
.banner-caption p {
    font-size: 17px;
}
p {
    font-size: 16px;
    line-height: 24px;
}
.hero-border::after {
    width: 36px;
    height: 32px;
    top: -15px;
    left: -12px;
    background-size: 100%;
}
.hero-border::before {
    width: 36px;
    height: 32px;
    bottom: -29px;
    left: -12px;
    background-size: 100%;
}
.hero-border {
    width: 2px;
    height: 48%;
    top: 46%;
    left: 24px;
}
.home-banner::after {
    width: 113px;
    height: 114px;
    left: 40px;
    background-size: 100%;
}
.home-banner::before {
    width: 443px;
    height: 333px;
    bottom: 5%;
    right: 1%;
}
.experience h3 {
    font-size: 28px;
}
.experience p {
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
}
.experience {
    padding: 10px 24px;
    left: -18%;
    bottom: 10%;
}
.sub-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-text {
    padding: 30px 20px 10px;
}
.default-css ul li, .default-css ol li {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 7px;
}
.default-css ul li {
    background-position: 0 6px;
    padding-left: 19px;
    background-size: 14px;
}
.contact-text.default-css ul li {
    margin-bottom: 14px;
}
.cont-dtl figure {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    line-height: 33px;
}
.cont-dtl p {
    width: calc(100% - 50px);
    font-size: 20px;
    line-height: 22px;
}
section.contact-section {
    padding: 0 0 40px;
}
.heading-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
}
.sub-heading-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
}
.company-name::after {
    height: 34px;
    background-size: 100%;
}
.company-name {
    font-size: 18px;
    padding-top: 38px;
}
.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row .col-sm-4 .company-name::after {
    height: 34px;
    background-size: 100%;
}
.work-experiences-row2 .section-heading h4 {
    font-size: 18px;
    line-height: 20px;
}
.work-experiences-row2 {
    padding: 25px 30px;
    margin: 10px 0 20px;
}
.work-experiences-row .default-css h2 {
    font-size: 24px;
}
.work-experiences-row .default-css {
    padding-left: 40px;
    padding-bottom: 10px;
}
.work-experiences-row .default-css::after {
    top: 20px;
    width: 3.7%;
    height: 1px;
}
section.portfolio-section {
    padding: 40px 0 30px;
}
.portfolio-row .col-sm-4 {
    padding: 10px;
}
section.customers-contact-section {
    padding: 70px 0;
    margin: 0 10px;
}
a.theme-btn {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 22px;
}
h1 {font-size: 26px;line-height: 40px; margin-bottom: 10px;}
h2 {font-size: 25px;line-height: 34px;margin-bottom: 10px;}
h3 {font-size: 24px;line-height: 30px;margin-bottom: 10px;}
h4 {font-size: 23px;line-height: 28px;margin-bottom: 10px;}
h5 {font-size: 20px;line-height: 24px;margin-bottom: 10px;}
h6 {font-size: 18px;line-height: 20px;margin-bottom: 10px;}
section.default-section {
    padding: 40px 0;
}
.form-hero .b-form-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}
.form-hero input.button.gform_button {
    padding: 10px 19px !important;
    font-size: 15px !important;
    line-height: 24px !important;
}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {
    padding: 7px 15px 7px 15px;
    height: 42px;
    font-size: 16px !important;
    line-height: 24px;
}
.form-hero {
    padding: 20px 15px;
}
.contact-text .sub-heading {
    font-size: 18px;
}
.ginput_recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.certifications-list .item img {
    transition: 1s;
    max-width: 110px;
}
	.certifications-list ul li {
    margin: 10px 0 22px;
    padding: 0 20px;
    width: 16.6%;
}

}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
}
@media (max-width: 900px) {
.banner-title {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 36px;
}
.banner-subtitle {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 30px;
}
.banner-caption p {
    font-size: 16px;
}
.work-experiences-row2 .col-sm-8 {
    width: 100%;
    order: 2;
}
.work-experiences-row2 .col-sm-4 {
    width: 100%;
    order: 1;
}
.company-name::after {display: none;}
.company-name {
    font-size: 18px;
    padding-top: 0;
    text-align: left;
}
.sub-heading-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 48px;
}
.work-experiences-row2 {
    padding: 25px 20px 10px;
    margin: 10px 0 10px;
}
.work-experiences-row2 .section-heading h4 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}
.work-experiences-row .default-css {
    padding-left: 0;
    padding-bottom: 10px;
}
.work-experiences-row .default-css h2 {
    font-size: 24px;
    padding-left: 36px;
}
.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row .col-sm-8 {
    width: 100%;
    order: 2;
}
.work-experiences-row:nth-child(odd) .work-experiences-row2:nth-child(odd) .row .col-sm-4 {
    width: 100%;
    order: 1;
}






}
@media (max-width: 812px) {
.hero-border {
    display: none;
}
.home-banner::before {
    display: none;
}
.home-banner::after {
    display: none;
}
.home-banner .col-sm-4 {
    width: 100%;
    order: 1;
    text-align: center;
}
.home-banner .col-sm-8 {
    width: 100%;
    text-align: center;
    order: 2;
}
.banner-img {
    position: relative;
    max-width: 540px;
    margin: 0 auto 20px;
}
.banner-caption-left {
    padding-left: 0;
}
.experience {
    padding: 7px 18px;
    left: -5%;
    bottom: 12%;
}
.experience h3 {
    font-size: 24px;
}
.experience p {
    font-size: 13px;
    line-height: 18px;
    padding-left: 10px;
    text-align: left;
}
.banner-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
}
.banner-subtitle {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}
.banner-caption p {
    font-size: 13px;
}
.sub-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.default-css ul li, .default-css ol li {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 6px;
}
.default-css ul li {
    background-position: 0 5px;
    padding-left: 16px;
    background-size: 12px;
}
.contact-text.default-css ul li {
    margin-bottom: 10px;
}
.cont-dtl figure {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 33px;
}
.cont-dtl p {
    width: calc(100% - 45px);
    font-size: 17px;
    line-height: 22px;
}
.cont-dtl {
    margin: 10px 0 20px;
}
.heading-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
}
.sub-heading-title {
    font-size: 26px;
    line-height: 34px;
}
.company-name {
    font-size: 15px;
    padding-top: 0;
    text-align: left;
}
.work-experiences-row2 .section-heading h4 {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px;
}
.work-experiences-row .default-css::after {
    top: 16px;
    width: 2.7%;
    height: 1px;
}
.work-experiences-row .default-css h2 {
    font-size: 20px;
    padding-left: 24px;
}
.default-css ul {
    margin-bottom: 10px;
}
.work-experiences-row2 {
    padding: 20px 15px 5px;
    margin: 5px 0 10px;
}
a.theme-btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
}
section.customers-contact-section {
    padding: 40px 0;
    margin: 0 10px;
}
h1 {font-size: 24px;line-height: 28px;margin-bottom: 10px;}
h2 {font-size: 23px;line-height: 26px;margin-bottom: 10px;}
h3 {font-size: 22px;line-height: 24px;margin-bottom: 10px;}
h4 {font-size: 19px;line-height: 22px;margin-bottom: 10px;}
h5 {font-size: 18px;line-height: 20px;margin-bottom: 10px;}
h6 {font-size: 16px;line-height: 18px;margin-bottom: 10px;}
p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
.gform_wrapper .gfield {
    padding: 0 5px 15px;
}
.form-hero .gform_body {
    margin: 0 -5px;
}
    .certifications-list ul li {
        margin: 10px 0 10px;
        padding: 0 10px;
        width: 16.6%;
    }
	.certifications-list .item img {
        max-width: 80px;
    }
	section.digital-certificates {
    padding-bottom: 20px;
}

}
@media (max-width: 767px) {
section.contact-section .col-sm-4 {
    padding: 15px;
    width: 50%;
}



}
@media (max-width: 700px) {
.portfolio-row .col-sm-4 {
    width: 50%;
}
section.customers-contact-section .section-heading .heading-title br{display: none;}
.experience {
    padding: 7px 18px;
    left: -1%;
    bottom: 12%;
}



}
@media (max-width: 600px) {
	    .certifications-list .item img {
        max-width: 70px;
    }
	
	
}
@media (max-width: 575px) {
.sub-heading-title {
    font-size: 22px;
    line-height: 30px;
}
.contact-text .sub-heading {
    font-size: 15px;
}
section.contact-section .col-sm-4 {
    padding: 15px;
    width: 100%;
}

}
@media (max-width: 525px) {
	    .certifications-list ul li {
        margin: 10px 0 10px;
        padding: 0 10px;
        width: 33.33%;
    }
}
@media (max-width: 480px) {
.portfolio-row .col-sm-4 {
    width: 100%;
}
.banner-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 1px;
}
.banner-subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}


}
@media (max-width: 420px) {
}