/*font-family: 'Manrope', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');

/*********************Common Css Start***********************************/
/*#region */
*{padding:0;margin:0}
body{font-family: 'Manrope', sans-serif;color:#424242;font-size:16px;font-weight:400;background: #fff;text-rendering: optimizeLegibility;letter-spacing: 0.5px;}
button:focus{outline: 0 none;}
h1,h2,h3,h4,h5,h6{margin:0;}
::placeholder{color:#575757 !important;font-size: 14px;}
a{cursor: pointer;transition: all 1.5s;}
a,a:visited{color:#575757}a:hover{color:#8262c5 !important;text-decoration: none;transition: all 1.5s;}
select::-ms-expand {display: none;}
label{font-weight: normal;}
.wrapper{width: 100%;display: block;overflow-x: hidden;}
.common-flex{display: flex;align-items: center;}
.common-flex-column{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.common-title{font-size: 42px;display: block;padding-bottom: 15px;position: relative;
    font-weight: 100;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #8661c5, #7d65c7, #0078d4, #3875d2, #0078d4);
}
.common-title-white{
    font-size: 42px;display: block;padding-bottom: 15px;position: relative;
    font-weight: 100;
    color: #ffffff;
    text-align: left;
}
.common-title-blue{font-size: 36px;display: block;text-align: center;color: #0284bc;position: relative;}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
.slick-arrow{
    top: 15px;
}
.video-btn{
    cursor: pointer;
}
    /*#endregion*/
/*********************Common Css End*************************************/

/* Header */
.header-wrapper{}
.header{width: 100%;z-index: 999; background: #ffffff; padding: 16px 0 10px;}
.header.fixed{background-color: #fff;position: fixed;top:0;transition: all 1.5s;}
.phone-number-top { position: absolute; right: 16px; top: -12px; font-size: 14px; color: #7a7e8a;}
.header .navbar{padding: 0;transition: all 0.5s;}
.header .active{color: #8262c5!important;transition: all 0.5s;}
.nav-item{font-size: 16px;color: #00235a;font-weight: 600;}
.navbar-expand-lg .navbar-nav .nav-link{padding: 10px 20px;position: relative;color: #00235a;}
.nav-item img{/*width: 26px;height: 26px;*/transition: all 1.5s;}
.nav-item img.icon-show{opacity: 1;transition: all 1.5s;}
.nav-item img.icon-hide{position: absolute;top: 10px;left: 30px;opacity: 0;transition: all 1.5s;}
.nav-item img:hover.icon-show{opacity: 0;transition: all 1.5s;}
.nav-item img:hover.icon-hide{opacity: 1;transition: all 1.5s;}
.navbar-expand-lg .navbar-nav .nav-link.demo-btn{
  
background: linear-gradient(to right,  rgba(134,97,197,1) 0%,rgba(125,101,199,1) 25%,rgba(97,109,205,1) 50%,rgba(56,117,210,1) 75%,rgba(0,120,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    color: #fff;border-radius: 30px;}
.navbar-expand-lg .navbar-nav .nav-link.demo-btn:hover{ color: #ffffff !important;}
.navbar-expand-lg .navbar-nav .nav-link.demo-btn.active{color: #ffffff !important;}
.usericon a{padding-right: 0!important;}
.navbar-collapse.show{background: #fff;}
.navbar-toggler{ margin-top: 20px; padding: 0;}

/***************/
/**** Banner ****/
.banner-wrapper{width: 100%;box-sizing: border-box;position: relative; background: url("../images/header-bg.jpg") no-repeat; background-size: cover; height: calc(60vh - 98px);}
.banner-wrapper h3{
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
background: linear-gradient(90deg, #8661c5, #7d65c7, #0078d4, #3875d2, #0078d4);
margin-bottom: 10px;
}
.banner-wrapper p{
    color:#262525;
}
.shape-left{position: absolute;left: -20px;top: 10%;animation: shapeleft 2.5s infinite alternate;z-index: 0;background: url("../images/header-shape-left.png") transparent no-repeat 100% 100%;width: 950px;height: 700px;}
.shape-right{position: absolute;right: 0px;top: 0;animation: shapeleft 2.5s infinite alternate;z-index: 0;background: url("../images/header-shape-right.png") transparent no-repeat 100% 100%;width: 712px;height: 489px;}
@keyframes shapeleft {
        0% { transform: translateY(-15px); }
        100% { transform: translateY(0); }
    }
#banner-slider .carousel-item img{max-width:100%;}
#banner-slider .carousel-item {text-align:center;display: flex;height: 100vh;}
#banner-slider .carousel-item .carousel-caption{width:100%;text-align:left;}
#banner-slider .carousel-item .carousel-caption h3{color:#7a7e8a;font-size:36px;}
#banner-slider .carousel-item .carousel-caption p{color:#262525;font-size:24px;}
#banner-slider .carousel-item .carousel-caption{padding-top:0;bottom: 50%;}

.cube-top{position: absolute;left: 40%;top: 25%;animation: cubeani 1.5s infinite alternate;z-index: 0;background: url("../images/cube-small-top.png") transparent no-repeat 100% 100%;width: 60px;height: 60px;}
.cube-center{position: absolute;left: 25%;top: 40%;animation: cubeani 1.5s infinite alternate;z-index: 0;background: url("../images/cube-small-center.png") transparent no-repeat 100% 100%;width: 60px;height: 60px;}
.cube-bottom{position: absolute;left: 35%;bottom: 20%;animation: cubeani 1.5s infinite alternate;z-index: 0;background: url("../images/cube-small-bottom.png") transparent no-repeat 100% 100%;width: 60px;height: 60px;}
@keyframes cubeani {
        0% { transform: translateY(-10px); }
        100% { transform: translateY(0); }
    }

/* Scrolling Animation */
.scroll-link-btn{position: absolute;bottom: 15px;right:50%;}
.scroll-link-btn span a{border: 2px solid #e1ecfa;padding: 10px 5px;box-sizing: border-box;border-radius: 12px;}
.scroll-link-btn img{width: 14px; height: 14px;animation: arrowani 2.5s infinite alternate;}
@keyframes arrowani {
        0% { transform: translateY(-15px); }
        100% { transform: translateY(2px); }
    }

/***********  About Us Section *******/
.about-wrapper{background:url('../images/about-bg.jpg') no-repeat; background-size:cover; height:100vh;color:#fff;overflow: hidden;}
.about-intro-text{display: block;font-size: 42px;font-weight: 200;padding-bottom: 15px; font-weight: 100;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #8661c5, #7d65c7, #0078d4, #3875d2, #0078d4);}
.about-heading{display: block;text-align: left;font-size: 42px;padding-bottom: 10px;
    font-weight: 100;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #8661c5, #7d65c7, #0078d4, #3875d2, #0078d4);
}
.about-product-desc{display: block;text-align: left;font-size: 18px; color: #7a7e8a;}
.about-logo-box{display: flex;justify-content: space-between;}
.screenshot-shape{position: absolute;height: 100%;width: 100%;}
.screenshot-box img{max-width: 100%;}

/* Benefits */
.benefits-wrapper{background-color: #f1f1f1;min-height: 100vh;padding: 40px 0;overflow: hidden;}
.benefits-img{margin-left: -15px}
.benefits-list{list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: space-around;height: 500px;overflow: auto;}
.benefits-list li{display: flex;flex-wrap: nowrap;align-items: center;margin-bottom: 40px;width: 50%;}
.list-icon{width:100px;}
.list-icon img{width: 70px;}
.list-text {width: 70%;}

    /* Customized scroll */
    #benefits-list-scroll::-webkit-scrollbar-track
    {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border-radius: 10px;
        background-color: #dadada;
    }

    #benefits-list-scroll::-webkit-scrollbar
    {
        width: 6px;
        background-color: #dadada;
    }

    #benefits-list-scroll::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
        background-color: #a6def6;
    }
.benefits-block{
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
    padding: 30px;
    min-height: 300px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}
.benefits-block:hover{

background: linear-gradient(to right,  rgba(134,97,197,0.1) 0%,rgba(125,101,199,0.1) 25%,rgba(97,109,205,0.1) 50%,rgba(56,117,210,0.1) 75%,rgba(0,120,212,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.benefits-block:hover p{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #8661c5, #7d65c7, #0078d4, #3875d2, #0078d4);
}
.benefits-block p{
    margin-bottom: 0;
}

/* Features */
.features-wrapper{background-color: #21a7e1;min-height: 100vh;padding: 40px 0;overflow: hidden;}

.features-wrapper .row{margin-left: -10px;margin-right: -10px;}
.parent-tabs{width: 220px;background: #0183bb;padding: 10px;border-radius: 50px;border: 0 none;position: absolute;z-index: 20;top: 20px;left: 30px;}
.features-wrapper .nav-tabs .nav-item.show .nav-link, .features-wrapper .nav-tabs .nav-link.active{background: transparent;border: 0 none;color: #fff;}
.features-wrapper .nav-item{color: #1fb9fc;border: 0 none;}
.features-wrapper .nav-item:hover{border: 0 none;color: #fff;}
.tab-margin {background: #fff;filter: drop-shadow(-2.113px 4.532px 17.5px rgba(207,219,240,0.28));border-radius: 20px;transition: all 0s;}
ul#serv-tabs, ul#serv-tabs-azure{padding-right: 0;width: 100%;transition: all 0s;padding-top: 30px;padding-bottom: 30px;}
.tab-content>.tab-pane, .tab-content>.active {transition: all 0s;}
.office-azure-content .container{margin-left: -15px;margin-right: -15px;}

.tab-left{padding-top: 80px;width: 300px;background-color: #056792;border-radius: 20px 0 0 20px;}
.tab-scrolling {height: 620px;overflow: hidden;width: 100%;}

button#upClickOffice, button#upClickAzure{margin: 20px 0 -5px;width: 100%;background: url("../images/tab-nav-scroll-up.png") transparent no-repeat center;border:0 none;height: 25px;opacity: 0.4;transition: all 0.5s;cursor: pointer;}
button#upClickOffice:hover, button#upClickAzure:hover{opacity: 1;transition: all 0.5s;}
button#downClickOffice, button#downClickAzure{margin: 20px 0 20px;width: 100%;background: url("../images/tab-nav-scroll-down.png") transparent no-repeat center;border:0 none;height: 25px;opacity: 0.4;transition: all 0.5s;cursor: pointer;}
button#downClickOffice:hover, button#downClickAzure:hover{opacity: 1;transition: all 0.5s;}


.service-tab-menu-link{flex-direction: column;border-bottom: 0 none; padding-right: 10px;width: 30%;}
    .services-tab-view{display: flex;overflow: hidden;}
    .vertical-tab-title{position: relative;}
    .service-tab-menu-link a{padding:0 15px;height: 70px;display: flex;}
    .services-tab-view .tab-content{padding: 15px;width: 70%;min-height: 500px;}
    .vertical-tab-icon-show{transition: 1.5s all;}
    .vertical-tab-icon-hover{opacity: 0;transition: 1.5s all;position: absolute;top:23px;left:0}
    .vertical-tab-title img{width: 25px;}
    .vertical-tab-title p{font-size: 16px;margin-left: 15px;margin-bottom: 0;}
    .application-list li{margin-right: 20px;list-style-type: none;}
    .application-list li:last-child{margin-right: 0;}
    .service-panel-title h3{font-size: 20px;color:#2f3031}
    .service-panel-title p{font-size: 16px;color: #7a7e8a;}
    .application-list li img{width:35px}
    .service-inner-list ul{list-style: none;}
    .service-inner-list ul li{width:33.33%;color: #00235a;align-items: flex-start;display: flex;padding-bottom: 10px;}
    .service-inner-list ul li::before{color: #b3b7c5;font-weight: bold;width: 1em;display: inline-block;content: "\2022";font-size: 25px;line-height: 25px;}
    .service-inner-list ul{flex-wrap: wrap;}
    .service-panel-img img{width:100%}
    .service-tab-menu-link .nav-link:focus, .service-tab-menu-link .nav-link:hover{border: 0 none!important;}
    .service-tab-menu-link .nav-link, .service-tab-menu-link .nav-link{color: #fff;border: 0 none!important;border-radius: 50px 0 0 50px;margin-left: 20px;}
    .service-tab-menu-link .nav-item .nav-link.active{background-color: #fff!important;color: #21a8e2;position: relative;border: 0 none!important;border-radius: 50px 0 0 50px;margin-left: 20px;transition: all 0s;}
.service-tab-menu-link .nav-item .nav-link.active::before{content: '';
    position: absolute;
    width: 40px;
    height: 38px;
    border-radius: 42%;
    box-shadow: 25px -26px 0 0 #fff;
    right: 0px;
    top: 70px;
	transition: all 0s;
    }
.service-tab-menu-link .nav-item .nav-link.active::after{content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 14px 21px 0 0 #fff;
    right: -1px;
    top: -30px;
	transition: all 0s;
    }

    .service-tab-menu-link .active .vertical-tab-title p{color: #21a7e1;}
    .service-tab-menu-link .active .vertical-tab-icon-hover{opacity: 1;}
    .service-tab-menu-link .active .vertical-tab-icon-show{opacity: 0;}

    .service-tab-menu-link a.nav-link:hover{color: #21a8e2;position: relative;border: 0 none!important;border-radius: 50px 0 0 50px;margin-left: 20px;}
    .service-tab-menu-link a.nav-link:hover .vertical-tab-title p{}
    .service-tab-menu-link a.nav-link:hover .vertical-tab-icon-hover{/*opacity: 1;*/}
    .service-tab-menu-link a.nav-link:hover .vertical-tab-icon-show{/*opacity: 0;*/}
    

    .service-tab-panel-content{display:none}
    .vertical-tab-title i{font-size:18px;color:#00235a}
    .service-tab-title .fa-angle-up{color: #2babe2;}


/* Tabs/Accordian */
    .office-azure-content .nav-tabs {display:none;}
    .office-azure-content .card {background: transparent;}
    .office-azure-content .card-body{font-size: 16px;}
    @media(min-width:768px) {
        .office-azure-content .nav-tabs {display: flex;}
        .office-azure-content .card {border: none;}
        .office-azure-content .card .card-header {display:none;}
        .office-azure-content .card .collapse{display:block;}
    }
    @media(max-width:767px){
        .office-azure-content .tab-content > .tab-pane {display: block !important;opacity: 1;}
        /*.features-wrapper .tab-content > #pane-All{display: none!important;}*/
    
        /* Mobile view */
        .office-azure-content .card{border: 0 none;box-shadow: 0px 7px 8px rgba(217,221,233,0.26);}
        .office-azure-content .card-header{padding:15px;margin-bottom: 0;background-color: #fff;border-bottom: 2px solid #dee4f1;}
        .office-azure-content .card-header a{font-size: 20px;color: #00235a;position: relative;display: block;}
        .office-azure-content .card-header a[aria-expanded="false"]::after{content: '\f107';font-family: 'FontAwesome';font-size: 20px;color: #999ca0;border: 0;vertical-align: middle;width: auto;height: auto;position: absolute;right: 0;top: 0;}
        .office-azure-content .card-header a[aria-expanded="true"]::after{content: '\f106';font-family: 'FontAwesome';font-size: 20px;color: #37b9f2;border: 0;vertical-align: middle;width: auto;height: auto;position: absolute;right: 0;top: 0;}
        .office-azure-content .card-body {background-color: #f6f8fc;border-left: 2px solid #37b9f2;color: #7a7e8a;font-size: 14px;}
        .office-azure-content .card-body .service-panel-box{padding-bottom: 20px;}
		.office-azure-content .card-header .vertical-tab-title p{margin-left: 0px;}
    }
    
.Office365-Container {display: block; width: 100%;}
.office365-content-title {font-size: 24px;color: #262525;padding-bottom: 20px;}
.office365-screenshot {padding: 20px 0;}
.office365-screenshot img{width: 100%;}
.office365-screenshot-zoom {width: 24px;height: 24px;float: right;}
.office-logo-color {display: block;float: right;}


/* Resources */
.resources-wrapper{background-color: #fcfaff;padding: 40px 0;overflow: hidden;}
.resources-box{display: flex;}
.resources-col-first{background-color: #fff;width: 40%;overflow: hidden;position: relative;}
.resources-col-second{background-color: #229bd0;width: 60%;position: relative;border-radius: 0 20px 20px 0;}
.resources-col-second-row{display: flex;height: 50%;}
.resources-col-second-row img{max-width: 100%;height: 100%; object-fit: cover;}
.resources-col-second-col-first{width: 50%;
  
background: linear-gradient(to right,  rgba(134,97,197,1) 0%,rgba(125,101,199,1) 25%,rgba(97,109,205,1) 50%,rgba(56,117,210,1) 75%,rgba(0,120,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    position: relative;overflow: hidden;transition: all 1.5s;}
.resources-col-second-col-second{width: 50%;
    
background: linear-gradient(to right,  rgba(134,97,197,1) 0%,rgba(125,101,199,1) 25%,rgba(97,109,205,1) 50%,rgba(56,117,210,1) 75%,rgba(0,120,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    position: relative;overflow: hidden;transition: all 1.5s;}
.resources-link-text-big {font-size: 24px;color: #fff;display: block;}
.resources-link-text-small {font-size: 18px;color: #fff;}
.white-paper-box {position: absolute;bottom: 25px;}
.webinar-box, .download-brochure-box{position: absolute;top: 25px;left: 25px;}
.resources-arrow-left::after{}
.resources-col-second-col-first:hover, .resources-col-second-col-second:hover{background-color: #075679;transition: all 1.5s;}
.resources-col-first img, .resources-col-second-col-first img, .resources-col-second-col-second img {transform: scale(1);transition: 1.5s ease-in-out;}
.resources-col-first:hover img, .resources-col-second-col-first:hover img, .resources-col-second-col-second:hover img {transform: scale(1.2);transition: 1.5s ease-in-out;}
/* Solutions */

.solution-wrapper{
    background-color: #fcfaff;padding: 70px 0;width: 100%;
}
.solution-logo-slider .slick-prev::before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #9b9ba1;
}
.solution-logo-slider .slick-next::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #9b9ba1;
}
.partner-img img{
    width: 60%;
}

/********************Brand we work Wrapper Start*************************/
    /*#region */
    .brand-img{position: relative;}
    .brand-slider{padding:60px 0 0 0}
    .brand-image-hover{opacity: 0;position: absolute;top:0;left:0}
    .brand-img img{max-width:200px;max-height:50px;transition: all 2s;margin:0 auto;filter: grayscale(100%);opacity: 0.5;}
    .brand-img:hover .brand-image-show{transition: all 2s;filter: grayscale(0);opacity: 1;}
    /*#endregion*/
/********************Brand we work Wrapper End***************************/

/* Testimonials */
.testimonials-wrapper{background-color: #ffffff;min-height: 100vh;padding: 40px 0;overflow: hidden;display: none;}

.testimonials-item-container {background-color: #0284bc;border-radius: 20px;color: #fff;}
.client-speake {padding: 20px;}
.client-img {width: 100%;}
.client-img img {width: 100%;border-radius: 0 20px 20px 0;}
#testimonials-slider .carousel-control-prev, #testimonials-slider .carousel-control-next{display: none;}
.client-speake p{font-size: 24px;color: #cdf0ff;}
.client-name {color: #e9f2ff;font-size: 22px;}
#testimonials-slider .carousel-indicators .active{background-color: #24a8e1;}
#testimonials-slider .carousel-indicators li{background-color: #c6cace;cursor: pointer;}
#testimonials-slider .carousel-indicators{bottom: -30px;}

/* Demo */
.demo-wrapper{
    
background: linear-gradient(to bottom,  rgba(134,97,197,1) 0%,rgba(125,101,199,1) 9%,rgba(97,109,205,1) 18%,rgba(56,117,210,1) 27%,rgba(56,117,210,1) 37%,rgba(56,117,210,1) 48%,rgba(56,117,210,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    min-height: 100vh;padding: 40px 0;overflow: hidden;}

.get-start-box {padding-bottom: 40px;}
.get-start-box .common-title{padding-bottom: 20px;}

.demo-form-box {background-color: #f7fafe;padding: 50px;}

div#CaptchaDiv {padding: 10px;background-color: #fff;width: 100px;text-align: center;margin-top: 15px;border-radius: 50px;}

.letstart-form {display: flex;}
    .letstart-form-left {width: 30%;margin-right: 10px;}
    .letstart-form-right {width: 70%;margin-right: 10px;}
    .letstart-form label{font-size: 14px;font-weight: bold;color: #9ba1b0;padding-left: 15px;padding-bottom: 10px;}
    .letstart-form .form-control{border: 0 none;background-color: #fff;box-shadow: 0px 0px 20px rgba(217,221,233,0.3);padding: 15px;border-left: 3px solid;    border-image: linear-gradient(45deg, #8661c5, #0078d4) 1;border-radius: 0;}
    .letstart-form textarea.form-control {height: 183px;}
    .letstart-form .form-check-input{width: 25px;height: 25px;margin-top: -2px;}

    .focus-effect{border-left: 3px solid #ececec; border-top: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; padding: 0px 14px 0px; transition: 0.4s;}

    .focus-effect ~ .focus-border i:before,
    .focus-effect ~ .focus-border i:after{content: ""; position: absolute; left: 0; top: 0; width:3px; height: 0; background-color: #0eb7da; transition: 0.2s;}
    .focus-effect:focus ~ .focus-border:after{transition-delay: 0.2s;}
    .focus-effect:focus ~ .focus-border i:before,
    .focus-effect:focus ~ .focus-border i:after{height: 100%; transition: 0.2s;}

    .focus-effect ~ .focus-border-required i:before,
    .focus-effect ~ .focus-border-required i:after{content: ""; position: absolute; left: 0; top: 0; width:3px; height: 0; background-color: #ff3266; transition: 0.2s;}
    .focus-effect:focus ~ .focus-border-required:after{transition-delay: 0.2s;}
    .focus-effect:focus ~ .focus-border-required i:before,
    .focus-effect:focus ~ .focus-border-required i:after{height: 100%; transition: 0.2s;}


    .form-input{position: relative;}
    .letstart-form .form-group {margin-bottom: 2rem;}
    .letstart-form-button-box {display: block;text-align: center;padding-top: 20px;}
    .letstart-form-button-box .btn-primary {color: #fff; border:0; background: linear-gradient(to right,  rgba(134,97,197,1) 0%,rgba(125,101,199,1) 25%,rgba(97,109,205,1) 50%,rgba(56,117,210,1) 75%,rgba(0,120,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */padding: 20px 30px;border-radius: 30px;}

/* Contact */
.contact-wrapper{
    background: linear-gradient(to right,  rgba(134,97,197,1) 0%,rgba(125,101,199,1) 25%,rgba(97,109,205,1) 50%,rgba(56,117,210,1) 75%,rgba(0,120,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 40px 0;overflow: hidden;color: #fff; position: relative;}
.contact-wrapper::after{
    background: #ffffff;
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    top: -110px;
    left: -110px;
    transform: rotate(45deg);
}

.global-location-box{font-size: 14px;background: url("../images/global-map.png") transparent no-repeat left bottom;margin-bottom: 20px;}
.usa-locotion, .canada-locotion, .india-locotion {margin-bottom: 30px;}
.country-name, .address {padding-bottom: 10px;}

.subscribe-inpute-box {border-radius: 50px;background-color: #04658f;padding: 5px;display: flex;justify-content: space-between;}
.subscribe-inpute-box input{background: transparent;border: 0 none;color: #fff;width: 100%;padding-left: 15px;}
.subscribe-inpute-box input:focus{outline: 0;}
.subscribe-inpute-box ::placeholder, .subscribe-inpute-box ::-webkit-input-placeholder{color: red;}
.subscribe-inpute-box button{background: #1f8bba;border-radius:50px;color: #b8d9fd;border:0 none;padding: 15px;}
.subscribe-inpute-box button:hover{background: #1f8bba;}
.social-media-icon ul {display: flex;list-style: none;}
.social-media-icon ul li {padding: 20px;}

.copyright{padding-top:20px;font-size:13px;color:#c9e1fc;}
.copyright a{color:#c9e1fc;}